Browsing English (United Kingdom) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and English (United Kingdom) guidelines.
1120 of 64 results
11.
Reach the end-of-line with ctrl-e and the beginning of line with ctrl-a.
type: Plain text
Reach the end-of-line with ctrl-e and the beginning of line with ctrl-a.
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:35
12.
Instead of typing the user and group, if they are the same (like for www-data) you can just type the user followed by a colon: 'sudo chown -R www-data: *'
type: Plain text
Instead of typing the user and group, if they are the same (like for www-data) you can just type the user followed by a colon: 'sudo chown -R www-data: *'
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:39
13.
Use the "which" command to find if an executable is in your path, and if it is, where you can find the file. e.g. 'which nano'
type: Plain text
Use the "which" command to find if an executable is in your path, and if it is, where you can find the file. e.g. 'which nano'
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:42
14.
Instead of typing exit or closing the terminal if you want to logout you can press Ctrl+D.
type: Plain text
Instead of typing exit or closing the terminal if you want to logout you can press Ctrl+D.
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:45
15.
Use 'tail -f file' to watch a log file as messages get appended, and use 'tail -100 file' to change the count of lines read from the file.
type: Plain text
Use 'tail -f file' to watch a log file as messages get appended, and use 'tail -100 file' to change the count of lines read from the file.
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:48
16.
An easy way to see what processes own which network connections: 'sudo netstat -tup' for connections and 'sudo netstat -tupl for listening process.
type: Plain text
An easy way to see what processes own which network connections: 'sudo netstat -tup' for connections and 'sudo netstat -tupl for listening process.
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:51
17.
The 'history' command will show you the commands you've used before. Alternatively you can use the up arrow button to look through them.
type: Plain text
The 'history' command will show you the commands you've used before. Alternatively you can use the up arrow button to look through them.
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:54
18.
To make a backup without typing the full path twice: 'cp /long/path/to/file/name{,.orig}' to create a copy with the suffix .orig
type: Plain text
To make a backup without typing the full path twice: 'cp /long/path/to/file/name{,.orig}' to create a copy with the suffix .orig
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:57
19.
If you executed a command and neglected to use sudo, you can execute "sudo !!" to re-execute the previous command with sudo prepended.
type: Plain text
If you executed a command and neglected to use sudo, you can execute "sudo !!" to re-execute the previous command with sudo prepended.
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:60
20.
Install 'denyhosts' to help protect against brute force SSH attacks, auto-blocking multiple attempts.
type: Plain text
Install 'denyhosts' to help protect against brute force SSH attacks, auto-blocking multiple attempts.
Translated and reviewed by Dave Walker
Located in ubuntu-server-tips:63
1120 of 64 results

This translation is managed by Ubuntu English (United Kingdom) Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Andrew, Dave Walker, Joostkam, bmuluu.