Tips
KDE - Do not show windows from all the Desktops
Submitted by ravisagar on Sun, 05/18/2008 - 03:24.By default the Windows from all the Desktops are displayed in all the KDE Desktops. You can disable this feature by following the below mentioned step.
1. Go to Control Center > Desktop > Taskbar
2. Under Taskbar section uncheck the checkbox "Show windows from all desktops"
- ravisagar's blog
- Add new comment
- 149 reads
IP Tables - Secure your Linux computer
Submitted by ravisagar on Sun, 05/04/2008 - 10:15.Secure your computer using IP Tables. Click on the link below. It has a nice tutorial on IP Tables.
http://www.itech7.com/Security/Secure-your-Linux-Box-using-IPTables-Fire...
- ravisagar's blog
- 3 comments
- 212 reads
Re-Mount /etc/fstab without Restarting
Submitted by ravisagar on Sun, 05/04/2008 - 08:05.- ravisagar's blog
- 1 comment
- 251 reads
BASH - Display date/time, hostname and current directory
Submitted by ravisagar on Mon, 04/28/2008 - 08:32.- ravisagar's blog
- Add new comment
- 341 reads
Current working directory in BASH
Submitted by ravisagar on Sun, 04/27/2008 - 06:31.For all those newbies in the world of Linux here is a very useful linux command.
/home/ravi/windows/d/myfiles/tutorials/c++/practice
pwd will print the current working directory in the konsole.
- ravisagar's blog
- Add new comment
- 218 reads
fdisk in fedora 8
Submitted by ravisagar on Fri, 04/25/2008 - 15:36.I installed Fedora 8 last week on my computer. After installation I wanted to mount one windows FAT32 partition, before mounting the partition I fired fdisk command to check the partition letters. To my surprise fdisk command was not there!
But there was nothing to worry about. I found this tool icommand /sbin/ folder
So if you are using fedora 8 and want to use fdisk then use....
- ravisagar's blog
- Add new comment
- 519 reads
uname - print system information
Submitted by ravisagar on Wed, 04/23/2008 - 03:28.If you want the know your system information like the Kernel name, Kernel Release, Kernel Version etc then you can issue uname command.
Here is the details of the command along with the arguments. This information is fetched from manual pages.
NAME
uname - print system information
SYNOPSIS
uname [OPTION]...
DESCRIPTION
Print certain system information. With no OPTION, same as -s.
-a, --all
print all information, in the following order,
except omit -p and -i if unknown:
-s, --kernel-name
print the kernel name
-n, --nodename
print the network node hostname
-r, --kernel-release
print the kernel release
-v, --kernel-version
print the kernel version
-m, --machine
print the machine hardware name
-p, --processor
print the processor type or "unknown"
-i, --hardware-platform
print the hardware platform or "unknown"
-o, --operating-system
print the operating system
--help display this help and exit
--version
output version information and exit
- ravisagar's blog
- Add new comment
- 217 reads

Recent comments
4 weeks 5 days ago
7 weeks 6 days ago
8 weeks 3 days ago
8 weeks 3 days ago
20 weeks 4 days ago
20 weeks 4 days ago
21 weeks 3 days ago
25 weeks 6 days ago