Linux Tutorials on the topic “Linux”
-
How to Update a Ubuntu LTS release to the next LTS Version (release upgrade)
Author: Srijan Kishore • Tags: linux, ubuntu • Comments: 4
This document describes how to upgrade from Ubuntu 12.04 to Ubuntu 14.04 LTS. Generally, the Ubuntu .04 versions that get released every 2 years are Long Term Support (LTS) releases, for instance Ubuntu 12.04, 14.04 etc. Effectively, this means that the LTS release comes supported with bug fixes and security updates for as long as 5 years, hence users would not have the privilege of being alerted through popups urging them to install the latest available version.
-
Node.js - Getting started on Ubuntu 14.04 (Trusty Tahr)
Author: Gurujyot_singh • Tags: linux, ubuntu • Comments: 4
In this article we are going to have look into the installation and basic usage of node.js application. Node is a set of libraries for JavaScript which allows it to be used outside of the browser. It is primarily focused on creating simple, easy to build network clients and servers.
-
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.
-
HPL (High Performance Linpack): Benchmarking Raspberry PIs
Author: Akshay Pai • Tags: linux, raspbian, debian • Comments: 18
Benchmarking is the process of running some of the standard programs to evaluate the speed achieved by a system. There are a number of standard bechmarking programs and in this tutorial we benchmark the Linux system using a well known program called the HPL, also known as High Performance Linpack.
-
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.
-
Build your own combined OpenVPN/WiKID server for a VPN with built-in two-factor authentication using Packer.
Author: nowen • Tags: linux • Comments: 0
In this tutorial we create a combined OpenVPN/WiKID server using Packer. Packer allows us to create VMware, VirtualBox, EC2, GCE, Docker, etc images using code. Note that combining your two-factor authentication server and VPN server on one box may or may not be the best solution for you.
-
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.
-
A Beginner's Guide To LVM
Author: Falko Timme • Tags: linux, other, storage • Comments: 79
A Beginner's Guide To LVM This guide shows how to work with LVM (Logical Volume Management) on Linux. It also describes how to use LVM together with RAID1 in an extra chapter. As LVM is a rather abstract topic, this article comes with a Debian Etch VMware image that you can download and start, and on that Debian Etch system you can run all the commands I execute here and compare your results with mine. Through this practical approach you should get used to LVM very fast.
-
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.