1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2024-12-14 10:53:03 +02:00

Merge pull request #1 from kostya13/master

Stylistic improvements in Russian version and rsync information.
This commit is contained in:
Oleg Berman 2015-07-09 15:49:50 -04:00
commit 5b40929684
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@
- Не забывайте про `ldd` для проверки системных библиотек.
- Знайте как прицепиться к бегущему процессу через `gdb` и получить трассировку стека.
- Знайте как прицепиться к запущенному процессу через `gdb` и получить трассировку стека.
- Используйте `/proc`. Иногда он невероятно полезен для дебага запущенных программ. Примеры: `/proc/cpuinfo`, `/proc/xxx/cwd`, `/proc/xxx/exe`, `/proc/xxx/fd/`, `/proc/xxx/smaps`.

View File

@ -400,7 +400,7 @@ A few examples of piecing together commands:
- `cssh`: visual concurrent shell
- `rsync`: sync files and folders over SSH
- `rsync`: sync files and folders over SSH or in local file system
- `wireshark` and `tshark`: packet capture and network debugging