Archive for the ‘Fedora’ Category

Linux Commands

Linux unzip command | Linux .zip file guide

How to extract .zip files on Linux using the linux unzip command. First of all we must make sure we have the correct tool installed, this is going to vary depending on your version of Linux – I will cover the two main flavors .dpkg and .rpm (Apt / Yum). Technorati Tags: Linux .zip, Linux [...]

Linux Bash Command Line

Recursively copy whole directories FTP Linux command line

Recently I’v had a fair amount of website migration work, requiring me to copy large amounts of data and MySQL database dumps from my the old Linux box to my desktop then re-upload to the new host. Technorati Tags: CentOS, Command Line, FTP, How-To, RHEL

Linux Bash Command Line

Install 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 installed you will get the following error: -bash: mail: command not found Technorati Tags: Bash, CentOS, Command Line, fedora, HowTo, Linux, [...]

linux-penguin

YUM 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 new software for your Linux server. The instructions for YUM should be the same for each Linux distro CentOS, RHEL or [...]

Creating 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 you step by step how to make a .iso bootable CD / DVD containing your [...]

CentOS Kickstart / Redhat Kickstart

CentOS 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 or Redhat Kickstart files, these distros are all RPM based and use the Redhat method of creating Kickstart files. How to create Kickstart [...]

Top 10 Linux Admin Epic Fails!

My Top 10 Linux Admin fails of all time… Some of them by me well actually only one or two of them are mine I would also like to point out this was never on a production system! However most of these Epic Fails are by friends / people I have worked with… Or some [...]

Create Logical Volume lvcreate

Create 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 I am creating the LV’s on is CentOS however this should work on any other linux distro Ubuntu, Debian etc however you may [...]

Command to logout users on Linux

Use the pkill command to kill / logout users, this will also logout gnome / kde users. This is handy if you leave an X session logged in as you locally, you can then login over ssh and pkill the user, allowing other users to login locally. pkill -KILL -u username Technorati Tags: Apple, CentOS, [...]

ssh keys HowTo

HowTo setup SSH keys Guide on how to setup SSH keys on Linux this should work on Ubuntu, CentOS, Debian, RHEL, Fedora, Gentoo etc Create the key pair, this will create the public and private keys: ssh-keygen -t rsa Accept the defaults and enter you’re passphrase when prompted, unless you do not require a passphrase [...]

Powered by WordPress