mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: No commit message
This commit is contained in:
parent
5f9b5815ea
commit
0827f4f909
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ _Note that in `htb.oouch.Block.Block`, the first part (`htb.oouch.Block`) refere
|
|||
|
||||
{% code title="d-bus_server.c" %}
|
||||
```c
|
||||
//gcc d-bus_server.c -o dbus_server pkg-config --cflags --libs libsystemd
|
||||
//gcc d-bus_server.c -o dbus_server `pkg-config --cflags --libs libsystemd`
|
||||
//sudo apt install pkgconf
|
||||
//sudo apt install build-essential
|
||||
|
||||
|
|
Loading…
Reference in a new issue