destroyed-hard-drive

Hard drive shredding on Linux

When we delete a file from a filesystem, the data is not physically removed: the operating system simply marks the area previously occupied by the file, as free and makes it available to store new information. The only way to make sure data is actually removed from a device is to override it with other data. We may want to perform such operation for privacy reasons (maybe we plan to sell the device and we want to be sure the new owner cannot access our data), or maybe to prepare a device for encryption. In this tutorial we will see some tools we can use to completely wipe data on a device

In this tutorial you will learn:

  • How to shred data using dd
  • How to secure-erase files and devices using the shred utility
  • How to overwrite data using badblocks

Read more

How to setup the rsync daemon on Linux

How to setup the rsync daemon on Linux

In a previous article we saw some basic examples of how to use rsync on Linux to transfer data efficiently. As we saw, to synchronize data with a remote machine we can use both a remote shell as  ssh or the rsync daemon. In this article we will focus on the latter option, and we will see how to install and configure rsyncd on some of the most used Linux distributions.

In this tutorial you will learn:

  • How to install and configure the rsync daemon

Read more

Startup Applications - Ubuntu 18.04

System Monitoring on Ubuntu 18.04 Linux with Conky

Objective

The objective is to help reader to get started with system monitoring basics with Conky on Ubuntu 18.04 Bionic Beaver Linux.

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver Linux
  • Software: – conky 1.10.8

Requirements

Privileged access to your Ubuntu System as root or via sudo command is required.

Conventions

Read more

Atom - Ubuntu 18.04 - Launch

Install Atom on Ubuntu 18.04 Bionic Beaver Linux

Objective

The objective is to install Atom editor on Ubuntu 18.04 Bionic Beaver Linux

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver
  • Software: – Atom v1.24.0 or higher

Requirements

Privileged access to your Ubuntu System as root or via sudo command is required.

Conventions

Read more

Compile LaTeX to PDF from command line on Ubuntu 18.04.

How to install LaTex on Ubuntu 18.04 Bionic Beaver Linux

Objective

The objective of this article is to provide reader with instructions on how to install LaTeX on Ubuntu 18.04.

Furthermore, this article will also explain the procedure on how to compile a basic Latex document from a command line. Lastly, the reader will be introduced to some of the best LaTeX editors available on the Ubuntu 18.04 system.

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver Linux

Requirements

Privileged access to your Ubuntu System as root or via sudo command is required.

Conventions

Read more

Install FFmpeg on Ubuntu 18.04 Bionic Beaver Linux

Objective

The objective is to Install FFmpeg on Ubuntu 18.04 Bionic Beaver Linux.

This guide will provide you with an information on how to install FFmpeg on Ubuntu 18.04 from a standard Ubuntu repository as well as how to install latest FFmpeg by compiling it from a source.

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver

Requirements

Privileged access to your Ubuntu System as root or via sudo command is required.

Conventions

Read more

How to install, uninstall and update Firefox on Ubuntu 18.04 Bionic Beaver Linux

Objective

Mozilla Firefox is a default Internet browser on Ubuntu 18.04 so this article only shortly mentions installation and focuses also on uninstall and update processes.

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver Linux

Requirements

Privileged access to your Ubuntu System as root or via sudo command is required.

Conventions

Read more

Google Drive Ubuntu 18.04 - Launch Online Accounts

Google Drive on Ubuntu 18.04 Bionic Beaver Linux

Objective

The objective is to seamlessly provide access to Google Drive on Ubuntu 18.04. Firstly, we will access Google Drive via Gnome build-in feature Online Accounts.

Later, as an alternative, this tutorial will explain how to install google drive tool: google-drive-ocamlfuse via PPA and mount Google Drive remotely directly to user’s home directory.

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver

Requirements

Privileged access to your Ubuntu System as root or via sudo command is required.

Conventions

Read more