Results for "Linux"

Tags

  • sudo apt-get install libgd-svg-perl to install GD::SVG #Perl #Linux #Install #Graph #Plot

    Tags: Perl, Linux, Install, Graph, Plot

    2608 days ago

  • To generate ssh folder in linux $ ssh-keygen #Linux #ssh #Key #Connect

    Tags: Linux, ssh, Key, Connect

    2608 days ago

  • Add color to vim. Open vi .vimrc and at the end of the file add "syntax on" #Vim #Syntax #Highlight #Vi #Linux

    Tags: Vim, Syntax, Highlight, Vi, Linux

    2607 days ago

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

    Tags: Linux, exFAT

    2596 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

    2551 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

    2523 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

    2506 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

    2492 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

    2492 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

    2340 days ago