Results for "Linux Server"

Wire posts

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

    2038 days ago

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

    1978 days ago

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

    1972 days ago

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

    1948 days ago

  • https://docs.microsoft.com/en-us/machine-learning-server/deployr/deployr-about #Rscripts #into #analytics #web #services

    1920 days ago

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

    1865 days ago

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

    1848 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/

    1839 days ago

  • NanoPipe—a web server for nanopore MinION sequencing data analysis https://academic.oup.com/gigascience/article/8/2/giy169/5300120 #NanoPipe #Server #ONT #Nanopore

    1803 days ago

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

    1671 days ago