HowtoForge provides user-friendly Linux tutorials.

  • Vector Algebra on Linux with Python Script: Part 1

    linux Author: David DuarteTags: , Comments: 2

    In this tutorial, we will discuss the vector algebra and corresponding calculations under Scientific Linux. For our purpose, I have chosen Python as the programming language for its simplicity and power of calculation. Any Linux distribution has by default a Python editor / compiler which is invoked through a terminal window. Let's go over some concepts of vector algebra.

  • How to sync your documents with Google Drive on Ubuntu

    ubuntu Author: Bill ToulasTags: , , Comments: 15

    Google Drive is a popular online service that allows for the easy sharing and collaborative editing of documents (word files or spreadsheets). Under the most usual day to day circumstances, the GDrive tool is very useful serving as a cloud space and/or a readily available online collaboration platform. On this guide, we will see how you can install an open source client tool for the service named Grive, and how to set it up according to your needs.

  • How to install KVM on Ubuntu 14.04

    ubuntu Author: Gurujyot_singhTags: , , Comments: 10

    KVM (Kernel-based Virtual Machine) is a virtualization extension for the Linux Kernel. There are many Operating systems that are supported by KVM, which include Linux, BSD, Solaris, Windows and others. This tutorial explains the installation of KVM on an Ubuntu 14.04 Desktop and how to create a Ubuntu guest VM.

  • How to Install and Configure MongoDB on Ubuntu 14.04

    ubuntu Author: Muhammad ArulTags: , Comments: 5

    MongoDB is a NoSQL database that offers a high performance, high availability, and automatic scaling enterprise database. Data is stored in a "document" structure in JSON format (in MongoDB called BSON). MongoDB was first introduced in 2009 and is currently developed by the company MongoDB Inc. This tutorials shows the installation and configuration of MongoDB on Ubuntu 14.04.

  • How to install ProFTPd with TLS support on Ubuntu 15.04

    ubuntu VMWare Image Download Author: Till BrehmTags: , , Comments: 4

    FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 15.04 server, how to add an FTP user and to use FileZilla to connect securely with TLS.

  • Hydrogen: A software drum machine for Linux

    ubuntu Author: Bill ToulasTags: , Comments: 0

    Hydrogen is the best open source drum machine that is available free of charge. It is an advanced piece of software that helps artists and producers compose groovy beats to accompany their music. Hydrogen is quite simple to use, features a lot of options and drum sets that can differentiate the sounds to meet the wide scope of requirements that derive from different music genres like rock, metal, pop, electronic and jazz.

  • Installing Lighttpd with PHP5 (PHP-FPM) and MySQL on Debian 8 (Jessie)

    debian VMWare Image Download Author: Till BrehmTags: , , Comments: 4

    Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian 8 (Jessie) server with PHP5 support (through PHP-FPM) and MySQL as a database server. PHP-FPM (FastCGI Process Manager) is a new PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

  • Server Monitoring with Munin and Monit on Debian 8 (Jessie)

    debian VMWare Image Download Author: Till BrehmTags: , Comments: 17

    In this article, I will describe how you can monitor your Debian 8 server with Munin and Monit. munin produces nifty little graphics about nearly every aspect of your server without much configuration, whereas Monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that let you recognize current or upcoming problems, and a watchdog that ensures the availability of the monitored services.

  • How to install Wordpress with Nginx, MariaDB and HHVM on Debian 8

    debian VMWare Image Download Author: Till BrehmTags: , , , , Comments: 9

    HHVM (Hip Hop Virtual Machine) is a just-in-time compiler developed by Facebook to run applications that are written in PHP and Hack language. HHVM is faster than the traditional PHP engine from ZEND and is used by Facebook to serve billions of web requests per day. This tutorial describes the installation of Nginx, MariaDB, HHVM and Wordpress on Debian 8 (Jessie).

  • How to connect to IRC through console, app, or a web client on Linux

    linux Author: Bill ToulasTags: , , Comments: 2

    IRC (Internet Relay Chat) is a text communication layer protocol that has been available for at least 15 years. It is used by tens of thousands around the globe for quick communication, online conferences, conduction of real-time text interviews, asking for technical help etc.