Change the extension of multiple files in Linux
1). Using Linux find command Using find command to rename all .oldext files under directory structure with a new extension: .newext find . -type f
du – Get the Size of a Folder in Ubuntu Linux
The linux du command displays the size of file space used by the specified files or folders. If the specified path is a directory (folder),
Free and Public DNS Servers for Family – Block Malicious Content!
Cloudflare Free DNS Servers Protect your home against malware – Using the following DNS resolvers will block malicious content: IPv4 1.1.1.2 1.0.0.2 IPv6 2606:4700:4700::1112 2606:4700:4700::1002 Protect
■ Google Search Hijacked Speedtest Keywords
Google’s “hijacked” speedtest keywords and place its products above competitors’ and present “answers” (or “direct answers”) on the search page: I assumed it was a google
Detach script/command in Linux – Easy Way !
Hot to start and detach bash script (or command) in linux from the command line: setsid nohup monitor.sh & detach script/command with custom log: setsid
Kill Process in Linux by PID, Name or Group
Kill a Process in Linux from command line using kill command: kill process by name: kill $(ps aux | grep ‘process_name’ | awk ‘{print $2}’)
Apple,Amazon,Facebook,Google – Absolute power corrupts absolutely
Monopolies harm the economy and democracy and businesses like Apple, Amazon, Facebook & Google have gotten too powerful and we risk heading towards an uncertain
Find Available Network Interfaces On Linux/Ubuntu – 6 Quick Solutions
If you need a solution for quickly finding information about the network interfaces attached to the server or computer, then choose one of the solutions
Reload fstab (/etc/fstab) – dynamic loading without restart – Linux
When we make a change in the /etc/fstab file in order to be active (ie taken into account) we need to notify the operating system