How to Install ADB Fastboot on Linux

ADB Fastboot for Linux and MAC

ADB and Fastboot are the basic utilities if you want to ROOT, Unlock bootloader or install a custom Recovery like TWRP on any Android device. So, if you are a developer or you want to learn how you can get most out of your Android as a Developer or an advanced then you must … Read more

How to Learn Linux Kernel Development – Books and FREE Online Course

Programming, coding, development are some of the demanding jobs in the world right now. Out of all those, a Linux Kernel Development is a very rare expertise available in the market. According to Linux Foundation’s 2017 report, approximately 15,600 developers from 1,400 companies across the globe, have contributed to the Linux Kernel. Of course, this … Read more

[How to solve] Could not load host key: /etc/ssh/ssh_host_rsa_key issue in FreeBSD or Linux

Once I was strating the sshd service, I saw the error: Could not load host key: /etc/ssh/ssh_host_rsa_key issue. Sometimes while starting the sshd service you may face some issues like the following: Could not load host key: /etc/ssh/ssh_host_key Could not load host key: /etc/ssh/ssh_host_rsa_key Could not load host key: /etc/ssh/ssh_host_dsa_key Could not load host key: … Read more

How to make files Hidden in Linux

Linux provides us the functionality to hide the files for security as per preference, s can easily hide files by using some simple command or even use GUI for simplifying involvement. This can especially be helpful if you want to hide your files or directories without having to share your personal information with … Read more

xxd Command Not Found

xxd Command Not Found error

If you see the xxd command not found while running some script or apps on a Linux / Unix system that means the xxd command is not installed. Basically, the xxd command is a Unix command that can be used to display or edit binary files in hexadecimal format. It can also be used to … Read more