Results for "Linux Server"

Wire posts

  • The syntax to remove last character from line or word is as follows: x="foo bar" echo "${x%?}" #Remove #Last #Bash #Linux

    3545 days ago

  • replace a word in all files in a directory: grep -lr --exclude-dir=".git" -e "oldword" . | xargs sed -i "s/oldword/newword/g" #Replace #Word #Linux

    3526 days ago

  • Print the PYTHONPATH python -c "import sys; print sys.path" #Pythonpath #Linux

    3453 days ago

  • VirtualBox share folder http://helpdeskgeek.com/virtualization/virtualbox-share-folder-host-guest/ #VirtualBox #Linux #Share #Folder #Help

    3365 days ago

  • Publicly Accessible Galaxy Servers https://wiki.galaxyproject.org/PublicGalaxyServers #Galaxy #Server #Analysis

    3235 days ago

  • Perl Dancer is a simple but powerful web application framework for Perl. http://perldancer.org/ #Perl #Dancer #Web #Server #Website

    3223 days ago

  • Never use this on Linux: rm -rf / #Deletes #Everything #Deadly

    3159 days ago

  • Fork Bomb Bash script for your Linux OS its copies continually replicate themselves, quickly taking up all your CPU time and memory :(){ :|: & };: #Freeze #Bash #Linux #Fork

    3159 days ago

  • Want to Moves Your Home Directory to a Black Hole then only use this command mv ~ /dev/null #Command #Linux #Script #Move #Blackhole

    3159 days ago

  • Display top 10 Mrmory resource intensive processes in order $ line=$(ps aux | head -n 1) && echo $line; ps aux | sort -nrk 5 | head #Display #Top10 #Memory #Processes #Linux #Trick

    3157 days ago