Implementing Backup and Restore mechanism using BUP in Ubuntu

BUP is a program that backs things up. It’s short for “backup.” BUP is a Very efficient backup … Read more

How to disable and / or enable ICMP ping from Linux host ?

To disable the ICMP ping from certain Linux host, lets say which has IP of 192.168.0.100 use … Read more

How to Change Hostname for Ubuntu Machine ?

Recently, we wanted to change the hostname of our Ubuntu machine, Lets, check now what is current … Read more

Fix : Lost Sudo user in Linux

Add “Sudo” user If somehow you Lost a “sudo” user which happened to me today, after upgrading … Read more

How to recover data / folder deleted with rm -rf ?

Today Accidentally I deleted one of my folder in ubuntu which has contained important files, but I … Read more

How to stream microphone audio to laptop speaker on Linux / Ubuntu ?

pavucontrol

If you have a microphone with 2.5mm audio jack and don’t have a mixer which can play … Read more

How to mount remote filesystem over SSH in Linux ?

SSHFS is a file system in user space (FUSE) that uses the SSH File Transfer Protocol (SFTP) … Read more