.gvfs permission denied
Recently I had a problem with a .gvfs file in a users home dir causing an rsync backup to fail, throwing the following error: receiving file list ... rsync: readlink_stat("/home/username/.gvfs")...
View ArticleCreate Logical Volume lvcreate
Create Logical Volume with lvcreate This guide walks you through creating a logical volume with lvcreate assumes you have free space in your existing Logical Group (LG for short), the operating system...
View ArticleCentOS Kickstart – Fedora, Redhat Kickstart HowTo
CentOS Kickstart, Fedora Kickstart, Redhat Kickstart How To This guide will walk you through the process of creating a CentOS Kickstart file the same rules will apply when creating a Fedora Kickstart...
View ArticleCreating a kickstart CD DVD Fedora / Redhat / CentOS
Create a Kick Start DVD / CD for RHEL / Fedora / CentOS The instructions below use Fedora as an example but the same should apply for Redhat / CentOS and other RHEL clones. The guide below will show...
View ArticleYUM How To guide for Linux RPM distros Fedora, CentOS, RHEL
Ultimate how to guide for YUM the Linux package manager used on a number of Linux distributions such as Redhat RHEL, CentOS & Fedora. Yum uses repositories of RPM packages to download and install...
View ArticleInstall bash mail command CentOS RHEL or Fedora
How to install the bash mail command on CentOS, RHEL or Fedora, this is handy for sending mail from the command line: cat /some/file | mail youraddress@yourdomain.com If you don’t have the mail command...
View Article