March 13, 2009
The rm command by default does not prompt you before deleting files, most people prefer it this way, you can however have rm prompt you by using the i option. To avoid using the i option each time you delete a file make changes to the .bashrc file.
To have rm ask you:
rm: remove regular empty file `fine_name’?
each time, append the following line to you ~/.bashrc file:
alias rm=’rm -i’
Open up a terminal window(Applications>Accessories>terminal on Gnome) andtry deleting any file, from now on rm will check with you before deleting
Leave a Comment » |
Uncategorized |
Permalink
Posted by mybosslinuxblog
January 12, 2009
This post lists out the steps for reinstalling GRUB. You might have lost it by reinstalling Windows (Windows put its bootloader into MBR), or due to any other reason.
This is written for BOSS Linux and should work on most other distributions.
You’ll need to boot using the Live CD or DVD.
Once you are at the desktop open up the terminal (Applications>Accessories>Terminal)
In the terminal type: sudo grub
This will get you to a grub> prompt.
Now type find /boot/grub/stage1
This will return a location, on my system it returns (hd0,3), now based on this location type: root (hd0,3) remember to replace 0 and three with the information specific to your system.
Then type setup (hd0).
Note the space between root and (hd0,3), setup and (hd0). (thanks to tckb for pointing it out)
We’re done, now type exit and reboot. If all goes well you should be looking at the GRUB menu upon reboot.
1 Comment |
Uncategorized |
Permalink
Posted by mybosslinuxblog
December 16, 2008
Many windows users are used to using Windows+d shortcut to bring up the desktop, heres the equivalent in GNOME ctrl+alt+d
Keying in ctrl+alt+d again brings the application you were running back up on the screen.
Leave a Comment » |
Quick Tricks | Tagged: GNOME, Shortcuts |
Permalink
Posted by mybosslinuxblog
September 12, 2008
You can now download BOSS Linux 3.0 from bosslinux.in, click here to go to to the main downloads page. or here to go directly to the BOSS Linux 3.0 Tejas iso download page.
Its a DVD image (2.59GB), they don’t have a CD image, but just about everyone has a DVD drive these days, so that should not be a problem. CD ISOs have been added, click here to view the related post. Besides, there are lots of packages that can now be a part of the standard install now that its a DVD image.
Tejas is an interesting name, DRDO’s LCA (Light Combat Aircraft) has also been named Tejas.
Leave a Comment » |
Uncategorized |
Permalink
Posted by mybosslinuxblog
September 5, 2008
BOSS Linux v 3.0 was released on September 4th at NIC in Delhi. Here are a few screenshots of the latest release of the BOSS Linux Operating System.
BOSS Linux v3.0 KDE Desktop Screenshot

BOSS Linux v3.0 KDE Desktop Screenshot
BOSS Linux Konqueror Web Browser

BOSS Linux Konqueror Web Browser
BOSS Linux v3.0 KDE Control Center

BOSS Linux v3.0 KDE Control Center
BOSS Linux Gnome Desktop – About Gnome

BOSS Linux v3 Gnome Desktop Screenshot
Leave a Comment » |
Uncategorized |
Permalink
Posted by mybosslinuxblog
September 2, 2008
Ever wondered if you could speed up OpenOffice’s start up time? Heres a nifty little trick to reduce the time OpenOffice takes from the point of clicking the icon to the OpenOffice application getting loaded.
Start any of the applications from the OpenOffice suite (Writer, Impress, Base, Calc etc).
On the menubar click Tools and then Options

OpenOffice.org calc example screenshot
now under Options under the OpenOffice.org menu Click Java

OpenOffice.org calc screenshot
and under Java options uncheck the checkbox titled Use a Java Runtime Environment. Click OK.

OpenOffice.org Calc screenshot
With this done OpenOffice will load in significantly less time than before. Most users dont need the Java Runtime environment so you can safely disable it, it can always be enabled in case some required functionality becomes unavailable.
(The screenshots are taken on BOSS Linux running the Mac4Lin theme.)
1 Comment |
Applications |
Permalink
Posted by mybosslinuxblog