Sometimes you may need to flush DNS cache on your system. Here is how to flush DNS cache in Windows, Linux & Mac.
Linux
How to Change Host Name in Debian/Ubuntu
Sometimes you may need to change hostname of your machine on network. Here is how to change host name in Debian/Ubuntu Linux.
How to Create Swap File in Linux
Swap file allows you to extend your server’s physical memory when it is full. Here is how to create swap file in Linux.
Sftp script to transfer files in Linux with password
SFTP allows you to securely transfer files in Linux. Here is is an SFTP script to transfer files in Linux with password.
How to Reverse String in Python
Sometimes you may need to reverse string in Python. Here are different ways to reverse string in Python.
How to Remove Snap in Ubuntu
Sometimes you may need to remove snap or turn off snap in Linux. Here is how to remove snap in Ubuntu.
How to Recursively Change Directory Owner in Linux
Sometimes you may need to change directory ownership recursively. Here is how to recursively change directory owner in Linux.
How to Append Text At End of Each Line in Linux
Sometimes you may want to append text at the end of each line in Linux. Here is how to do it using sed command in Linux.
How to Find Out Who is Using File in Linux
Sometimes you may need to know who is using file in Linux. Here is how to find which user is using an open file in Linux.
How to Find & Remove Unused Files in Linux
Sometimes you may need to find & remove unused files in Linux. In this article, we will look at how to find & remove unused files using find & rm commands.