Archive for the ‘Linux’ Category

Fedora 16 – VirtualBox Installation Issues

Posted: 1st February 2012 by admin in Linux

Before Installing VirtualBox from website. Install following packages. yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-PAE-devel dkms   This should help virtualbox run properly  

Get MS Office OneNote 2007 Working with Wine on Linux

Posted: 1st February 2012 by admin in Linux

It took me about 8 hours to get the Microsoft Office 2007 OneNote working on Wine 1.4. So I would like to help you guys out their who are stuck like me. My Configurations OS : Fedora 16 Wine : 1.4 (Upgraded using http://fedoraproject.org/wiki/Wine)       – yum upgrade       – yum –enablerepo=updates-testing upgrade wine   [...]

Basic Yum Commands and how to use them This is not an exhaustive list of all yum commands but it is a list of the basic/common/important ones. For a complete list see the yum man page. yum list [available|installed|extras|updates|obsoletes|all|recent] [pkgspec] This command lets you list packages in any repository enabled on your system or installed. [...]

Linux Force Disk Check on Reboot

Posted: 6th January 2012 by admin in Bash, Linux

All you need to do is create a file in root folder / touch /forcefsck Reboot your system shutdown -r now At bootscreen press F8 to see the verbose log to see if disk is being checked