Monday, February 22, 2010
Sunday, February 14, 2010
4k Sector drives...
Linux Not Fully Prepared for 4096-Byte Sector Hard Drives
Linux and 4K disk sectors
Western Digital’s Advanced Format: The 4K Sector Transition Begins
Thursday, February 11, 2010
Changing desktop background in Windows 7 Home Basic...
According to this article, the way to change the desktop background is to go to the start menu and type "Change desktop background".
Saturday, January 23, 2010
VIrtualbox 3.1.2 and Guest Windows 7 64bit
Sunday, December 06, 2009
Windows SDK installation
I needed to install windows 7 SDK on my machine. The installation works by downloading various pieces and installing them. Somewhere along the line, the download stalled. Its been that way for hours. Cancelling the installation brings up the dialog above asking me to wait while the operation completes. But that's the problem, the operation is stuck and won’t complete. Plus the dialog remains on top of all windows and won’t go away. Bad design.
Tuesday, November 17, 2009
Guide: Enable native NTFS Read/Write in Snow Leopard - Mac Forums
"I am sure many of you heard that Snow Leopard was supposed to have native read/write for NTFS partitions. Apple supported NTFS R/W in older SL builds but I guess decided to not to go with it for some reason, however support is still present.
For this, you need to modify your /etc/fstab file to mount NTFS partitions for read and write.
First, uninstall NTFS-3G/Paragon if installed.
Open Terminal.app (/Applications/Utilities/Terminal)
Type 'diskutil info /Volumes/volume_name' and copy the Volume UUID (bunch of numbers).
Backup /etc/fstab if you have it, shouldn't be there in a default install.
Type 'sudo nano /etc/fstab'.
Type in 'UUID=paste_the_uuid_here none ntfs rw' or 'LABEL=volume_name none ntfs rw' (if you don't have UUID for the disk).
Repeat for other NTFS partitions.
Save the file (ctrl-x then y) and restart your system.
After reboot, NTFS partitions should natively have read and write support. This works in both 32 and 64-bit kernels. Support is quite good and fast, it even recognizes file attributes such as hidden files."
This worked for me.
Thursday, November 12, 2009
Groklaw - Microsoft Patents Sudo?!!
Lordy, lordy, lordy. They have no shame. It appears that Microsoft has just patented sudo, a personalized version of it.
Here it is, patent number7617530. Thanks, USPTO, for giving Microsoft, which is already a monopoly, a monopoly on something that's been in use since 1980 and wasn't invented by Microsoft. Here's Wikipedia's description of sudo, which you can meaningfully compare to Microsoft's description of its "invention".
Wednesday, November 11, 2009
KS2009: How Google uses Linux [LWN.net]
There may be no single organization which runs more Linux systems than Google. But the kernel development community knows little about how Google uses Linux and what sort of problems are encountered there. Google's Mike Waychison traveled to Tokyo to help shed some light on this situation; the result was an interesting view on what it takes to run Linux in this extremely demanding setting.
Tuesday, November 10, 2009
If you're looking for the win7 usb download tool, as I was earlier today…
Microsoft has pulled an update tool for Windows 7 from the Microsoft Store site after a report indicating that the tool incorporated open-source code in a way that violated the GNU General Public License.
Did Microsoft Windows 7 download tool violate the GPL? | All about Microsoft | ZDNet.com
Schneier on Security: Is Antivirus Dead?
Bottom line: antivirus software is neither necessary nor sufficient for security, but it's still a good idea. It's not a panacea that magically makes you safe, nor is it is obsolete in the face of current threats. As countermeasures go, it's cheap, it's easy, and it's effective. I haven't dumped my antivirus program, and I have no intention of doing so anytime soon.
Schneier on Security: Is Antivirus Dead?
Speaking of anti-virus, I've been using Microsoft Security Essentials since its release about a month or so ago, and its been working great so far.
Tuesday, November 03, 2009
Speaking UNIX: Peering into pipes
Pipe Viewer is one of those little-known gems that once you find it, you can't recall how you lived without it. You may find some applications of pv
in your daily command-line use, but you are likely to find oodles of uses for it in your automation scripts. Rather than stare at a blinking cursor waiting patiently for some indication that all is well, you can now insert a probe to give you real-time feedback. Pipe Viewer adds a heartbeat to the soul of the machine.
Thursday, October 29, 2009
Wednesday, October 21, 2009
Thursday, October 15, 2009
Wednesday, October 14, 2009
On waving...
The trouble is, everything you type into Wave is transmitted live, in real time—every keystroke was getting sent to Zach just as I hit it. This made me too self-conscious to get my thoughts across.
I ran into the above problem and it really does throw one off when composing a reply. There used to be an indicator which showed if someone was online. A small green dot by the name in the contacts list. But its gone. Now you don't know if someone is online at the same time you are. If you start replying they could be looking at you type your reply. What if what you type isn't the message you wanted to get across? You can't take it back. They either need to enable the draft button, or at least get the indicator back.
Its early though, and they are trying out new ideas. I had no idea there was all this nomenclature other than wave itself:
You've even got to learn a new nomenclature: In Wave, messages are called waves, which are themselves composed of smaller elements called blips. There's also another class of message called pings, which are meant to be more urgent than waves—though once you're done with a ping, it turns into a wave. Got that?
Giving IE8 a try…
Saturday, October 10, 2009
Thursday, October 08, 2009
Schtasks
Schedules commands and programs to run periodically or at a specific time. Adds and removes tasks from the schedule, starts and stops tasks on demand, and displays and changes scheduled tasks.
via microsoft
I've known about the at command to schedule tasks in windows, and it turns out that schtasks is a more detailed command.
For instance to schedule a task to run every five minutes:
schtasks /create /tn "task name goes here" /tr executable_goes_here.exe /sc minute /mo 5
Mozilla and hypocrisy
Right, but what about the experiences that Mozilla chooses to default for users like switching to Yahoo and making that the default upon ...
-
I really like what Dave Winer has evolved his blog over time. Its not just written posts any more. There are now tabs for various forms of...
-
Its crazy that the stats for this blog show that there were about a 100 visitors today. I haven't posted in a long time. Blogger really...
-
via VMware blog