Open – View .chm in Linux

Install chm viewer Use apt-get or yum command to install chm viewer: # yum install gnochm (for gnome) Or # yum install kchmviewer (for kde) […]

DD – clone disk

The most old fashion way to ghost-clone disks 🙂 DD user : cat /proc/partitions     to check your partitions Remount (Write permission) if ur using usb […]

GRML2USB – grml to usb

GRML2USB Download this sh file. Login as root: su – edit /etc/fstab for  your USB device ( edit /etc/fstab ex. /dev/sdb1 /mnt/external1 vfat user,noauto,exec 0 […]

Format in Linux

Fedora : sudo yum install gparted Ubuntu/Kubuntu : sudo apt-get install gparted Also add ntfsprogs to be able to format NTFS partitions in Linux by […]

Visio on linux is DIA

Dia is an alternative solution (free) of visio (non-free). Screen shots: Workspace                       Main Window Fedora instalation : sudo yum install dia Ubuntu instalation : sudo […]

Burn an iso file on Linux

Three easy steps to to burn iso files on Ubuntu/Fedora Linux. 1. Download the file. 2.Right click on the file and click on Write to […]

Add proxy in YUM and APT-GET

Login as root nano /etc/yum.conf Add the proxy add the bottom of the text like: proxy = http://proxy.domain.com:port —————————————————————- nano /etc/apt/apt.conf Acquire::http::Proxy “http://MYDOMAINMYNAME:MYPASS@MY.PROXY.COM:MYPORT”