|
- Download Linux | Linux. org
Links to popular distribution download pages24 Popular Linux Distributions Explore different Linux distributions and find the one that fits your needs Try distrowatch com for more options
- Linux. org
Friendly Linux ForumTux is a 3-D game made only for Linux It is open-source and has an editor, which is also open source, to make new games or add levels to existing games You’ll find the game and editor on
- 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
- command line - How to get the GPU info? - Ask Ubuntu
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 to display network traffic in the terminal? - Ask Ubuntu
how to display the actual network traffic (wireless) in a terminal? Additionally: Is it possible to add this info to the chart of top?
- What is the equivalent for switching drives in terminal on Linux?
In Linux and Unix there is a main filesystem called root filesystem, and indicated with Other filesystems (real or virtual) are mounted on the root filesystem on a mount point, i e an empty directory used as a start point for the specific filesystem, in such a way that all files can be reached as descendant of the root directory
- How to unzip a zip file from the Terminal? - Ask Ubuntu
Just downloaded a zip file from the internet I want to use the terminal to unzip the file What is the correct way to do this?
- How can I copy the contents of a folder to another folder in a . . .
You can copy the contents of a folder source to another existing folder dest with the command: cp -a source dest The -a option is an improved recursive option, that preserves all file attributes and symlinks The at end of the source path is a specific cp syntax that copies all files and folders, including hidden ones
|
|
|