Results for "linux"

Wire posts

  • Re-install perl in Ubuntu: sudo aptitude reinstall perl #Perl #Ubuntu #Install #Linux

    2750 days ago

  • Perl module upgrade on Linux: $ sudo cpan then cpan[1]> upgrade #Upgrade #Perl #Modules

    2727 days ago

  • Extract ten lines below matched string with grep: grep -A 10 "string" filename1 ; -B for above and -C for both #grep #Linux #Tricks #Lines #Matches

    2723 days ago

  • NGS tutorial http://userweb.eng.gla.ac.uk/umer.ijaz/bioinformatics/linux.html #NGS #Tutorial #Example

    2696 days ago

  • MACHTYPE variable to know what type of machine you are compiling the software on. echo $MACHTYPE #Linux #MACHTYPE

    2692 days ago

  • Delete size zero files from a folder: find . -size 0 -delete #Linux #Trick

    2666 days ago

  • Fasta sequence length: awk '/^>/ {if (seqlen){print seqlen}; print ;seqlen=0;next; } { seqlen += length($0)}END{print seqlen}' file.fa #Length #Linux #OneLiner

    2661 days ago

  • Convert ps2pdf full size without cropping it : $ ps2pdf -dEPSCrop file.ps #Linux #Crop #PS #ps2pdf

    2651 days ago

  • Check the upload and download stat in Linux. $ sudo apt-get install vnstat

    2636 days ago

  • #Upgrade the current version of #Linux. $ sudo apt-get update && sudo apt-get upgrade

    2636 days ago