Results for "Linux Server"

Wire posts

  • #Bodhi #Linux, the Enlightened Linux Distribution and featuring the Moksha Desktop. http://www.bodhilinux.com/

    3074 days ago

  • #Mount a #window desktop folder name "WinLinDesktop" in virtual #Linux OS $ sudo mount -t vboxsf WinLinDesktop Desktop #LinuxTrick

    3008 days ago

  • Update NCBI BLAST database in your local Linux system $ update_blastdb --passive --decompress nr nt #BLAST #Updates #NT #NR #Linux

    2875 days ago

  • Grep all the processor in Linux system $ grep "^processor" /proc/cpuinfo | tail -n 1 | awk '{print $3}' #Grep #OS #Linux #Processor

    2875 days ago

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

    2852 days ago

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

    2848 days ago

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

    2832 days ago

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

    2812 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

    2807 days ago

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

    2792 days ago