
Currently Browsing: Linux
Sep 14, 2015
How To Create Business Cards and Labels Using gLabels
So you have a business or you have a need to print labels and you are running Linux. Windows users have many options and so do Linux users, one being gLabels that is a GNOME based application and is included in almost every distribution out there. As a hassle free label creator, gLabels offers various predefined templates for labels and business cards, and works with peel-off labels and business card... read more
Sep 10, 2015
How To Create an Auto-start file aka: rc.local for Fedora 21
As with many things there always is a script, service restart or something that needs to be run to resolve and issue or to add a feature. You could create and init.d script or systemd script to address this, but you can also create a bash script called rc.local and use it for your purposes. One of the nice things is this can be used to run multiple commands in one file that are applied system wide. For... read more
Sep 8, 2015
How To Install VirtualBox 5 Additions on CentOS 7
Introduction In this post we will discuss how to get VirtualBox 5 guest additions installed on CentOS 7. Installing VirtualBox Additions First make sure updates have been applied and if there was a kernel update that the system was rebooted. Do this the typical way by running the command. $ sudo yum -y update Now that we have the latest updates and have rebooted we need to install epel to allow us to get... read more
Sep 6, 2015
How To Install LibreOffice 5 on Fedora 21
So the latest LibreOffice is out and you want to know how to get it installed on Fedora 21 and it is not available from RedHat. No problem! In this post we will cover how to get and install LibreOffice 5 on Fedora 21. First we need to download the latest RPM tarball from LibreOffice testing. I am also giving the link to stable Install is the same. Open a terminal and use wget to download it. Note: the... read more
Aug 8, 2015
How To Install VirtualBox 5 on Fedora 21
The latest VirtualBox has been released and available for use! Now it is time to get VirtualBox 5.0 installed on Fedora 21. In this post we will cover installing dependencies needed on Fedora, creating a VirtualBox repository and installing VirtualBox 5. Preparation First there are several packages that need to be installed on Fedora 21. You will need dkms, kernel-headers, kernel-devel, gcc. When you... read more