Results for "Command lines"

Pages

  • Bio++ : C Language libraries for your biological need

    C has always been a language that never attempts to tie a programmer down - it allows for easy implementation, it co...switch between upper/lower case, etc.Applications: read options from a file or comma...

    3910 days ago

  • BioRuby :Ruby packages for biologist

    BioRuby is a package of Open Source Ruby code, with classes for DNA and protein...and is still in progress. Currently, there are over 80 files and 15,000 lines (except comment-only lines) in our source code. This mig...

    3910 days ago

  • Syntax for Secure Copy (scp)

    In our day to day research activity, we need to securely copy our data from several to...a. I am jotting down some of the commonly used SCP command for your future help. Hope yo...his can be done by using option -c blowfish in the comma...

    3664 days ago

  • Linux SSH Client Commands for Bioinformatics

    Here come on let play with the following basic command line usage of the ssh client.1. Check your SSH Client Version:Checking for...clients attention and the character following the ~ determines the escape comma...

    3668 days ago

  • Keep Your Important SSH Session Running when You Disconnect from Server !!!

    As a Bioinformatician/ Computational biologist we swim in the ocean of genomic/proteomic...ubuntu.com/10.04/serverguide/byobu.html) and other commands (disown -a && exit),...If that server is Ubuntu or Debian, just use this comma...

    3666 days ago

  • Check the Size of a directory & Free disk space.

    ...size of a directory $ duThis command ( du) gives you a list of dir...ies. $ du /home/jin1The above command would give you the directory...tory occupies 30MB the last 2 lines of the output would be 30M.$ du -sUse this command to displays a summary of th...

    3665 days ago

  • Find certain files/documents in Linux OS

    ...missing file a strong search command is required. The Linux Find Command is one of the most important...ing our day-to-day Linux find command experience and its usage in t...ermission files and use chmod command to set permissions to 644.# f...delete them using one single comma...

    3644 days ago

  • Monitor running jobs on Linux server

    You as a bioinformatican run lots of program on your servers. Sometime the...e running programs as well. The "top" command will come in handy when you n...PU %MEM    TIME+  COMMAND  1 root   ...MEM towards the right, as well as the COMMA...

    3583 days ago

  • Linux Sort Commands for Bioinformatics

    Almost all the scripting languages such as Perl, Python etc have built-in sort, but unfortunately none of them are as flexible as sort command. But one when it come to spac...as numbers:sort -k2.4n input.txt More Linxu sort comma...

    3589 days ago

  • Search Shell Command History

    We use couple of hundreads of command in daily basis. Most of them...rn shell allows you to search command history if enabled by user. U...story list with line numbers. Lines listed with with a * have been...display the list of all used commandline history with an serial nu...

    3577 days ago