lxtips

random hints for linux, bash, vim, firefox, ubuntu, gnome, nautilus, vlc... 

undo changes to the current line at the terminal with Alt+r http://bit.ly/sbbSS #linux

Loading mentions Retweet

Comments [0]

delete the word before the cursor at the terminal with Ctrl+w http://bit.ly/JtnDa #linux

Check out this website I found at ubuntugeek.com

Loading mentions Retweet

Comments [0]

access an online dictionary at the terminal with curl dict://dict.org/d:word http://bit.ly/49P4uz #linux

Check out this website I found at ubuntugeek.com

Loading mentions Retweet

Comments [0]

rename current file oin #nautilus with f2 http://bit.ly/68FHE #linux #gnome

Check out this website I found at ubuntu-tutorials.com

Loading mentions Retweet

Comments [0]

export MANPAGER="/usr/bin/most -s" for color man pages http://bit.ly/OzvMi #linux

sudo apt-get install most

Loading mentions Retweet

Comments [0]

insert text at the start of the current line in #vim with I http://bit.ly/UkiqO #linux

Check out this website I found at ia360904.us.archive.org

Loading mentions Retweet

Comments [0]

echo something backwards with echo string | rev http://bit.ly/oCDhV #linux

Check out this website I found at commandlinefu.com

Loading mentions Retweet

Comments [0]

view file without comments with grep ^[^#] file http://bit.ly/LhzvT #linux #bash

Check out this website I found at linuxjournal.com

Loading mentions Retweet

Comments [0]

search for a line containing 'string' in 'file.txt' with 'grep string file.txt' http://bit.ly/gVDG2 #linux

Check out this website I found at ghacks.net

Loading mentions Retweet

Comments [0]

add your ~/bin directory to your $PATH by adding the line PATH=$PATH:$HOME/bin to your ~/.bash_profile http://bit.ly/YzsbN #linux

Check out this website I found at ghacks.net

Loading mentions Retweet

Comments [0]