Linux Tutorials on the topic “Linux”
-
Shell Scripting Part 4: Repetition Control Structures
Author: jonilyn2730 • Tags: linux, shell, programming • Comments: 0
Welcome to part four of HowtoForge's shell scripting tutorial series (Click here to read the part 1, part 2 and part 3 of the tutorial). In this lesson, we will cover the different repetition control structures of the bash shell and how to use each structure by providing some examples. Let's get started.
-
Linux Software you won't find on your Software Center: Install Google Chrome, Google Earth and Skype
Author: Bill Toulas • Tags: centos, desktop, linux, opensuse, ubuntu • Comments: 9
Our Linux distributions have come a long way from the days that we had to manually install anything we needed by compiling it on the terminal to the modern days of the fancy Software Centers that offer collections of applications with ratings, screenshots and one-click install functionality. No matter how rich with software these tools are though, there are still some popular tools that millions of people use that you won't find in application centers of any distro.
-
How to Install Seafile on Ubuntu 15.04 (Vivid Vervet)
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 1
Seafile is a private cloud software, it supports encrypted file libraries to store data securely. To encrypt files in a library, you need to set a password when you create the library. The password won't be stored on Seafile cloud, so even the adminastrator of the servers cannot view your encrypted data without the password. This tutorial shows the installation of Seafile on Ubuntu 15.04.
-
-
How to install Tonido private cloud server on Ubuntu Linux
Author: Gurujyot_singh • Tags: ubuntu, desktop, linux, server • Comments: 9
Tonido is a free application that allows you to access files on your computer from a web browser, from your handheld or any DLNA capable device. The Tonido server enables you to sync files between different devices and to share them securely with your friends so you have a private and secure Cloud. This tutorial is about installing Tonido server on Ubuntu Linux.
-
The Perfect Server - Ubuntu 15.04 (Vivid Vervet) with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3
Author: Till Brehm • Tags: apache, bind, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, ubuntu, web server • Comments: 52
This tutorial shows how to install an Ubuntu 15.04 (Vivid Vervet) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers the installation of Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).
-
Ubuntu 15.04 (Vivid Vervet) Minimal Server Installation Tutorial
Author: Till Brehm • Tags: linux, ubuntu • Comments: 3
This tutorial shows the installation of a Ubuntu 15.04 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 15.04 that can be used as basis for our other Ubuntu 15.04 tutorials here at howtoforge like our perfect server guides.
-
Shell Scripting Part 3: Decision Control Structures in Shell Scripts
Author: jonilyn2730 • Tags: linux, shell, programming • Comments: 4
We already covered the basics of shell scripting such as accepting inputs, process data through arithmetic operations and generating and displaying output in the previous series of this tutorial. In this series, we will go deeper to a more advanced topic in a programming language -- making decisions in a program, but this time we will do it using bash shell.
-
Shell Scripting Part I: Getting started with bash scripting
Author: jonilyn2730 • Tags: linux, shell, programming • Comments: 11
This is the first part of a series of Linux tutorials. In writing this tutorial, I assume that you are an absolute beginner in creating Linux scripts and are very much willing to learn. During the series the level will increase, so I am sure there will be something new even for more advanced users.
-
Shell Scripting Part 2: Accepting Inputs and Performing Shell Arithmetic
Author: jonilyn2730 • Tags: linux, shell, programming • Comments: 7
This article is the second part of the Howtoforge shell scripting tutorial series. By this time, I assume that you have read the first part of the series and know how to create a simple script and execute it. In the second part, you will learn how accept inputs from the user and process them through shell scripting.
-
How to install a Debian 8 (Jessie) Minimal Server
Author: Till Brehm • Tags: debian, linux • Comments: 18
This tutorial shows how to install a Debian 8 (Jessie) minimal server in detail with many screenshots. The purpose of this guide is to provide a minimal setup that can be used as basis for our other Debian 8 tutorials here at howtoforge.com.