Articles

Shell – Accidentally deleted the Downloads folder, a windows “Special Folder”, how to restore?

I deleted the Downloads folder in my Windows 7 home directory (which I had moved and renamed to incoming) I was able to restore the folder from a backup, this restores the contents as well as Desktop.ini (hidden) that gives it the right folder icon within the home directory. However, right clicking does not show […]

Shell – Accidentally deleted the Downloads folder, a windows “Special Folder”, how to restore? Read More »

Should I install graphics card drivers from Windows Update?

Today I see that there’s an update to my graphics card driver (NVidia GT 220) available on Windows Update. Should I install that, or stick to the drivers provided by the manufacturer? (Re-asked here after asking on gaming.stackexchange). Solution: Odds are, the manufacturer’s version of the drivers is newer, just not “certified.” In the olden

Should I install graphics card drivers from Windows Update? Read More »

Simple built-in way to encrypt and decrypt a file on a Mac via command-line?

Are there any built in command-line tools that I can encrypt and decrypt a text file (and provide it some sort of password). Solution: openssl comes pre-installed on Mac OS X. You can use the following commands: # encrypt file.txt to file.enc using 256-bit AES in CBC modeopenssl enc -aes-256-cbc -salt -in file.txt -out file.enc#

Simple built-in way to encrypt and decrypt a file on a Mac via command-line? Read More »

Scroll to Top