I found this one to be more balanced and less tech-y and is a great intro to reasons why one would switch from MS or Apple for their primary desktop / laptop OS.
Blog
-
Another cool resource on IT news and views–Bob Cringely
This guy has been around forever and I hadnât heard his name mentioned since a video series on Microsoft and Apple that he did way back in the days of VHS video. That said, reading Bob Cringleyâs blog is good to get some perspective of someone who is still in the know and has a lot of history: http://www.cringely.com/
-
Meanwhile, in Boston Tech News
Couple articles I ran across this week that I felt like sharing:
Boston tech firm Yottaa plans HQ move to Waltham to accommodate soaring growth â from the Boston Business Journal
CookRadar wants to connect foodies with chefs in their neighborhoods â Iâm a little skeptical of this. Also from the Boston Business Journal.
-
Resize .vdi Virtualbox file in Windows
I was having difficulty with this very basic task. Ends up that I was running Command Prompt as Administrator when apparently, for a change, the system wanted me to run as non privileged.
http://www.stefangordon.com/how-to-resize-a-virtualbox-disk-in-windows/
All set â let the testing continue!
-
Checking Server Uptime
Another useful little time is checking for server uptime. I had some servers that had not gone through a reboot in 5 months and figured it was time. In Windows 2008 server, itâs pretty easy â can be found in Task Manager:
Tip gleaned from here: http://www.petri.co.il/check-uptime-in-server-2008.htm#
-
Another simple Admin task–scheduling a one time reboot.
I know that there are other ways of doing this without Task Scheduler but I find this to be the easiest way to schedule a reboot if I need to do a one-off off-hours reboot of a server. This applies to my Windows 2003 servers and, as usual, Spiceworks Community is very straightforward and accurate⦠http://community.spiceworks.com/how_to/show/254-schedule-windows-server-to-reboot
-
7zip Basics
I recently needed to automate a compression of files on Windows 2008 R2 that I had been manually doing daily. The compression tool that is built in to Windows doesnât like the command line, apparently, so I downloaded the free 7-Zip file compression tool and itâs associated command line utility and followed the basic steps put forth on this blog: http://www.dotnetperls.com/7-zip-examples to get it up and running.
Next, Iâll set it as a Scheduled Task in Windows to run nightly and have one less manual step to perform. Iâll be posting more automation related things here in the future as this is one key to successful IT.
(As a side note, we always used WinZip and it was great but 7-Zip is being used as a cost-cutting measure. I do not know of any limitations that this switch has caused but Iâm sure there are some.)
-
Adding Exhibit Stamps with Adobe Acrobat
I found a great tool from Adobe to add dynamic Exhibit stamps / tags via Acrobat. Our office uses the tried-and-true method of manually applying stickers to the exhibits to be used in court. I got the request earlier this week to see if I could super-impose the tags right on to a few photos that will be used in a future trial. Luckily, there were a couple good resources about this online, and Adobe actually released someoneâs work on the task: http://blogs.adobe.com/acrolaw/2009/05/add-dynamic-exhibit-stamps-in-acrobat-using-a-free-stamp-set/.
These stamps are great, and wicked easy to modify. I changed the background from transparent so they would look like stickers, and changed the default text. Iâm not sure how much we will use this, but at least the tool is available. The process to get this going in Adobe Acrobat X (I use Pro but you can use it in Standard as well, Iâm sure) is:
- Download the file in the above link.
- Save the resulting file (itâs a .pdf) in the Stamps directory (in Windows 7 itâs in your user profile\appdata\roaming\adobe\acrobat\10\stamps, I believe).
- Now, when you are in Acrobat, you can click over on âCommentâ, then on the Stamp icon and you will see the Exhibit tabs as an option to add as a stamp.
- Click on the tab you want to use, then just move it over to the part of the PDF you are using, and you will be prompted to give it a name.
- Once on the PDF, you can resize the tab â this works really well!
There are some customizations you can do right in the initial downloaded PDF â itâs just an Acrobat form. See the above link for more details. There is also some info (for Acrobat 9 people) here: http://www.pdfforlawyers.com/2009/05/using-acrobat-to-put-exhibit-stamps-on-digital-documents.html
-
Blue Screen of Death – Dell OptiPlex 755 – WinXP
Had this issue a couple of weeks ago â had reformatted a drive and was installing Windows XP onto a Dell OptiPlex 755. Kept getting a BSOD as Windows was in its initial install screen. Ends up you need to change a quick setting in the BIOS and all is well.
http://shellexecute.wordpress.com/2008/01/25/dell-optiplex-755-xp-sp2-installation-bsod/
It was frustrating until I was finally able to Google the issue properly. Luckily it was a quick fix after a frustrating hour of trying different XP boot CDâs, &tc.