minecraft:linuxmcserver
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| minecraft:linuxmcserver [2016-04-12 14:07] – angelegt blast0r | minecraft:linuxmcserver [2016-04-12 14:58] (aktuell) – blast0r | ||
|---|---|---|---|
| Zeile 2: | Zeile 2: | ||
| - | praktische commandos: | + | ===== praktische commandos: |
| - | you can also use | + | |
| - | tar -zxvf <tar filename> | + | ==== Eine bestimmte Datei aus einem Archiv entpacken.. ==== |
| < | < | ||
| + | tar -zxvf <tar filename> | ||
| -x: instructs tar to extract files. | -x: instructs tar to extract files. | ||
| -f: specifies filename / tarball name. | -f: specifies filename / tarball name. | ||
| Zeile 13: | Zeile 14: | ||
| -z: filter archive through gzip, use to decompress .gz files. | -z: filter archive through gzip, use to decompress .gz files. | ||
| </ | </ | ||
| + | |||
| + | ==== gesammtes archiv an einen Ort entpacken ==== | ||
| + | |||
| + | tar -zxvf <tar filename> | ||
| + | **PRÜFEN** | ||
| + | |||
| + | |||
| + | ==== allow user1 to "su - user2" without password ==== | ||
| + | source: http:// | ||
| + | add following to / | ||
| + | |||
| + | auth | ||
| + | auth | ||
| + | |||
| + | or for user in group GROUP: | ||
| + | auth | ||
| + | auth | ||
| + | | ||
| + | hmm funktioniert noch nicht.. muss man das noch neustarten? | ||
| + | | ||
| + | |||
minecraft/linuxmcserver.1460462821.txt.gz · Zuletzt geändert: von blast0r
