From 5b0d04bf2be32e85e68fc1339000a0ea5a15543c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 May 2023 17:17:41 +0200 Subject: Added tgas pages --- content/notes/cachebusting-in-hugo.md | 2 +- content/notes/catv-weechat-config.md | 4 ++-- content/notes/convert-mkv.md | 2 +- content/notes/cronjobs-github-with-actions.md | 10 +++++----- content/notes/download-youtube-videos.md | 2 +- content/notes/extend-lua-with-custom-c.md | 2 +- content/notes/fix-plan9-bootloader.md | 2 +- content/notes/install-plan9port-linux.md | 2 +- content/notes/mass-set-permission.md | 2 +- content/notes/mount-plan9-over-network.md | 2 +- content/notes/non-blocking-shell-exec-csharp.md | 2 +- content/notes/plan9-screenshot.md | 2 +- content/notes/preview-troff-man-pages.md | 2 +- content/notes/show-xterm-colors.md | 8 ++++---- content/notes/write-iso-usb.md | 2 +- 15 files changed, 23 insertions(+), 23 deletions(-) (limited to 'content/notes') diff --git a/content/notes/cachebusting-in-hugo.md b/content/notes/cachebusting-in-hugo.md index 63baf1a..05ec859 100644 --- a/content/notes/cachebusting-in-hugo.md +++ b/content/notes/cachebusting-in-hugo.md @@ -4,7 +4,7 @@ url: cachebusting-in-hugo.html date: 2023-05-01T12:00:00+02:00 type: notes draft: false -tags: [hugo, cachebusting] +tags: [hugo] --- ```html diff --git a/content/notes/catv-weechat-config.md b/content/notes/catv-weechat-config.md index 98c33ce..ff02300 100644 --- a/content/notes/catv-weechat-config.md +++ b/content/notes/catv-weechat-config.md @@ -4,10 +4,10 @@ url: catv-weechat-config.html date: 2023-05-09T12:00:00+02:00 type: notes draft: false -tags: [irc, weechat, cat-v] +tags: [irc] --- -Set up weechat to connect to #cat-v on oftc. This applies to +Set up weechat to connect to #cat-v on oftc. This applies to [weechat](https://weechat.org/) but should be similar for other irc clients. ```sh diff --git a/content/notes/convert-mkv.md b/content/notes/convert-mkv.md index 85928d6..acd3a20 100644 --- a/content/notes/convert-mkv.md +++ b/content/notes/convert-mkv.md @@ -4,7 +4,7 @@ url: convert-mkv.html date: 2023-05-14T12:00:00+02:00 type: notes draft: false -tags: [ffmpeg, mkv, webm, mp4] +tags: [ffmpeg] --- You will need `ffmpeg` installed on your system. This will convert all MKV files diff --git a/content/notes/cronjobs-github-with-actions.md b/content/notes/cronjobs-github-with-actions.md index 08dea54..13e7618 100644 --- a/content/notes/cronjobs-github-with-actions.md +++ b/content/notes/cronjobs-github-with-actions.md @@ -4,17 +4,17 @@ url: cronjobs-github-with-actions.html date: 2023-05-27T00:35:36+02:00 type: notes draft: false -tags: [github, actions] +tags: [github] --- -In the root of your repository create a folder `.github/workflows` and -in that folder create a file a file `cron.yaml`. This file can be named +In the root of your repository create a folder `.github/workflows` and +in that folder create a file a file `cron.yaml`. This file can be named whatever you wish. But it has to be a `yaml` file. -File below (`.github/workflows/cron.yaml`) describes an action that will +File below (`.github/workflows/cron.yaml`) describes an action that will trigger every six hours and it will curl example.com. -However. Be sure that you have enough credits. Free account is not that +However. Be sure that you have enough credits. Free account is not that generous with the minutes they give you for free. Check more about GitHub Actions usage on their website https://docs.github.com/en/actions. diff --git a/content/notes/download-youtube-videos.md b/content/notes/download-youtube-videos.md index f9f9481..84e0505 100644 --- a/content/notes/download-youtube-videos.md +++ b/content/notes/download-youtube-videos.md @@ -4,7 +4,7 @@ url: download-youtube-videos.html date: 2023-05-13T12:00:00+02:00 type: notes draft: false -tags: [youtube, yt-dlp, ffmpeg, webm, mp4] +tags: [youtube] --- If you need to download a list of YouTube videos and don't want to download the diff --git a/content/notes/extend-lua-with-custom-c.md b/content/notes/extend-lua-with-custom-c.md index 708e6fd..44089e0 100644 --- a/content/notes/extend-lua-with-custom-c.md +++ b/content/notes/extend-lua-with-custom-c.md @@ -4,7 +4,7 @@ url: extend-lua-with-custom-c.html date: 2023-05-23T12:00:00+02:00 type: notes draft: false -tags: [lua, clang, c] +tags: [lua, c] --- Here is a boilerplate for extending Lua with custom C functions. This requires diff --git a/content/notes/fix-plan9-bootloader.md b/content/notes/fix-plan9-bootloader.md index 3ab571f..457a831 100644 --- a/content/notes/fix-plan9-bootloader.md +++ b/content/notes/fix-plan9-bootloader.md @@ -4,7 +4,7 @@ url: fix-plan9-bootloader.html date: 2023-05-11T12:00:00+02:00 type: notes draft: false -tags: [plan9, bootloader] +tags: [plan9] --- If the bootloader is not being written to a disk when installing 9front on real diff --git a/content/notes/install-plan9port-linux.md b/content/notes/install-plan9port-linux.md index 4773161..0ad83cf 100644 --- a/content/notes/install-plan9port-linux.md +++ b/content/notes/install-plan9port-linux.md @@ -4,7 +4,7 @@ url: install-plan9port-linux.html date: 2023-05-12T12:00:00+02:00 type: notes draft: false -tags: [plan9, plan9port, linux] +tags: [plan9] --- Install Plan9port on Linux. This applies to [Plan9port](https://9fans.github.io/plan9port/). diff --git a/content/notes/mass-set-permission.md b/content/notes/mass-set-permission.md index b1e1480..36cf87c 100644 --- a/content/notes/mass-set-permission.md +++ b/content/notes/mass-set-permission.md @@ -4,7 +4,7 @@ url: mass-set-permission.html date: 2023-05-16T12:00:00+02:00 type: notes draft: false -tags: [linux, find, chmod] +tags: [linux] --- Replace `*.xml` with your pattern. This will remove executable bit from all diff --git a/content/notes/mount-plan9-over-network.md b/content/notes/mount-plan9-over-network.md index 2e17d7d..0f8e685 100644 --- a/content/notes/mount-plan9-over-network.md +++ b/content/notes/mount-plan9-over-network.md @@ -4,7 +4,7 @@ url: mount-plan9-over-network.html date: 2023-05-07T12:00:00+02:00 type: notes draft: false -tags: [plan9, linux, 9pfs] +tags: [plan9] --- - First install libfuse with sudo apt install libfuse-dev. diff --git a/content/notes/non-blocking-shell-exec-csharp.md b/content/notes/non-blocking-shell-exec-csharp.md index b5891e3..db40409 100644 --- a/content/notes/non-blocking-shell-exec-csharp.md +++ b/content/notes/non-blocking-shell-exec-csharp.md @@ -4,7 +4,7 @@ url: non-blocking-shell-exec-csharp.html date: 2023-05-22T12:00:00+02:00 type: notes draft: false -tags: [csharp, async, shell] +tags: [csharp] --- Execute a shell command in async in C# while not blocking the UI thread. diff --git a/content/notes/plan9-screenshot.md b/content/notes/plan9-screenshot.md index c26a7a6..ad11358 100644 --- a/content/notes/plan9-screenshot.md +++ b/content/notes/plan9-screenshot.md @@ -4,7 +4,7 @@ url: plan9-screenshot.html date: 2023-05-10T12:00:00+02:00 type: notes draft: false -tags: [plan9, screenshot] +tags: [plan9] --- Take a screenshot in Plan9. This applies to [Plan9](https://9p.io/plan9/) and diff --git a/content/notes/preview-troff-man-pages.md b/content/notes/preview-troff-man-pages.md index 0af4c6c..06299b8 100644 --- a/content/notes/preview-troff-man-pages.md +++ b/content/notes/preview-troff-man-pages.md @@ -4,7 +4,7 @@ url: preview-troff-man-pages.html date: 2023-05-15T12:00:00+02:00 type: notes draft: false -tags: [troff, man] +tags: [troff] --- Troff is used to write man pages and it is difficult to read it so this will diff --git a/content/notes/show-xterm-colors.md b/content/notes/show-xterm-colors.md index a8802fd..88e9856 100644 --- a/content/notes/show-xterm-colors.md +++ b/content/notes/show-xterm-colors.md @@ -4,7 +4,7 @@ url: write-iso-usb.html date: 2023-05-25T12:00:00+02:00 type: notes draft: false -tags: [linux, xterm, palette] +tags: [linux] --- - `bash xterm-palette.sh` - will show you number of max colors available @@ -27,7 +27,7 @@ function setbg () { } function showcolors() { - # Given an integer, display that many colors + # Given an integer, display that many colors for ((i=0; i<$1; i++)) do printf '%4d ' $i @@ -44,10 +44,10 @@ printf '\e]4;%d;?\a' 0 read -d $'\a' -s -t 0.1