Browsing Swedish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Swedish 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
(no translation yet)
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
(no translation yet)
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
(no translation yet)
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
(no translation yet)
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
(no translation yet)
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
(no translation yet)
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
(no translation yet)
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
(no translation yet)
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
(no translation yet)
Located in ubuntu-server-tips:60
20.
Install 'denyhosts' to help protect against brute force SSH attacks, auto-blocking multiple attempts.
type: Plain text
(no translation yet)
Located in ubuntu-server-tips:63
1120 of 64 results

This translation is managed by Ubuntu Swedish Translators, assigned by Ubuntu Translators.

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

No-one has contributed to this translation yet.