Results for "Linux"

Wire posts

  • du -sh * | sort | grep "G" #List size of all the directory #Size #List #Directory #Linux

    2091 days ago

  • cat /etc/*-release #System #version #Linux

    2084 days ago

  • Check the file systems and sizes. $ df --block-size=G #Linux #Size #df

    2021 days ago

  • sudo find /tmp -type f -atime +10 -delete #Delete all tmp files created within 10 days #Linux

    1962 days ago

  • Export the PATH in Linux $ PATH="/home/urbe/Tools/ALLHiC/scripts:${PATH}" and then $ export PATH #Path #Set #Variable

    1955 days ago

  • exFat format mount in Linux sudo apt-get install exfat-fuse exfat-utils #exFat #Linux #Mount

    1931 days ago

  • The command du "summarizes disk usage of each FILE, recursively for directories," e.g., du -h | sort -h #Disk #Usage #Linux

    1848 days ago

  • Kill the screen session on Linux machine. screen -X -S 9722.pts-4.urbo241 kill #Kill #Screen #Session #Linux

    1832 days ago

  • #UNetbootin allows you to create #bootable #Live #USB drives for #Ubuntu and other Linux distributions without burning a CD. https://unetbootin.github.io/

    1823 days ago

  • List all files by size in Linux $ ls -l -S | sort -k 5 -n #Linux #Size #List

    1655 days ago