How To How to recover deleted photos and files from your smartphone’s SD card 28 Oct 2016 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…
How To How to search – install – remove, Snap packages in Ubuntu 22 Apr 2016 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. Continue reading "How to search…
How To How to migrate your Virtual Box machines to the KVM-VirtManager (Part 2) 20 Apr 2016 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…
How To VirtManager – KVM: Quick installation and basic usage video (Part 1) 18 Apr 2016 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) Continue reading "VirtManager – KVM:…
How To How to do a full disk encryption with Ubuntu installation 23 Mar 2016 In this video tutorial, I am demonstrating how to do a full disk encryption by using Ubuntu Mini ISO (Netinstall)Continue reading "How to do a full disk encryption with Ubuntu…
How To Parallel compression – decompression of files on multi-core-multi-threaded cpu’s 25 Sep 2015 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…
How To SHC: How to encrypt and convert a shell script into a binary executable 16 Aug 2015 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…
How To Introduction to DIY Home Server 17 May 2015 Abstract A home server can be extremely useful for managing your personal data like backing up your files, streaming your music, photos and videos and accessing locally installed services like…
How To Create a backup or a bundle of your git repository 27 Apr 2015 Introduction Keeping a backup or moving around a local repository while retaining its entire versioning information can be achieved with the current utilities of git. Bundles are a great way…
How To How to change the remote url of a local repository 25 Apr 2015 The git remote set-url command changes an existing remote repository URL.Continue reading "How to change the remote url of a local repository"