Results for "Linux"

Tags

  • Open exFAT drive on Linux. $ sudo apt-get install exfat-fuse exfat-utils #Linux #exFAT

    Tags: Linux, exFAT

    2598 days ago

  • Show before(B) and after(A) the matching region $ grep -B 3 -A 2 foo README.txt #Linux #Tricks #View #Grep

    Tags: Linux, Tricks, View, Grep

    2552 days ago

  • Filter #blank #lines from a #fasta file using sed. $ sed '/^$/d' finalSample.fa > finalSample_filtered.fa #Linux #Filter #FASTA #SED

    Tags: blank, lines, fasta, Linux, Filter, FASTA, SED

    2524 days ago

  • How to resolve this public key issue in Ubuntu?

    Hit:12 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.10 PackagesFetched 1.496 B in 0s (3.442 B/s) Reading package lists... DoneW: GPG error: http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.10 Release: The following signatures couldn't be ver...

    Tags: Linux, Public, Key, Ubuntu

    2507 days ago

  • To know the size of the directory in current folder. $ du -sh * #Size #Directory #List #Space #Linux #du

    Tags: Size, Directory, List, Space, Linux, du

    2493 days ago

  • You can use the df command to know the free space in the disk: $ df -h . #df #Linux #List #Free #Space

    Tags: df, Linux, List, Free, Space

    2493 days ago

  • Linux command to find the file contains a string "LOCK_EX": grep -Ril "LOCK_EX" / #Root #Find #Linux #Grep #search

    Tags: Root, Find, Linux, Grep, search

    2341 days ago

  • Installing Perl environment on Linux

    By using plenv, you can easily install and switch among different version of Perl. This will be installed under your home directory in~/.plenv. Install latest Perl (with supporting multithreading) and CPANMinus. $ cd $ git clone git://github.com/tokuhirom/plenv.git ~/.plenv $ git clon...

    Tags: Install, Perl, environment, Linux, plenv, CPAN, CPANMinus

    2314 days ago

  • Linux Commands Cheat Sheet for Bioinformatics and Computational Biology Professionals

    The purpose of this cheat sheet is to introduce biologist and bioinformatician to the frequently used tools for NGS analysis as well as giving experience in writing one-liners. File System ls — list items in current directory ls -l — list items in current directory and sh...

    Tags: Linux, Commands, Cheat, Sheet, Bioinformatics, Computational, Biology, Professionals

    2273 days ago

  • Glob multiple files in Linux with Perl. my @soundfiles = grep {/\.(wav|mid|mp3|rm|ogg)$/i} glob("*"); #Perl #Linux #Glob

    Tags: Perl, Linux, Glob

    2220 days ago