From cdbfddda23ef046c51fa8d866dc7e1e552238799 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Sat, 9 Sep 2023 09:04:26 +0200 Subject: [PATCH] Remove notebook directory entirely This is now hosted via nextcloud for more granular sharing --- notebook/Linux/Tools/Atuin.md | 12 ----- notebook/Linux/Tools/Deer.md | 8 ---- notebook/Linux/Tools/Firejail.md | 10 ----- notebook/Linux/Tools/NCurses Disk Usage.md | 3 -- notebook/Linux/Tools/PlantUML.md | 7 --- notebook/Linux/Tools/Radare 2.md | 6 --- notebook/Linux/Tools/Readme.md | 2 - notebook/Linux/Tools/Taskwarrior.md | 5 --- notebook/Linux/Tools/Timewarrior.md | 5 --- notebook/Linux/Tools/atop.md | 27 ----------- notebook/Linux/Tools/dd.md | 9 ---- notebook/Linux/Tools/entr.md | 22 --------- notebook/Linux/Tools/ffmpeg.md | 15 ------- notebook/Linux/Tools/jq.md | 6 --- notebook/Linux/Tools/ldd.md | 6 --- notebook/Linux/Tools/lnav.md | 52 ---------------------- notebook/Linux/Tools/nm.md | 6 --- notebook/Linux/Tools/objdump.md | 6 --- notebook/Linux/Tools/pdf to image.md | 18 -------- notebook/Linux/Tools/securefs.md | 6 --- notebook/Linux/Tools/shellcheck.md | 5 --- notebook/Linux/Tools/strace.md | 8 ---- notebook/Linux/Tools/sysbench.md | 9 ---- notebook/Linux/Tools/tup.md | 6 --- notebook/Linux/Tools/vips.md | 7 --- notebook/Linux/Tuprules/Miscelaneous.md | 7 --- notebook/Linux/Tuprules/Readme.md | 2 - notebook/Mail/Dovecot.md | 7 --- notebook/Mail/Exim.md | 5 --- notebook/Mail/Mail Delivery Agent.md | 6 --- notebook/Mail/Mail Transfer Agent.md | 6 --- notebook/Mail/Mailpile.md | 5 --- notebook/Readme.md | 4 -- notebook/Tools/ActivityWatch.md | 8 ---- notebook/Tools/Apostrophe.md | 24 ---------- notebook/Tools/Badabib.md | 15 ------- notebook/Tools/Clonezilla.md | 3 -- notebook/Tools/Flameshot.md | 6 --- notebook/Tools/GPG2.md | 19 -------- notebook/Tools/Khronos.md | 10 ----- notebook/Tools/Manuskript.md | 9 ---- notebook/Tools/Obsidian.md | 7 --- notebook/Tools/OpenSCAD.md | 5 --- notebook/Tools/Readme.md | 2 - notebook/Tools/Todometer.md | 1 - notebook/Tools/mplayer.md | 7 --- readme.md | 3 -- 47 files changed, 427 deletions(-) delete mode 100644 notebook/Linux/Tools/Atuin.md delete mode 100644 notebook/Linux/Tools/Deer.md delete mode 100644 notebook/Linux/Tools/Firejail.md delete mode 100644 notebook/Linux/Tools/NCurses Disk Usage.md delete mode 100644 notebook/Linux/Tools/PlantUML.md delete mode 100644 notebook/Linux/Tools/Radare 2.md delete mode 100644 notebook/Linux/Tools/Readme.md delete mode 100644 notebook/Linux/Tools/Taskwarrior.md delete mode 100644 notebook/Linux/Tools/Timewarrior.md delete mode 100644 notebook/Linux/Tools/atop.md delete mode 100644 notebook/Linux/Tools/dd.md delete mode 100644 notebook/Linux/Tools/entr.md delete mode 100644 notebook/Linux/Tools/ffmpeg.md delete mode 100644 notebook/Linux/Tools/jq.md delete mode 100644 notebook/Linux/Tools/ldd.md delete mode 100644 notebook/Linux/Tools/lnav.md delete mode 100644 notebook/Linux/Tools/nm.md delete mode 100644 notebook/Linux/Tools/objdump.md delete mode 100644 notebook/Linux/Tools/pdf to image.md delete mode 100644 notebook/Linux/Tools/securefs.md delete mode 100644 notebook/Linux/Tools/shellcheck.md delete mode 100644 notebook/Linux/Tools/strace.md delete mode 100644 notebook/Linux/Tools/sysbench.md delete mode 100644 notebook/Linux/Tools/tup.md delete mode 100644 notebook/Linux/Tools/vips.md delete mode 100644 notebook/Linux/Tuprules/Miscelaneous.md delete mode 100644 notebook/Linux/Tuprules/Readme.md delete mode 100644 notebook/Mail/Dovecot.md delete mode 100644 notebook/Mail/Exim.md delete mode 100644 notebook/Mail/Mail Delivery Agent.md delete mode 100644 notebook/Mail/Mail Transfer Agent.md delete mode 100644 notebook/Mail/Mailpile.md delete mode 100644 notebook/Readme.md delete mode 100644 notebook/Tools/ActivityWatch.md delete mode 100644 notebook/Tools/Apostrophe.md delete mode 100644 notebook/Tools/Badabib.md delete mode 100644 notebook/Tools/Clonezilla.md delete mode 100644 notebook/Tools/Flameshot.md delete mode 100644 notebook/Tools/GPG2.md delete mode 100644 notebook/Tools/Khronos.md delete mode 100644 notebook/Tools/Manuskript.md delete mode 100644 notebook/Tools/Obsidian.md delete mode 100644 notebook/Tools/OpenSCAD.md delete mode 100644 notebook/Tools/Readme.md delete mode 100644 notebook/Tools/Todometer.md delete mode 100644 notebook/Tools/mplayer.md diff --git a/notebook/Linux/Tools/Atuin.md b/notebook/Linux/Tools/Atuin.md deleted file mode 100644 index bdb2eae..0000000 --- a/notebook/Linux/Tools/Atuin.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -tags: terminal history ---- -> [Atuin](https://atuin.sh) is a command-line tool that enables you to make better use of your shell, by giving ctrl-r superpowers. - -Replaces shell built-in history with an SQLite-powered one. - -To disable the up-arrow binding, but leave Ctrl+R for advanced search: - -```sh -eval "$(atuin init zsh --disable-up-arrow)" -``` \ No newline at end of file diff --git a/notebook/Linux/Tools/Deer.md b/notebook/Linux/Tools/Deer.md deleted file mode 100644 index 5a1b0ac..0000000 --- a/notebook/Linux/Tools/Deer.md +++ /dev/null @@ -1,8 +0,0 @@ -[Deer](https://github.com/Vifon/deer) is a ranger-like file browser for ZSH - -```sh -# ~/.zshrc -. $HOME/workspace/deer -zle -N deer -bindkey '\ek' deer -``` \ No newline at end of file diff --git a/notebook/Linux/Tools/Firejail.md b/notebook/Linux/Tools/Firejail.md deleted file mode 100644 index ff9553c..0000000 --- a/notebook/Linux/Tools/Firejail.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -tags: terminal security ---- - -# Firejail -From the [website](https://firejail.wordpress.com): - -> Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf - -In short: it's a #sandbox for untrusted applications. \ No newline at end of file diff --git a/notebook/Linux/Tools/NCurses Disk Usage.md b/notebook/Linux/Tools/NCurses Disk Usage.md deleted file mode 100644 index b6d4710..0000000 --- a/notebook/Linux/Tools/NCurses Disk Usage.md +++ /dev/null @@ -1,3 +0,0 @@ -Simple ncurses based disk usage analyzer: `ncdu` - -[website](https://dev.yorhel.nl/ncdu) \ No newline at end of file diff --git a/notebook/Linux/Tools/PlantUML.md b/notebook/Linux/Tools/PlantUML.md deleted file mode 100644 index 17e6328..0000000 --- a/notebook/Linux/Tools/PlantUML.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -tags: terminal uml diagrams documentation ---- - -Tool for generating UML diagrams from text files - -[Website](https://plantuml.com/starting) \ No newline at end of file diff --git a/notebook/Linux/Tools/Radare 2.md b/notebook/Linux/Tools/Radare 2.md deleted file mode 100644 index f0f5a77..0000000 --- a/notebook/Linux/Tools/Radare 2.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tags: terminal security ---- - -# Radare 2 -General-purpose multi-platform binary analysis tool \ No newline at end of file diff --git a/notebook/Linux/Tools/Readme.md b/notebook/Linux/Tools/Readme.md deleted file mode 100644 index 8e1db86..0000000 --- a/notebook/Linux/Tools/Readme.md +++ /dev/null @@ -1,2 +0,0 @@ -# Linux Tools -A collection of tools that are too Linux-Specific to end up in the /Tools category. \ No newline at end of file diff --git a/notebook/Linux/Tools/Taskwarrior.md b/notebook/Linux/Tools/Taskwarrior.md deleted file mode 100644 index d049875..0000000 --- a/notebook/Linux/Tools/Taskwarrior.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tag: productivity task terminal ---- - -[Taskwarrior](https://taskwarrior.org/) is a #terminal task manager diff --git a/notebook/Linux/Tools/Timewarrior.md b/notebook/Linux/Tools/Timewarrior.md deleted file mode 100644 index b11f836..0000000 --- a/notebook/Linux/Tools/Timewarrior.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tag: productivity time-tracking terminal ---- - -[Timewarrior](https://timewarrior.net/) is a terminal-based time-tracking program. \ No newline at end of file diff --git a/notebook/Linux/Tools/atop.md b/notebook/Linux/Tools/atop.md deleted file mode 100644 index 53fe218..0000000 --- a/notebook/Linux/Tools/atop.md +++ /dev/null @@ -1,27 +0,0 @@ -# Advanced System & Process Monitor - -```sh -atop 1 -``` -Monitor system resources with a 1 second interval. - -```sh -atop -w /path/to/log/file 60 -``` -Record performance stats to a given file once per minute. -> [!WARNING] -> Keep intervals reasonably long to prevent report files from growing too large over time. - -```sh -atop -r /path/to/file -``` -Open a previously recorded log to evaluate its contents. - -```sh -atopsar -A -b 8:00 -e 12:00 -``` -Print performance reports for a given time span. - ->[!HINT] ->Use the `z` key to pause atop and evaluate the current snapshot of system resoures. ->The update interval can be changed with the `i` key. diff --git a/notebook/Linux/Tools/dd.md b/notebook/Linux/Tools/dd.md deleted file mode 100644 index 4dd1d43..0000000 --- a/notebook/Linux/Tools/dd.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -tags: image terminal ---- - -Flashing an image to a USB drive: - -```sh -dd if=file.img of=/dev/sdx bs=64M status=progress -``` \ No newline at end of file diff --git a/notebook/Linux/Tools/entr.md b/notebook/Linux/Tools/entr.md deleted file mode 100644 index 0fb56d9..0000000 --- a/notebook/Linux/Tools/entr.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -tags: automation terminal ---- -# entr -Runs a command when files change: - -```sh -find -type f -name '*.c' | entr make -``` - -Use `-s` to interpret the first argument as a shell command: - -```sh -find -type f | entr -s "clear && ls" -``` - -## Services -Use `-r` to monitor and automatically restart services: - -```sh -find -name "*.lua" | entr -r lua server.lua -``` \ No newline at end of file diff --git a/notebook/Linux/Tools/ffmpeg.md b/notebook/Linux/Tools/ffmpeg.md deleted file mode 100644 index ac31805..0000000 --- a/notebook/Linux/Tools/ffmpeg.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -tags: terminal multimedia ---- -# ffmpeg -## Linux Commandline tool for Video Editing -Basic commandline: `ffmpeg -i input.mp4 output.mp4` -- Remove Audio: `-an` -- Video Bitrate: `-b:v 32M` -- Start time: `-ss 3:00` -- Duration: `-t 1:00` -- Duration (absolute): `-to 4:00` -- Framerate: `-r 60` - -## ffmpeg buddy -An [online tool](https://evanhahn.github.io/ffmpeg-buddy/) to interactively set up `ffmpeg` commands. \ No newline at end of file diff --git a/notebook/Linux/Tools/jq.md b/notebook/Linux/Tools/jq.md deleted file mode 100644 index 8296c77..0000000 --- a/notebook/Linux/Tools/jq.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tags: terminal json scripting ---- - -# JSON Querying Tool -[jq](https://stedolan.github.io/jq/) is a lightweight and flexible command-line JSON processor. \ No newline at end of file diff --git a/notebook/Linux/Tools/ldd.md b/notebook/Linux/Tools/ldd.md deleted file mode 100644 index a7ccb9d..0000000 --- a/notebook/Linux/Tools/ldd.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tags: [library, linking, binary, terminal] ---- - -# LDD -Prints shared object dependencies. \ No newline at end of file diff --git a/notebook/Linux/Tools/lnav.md b/notebook/Linux/Tools/lnav.md deleted file mode 100644 index 1587d6e..0000000 --- a/notebook/Linux/Tools/lnav.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -tags: debugging logs terminal ---- - -# LNav -[lnav](https://lnav.org) is a #terminal logfile viewer based on #curses. - -## Custom Formats: -lnav supports adding [custom format descriptions](https://docs.lnav.org/en/latest/formats.html) to parse Log formats that lack built-in support. -```json -{ - "$schema": "https://lnav.org/schemas/format-v1.schema.json", - "example": { - "title": "Example Format", - "description": "A generic example for how to make a custom lnav Format", - "url": "https://example.org/", - "regex": { - "line": { - "pattern": "^(?[\\d-]{10} [\\d:]{8}) [-+]\\d{4} \\[(?[A-Z]+)\\] (?[^:]+):(?\\d+) -- (?.*)$" - } - }, - "timestamp-format": "%Y-%m-%d %H:%M:%S %z", - "level-field": "level", - "level": { - "fatal": "FATAL", - "error": "ERROR", - "warning": "WARNING", - "info": "INFO", - "debug": "DEBUG" - }, - "value": { - "src_line": { - "kind": "integer", - "foreign-key": true - }, - "src_file": { - "kind": "string", - "identifier": true, - "foreign-key": true - } - }, - "sample": [ - { "line": "2022-05-20 11:10:54 +0200 [FATAL] test.lua:8 -- Fatal" }, - { "line": "2022-05-20 11:10:54 +0200 [ERROR] test.lua:9 -- Error" }, - { "line": "2022-05-20 11:10:54 +0200 [WARN] test.lua:10 -- Warn" }, - { "line": "2022-05-20 11:10:54 +0200 [INFO] test.lua:11 -- Info" }, - { "line": "2022-05-20 11:10:54 +0200 [DEBUG] test.lua:12 -- Debug" } - ] - } -} - -``` \ No newline at end of file diff --git a/notebook/Linux/Tools/nm.md b/notebook/Linux/Tools/nm.md deleted file mode 100644 index 46b1468..0000000 --- a/notebook/Linux/Tools/nm.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tags: library linking binary terminal debugging ---- - -# NM -Lists symbols in object files \ No newline at end of file diff --git a/notebook/Linux/Tools/objdump.md b/notebook/Linux/Tools/objdump.md deleted file mode 100644 index f8eda60..0000000 --- a/notebook/Linux/Tools/objdump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tags: binary terminal debugging ---- - -# ObjDump -Dumps objects from object-files \ No newline at end of file diff --git a/notebook/Linux/Tools/pdf to image.md b/notebook/Linux/Tools/pdf to image.md deleted file mode 100644 index 10cb589..0000000 --- a/notebook/Linux/Tools/pdf to image.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -tags: pdf ---- -## `pdfimages` - -To extract individual original images from a PDF document: - -```sh -pdfimages -png input.pdf prefix -``` - -## `pdftoppm` - -To convert the actual document to images (so kinda like taking screenshots, but better) - -```sh -pdftoppm -png input.pdf output -r 300 -``` \ No newline at end of file diff --git a/notebook/Linux/Tools/securefs.md b/notebook/Linux/Tools/securefs.md deleted file mode 100644 index fc7d284..0000000 --- a/notebook/Linux/Tools/securefs.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tags: encryption security filesystem ---- -FUSE-based directory-level encryption - -[Repository](https://github.com/netheril96/securefs) diff --git a/notebook/Linux/Tools/shellcheck.md b/notebook/Linux/Tools/shellcheck.md deleted file mode 100644 index 08ddabe..0000000 --- a/notebook/Linux/Tools/shellcheck.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tags: lint ---- -# Shellcheck -Commandline shell script analysis tool \ No newline at end of file diff --git a/notebook/Linux/Tools/strace.md b/notebook/Linux/Tools/strace.md deleted file mode 100644 index ac87bce..0000000 --- a/notebook/Linux/Tools/strace.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -tags: terminal debugging security ---- - -# strace -trace system calls and signals - -[Tutorial](https://www.howtoforge.com/linux-strace-command/) \ No newline at end of file diff --git a/notebook/Linux/Tools/sysbench.md b/notebook/Linux/Tools/sysbench.md deleted file mode 100644 index 24afd34..0000000 --- a/notebook/Linux/Tools/sysbench.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -tags: benchmark terminal ---- - -## Run CPU benchmark - -```sh -sysbench --test=cpu --threads=$(nproc) rungg -``` \ No newline at end of file diff --git a/notebook/Linux/Tools/tup.md b/notebook/Linux/Tools/tup.md deleted file mode 100644 index 2e4ca8b..0000000 --- a/notebook/Linux/Tools/tup.md +++ /dev/null @@ -1,6 +0,0 @@ -# Tup -[Tup](https://gittup.org/tup/) is a file-based build system - -- Lua scripting -- Good speed -- Filesystem monitoring \ No newline at end of file diff --git a/notebook/Linux/Tools/vips.md b/notebook/Linux/Tools/vips.md deleted file mode 100644 index 22d036d..0000000 --- a/notebook/Linux/Tools/vips.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -tags: terminal image multimedia ---- -# Vips -Commandline interface to [[libvips]] - -Convert files to PNG: `vips pngwrite filename.webp filename.png` \ No newline at end of file diff --git a/notebook/Linux/Tuprules/Miscelaneous.md b/notebook/Linux/Tuprules/Miscelaneous.md deleted file mode 100644 index d80491b..0000000 --- a/notebook/Linux/Tuprules/Miscelaneous.md +++ /dev/null @@ -1,7 +0,0 @@ -# Miscelaneous -Random stuff that can be made easier with tup - -## Convert WebP to PNG -```tup -: foreach *.webp |> vips pngwrite %f %o |> %B.png -``` \ No newline at end of file diff --git a/notebook/Linux/Tuprules/Readme.md b/notebook/Linux/Tuprules/Readme.md deleted file mode 100644 index 4277398..0000000 --- a/notebook/Linux/Tuprules/Readme.md +++ /dev/null @@ -1,2 +0,0 @@ -# Tuprules -A small repository of [[tup]] rules to compile \ No newline at end of file diff --git a/notebook/Mail/Dovecot.md b/notebook/Mail/Dovecot.md deleted file mode 100644 index f93d341..0000000 --- a/notebook/Mail/Dovecot.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -tags: mail ---- -# Dovecot -[Dovecot](https://dovecot.org/) is a [[Mail Delivery Agent]] that supports both IMAP and POP3 - -* Official [quick configuration](https://doc.dovecot.org/configuration_manual/quick_configuration/) guide. \ No newline at end of file diff --git a/notebook/Mail/Exim.md b/notebook/Mail/Exim.md deleted file mode 100644 index b1b4d2a..0000000 --- a/notebook/Mail/Exim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tags: mail ---- -# Exim -[Exim](https://www.exim.org) is a [[Mail Transfer Agent]] for unix-like operating systems. \ No newline at end of file diff --git a/notebook/Mail/Mail Delivery Agent.md b/notebook/Mail/Mail Delivery Agent.md deleted file mode 100644 index 78a5762..0000000 --- a/notebook/Mail/Mail Delivery Agent.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -aliases: MDA ---- -# Mail Delivery Agent -- Last [[Mail Transfer Agent]]s to handle a message -- Relays the message to the recipient user or stores it for the user to retreive \ No newline at end of file diff --git a/notebook/Mail/Mail Transfer Agent.md b/notebook/Mail/Mail Transfer Agent.md deleted file mode 100644 index 161f350..0000000 --- a/notebook/Mail/Mail Transfer Agent.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -aliases: MTA ---- -# Mail Transfer Agent -- Accept mail from UA[^user agent] or from other MTAs -- Relay mail to other MTAs or to MDA \ No newline at end of file diff --git a/notebook/Mail/Mailpile.md b/notebook/Mail/Mailpile.md deleted file mode 100644 index 0c95009..0000000 --- a/notebook/Mail/Mailpile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tags: mail ---- -# Mailpile -[Mailpile](https://www.mailpile.is) is a web-based email client \ No newline at end of file diff --git a/notebook/Readme.md b/notebook/Readme.md deleted file mode 100644 index c077bfa..0000000 --- a/notebook/Readme.md +++ /dev/null @@ -1,4 +0,0 @@ -# Notebook -My personal public notebook. This is where I keep track of stuff that might be of use to other people around the world. - -I use [[Obsidian]] to write and manage this Notebook, which uses markdown files in a directory hierarchy. \ No newline at end of file diff --git a/notebook/Tools/ActivityWatch.md b/notebook/Tools/ActivityWatch.md deleted file mode 100644 index 27d9c21..0000000 --- a/notebook/Tools/ActivityWatch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -tags: productivity, time-tracking ---- -# ActivityWatch - > [ActivityWatch](https://activitywatch.net) is an app that automatically tracks how you spend time on your devices. - -* Fine-grained tracking of window titles, browser tabs and afk-time -* REST API for hackers \ No newline at end of file diff --git a/notebook/Tools/Apostrophe.md b/notebook/Tools/Apostrophe.md deleted file mode 100644 index 0166a1a..0000000 --- a/notebook/Tools/Apostrophe.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -tags: markdown writing minimalism ---- -# Apostrophe -[Website](https://apps.gnome.org/en-GB/app/org.gnome.gitlab.somas.Apostrophe/) [Flathub](https://flathub.org/apps/details/org.gnome.gitlab.somas.Apostrophe) -> Focus on your writing with a clean, distraction-free markdown editor. - -- An UI tailored to comfortable writing -- A distraction-free mode -- Dark, light and sepia themes -- Everything you expect from a text editor, such as spellchecking or document statistics -- Live preview of what you write -- Export to all kind of formats: PDF, Word/Libreoffice, LaTeX, or even HTML slideshows - -```sh -flatpak install flathub org.gnome.gitlab.somas.Apostrophe -``` - ---- - -- Very nice and simplistic UI that doesn't get in your way -- Full-Screen combined with focus mode is great -- Live-Preview can go in another window; perfect for multi-monitor setups -- Dark theme <3 \ No newline at end of file diff --git a/notebook/Tools/Badabib.md b/notebook/Tools/Badabib.md deleted file mode 100644 index 069428e..0000000 --- a/notebook/Tools/Badabib.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -tags: bibliography, latex ---- -# Badabib -[Github](https://github.com/RogerCrocker/BadaBib/) [Flathub](https://www.flathub.org/apps/details/com.github.rogercrocker.badabib) -> A basic BibTeX viewer and editor written in Python and GTK, using python-bibtexparser under the hood. - -- View, edit, sort, filter, and search BibTeX databases -- View and edit BibTeX strings or import strings from external files -- Customizable editor layouts -- Shortcuts for common actions, such as protecting upper case letters or converting between unicode and LaTeX - -```sh -flatpak install flathub com.github.rogercrocker.badabib -``` \ No newline at end of file diff --git a/notebook/Tools/Clonezilla.md b/notebook/Tools/Clonezilla.md deleted file mode 100644 index 00b2492..0000000 --- a/notebook/Tools/Clonezilla.md +++ /dev/null @@ -1,3 +0,0 @@ -> Clonezilla is a partition and disk imaging/cloning program - -[Website](https://clonezilla.org) \ No newline at end of file diff --git a/notebook/Tools/Flameshot.md b/notebook/Tools/Flameshot.md deleted file mode 100644 index 6a23060..0000000 --- a/notebook/Tools/Flameshot.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tags: screenshot ---- - -# Flameshot -[Flameshot](https://github.com/flameshot-org/flameshot) is a powerful yet simple to use screenshot software. \ No newline at end of file diff --git a/notebook/Tools/GPG2.md b/notebook/Tools/GPG2.md deleted file mode 100644 index 10001e6..0000000 --- a/notebook/Tools/GPG2.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -tags: terminal security encryption ---- -## Creating a key - -To get all the options, run: -```sh -gpg --expert --full-generate-key -``` - -Chose a key type with `(set your own capabilities)` and disable signing. - -Then add additional signing and encryption keys with - -``` -gpg --edit-key -``` - -and the `addkey` command \ No newline at end of file diff --git a/notebook/Tools/Khronos.md b/notebook/Tools/Khronos.md deleted file mode 100644 index c713a12..0000000 --- a/notebook/Tools/Khronos.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -tags: productivity, time-tracking minimalism ---- -# Khronos -[Github](https://github.com/lainsce/khronos/) [Flathub](https://flathub.org/apps/details/io.github.lainsce.Khronos) -> Start logging any task's time to completion, with the ability to stop the timer at any moment, with notifications for longer task sessions. - -```sh -flatpak install flathub io.github.lainsce.Khronos -``` \ No newline at end of file diff --git a/notebook/Tools/Manuskript.md b/notebook/Tools/Manuskript.md deleted file mode 100644 index cbedf31..0000000 --- a/notebook/Tools/Manuskript.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -tags: writing ---- -# Manuskript -[Website](http://www.theologeek.ch/manuskript/) [Flathub](https://flathub.org/apps/details/ch.theologeek.Manuskript) - -> Manuskript is a perfect tool for those writer who like to organize and plan everything before writing. - -* Markdown Export \ No newline at end of file diff --git a/notebook/Tools/Obsidian.md b/notebook/Tools/Obsidian.md deleted file mode 100644 index 62d2857..0000000 --- a/notebook/Tools/Obsidian.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -tags: markdown productivity notes writing ---- - -# Obsidian -[Website](https://obsidian.md) -> A powerful **knowledge base** on top of a **local folder** of plain text Markdown files. \ No newline at end of file diff --git a/notebook/Tools/OpenSCAD.md b/notebook/Tools/OpenSCAD.md deleted file mode 100644 index b08a383..0000000 --- a/notebook/Tools/OpenSCAD.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tags: cad 3d ---- -# OpenSCAD -> [**OpenSCAD**](http://openscad.org) is software for creating solid 3D CAD objects. It is free software and available for Linux/UNIX, MS Windows and Mac OS X. \ No newline at end of file diff --git a/notebook/Tools/Readme.md b/notebook/Tools/Readme.md deleted file mode 100644 index 30624ee..0000000 --- a/notebook/Tools/Readme.md +++ /dev/null @@ -1,2 +0,0 @@ -# Tools -This is a list of tools I use or have used. \ No newline at end of file diff --git a/notebook/Tools/Todometer.md b/notebook/Tools/Todometer.md deleted file mode 100644 index 7f8df96..0000000 --- a/notebook/Tools/Todometer.md +++ /dev/null @@ -1 +0,0 @@ -[Todometer](https://cassidoo.github.io/todometer/) is a GUI tool for "positive reinforcement" that gives you a nice progress bar for your tasks. \ No newline at end of file diff --git a/notebook/Tools/mplayer.md b/notebook/Tools/mplayer.md deleted file mode 100644 index 6bae61f..0000000 --- a/notebook/Tools/mplayer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -tags: video multimedia ---- - -# mplayer - -A simple media player with good commandline support.k qw \ No newline at end of file diff --git a/readme.md b/readme.md index 49b6906..ee825ed 100644 --- a/readme.md +++ b/readme.md @@ -23,9 +23,6 @@ I also keep a bunch of stuff here that may or may not be of interest to other people like a short list of worthwile books, papers and blog posts; a few file templates, etc. -Be sure to have a look at the [tools](https://github.com/DarkWiiPlayer/darkwiiplayer/tree/master/notebook/Tools) section in my public notebook; it's -where I keep notes on the useful programs I find all over the internet 😀 - ## Projects ### [Restia](https://github.com/darkwiiplayer/restia)