I primarily use desktop Linux on my home computers. I also have multiple Linux servers for hosting It’s FOSS and related websites and open source software like Nextcloud, Discourse, Ghost, Rocket Chat etc. I use Linode for quickly deploying Linux servers in cloud in minutes. But recently, I installed Ubuntu server on my Raspberry Pi.
The df and du commands report on disk space usage from within the Bash shell used on Linux, macOS, and many other Unix-like operating systems. These commands let you easily identify what’s using up your system’s storage. Viewing the Total, Available and Used Disk Space Bash contains two useful commands related to disk space. To
A regular expression, regex or regexp is, in theoretical computer science and formal language theory, a sequence of characters that define a search pattern. . – Any Character Except New Line \ d – Digit (0-9) \ D – Not a Digit (0-9) \
1. Useful Linux Terminal Commands Line Keyboard Shortcuts Linux Keyboard Shortcuts The following keyboard shortcuts are incredibly useful and will save you loads of time: CTRL + U – Cuts text up until the cursor. CTRL + K – Cuts text from the cursor until the end of the line CTRL + Y –