Linux Tutorials on the topic “debian”
-
Linux Basics - Static IP and Network Configuration on Debian Linux
Author: howtoforge • Tags: debian, linux • Comments: 8
Linux Basics - Static IP and Network Configuration in Debian Linux This guide explains how to configure static IP address, dns configuration and hostname on debian based Linux distributions on the shell. It will be same in server & desktop. 1 Preliminary Note Suppose you are working in a data center or company and your boss puts a dumb debian server setup and you need to configure it in the running environment. Yes it is little painstaking, but not very tough task. In my case I have a dumb debian server which was installed by someone in his networking environment and I want to make it functional in my static IP environment. Suppose I have a vacant IP 192.168.0.100 and I will implement it in my environment. My IP details are as follows:
-
ISPConfig 3: Automated installation on Debian
Author: Matteo Temporini • Tags: apache, bind, control panels, debian, dns, dovecot, ispconfig, linux, mysql, nginx, php, postfix, server, ubuntu, web server • Comments: 69
As you might know, ISPConfig is one of the best free opensource hosting control panels available to manage linux servers in single and multi server environments. This tutorial explains how to deploy and install this amazing contol panel with ispconfig_setup script.
-
Configure Clamav for daily system scans and email notification on Debian
Author: Matteo Temporini • Tags: antivirus, debian, ubuntu • Comments: 23
Today we take a look at the clamav antivirus software and how to use it to protect your server or desktop. I will show you how to configure Clamav to scan all system, website and email files daily and notify you by email in case that a virus gets detected.
-
-
How to install ownCloud 8 on Debian 8 (Jessie)
Author: Till Brehm • Tags: cloud, debian • Comments: 14
OwnCloud is a OpenSource file sync and share software that can be hosted on your own server. It provides access to files trough an intuitive web interface and by WEBDAV. This tutorial will show the installation of the latest ownCloud version on Debian 8.
-
How to Migrate Ext2/Ext3 File Systems to Ext4 on Linux
Author: amanda • Tags: centos, debian, fedora, linux, mandriva, opensuse, suse, ubuntu • Comments: 4
The Linux file systems Ext2 and Ext3 have now gone outdated. It is the time to convert the old file systems to the latest one, EXT4. The Ext4 filesystem is faster and more reliable than the previous versions. You dont have to reinstall the system; you can simply convert your existing file system to EXT4 by keeping the stored data unaffected.
-
How to upgrade Debian Wheezy to Jessie safely
Author: Till Brehm • Tags: debian, linux • Comments: 50
How to upgrade Debian Wheezy (7) to Debian Jessie (8). This tutorial explains how to upgrade your Debian system from Wheezy to Jessie in a few simple steps.
-
How to edit Movie Subtitles on the Linux Desktop
Author: Bill Toulas • Tags: centos, debian, desktop, suse, ubuntu • Comments: 0
Here's is a quick guide on how to load and edit subtitles on GNOME Subtitles and Subtitle Editor. The movie that I will be using for this tutorial is a documentary called “The Pirate Bay Away From Keyboard” released in 2013 under a Creative Commons (CC) license.
-
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.