Save with different file name By default, downloaded file will be saved with the last name mentioned in the URL. To save…
shell
-
-
Finding memory leak Technically, memory leakage is ever-increasing usage of memory by any application. Applications increasing their memory usage can cause serious…
-
List process with specific username Option u displays the process for a specific user. You can also specify multiple usernames separated by…
-
Quit downloading after crossing certain limit We can quit downloading file on exceeding certain limit with option Q. Here, Q stands for…
-
Outlook for Ubuntu Microsoft Outlook is a software system for personal information manager from Microsoft, which existed as a component of the…
-
free -l Command free -l displays high and low memory size statistics. Syntax: free -l Look at the above snapshot, low and…
-
List running process in full format To display all currently running processes in full format on a system two types of commands…
-
Redirecting to log file We can redirect wget command to a log file with option o. Syntax: wget -o Look at the…
-
Pop OS vs. Ubuntu What is Pop!_OS? Pop!_OS is a free and open-source Linux distribution based on Ubuntu, including a custom GNOME…
-
free -o Command free -o disables the buffer/cache line from the output in shell prompt. Syntax: free -o Look at the above…