diff --git a/notes/.obsidian/plugins/obsidian-activity-history/data.json b/notes/.obsidian/plugins/obsidian-activity-history/data.json index b268392..725d2a2 100644 --- a/notes/.obsidian/plugins/obsidian-activity-history/data.json +++ b/notes/.obsidian/plugins/obsidian-activity-history/data.json @@ -154,7 +154,7 @@ }, { "date": "2021-11-05", - "value": 1875 + "value": 0 }, { "date": "2021-11-06", @@ -162,23 +162,15 @@ }, { "date": "2021-11-07", - "value": 1870 + "value": 2167 }, { - "date": "2021-11-08", - "value": 6153 - }, - { - "date": "2021-11-12", - "value": 6702 + "date": "2021-11-11", + "value": 728 }, { "date": "2021-11-15", - "value": 322 - }, - { - "date": "2021-11-16", - "value": 0 + "value": 722 }, { "date": "2021-11-18", @@ -206,11 +198,11 @@ }, { "date": "2021-11-25", - "value": 1703 + "value": 260050 }, { "date": "2021-11-26", - "value": 0 + "value": 258708 } ] } diff --git a/notes/dej/dej.md b/notes/dej/dej.md index 53e9f18..242d908 100644 --- a/notes/dej/dej.md +++ b/notes/dej/dej.md @@ -1,8 +1,5 @@ --- -tags: [MOC] - - dej - - generated - - index +tags: [MOC, dej, generated, index] --- # dej ```ccard diff --git a/notes/dej/quiz/Uherské králostviví a Maďarsko.md b/notes/dej/quiz/Uherské králostviví a Maďarsko.md index d559b62..eb9d37b 100644 --- a/notes/dej/quiz/Uherské králostviví a Maďarsko.md +++ b/notes/dej/quiz/Uherské králostviví a Maďarsko.md @@ -1,3 +1,6 @@ +--- +tags: [dej] +--- # Uherské králostviví a Maďarsko 1. **V čem spočívá tzv. svatoštěpánská myšlenka?** Maďarsko byli "ti hlavní", ostatní kultury pouze jako hosté. ~~Různé kultury a jazyky jsou dobré pro chod země.~~ 2. **Vyjmenujte národy, které v Uherském králoství žily.** Slováci, Rusíni, Maďaři, Chorvati, Srbové, Rumuni, Němci, Židé, Cikáni a Sikulové diff --git a/notes/dej/quiz/quiz.md b/notes/dej/quiz/quiz.md index f4babe6..6c6d17c 100644 --- a/notes/dej/quiz/quiz.md +++ b/notes/dej/quiz/quiz.md @@ -1,5 +1,5 @@ --- -tags: [MOC, generated, index] +tags: [MOC, dej, generated, index] --- # quiz %% Zoottelkeeper: Beginning of the autogenerated index file list %% diff --git a/notes/dej/starší/starší.md b/notes/dej/starší/starší.md index d32062e..3020199 100644 --- a/notes/dej/starší/starší.md +++ b/notes/dej/starší/starší.md @@ -1,9 +1,5 @@ --- -tags: [MOC] - - dej - - dej/starší - - generated - - index +tags: [MOC, dej, dej/starší, generated, index] --- # starší ```ccard diff --git a/notes/ele/Ampérmetr.md b/notes/ele/Ampérmetr.md index bacd10b..f34c768 100644 --- a/notes/ele/Ampérmetr.md +++ b/notes/ele/Ampérmetr.md @@ -1,5 +1,5 @@ --- -tags: [ech, přístroje] +tags: [ele, přístroje] --- # Ampérmetr - Měří ampéry. diff --git a/notes/ele/Cívky.md b/notes/ele/Cívky.md index 1a40ccf..60ac0fc 100644 --- a/notes/ele/Cívky.md +++ b/notes/ele/Cívky.md @@ -1,3 +1,6 @@ +--- +tags: [ele] +--- # Cívky - dvoupólová součástka - pasivní diff --git a/notes/ele/Kondenzátory.md b/notes/ele/Kondenzátory.md index 7540f31..7c5ac7c 100644 --- a/notes/ele/Kondenzátory.md +++ b/notes/ele/Kondenzátory.md @@ -1,3 +1,6 @@ +--- +tags: [ele] +--- # Kondenzátory - pasivní - lineární diff --git a/notes/har/Micro Controller Unit.md b/notes/har/Micro Controller Unit.md index 0720c32..2488da5 100644 --- a/notes/har/Micro Controller Unit.md +++ b/notes/har/Micro Controller Unit.md @@ -1,5 +1,6 @@ --- aliases: [MCU, Micro Controller Unit] +tags: [har] --- # Micro Controller Unit diff --git a/notes/har/har.md b/notes/har/har.md index 563e069..462c5c8 100644 --- a/notes/har/har.md +++ b/notes/har/har.md @@ -1,8 +1,5 @@ --- -tags: [MOC] - - har - - generated - - index +tags: [MOC, har, generated, index] --- # har ```ccard diff --git a/notes/kbb/haxagon/Terminals.md b/notes/kbb/haxagon/Terminals.md new file mode 100644 index 0000000..cb035dd --- /dev/null +++ b/notes/kbb/haxagon/Terminals.md @@ -0,0 +1,9 @@ +# Terminals +## Escape codes +Used for things like colors and moving the cursor. They can set background color, foreground color and move cursor to any position. To delete text, you can move cursor backwards, replace with space and move it backwards again. +## TTY +Terminals (virtual or physical) create a TTY to interact with the shell. They provide their size (can be queries using `tput cols` for width and `tput rows` for height) and other metadata. +Applications can check if a file descriptor is a tty. +When piping output (either to other command or to file), the file descriptors no longer belong to a tty. That can be used to not output colors when piping to other commands or files, for example. +## Changing shell +To change shell, `chsh` command can be used with the requested shell. \ No newline at end of file diff --git a/notes/kbb/haxagon/haxagon.md b/notes/kbb/haxagon/haxagon.md new file mode 100644 index 0000000..acba5d4 --- /dev/null +++ b/notes/kbb/haxagon/haxagon.md @@ -0,0 +1,8 @@ +# haxagon +```ccard +type: folder_brief_live +imagePrefix: 'data/' +``` +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[kbb/haxagon/Terminals|Terminals]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/notes/kbb/kbb.md b/notes/kbb/kbb.md index 2c23f5a..6175fc1 100644 --- a/notes/kbb/kbb.md +++ b/notes/kbb/kbb.md @@ -3,5 +3,6 @@ tags: [MOC, generated, index, kbb] --- # kbb %% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[kbb/SQLMap|SQLMap]] +- [[kbb/haxagon/haxagon|haxagon]] +- [[kbb/tools/tools|tools]] %% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/notes/kbb/SQLMap.md b/notes/kbb/tools/SQLMap.md similarity index 100% rename from notes/kbb/SQLMap.md rename to notes/kbb/tools/SQLMap.md diff --git a/notes/kbb/tools/tools.md b/notes/kbb/tools/tools.md new file mode 100644 index 0000000..420292d --- /dev/null +++ b/notes/kbb/tools/tools.md @@ -0,0 +1,8 @@ +# tools +```ccard +type: folder_brief_live +imagePrefix: 'data/' +``` +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[kbb/tools/SQLMap|SQLMap]] +%% Zoottelkeeper: End of the autogenerated index file list %%