Linux Tutorials on the topic “Ubuntu”
-
How to host multiple sites in a single Wordpress installation on Ubuntu 14.04
Author: Srijan Kishore • Tags: apache, linux, mysql, ubuntu • Comments: 5
This document describes how to install and configure WordPress MU with the latest version in market of WordPress 4 on Ubuntu 14.04. WordPress started in 2003 with a single bit of code to enhance the typography of everyday writing and with fewer users than you can count on your fingers and toes. Since then it has grown to be the largest self-hosted blogging tool in the world, used on millions of sites and seen by tens of millions of people every day. This tutorial explains the process of installing WordPress 4.0 on Ubuntu 14.04 in the form of a simple-to-follow guide.
-
Linux Quota - installation and configuration on Ubuntu and Debian
Author: Gurujyot_singh • Tags: linux, debian, ubuntu • Comments: 5
Quota allows you to specify limits on two aspects of disk storage: the number of inodes a user or a group of users may possess; and the number of disk blocks that may be allocated to a user or a group of users. The idea behind quota is that users are forced to stay under their disk consumption limit, taking away their ability to consume unlimited disk space on a system. Quota is handled on a per user, per file system basis. If there is more than one file system which a user is expected to create files, then quota must be set for each file system separately. Various tools are available for you to administer and automate quota policies on your system.
-
How to replace a failed harddisk in Linux software RAID
Author: Till Brehm • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 6
This guide shows how to remove a failed hard drive from a Linux RAID1 array (software RAID), and how to add a new hard disk to the RAID1 array without losing data. I will use gdisk to copy the partition scheme, so it will work with large harddisks with GPT (GUID Partition Table) too.
-
-
Setting a static IP on Ubuntu: a beginner's guide
Author: Akshay Pai • Tags: linux, ubuntu, shell, desktop • Comments: 13
Sometimes situations occur when a static IP address needs to be set. For example, if you have programs that use the IP address say for remote login. This tutorial deals with setting a static IP for Ubuntu OS via shell or desktop application.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 13.10)
Author: Srijan Kishore • Tags: email, linux, mysql, postfix, ubuntu • Comments: 1
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses.
-
Using secure shell (SSH) for login and secure copy (SCP) for data transfer on Linux
Author: Akshay Pai • Tags: centos, debian, linux, mandriva, security, suse, ubuntu • Comments: 4
SSH stands for secure shell. It is an encrypted remote login protocol. Once it has been set up on each node, it can be used to communicate with various other nodes in that network. This tutorial covers public / private key authentication, the installation of public keys on remote servers and secure file transfers with SCP.
-
How to install and configure ProFTPD on Debian Wheezy and Ubuntu 14.04
Author: Srijan Kishore • Tags: linux, debian, ubuntu, ftp • Comments: 7
This document describes how to install and configure ProFTPD on a Debian Wheezy Server, it will also work on Ubuntu 14.04. ProFTPD is an FTP daemon for unix and unix-like operating systems. ProFTPD is developed, released and distributed under the GNU Public License (GPL), which basically establishes it as free software, meaning that it may be sold, licensed and otherwise manipulated in any way desired.
-
Monitor MySQL connections and queries with mytop
Author: Gurujyot_singh • Tags: linux, debian, ubuntu, centos, suse, mysql • Comments: 2
This article will explain the installation and usage of mytop, a handy tool for live monitoring of MySQL queries. Also looking into various operations that a user can perform while monitoring the queries on mytop.
-
Startup Applications: automatic execution of the most used programs during every user login
Author: Akshay Pai • Tags: ubuntu, desktop • Comments: 1
During every login or bootup, the OS performs a number of tasks in the background to get the OS up and running and ready to be used. Customizations in Linux OS like Ubuntu can be done very easily, that allows a user to add any number of "custom" tasks or programs to the system to be performed or executed every time the user logs in or boots up the OS.
-
How to monitor harddisk health with smartmontools on Ubuntu
Author: Gurujyot_singh • Tags: ubuntu • Comments: 7
In this article I will give you an overveiw on the smartmontools which is a set of applications that can test hard drives and read their hardware SMART statistics to detect harddisk failures early. I will cover installation, usage on the shell and the smartmon gui in this tutorial.