mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 09:46:29 +08:00
Merge pull request #1 from kostya13/master
Stylistic improvements in Russian version and rsync information.
This commit is contained in:
commit
5b40929684
2 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@
|
|||
|
||||
- Не забывайте про `ldd` для проверки системных библиотек.
|
||||
|
||||
- Знайте как прицепиться к бегущему процессу через `gdb` и получить трассировку стека.
|
||||
- Знайте как прицепиться к запущенному процессу через `gdb` и получить трассировку стека.
|
||||
|
||||
- Используйте `/proc`. Иногда он невероятно полезен для дебага запущенных программ. Примеры: `/proc/cpuinfo`, `/proc/xxx/cwd`, `/proc/xxx/exe`, `/proc/xxx/fd/`, `/proc/xxx/smaps`.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue