Linux Tutorials on the topic “debian”
-
How to use snapshots, clones and replication in ZFS on Linux
Author: Ramadoni • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 16
In the previous tutorial, we learned how to create zpool's and a ZFS filesystem or dataset. In this tutorial, I will show you step by step how to work with ZFS snapshots, clones, and replication. Snapshot, clone and replication are the most powerful features of the ZFS filesystem.
-
How to install and configure ZFS on Linux using Debian Jessie 8.1
Author: Ramadoni • Tags: debian, linux, server • Comments: 16
ZFS is a combined file system and logical volume manager. The features of ZFS include protection against data corruption, support for high storage capacities, efficient data compression, integration of the concepts of filesystem and volume management, snapshots and copy-on-write clones, continuous integrity checking and automatic repair, RAID-Z and native NFSv4 ACLs. This tutorial will show you how to install ZFS on Debian 8.
-
How to connect your Android device on Ubuntu Linux
Author: Bill Toulas • Tags: centos, debian, desktop, linux, suse, ubuntu • Comments: 26
Buying a media device that needs a special driver and/or connectivity suite to navigate and update its contents is a common case nowadays, and has been ever since manufacturers decided that it would be a good idea to just limit the access that users can have on the products that they bought. This may not be a huge problem to Windows and Mac OS users who can simply download the manufacturer's suite and use it to connect to their device, but Linux is often (if not always) left unsupported in that part. The first time I encountered this problem was with the first generation of iPods and Creative Zen players that refused to show any contents on the File Manager when connected via the USB port, and then came the newest generations of Android devices which do the same. In this quick guide, we will see how we can overcome this problem, and connect our media device on our Linux system.
-
-
Three ways to easily encrypt your data on Linux
Author: Bill Toulas • Tags: centos, debian, desktop, linux, ubuntu • Comments: 6
Data encryption is one very solid security measure/precaution that everyone who owns data with significant personal or objective value should perform. What data encryption does is securing your data when they fall into the wrong hands. There are many tutorials on howtoforge.com that show one way or another to decrypt your data. This one will show the most easy-to-use tools that can do the job for us. For this purpose, I will showcase the decryption of a removable media drive.
-
How to install Legrand UPS Communicator on Linux
Author: Fernand CLERC • Tags: centos, debian, linux, mandriva, opensuse, suse, ubuntu • Comments: 5
This tutorial shows the steps to install Legrand communication software to monitor a directly connected UPS, for example with a USB cable. This software allows you to manage the server and possibly others with the RS.
-
How to track your Linux laptop
Author: Bill Toulas • Tags: centos, debian, desktop, linux, opensuse, suse, ubuntu • Comments: 11
So, you just bought a new shiny laptop and you are uncomfortable about the possibility to see it stolen and lost forever? There are many things you can do to help you recover your laptop after such an unfortunate thing happens, and almost all of them involve some kind of tracking software. Here is a quick guide on how to set up easy to use tools that will help you locate your stolen laptop.
-
How to set up torrent scheduling on Linux
Author: Bill Toulas • Tags: centos, debian, fedora, linux, opensuse, suse, ubuntu • Comments: 3
Today we will take a look on the methods that Linux users can follow in order to set up a scheduler for their torrent downloads. This can be useful for people who want to take advantage of their computer while they are not using it, like during the nighttime for example. This way, large portions of huge files can be downloaded without delaying your work activities, or interrupting/undermining your media consumption.
-
How to create an Ubuntu package from source
Author: Bill Toulas • Tags: debian, ubuntu • Comments: 2
Building from source has never been the most popular choice of the less experienced Linux users who are always in the seek for a pre-built package. This is especially the case with Ubuntu users who like convenience and GUIs over power and terminals. Unfortunately, everything in the Linux world gets first released as source, and then it gets packaged for the various distributions and architectures, meaning that you will most probably never find a package of the absolutely latest version of a software that got just released. Thankfully, building an Ubuntu package is a simple procedure that doesn't require any technical or coding knowledge at all. Here's a step by step guide on how to do it.
-
How to generate a animated GIF or movie out of images on Linux
Author: Bill Toulas • Tags: arch linux, centos, debian, desktop, linux, suse, ubuntu • Comments: 0
It is very unlikely for anyone nowadays not to own a device that is capable of shooting many consecutive pictures (burst mode). While this is useful for helping you take the perfect shot in sport events etc, you may want to use some of those successive frames to create a movie. Thankfully, you can do this very easily on Linux. In this tutorial, I will use five (not so closely successive) shots of my Cockatiel parrot bird trying to drink some of my coffee.
-
How to Encrypt Directories/Partitions with eCryptfs on Debian 8 (Jessie)
Author: Falko Timme • Tags: debian, security, storage • Comments: 5
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. You can use it to encrypt partitions and also directories that don't use a partition of their own, no matter the underlying filesystem, partition type, etc. This tutorial shows how to use eCryptfs to encrypt a directory on Debian Jessie