Results for "Command Line"

Pages

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

    ..., correlation, information theory)Classes for matrices implementation.Linear algebra: eigen decomposition,...tween upper/lower case, etc.Applications: read options from a file or command lineetc. Some of the libraries ar...

    3948 days ago

  • Syntax for Secure Copy (scp)

    ...puter and visa-versa. I am jotting down some of the commonly used SCP command for your future help. Hope yo...o increase speed. This can be done by using option -c blowfish in the command line.    $ scp -c b...

    3702 days ago

  • Linux SSH Client Commands for Bioinformatics

    ...let play with the following basic command line usage of the ssh client.1. Check...xt: Metaconfig parsing stopped at line 3.    &nb...owing the ~ determines the escape command.Toggle SSH Session: When y...r. So, on the remotehost in a new line enter the following key strok...

    3706 days ago

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

    ...tu.com/10.04/serverguide/byobu.html) and other commands (disown -a && exit),...that server is Ubuntu or Debian, just use this command:sudo apt-get install screenNo...n session by just typing screen at the command line. You’ll be shown some i...

    3704 days ago

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

    ...article to explains 2 simple commands that most bioinformatician w...size of a directory $ duThis command ( du) gives you a list of dir...kilobytes (default). The last line of the output gives you the tota...ies. $ du /home/jin1The above command would give you the directory...

    3703 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 comm...

    3682 days ago

  • Monitor running jobs on Linux server

    ...g programs as well. The "top" command will come in handy when you n...s read and understand at each line independently.The first line:top - 23:00:48 up 39 days, ...bsp; 0.0%si,  0.0%stThis line contains the CPU load. The fi...rds the right, as well as the COMMAND. This tells you how comput...

    3621 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 comm...

    3627 days ago

  • Search Shell Command History

    We use couple of hundreads of command in daily basis. Most of them...main open how do I search old command history under bash shell and...rn shell allows you to search command history if enabled by user. U...display the history list with line numbers. Lines listed with with a * have been...

    3615 days ago

  • A guide for complete R beginners :- Installing R packages

    ...g Linux and don’t have root access, this command won’t work. you will b...age directory, to install a package we use the command:> install.packages("ggplot...a file .Renviron in our home area, and add the line R_LIBS=/data/Rpackages/ to it...

    3358 days ago