linux shell scripting with bash - Search
About 777,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
  1. Download Linux | Linux.org

    May 1, 2017 · 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 …

  2. Linux.org

    Jun 2, 2025 · 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. …

  3. linux - Go back to previous directory in shell - Super User

    Feb 25, 2010 · Is there a way to go back to previous directory we were in using bash,tcsh without using pushd/popd ? I'd like to type something like "back" and got returned to the previous …

  4. 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).

  5. How to display network traffic in the terminal? - Ask Ubuntu

    Feb 17, 2013 · how to display the actual network traffic (wireless) in a terminal? Additionally: Is it possible to add this info to the chart of top?

  6. 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

  7. WindowsFX (LinuxFX) 11 | Linux.org

    May 22, 2017 · The WindowsFX, also called LinuxFX, strangely combines Linux and Windows. The newer version, running Ubuntu 22.04 looks and feels like Windows 11. WindowsFX has …

  8. bash - What does ~ mean in a Linux shell? - Super User

    Sep 13, 2012 · I'm new to Linux and have been seeing this often. Could someone explain the concept here? ~/.somefilename What does the ~ (tilde) signify?

  9. How to unzip a zip file from the Terminal? - Ask Ubuntu

    Oct 13, 2017 · 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?

  10. Change folder permissions and ownership - Ask Ubuntu

    Nov 2, 2010 · Use chown to change ownership and chmod to change rights. As Paweł Karpiński said, use the -R option to apply the rights for all files inside of a directory too. Note that both …