
View history of commands run in terminal - Ask Ubuntu
Oct 3, 2020 · Is there a way to save all my typed terminal commands and view it like history in a log book?
What do these symbols in some Linux terminal commands mean?
On AskUbuntu, I've seen a few commands around that look quite complicated, with lots of symbols in them. To get a better understanding of how these commands are built up, I'd like to know what the
command line - How to get the GPU info? - Ask Ubuntu
Dec 15, 2017 · I'm looking for a command that would give me the same info as: cat /proc/cpuinfo Except for the GPU (type of the chip and memory, frequency).
How do I open a text file in my terminal? - Ask Ubuntu
There is a file named RESULTS.txt and I want to open this file in my terminal. (I mean I want to see the file contents be displayed in the terminal and not in some text editor) How do I do that ?
What are the differences between "-" and "--" in commands?
Jul 7, 2014 · 22 I often see a single dash - or double dash -- followed by linux commands or other installed linux programs. What are the differences between single dash and double dashes? Is it just …
Terminal method of formatting storage drive - Ask Ubuntu
I want to know how to format a storage drive from the terminal. Helpful things to provide in the answer would be often used options for commands and base knowledge that one can use to extrapolate f...
command line - What does "./" mean in linux shell? - Ask Ubuntu
What does the command ./ mean? For example, sometimes we call a file with ./config, sometimes ../config, thanks
startup - How to run scripts on start up? - Ask Ubuntu
Aug 4, 2010 · The upstart system will execute all scripts from which it finds a configuration in directory /etc/init. These scripts will run during system startup (or in response to certain events, e.g., a …
Why do "df" and "du" commands show different disk usage?
Ok, lets check the man pages: df - report file system disk space usage and du - estimate file space usage Those two tools were meant for different propose. While df is to show the file system usage, …
How can I use Docker without sudo? - Ask Ubuntu
1196 On Docker's documentation pages, all example commands are shown without sudo, like this one: docker ps On Ubuntu, the binary is called docker.io. It also does not work without sudo: sudo …