I would like personally to thank all the users who donated to my projects. Here is a quick report of all the people who have donated.
How to recover deleted photos and files from your smartphone’s SD card
In this tutorial, let’s assume that we have accidentally deleted our files, from an sd card, or a USB thumb drive. Then we will try to recover them using photorec app.
Vivaldi browser: Interview with Jon Stephenson von Tetzchner
Vivaldi browser has taken the world of internet browsing by storm, and only months after its initial release it has found its way into the computers of millions of power users. In this interview, Mr.Jon Stephenson von Tetzchner talks about how he got the idea to create this project and what to expect in the future.
How to search – install – remove, Snap packages in Ubuntu
In this short video tutorial, we will see how to use the new Snap package manager to search and install/remove Snap packages and some useful commands.
How to migrate your Virtual Box machines to the KVM-VirtManager (Part 2)
The first part was an introduction to to Virt Manager and KVM. In this video tutorial, I will show you how to migrate your Virtual Box machines to the Virt Manager.
VirtManager – KVM: Quick installation and basic usage video (Part 1)
In this video tutorial we will use a tool called virt-manager that allows you to use a graphical interface to interact with Kernel-based Virtual Machine (KVM)
uCareSystem Core v3.0 released and available in PPA
uCareSystem Core is a small software that automates the basic system maintenance processes. Now it is also available to install it via PPA if you are interested to automatically receive new features.
How to do a full disk encryption with Ubuntu installation
In this video tutorial, I am demonstrating how to do a full disk encryption by using Ubuntu Mini ISO (Netinstall)
Parallel compression – decompression of files on multi-core-multi-threaded cpu’s
Abstract
Using multiple cores and processors simultaneously to achieve faster compression and decompression rates is possible nowadays with the new generation of multi-core cpu’s. Using the following methods to create compressed backups of your files will be less time consuming.
SHC: How to encrypt and convert a shell script into a binary executable
Abstract SHC is a free software (GPL v2) that takes a shell script and produces C source code. The generated source code is then compiled and linked to produce a stripped binary executable. Introduction There are some uncomfortable times when you will be asked to not distribute the source code of a shell script (eg. … Read more