Results for "Linux"

Tags

  • Cheatsheet for Linux !!

    Linux Commands Cheat Sheet    File System    ls — list items in current directory    ls -l — list items in current directory and show in long format to see perimissions, size, an modification date    ls -a — list all it...

    Tags: Bioinformatics, Cheatsheet, Linux

    2855 days ago

  • Install terminal on right click on Ubuntu: sudo apt-get install nautilus-open-terminal ; nautilus -q ; #Ubuntu #Linux #Terminal #Open

    Tags: Ubuntu, Linux, Terminal, Open

    2839 days ago

  • To know about your OS: lsb_release -ra #Trick #OS #Linux

    Tags: Trick, OS, Linux

    2835 days ago

  • Sync your broken transfer in Linux rsync -e ssh file host:/directory/. #rsync #scp #Linux

    Tags: rsync, scp, Linux

    2820 days ago

  • Determine your current Java version in Linux OS: java -Xmx90m -version #Java #Linux #Version

    Tags: Java, Linux, Version

    2799 days ago

  • Number of thread in Linux: echo $(( `ps axms | wc -l` - 1)) #Thread #Info #Linux

    Tags: Thread, Info, Linux

    2769 days ago

  • du -sh * will give you the size of all the directories,files etc in current directory in human readable format. #Linux #Size #Tricks #Folders #Files

    Tags: Linux, Size, Tricks, Folders, Files

    2794 days ago

  • Split the text file with line number in Linux: wc -l abc.txt and then: split -l 60000 abc.txt #Split #Break #Line #Ubuntu #Linux #Tricks

    Tags: Split, Break, Line, Ubuntu, Linux, Tricks

    2762 days ago

  • Find a file with certain size and delete them: $ find . -name "see-D-d-ALN_*" -size -10k -delete #Delete #Size #Linux #Tricks

    Tags: Delete, Size, Linux, Tricks

    2780 days ago

  • Contact many files: $ for a in *.txt ; do cat $a >> newFile ; done #Linux #Tricks

    Tags: Linux, Tricks

    2779 days ago