Linux Tutorials on the topic “debian”
-
Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian
Author: Sypher • Tags: debian, nginx, php, ubuntu • Comments: 24
Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is clearly not the only webserver available. A few good examples are lighttpd and nginx. In this tutorial I will show you how to install it on your Ubuntu server. This tutorial also applies to Debian, though. There is only a very small difference.
-
OpenSSH Security Best Practices
Author: Muhammad Arul • Tags: arch linux, centos, debian, freebsd, opensuse, security, server, shell, suse, ubuntu • Comments: 9
SSH (Secure Shell) is a cryptographic network protocol for initiating text-based shell sessions on remote machines in a secure way. OpenSSH is a connectivity tool that most administrators rely on to work on their Linux and *BSD servers daily. This tutorial covers the best pratices to configure your SSH server securely.
-
How to defrag your Linux system
Author: Bill Toulas • Tags: arch linux, debian, fedora, linux, ubuntu • Comments: 21
There is a common misconception among GNU/Linux users that our systems never ever need to be defragmented. This stems from the success of the journalized filesystems used by most distributions including EXT2,3 and 4, JFS, ZFS, XFS, ReiserFS and BTRFS. Fragmentation though can still be an issue though, especially for users that use space limited disks that may not offer many file allocation options.
-
-
Shell Scripting Part V: Functions in Bash
Author: jonilyn2730 • Tags: arch linux, debian, fedora, freebsd, linux, mandriva, opensuse, shell, suse, ubuntu • Comments: 8
Welcome to part 5 of HowToForge's shell scripting tutorial series. In this part, you will learn how to efficiently structure your scripts by creating functions. By the end of this tutorial, you will be able to know how to create functions in the Linux Bash Shell, pass parameters to your functions and return some values from a function to your main code.
-
How to install Asterisk 13 on Debian
Author: Ahmed Qadeer • Tags: debian, linux, server • Comments: 7
Asterisk is a Open Source framework for building communication applications. Asterisk turns an ordinary computer into a VoIP communication server, it powers IP PBX systems, VoIP gateways, conference servers and is used by companies, carriers and governments worldwide. This tutorial shows the installation of Asterisk 13 on Debian.
-
How to setup Raspberry Pi as Backup Server for Linux and Windows Desktops
Author: Stephan Jau • Tags: linux, raspbian, debian, samba • Comments: 13
The Raspberry Pi is a series of small single-board computers. They are rather cheap and are well suited for running a backup server or voip server. This tutorial describes the complete installation of the Raspberry PI from downloading and installing Raspian, the installation and configuration of Samba and how to backup Windows and Linux Desktops on the Raspberry Pi.
-
Installing Online Editors on Debian and Ubuntu with ONLYOFFICE Document Server
Author: Daria • Tags: debian, ubuntu • Comments: 6
ONLYOFFICE is a free, open source software that enables teams to manage projects, customer relations and documents in one place. This tutorial explains the installation of ONLYOFFICE and the ONLYOFFICE Document Server on Debian and Ubuntu.
-
How to build nginx with Google PageSpeed module on Debian 8 (Jessie)
Author: howtoforge • Tags: debian, nginx, web server • Comments: 7
This tutorial explains how to build nginx with the latest version of the Google PageSpeed (nginx_pagespeed) module on Debian Jessie. The PageSpeed module applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) and therefore speeds up your web site and reduces load times.
-
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.
-
How to install a Debian 7 (Wheezy) Minimal Server
Author: Falko Timme • Tags: debian, linux • Comments: 4
This tutorial shows how to install a Debian 7 (Wheezy) minimal server. The purpose of this guide is to provide a minimal Debian setup that can be used as basis for our other tutorials here at howtoforge.