Linux Tutorials on the topic “Ubuntu”
-
How to install and set up multiple chess engines on XBoard
Author: Bill Toulas • Tags: arch linux, centos, debian, desktop, fedora, linux, suse, ubuntu • Comments: 2
XBoard is an open source graphical chess interface that was made to be compatible with the X window system and that can accept mouse moves, support countless chess engines and even allow the playing of chess variations. It can also serve as a front-end for local game analysis, net server based games, or even email chess (auto-parsing of received mail moves and auto-sending of mail when move is done).
-
How to monitor free disk space at Amazon EC2 with Cloud Watch
Author: Matteo Temporini • Tags: cloud, debian, linux, ubuntu, virtualization • Comments: 4
Amazon AWS is a great platform to develop a Cloud Infrastrucutre, it supposedly covers every aspect that is needed for a whole IT infrastructure and provides also a nice monitoring tool named Cloud Watch. Today I will show you how to monitor free disk space with Cloud watch.
-
How to secure your PDF documents with passwords (and how to crack them if needed)
Author: Bill Toulas • Tags: centos, debian, desktop, opensuse, security, suse, ubuntu • Comments: 9
Documents safety is a particularly sensitive matter due to the typical usage nature and possible value and importance of the contents. That said, users should be extra careful when sharing documents that shouldn't be leaked to other parties.
-
-
How to Install Proftpd with TLS on Ubuntu 15.04
Author: Muhammad Arul • Tags: ftp, linux, ubuntu • Comments: 0
This article describes the installation of Proftpd with TLS on Ubuntu 15.04. FTP is a insecure protocol as passwords and data are transferred unencrypted. The whole communication can be encrypted by using TLS, thus making FTP a safe protocol to transfer files. This tutorial shows you how to setup a TLS enabled FTP server on Ubuntu.
-
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.
-
How to record from JACK with Ardour on Linux
Author: Bill Toulas • Tags: centos, desktop, fedora, opensuse, ubuntu • Comments: 0
With all the madness that prevails the Linux audio engines and complex inter-related frameworks and subsystems, it is very easy to get lost and overwhelmed when you want to do something as simple as to record yourself playing an electric musical instrument. Recording from JACK is imperative in that case, as using a “mic to speaker” arrangement will introduce unwanted noise to the recording, no matter what.
-
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 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 Install Postgresql and phpPgAdmin on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 6
PostgreSQL is a powerfull object-relational Database released under a OpenSource BSD-style license. PostgreSQL is well suited for large databases and has many advanced features, so it positions itself in the enterprise database segment. This tutorial will show the installation of PostgreSQL and its web based administration interface phpPgAdmin on Ubuntu 15.04.
-
Installing and Using the Scientific Software GNU Octave on Ubuntu 15.04
Author: David Duarte • Tags: desktop, ubuntu • Comments: 4
GNU Octave is a scientific application that uses a Matlab like interpreted high level language for numerical computations and simulations. It offers functions to solve linear and nonlinear problems, can plot the results as graphics and offers capabilitis for data manipulation and visualisation.