Install chm viewer Use apt-get or yum command to install chm viewer: # yum install gnochm (for gnome) Or # yum install kchmviewer (for kde) […]
Author: govath
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 […]
PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved
This a new Bug in fedora ” PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved ” with the new updates many users including […]
GST Hackers attack Large Hadron Collider
GST = Greek Security Team hacked the LHC, astonishing.. More Info…
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”