Posts Tagged ‘ubuntu’

Linux Commands

Ubuntu restart Apache & stop / start Apache

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

Linux Commands

Install Apache Ubuntu (All Versions)

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, [...]

Ubuntu Torrent Download

Ubuntu Torrent Download Links

Fast Ubuntu torrent download links, below are the links to download Ubuntu via bit torrent this is by far the fastest way to download Ubuntu and costs the Ubuntu project less money in bandwidth (However, I am sure Mark can afford it!). Also download via torrent will prevent corrupt HTTP downloads, Ubuntu torrent links below: [...]

Ubuntu vs Windows

Does Ubuntu Suck? Linux sucks on the desktop? I have decided to give Ubuntu Linux another go on the desktop, being a long term Linux geek I always like to check in every so often and see how Ubuntu compares on the Desktop. Why I am doing this is unclear as I have W7 desktop [...]

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 [...]

Rsync SSH

HowTO Rsync files over ssh. How to push files over ssh using rsync, sending your data from the current server to the remote. The example below would send the contents of the local /home dir to the remote machines home dir: rsync -avz -e ssh /home/* root@192.168.1.20:/home/ How to pull files over ssh using rsync, [...]

Ubuntu Lucid 10.04 LTS – Review

A quick look at Ubuntu Lucid! Ubuntu 10.04 has landed! Canonical have released Ubuntu 10.04 Lucid, and they have been boasting about how much better this release is going to be mainly as it’s losing the brown African look! (AND YES IT STILL PLAYS THE DRUMS WHEN YOU LOG IN!!). Having read this article on The [...]

Installing RT 3.6 (Request Tracker) on Ubuntu 8.04 Hardy Heron

Walk through guide on how to install Request Tracker 3.6 on Hardy Heron. I followed this guide: http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html Which seemed to work fine on Ubuntu, I used Exim instead of Postfix though, as I am only sending outbound mai from this server and collecting via Fetchmail, this will be changed to use SMTP when the [...]

Powered by WordPress