Results for "Linux Server"

Wire posts

  • #Remove all line that start with # file: $ sed '/^#/ d' filename #line #sed #linux

    2604 days ago

  • Open exFAT drive on Linux. $ sudo apt-get install exfat-fuse exfat-utils #Linux #exFAT

    2599 days ago

  • Show before(B) and after(A) the matching region $ grep -B 3 -A 2 foo README.txt #Linux #Tricks #View #Grep

    2554 days ago

  • Augustus 3.2 location https://fossies.org/linux/misc/augustus-3.2.3.tar.gz/ #Genes #Augustus #Predict

    2550 days ago

  • Latest Augustus tool https://fossies.org/linux/misc/augustus-3.2.3.tar.gz/ #Tool #Prediction #Augustus

    2546 days ago

  • Filter #blank #lines from a #fasta file using sed. $ sed '/^$/d' finalSample.fa > finalSample_filtered.fa #Linux #Filter #FASTA #SED

    2526 days ago

  • Find the memory to request on server for 2 TB and 24 cores: 2*1024*1024/24 ~= 85000 MB #CPU #Server #Herculus #Memory

    2509 days ago

  • Split the file in Linux with size. $ split --bytes=50M aaaa.fa #split #linux #size

    2490 days ago

  • To know the size of the directory in current folder. $ du -sh * #Size #Directory #List #Space #Linux #du

    2495 days ago

  • You can use the df command to know the free space in the disk: $ df -h . #df #Linux #List #Free #Space

    2495 days ago