Posts filed under 'howto'
HOW TO DISABLE OR REMAP CAPS LOCK (or any other key)
I got to thinking about the caps lock key because of ALL CAPS DAY, and it took me a while to remember the last time I used it. It was last month… oh wait, that was when I pressed it by accident. The month before that I used a few times… no, those were accidental too. 90% of the times my caps lock key is pressed, it’s either unintentional or it’s my cat.
If caps lock were somewhere else on the keyboard it would be alright. But as it is, it’s more useful if it’s turned off. So here’s how to silence the beast that is caps lock. This article is just for Windows, but I’ll write something like this for Linux sometime.
Continue Reading 1 comment June 30, 2009
unlock files/folders in Ubuntu
I’m running Ubuntu 9.04 now. It actually doesn’t crash every 20 minutes like 8.10 did for me (to this day I do not know why it did), so I’m happy. It was super easy to set up, but of course there are always those little problems you run into. One pesky annoyance was that when I moved my giant music/documents/videos/games folder from Windows over to Ubuntu, it was locked! That means I couldn’t delete, add, or move files within that folder and all subfolders.
Here’s the solution I found. Open a terminal and run this command: sudo chmod 777 [path] -R, where [path] is your locked folder or file. In my case I did sudo chmod 777 /home/fipi/Stuff -R, and viola, now I can delete, create, and move files to my heart’s content.
à
1 comment May 3, 2009
