Wondering how to check ip address in Linux? If yes, here i show to find my ip address in Ubuntu command line. Internet Protocol Address (IP Address) An Internet Protocol address (IP address) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. An IP […]
How To Upgrade Not Upgraded Packages In Ubuntu
How to upgrade all upgradable packages in Ubuntu? Get apt-get list available packages and know which of the following packages have been kept back. Here is how to check available updates in Ubuntu: To get a list of upgradeable packages in Ubuntu Linux Systems, use the following command to print the packages list that can […]
How To Install LibreWolf Web Browser On Linux Ubuntu
How to install LibreWolf web browser on Linux Ubuntu 22.04 and Linux Mint. Librewolf web browser based on Mozilla Firefox with an emphasis on privacy and security. It is designed to protect online privacy and security, by blocking trackers and other privacy-invasive features. Librewolf also includes an ad blocker and support for a range of […]
How To Find The List Of Files Modified In The Last 30 Minutes In Linux
How to find the list of files modified in the last 30 minutes in Linux? Learn how to find files modified in last 5 minutes Linux or find files modified in last 2 days Linux. Using find Command The ‘find’ command searches the directory tree rooted at each file name FILE by evaluating the EXPRESSION […]
Which Command Is Used To Clear The Screen Or Terminal In Linux
Which command is used to clear the screen or terminal in Linux Ubuntu? Learn how to clear terminal in Ubuntu and clear screen in Linux/Unix putty. Linux command for clear screen. Linux Command To Clear Terminal Screen To clear terminal screen in Linux Ubuntu, the simplest command is “clear” to clear terminal screen: clear The […]
Linux Command To Count Number Of Files In A Directory
How to count the number of files in a directory recursively on Linux Ubuntu. On Unix, count files in directory and subdirectories or number of files in a directory in Linux 1st Command: Count Files In A Directory Using Wc Command The ‘wc’ counts the number of bytes, characters, whitespace-separated words, and newlines in each […]