Install chm viewer Use apt-get or yum command to install chm viewer: # yum install gnochm (for gnome) Or # yum install kchmviewer (for kde) […]
Category: Linux
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 […]
Unsupported format when I try to burn an audio cd in K3b
This not a big deal. just install : Fedora Distros: sudo yum install id3lib sudo yum install k3b-mp3 or Ubuntu sudo apt-get install id3lib sudo […]
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 […]
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”
Skype in Fedora
Install the Skype repository. In the terminal, type: gedit /etc/yum.repos.d/skype.repo Copy and paste the following lines to the file [skype] name=Skype Repository baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/ enabled=1 gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc […]
Local file conflict between packages
Local file conflict between packages with yum: Open terminal or konsole and login as root. yum install yum-utils yum clean all yum updates Thanks!
Add sudo user in Fedora 9
Open a Terminal or konsole: login as root (type) : su Enter Your Password : ******* and Type : nano /etc/sudoers scroll down and you […]