Mar
28
Random name folders in Windows
Filed Under Fix, Windows | Leave a Comment
After updating my Windows machine I found that few folders with cryptic names are created in root directory.
They look like this:
28/12/2006Â 07:33 PMÂ Â Â <DIR>Â Â Â Â Â Â Â Â Â 1822a56c32dc8dbcf5 11/02/2009Â 09:42 PMÂ Â Â <DIR>Â Â Â Â Â Â Â Â Â 89b3b50a7b1b96838a89 30/08/2007Â 06:19 PMÂ Â Â <DIR>Â Â Â Â Â Â Â Â Â a8ccd1e2d466bc402f
I’m used to the folders created after update in \WINDOWS and after I’m sure that there is no problems with the update they could be safely erase, but this was something new.
After browsing the contens my initial thougths were confirmed those were temporary folders from windows update.
So I erased them…
Mar
18
Make FreeBSD more “user friendly”
Filed Under Command line, Unix | Leave a Comment
In FreeBSD by default you do not have bash as shell prompt.
Here is the procedure to install it:
- type whereis bash
- cd to that folder
- type make configure
- make all install clean
- take a cofee 😉
- type chsh -s /usr/local/bin/bash root to change the shell for root or replace root with username you want to change the shell.
- Then relogin (logout and login) to enjoy bash shell