Categories

Linux (9)

All articles about linux

Windows (1)

All articles about Windows

Most Popular Articles

 Linux rebuild broken software raid array - CENTOS

With this article I will show you how to look if a raid array (in our case a RAID1 array) is...

 Empty mail queue in exim

So you have a lot of mails in the mail queue, from f.e spam accounts?First check how many mails...

 Check port used in linux

If you want to see which process is using which port, you can do it with the following command:#...

 Stuck on Probing PCI hardware

If you are trying to install CentOS 4.6 and it hangs on "Probing PCI hardware" then you can fix...

 Import and export mysql database via ssh

You can import and export mysql database via SSH:To export a MYSQL database run:# mysqldump -u...