Results for "Linux"

Tags

  • Display top 10 Mrmory resource intensive processes in order $ line=$(ps aux | head -n 1) && echo $line; ps aux | sort -nrk 5 | head #Display #Top10 #Memory #Processes #Linux #Trick

    Tags: Display, Top10, Memory, Processes, Linux, Trick

    3154 days ago

  • #Bodhi #Linux, the Enlightened Linux Distribution and featuring the Moksha Desktop. http://www.bodhilinux.com/

    Tags: Bodhi, Linux

    3071 days ago

  • #Mount a #window desktop folder name "WinLinDesktop" in virtual #Linux OS $ sudo mount -t vboxsf WinLinDesktop Desktop #LinuxTrick

    Tags: Mount, window, Linux, LinuxTrick

    3005 days ago

  • BioLinux Ubuntu Desktop folder and files disappeared !!

    Restarted my BioLinux ubuntu computer after an update, and when I logged back in, I noticed that all of my files went missing. Instead of Desktop folder, icons of all of my home folder are showed on desktop. Then I thaught it migh be a problem of graphical display and I opened the terminal out o...

    Tags: Linux, Ubuntu, Updates, Desktop, Disappeared, Nautilus, Config, Edit, BioLinux

    2992 days ago

  • GLIBC_2.14 error with SatsumaSynteny !!

    I run SatsumaSynteny on my server using following command: [jit@hm satsuma-code-0]$ ./SatsumaSynteny -q Genome/renamedG.fa -t Genome/genome_v4.fasta -o Genome/OutFile -m 128 -ni 10 -n 256 -chain_only But it kill the program with followng error:  ./SatsumaSynteny: /lib64/libc.so.6: version...

    Tags: Satsuma, Synteny, SatsumaSynteny, BLIBC, Redhat, Linux, Server, Comparative Genomics, Alignment

    2942 days ago

  • Update NCBI BLAST database in your local Linux system $ update_blastdb --passive --decompress nr nt #BLAST #Updates #NT #NR #Linux

    Tags: BLAST, Updates, NT, NR, Linux

    2872 days ago

  • Grep all the processor in Linux system $ grep "^processor" /proc/cpuinfo | tail -n 1 | awk '{print $3}' #Grep #OS #Linux #Processor

    Tags: Grep, OS, Linux, Processor

    2872 days ago

  • Cheatsheet for Linux !!

    Linux Commands Cheat Sheet    File System    ls — list items in current directory    ls -l — list items in current directory and show in long format to see perimissions, size, an modification date    ls -a — list all it...

    Tags: Bioinformatics, Cheatsheet, Linux

    2865 days ago

  • Install terminal on right click on Ubuntu: sudo apt-get install nautilus-open-terminal ; nautilus -q ; #Ubuntu #Linux #Terminal #Open

    Tags: Ubuntu, Linux, Terminal, Open

    2849 days ago

  • To know about your OS: lsb_release -ra #Trick #OS #Linux

    Tags: Trick, OS, Linux

    2845 days ago