Archive: sudo

 

Posts Tagged ‘sudo’


How many times have you edited a file in Vim, made your changes and then realised you don't have write permissions when it comes to save it. Well if you do it again, this tip is for you. You CAN save the file using this command: PLAIN TEXT CODE: :w !sudo tee % Lifesaver! This [...]



 

If you use nautilus to manage your files (if you are using Ubuntu, you do) and you would like a quick way to open files with sudo rights, check out the nautilus-gksu package. This extends nautilus allowing you "open as administrator" from a right click menu. This is a great time saver and a much [...]