Linux Tutorials on the topic “Linux”
-
Samba Server installation on Ubuntu 15.10
Author: Till Brehm • Tags: linux, samba, ubuntu • Comments: 11
This guide explains the installation and configuration of a Samba server on Ubuntu 15.10 with anonymous and secured Samba shares. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
-
Ubuntu 15.10 LAMP server tutorial with Apache 2.4, PHP 5 and MariaDB (instead of MySQL)
Author: Till Brehm • Tags: apache, linux, mysql, php, ubuntu, web server • Comments: 22
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache 2.4 web server on an Ubuntu 15.10 server with PHP 5 support (mod_php) and MySQL / MariaDB. Additionally, I will install PHPMyAdmin to make MySQL administration easier. A LAMP setup is the perfect basis for CMS systems like Joomla, Wordpress or Drupal.
-
How to use Avogadro molecule editor and visualizer in education on Linux
Author: Bill Toulas • Tags: desktop, linux • Comments: 2
Avogadro is a molecule editor and visualizer, and one of the most advanced open source scientific software tools. It features many capabilities that can be useful in teaching as education can be much more effective when theory is combined with the actual depiction of realistic models. Here is a basic tutorial on how to use Avogadro in education. Please note that I am using the latest stable release which is version 1.1.1, but there is also a version 2.0.7 which is a complete re-write of the application.
-
-
How to install a Ubuntu 15.10 (Wily Werewolf) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 3
This tutorial shows the installation of a Ubuntu 15.10 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 15.10 that can be used as basis for our other Ubuntu 15.10 tutorials here at howtoforge like our perfect server guides.
-
How to perform as a DJ on Ubuntu Linux with Mixxx
Author: Bill Toulas • Tags: centos, debian, desktop, linux, ubuntu • Comments: 0
Linux and professional multimedia tools don't exactly go together, and while we can use some great and very capable audio workstations like Ardour, there aren't many audio mixers that DJs can use for their performances. If however you are a Linux user and you don't want to resort to other operating systems every time that you need to play some music, here are your choices.
-
How to control peripheral ports: Accessing and writing on Parallel Port with C on Linux. Part I
Author: David Duarte • Tags: linux, programming • Comments: 3
This tutorial will show you how to control the pins of the parallel port of your PC on Linux from within a small C program. In this example, we switch just a few LED's on and off, but the same technology can be used to control relays to switch devices with high power consumption on and off for home automation.
-
How to speed up your internet connection on Linux
Author: Bill Toulas • Tags: centos, debian, desktop, linux, opensuse, ubuntu • Comments: 13
The speed of your internet connection is something that is affected by a lot of different elements, most of which are out of your reach and/or jurisdiction. That said, there isn't a way to transform a slow internet connection into a lighting-speed one if your provider is just not giving you enough bandwidth, no matter what you do. This post is only aiming to provide generic advice on how to make things a little bit better if possible, and if applicable to each case.
-
How to split large audio files on Linux
Author: Bill Toulas • Tags: centos, debian, linux, opensuse, ubuntu • Comments: 4
It is often the case that we want to split an “one-piece” audio recording into smaller files. A live concert could be broken down into songs so that you can burn it on a CD, or an interview can be separated into thematic sections. Whatever the case, here are four different ways to do it.
-
Get started with Sweet Home 3D on Linux
Author: Bill Toulas • Tags: centos, debian, desktop, linux, opensuse, ubuntu • Comments: 2
Sweet Home 3D is an open source interior design application that allows people to draw a layout of their home, test new furniture arrangements before actually trying them out, and finally visit the virtual home in 3D view. It is quite powerful and extensible, but it remains relatively simple to use even for people who know very little or nothing about home design. This tutorial will guide you through the first steps in designing with Sweet Home 3D.
-
How to do image steganography on Linux
Author: Bill Toulas • Tags: centos, debian, linux, opensuse, security, ubuntu • Comments: 1
Steganography is the ancient art of the information concealment. People have found numerous methods to achieve this such as “invisible” inks, messages hidden in objects, and the famous “null cipher”. The word “steganography” comes from the Greek words “steganos” and “graphy” which means “impenetrable writing”. The years have passed and steganography has evolved into a sophisticated part of cryptography.