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:
commit
5b40929684
@ -248,7 +248,7 @@
|
|||||||
|
|
||||||
- Не забывайте про `ldd` для проверки системных библиотек.
|
- Не забывайте про `ldd` для проверки системных библиотек.
|
||||||
|
|
||||||
- Знайте как прицепиться к бегущему процессу через `gdb` и получить трассировку стека.
|
- Знайте как прицепиться к запущенному процессу через `gdb` и получить трассировку стека.
|
||||||
|
|
||||||
- Используйте `/proc`. Иногда он невероятно полезен для дебага запущенных программ. Примеры: `/proc/cpuinfo`, `/proc/xxx/cwd`, `/proc/xxx/exe`, `/proc/xxx/fd/`, `/proc/xxx/smaps`.
|
- Используйте `/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
|
- `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
|
- `wireshark` and `tshark`: packet capture and network debugging
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user