X

This new ransomware is targeting Windows and Linux PCs with a ‘unique’ attack

Researchers detail the unusual workings of Tycoon ransomware - which appears to be designed to stay under the radar as…

DeaDSouL

Securely remove files using wipe tool

Let's learn how to install and use the wipe tool on our UNIX, MacOS X and Linux distros to securely…

DeaDSouL

Securely remove files using srm tool

In this tutorial we will learn how to install and use the srm command line tool to securely remove files…

DeaDSouL

Securely remove files using shred tool

In this tutorial we will learn one of the most popular tools to securely remove files from disks on Linux…

DeaDSouL

The FreeBSD binary package manager cheatsheet

Let's find out the essential commands that are needed to manage our binary packages in FreeBSD operating system. By looking…

DeaDSouL

How to backup your website from terminal

Why don't we make the backup process as simple as possible? I mean by issuing one command, the website contents…

DeaDSouL

Restore ownership and octal permissions from a backup

Have you ever messed up the system’s ownership and/or permissions accidentally? Or maybe you used an application who did that…

DeaDSouL

Setup and configure Transmission torrent’s server (daemon)

We'll see how to install and setup Transmission the BitTorrent client server daemon on various BSD and Linux distros. To…

DeaDSouL

HowTo: Manage a service in systemd, SysVinit, Upstart, runit and OpenRC

In this howto, you'll learn the very minimum needed commands you'd have to know in order to manage your system's…

DeaDSouL

BASH script that prints hardware’s temperatures

Here is a simple BASH script I wrote, that can print out the temperatures of: CPUs.GPU.Disks.TINs sensors. You can tweak…

DeaDSouL