Linux Tutorials on the topic “Ubuntu”
-
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.
-
How to use Dropbox Cloud Storage in Ubuntu 15.04
Author: David Duarte • Tags: cloud, desktop, ubuntu • Comments: 2
Dropbox synchronizes folders in your PC with a virtual hard disk in the cloud. This tutorial shows the installation of Dropbox on Ubuntu 15.04
-
Installing Nginx With PHP5 And MySQL Support On Ubuntu 8.10
Author: Falko Timme • Tags: nginx, ubuntu • Comments: 3
Installing Nginx With PHP5 And MySQL Support On Ubuntu 8.10 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 8.10 server with PHP5 support (through FastCGI) and MySQL support.
-
-
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.
-
Sound Recording and Editing with Audacity on Ubuntu
Author: Bill Toulas • Tags: desktop, linux, ubuntu • Comments: 4
In all the years I have been dealing with both Linux and sound recordings, I have never found a simplest and more powerful tool than Audacity to get the job done. This open source sound recorder, editor, analyzer, generator and effect applicator is surely one of the most useful and important tools ever to be produced by the free software community.
-
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.
-
How to install Webmin on Ubuntu 15.04
Author: Gurujyot_singh • Tags: monitoring, ubuntu • Comments: 8
Webmin is a web-based interface for system administrators of Linux systems. It is quite simple, using any web-browser you can set up user accounts, Apache, Installations etc. Webmin helps all those who are not comfortable with the command line but want to manage their servers. This tutorial covers Installation and a little work around with Webmin on Ubuntu 15.04 (Vivid Vervet).
-
How to Install Nagios 4.0.8 on Ubuntu 15.04 (Vivid Vervet)
Author: Muhammad Arul • Tags: monitoring, networking, server, ubuntu • Comments: 8
Nagios is an open source software for system and network monitoring. Nagios can see the activity of a host and its services, and provides a warning/alert if something bad happens on the server. Nagios can run on Linux operating systems. At this time we are using Ubuntu 15.04 for the installation.
-
Installing and Configuring Scientific Software in Ubuntu 15.04. Case: Scilab 5.5.1
Author: David Duarte • Tags: linux, other, ubuntu • Comments: 1
Scilab is a free and Open Source software for numerical computation providing a powerful computing environment for engineering and scientific applications.