forked from ElektraInitiative/libelektra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMARKETING
44 lines (37 loc) · 1.03 KB
/
MARKETING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## asciinema.org
setup:
resize 100x23
LC_ALL=C
zsh config: no right prompt, sudo,..
missing: bookmarks, dir config?
sudo kdb mount hello.js /hello json
kdb set user/hello/hello/world "Hello World"
kdb get user/hello/hello/world
kdb file user/hello/hello/world
vi /home/markus/.config/hello.ini
"Hello World From File!"
kdb get user/hello/hello/world
kdb editor user/hello ini
kdb export user/hello tcl
kdb export user/hello xmltool
kdb rm user/hello/hello/world
cat /home/markus/.config/hello.ini
sudo kdb umount /hello
echo "Now let us change something.. With validation"
sudo kdb mount --with-recommends /etc/hosts system/hosts hosts
sudo kdb get system/hosts/ipv4/localhost
sudo kdb set system/hosts/ipv4/my 88.198.134.1777
sudo kdb set system/hosts/ipv4/my 88.198.134.177
ping my
sudo kdb umount system/hosts
curl --elektra-version
curl http://my
kdb set user/env/override/http_proxy "http://wontwork"
curl http://my
kdb rm user/env/override/http_proxy
curl http://my
echo "What to do next"
kdb
kdb --help
kdb find-tools
kdb info resolver