Linux Tutorials on the topic “Linux”
-
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 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.
-
-
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.
-
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 use Avidemux for Video Editing
Author: Bill Toulas • Tags: desktop, linux, other • Comments: 3
Thankfully, the open source world offers many good choices when it comes to video editing. Some of the most popular choices are the PiTiVi, OpenShot, Kdenlive and Blender. Avidemux is another one - maybe the one with the worst name, but being one of the oldest (five years old) it is now quite mature and stable as well as relatively feature rich.
-
Get to know your System (using the command line)
Author: Bill Toulas • Tags: linux, shell • Comments: 4
Knowing the details of your system is essential for being able to address issues that arise and make the right hardware and software choices to ensure the compatibility and a good performance of your system. To get to know yous system a bit better we will use the command line.
-
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.
-
How to install and configure VSFTPD
Author: Gurujyot_singh • Tags: ftp, linux, ubuntu • Comments: 6
As the name suggest 'Very Secure File Transfer Protocol Deamon' (VSFTPD) is one of the most secure FTP daemons available, vsftpd is used as the default FTP server in the Ubuntu, CentOS, Fedora, NimbleX, Slackware and RHEL Linux distributions.
-
How to Install nginx and google pagespeed on Ubuntu 15.04 (Vivid Vervet)
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu, web server • Comments: 7
Nginx (engine-x) is a open source and high performance HTTP server, reverse proxy and IMAP/POP3 proxy server. The outstanding features of Nginx are: stability, rich feature set, simple configuration and low resource consumption. Nginx is being used by some of the largest websites on the internet and is gaining more and more popularity in the webmaster community. This tutorials shows how to build a nginx .deb package for Ubuntu 15.04 from source that has Google pagespeed module compiled in.