Results for "Linux Filesystem"

Pages

  • Ruby Language

    Ruby was created by Yukihiro Matsumoto, who wished to create a new language that balanced functional progra.../Ruby/QuickRef.html Ruby Annotationhttp://www.w3.org/TR/ruby/ Ruby in Linux Journalshttp://www.linuxjourn...

    3932 days ago

  • Bioinformatics Articles links

    I found several useful bioinformatics articles which exaplain, define and elaborate the bioinformatics in sc...hip By Kuriko Miyake, ITworld.com , Oct. 8, 2002. IBM chooses Linux for...

    3906 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 Vers...2013$ ssh -Vssh: SSH Secure Shell 3.2.9.1 (non-commercial version) on i686-pc-linux-gnu2...

    3690 days ago

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

    The amount of databases we bioinformatician deal are just HUGE … In such case...informatician want to know when they start using Linux / BioLinux. First: Size of a directory (...'M' for Megabytes and 'G' for Gigabytes.Example: Linux inst...

    3687 days ago

  • Find certain files/documents in Linux OS

    As bioinformatician I know the fact that we usually handle the large data...trong search command is required. The Linux Find Command is one of the mo...st important and much used command in Linux sytems. Find command used to...article we are sharing our day-to-day Linux find...

    3666 days ago

  • Check Linux server configuration !!

    Bioinformatician uses servers for computational analysis. Sometime we need to check th...oot@localhost ~]# cat /etc/issueRed Hat Enterprise Linux Server release 5.5 (Tikanga)K...host ~]# cat /etc/redhat-releaseRed Hat Enterprise Linux Serv...

    3637 days ago

  • Monitor running jobs on Linux server

    You as a bioinformatican run lots of program on your servers. Sometime the shared server is also used by your colleague. If server is busy you sometime need to check the...

    3605 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 ar...ion below. For more help, you can also type:man sortorsort --helpon your Unix/Linux syst...

    3611 days ago

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

    Part of the reason R has become so popular is the vast array of packages available at the cran and bioconductor r...t2") In theory the package should just install, however: if you are using Linux and...

    3342 days ago

  • Perl One liner basics !!

    Perl has a ton of command line switches (see perldoc perlrun), but I'm just going to c...you remember what $^O is?$ perl -e 'print "$^O\n"'linuxIt's the operating system name...ng and makes the code cleaner:$ perl -E 'say "$^O"'linuxPrett...

    3254 days ago