TechSpotting’s Ubuntu restart Apache guide, showing you the commands required to stop, start & restart Apache on Ubuntu. Restarting Apache is common task often required of a Linux admin often after configuration changes have been made to PHP or Apache. Technorati Tags: Apache, Linux, Linux Commands, ubuntu, Ubuntu Commands
Posts Tagged ‘Linux’
Install Apache Ubuntu (All Versions)
February 18th, 2012
KJS How to install Apache on Ubuntu (all versions) the following command will only install Apache not PHP & MySQL as well which are commonly referred to as “LAMP” (Linux Apache MySQL & PHP). If you require a full LAMP setup on Ubuntu please follow our Ubuntu Install LAMP guide. Technorati Tags: How-To, Install Apache, Linux, [...]
How to untar tar.gz | Linux untar command
February 18th, 2012
KJS How to untar tar.gz archives on Linux systems, there is no actual Linux untar command – you use the tar command with different options to extract tar.gz files. tar.gz files are commonly used on Linux operating systems for source packages and for grouping large amounts of small files, tar.gz is by far the most common [...]
How to update Ubuntu from command line
February 17th, 2012
KJS This guide will show you how to update Ubuntu from the command line, this is critical for keeping your Ubuntu server up to date with the latest security patches. Using the popular Ubuntu command “apt-get” to resync the apt sources and upgrade Ubuntu, other commands such as aptitude or GUI tools could be used as [...]
Asterisk 10 on Ubuntu 10.04 LTS Install Guide
February 17th, 2012
KJS How to install Asterisk on Ubuntu walking you through the process of installing Asterisk 10 on Ubuntu 10.04 LTS, including a video tutorial of the process (below). Asterisk is an Enterprise level VoIP PBX telephone system that has many configuration options and can use a wide range of hardware, this guide will walk you through [...]
Linux email file from command line
January 19th, 2012
KJS Linux email file from command line, handy for sending small non text file to email accounts such a tar files directly from the shell. Technorati Tags: Command Line, How-To, Linux, Linux email file from command line
How to use RHEL DVD as a local YUM Repo
October 12th, 2011
KJS This guide explains how to use a RHEL DVD or CD as a local YUM repository, handy if you need to update an older RHEL server or have not Internet access for installing packages. This guide uses RHEL 5.7 as an example but this should work for any version of RHEL. Technorati Tags: HowTo, Linux, [...]
Install bash mail command CentOS RHEL or Fedora
October 12th, 2011
KJS 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, [...]
Install Asterisk on CentOS 6
August 9th, 2011
KJS How to install Asterisk on CentOS 6 (Asterisk version 1.8) This guide explains step by step how to install Asterisk on CentOS 6 x86_64 however you should be able to follow this guide for i686 & RHEL Linux, I have also included a video guide for those of you that prefer to watch a video [...]
YUM How To guide for Linux RPM distros Fedora, CentOS, RHEL
August 4th, 2011
KJS 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 [...]

Posted in
Tags: