Hello, world!
Goodbye, world!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 00:00:00.000 [INFO] [sway/main.c:308] Sway version 1.12 | |
| 00:00:00.000 [INFO] [sway/main.c:309] wlroots version 0.20.1 | |
| 00:00:00.001 [INFO] [sway/main.c:78] Linux zoqu-endiman 7.0.13-1-1-ARCH #1 SMP PREEMPT_DYNAMIC Wed, 24 Jun 2026 08:41:29 +0000 aarch64 GNU/Linux | |
| 00:00:00.001 [INFO] [sway/main.c:94] Contents of /etc/lsb-release: | |
| 00:00:00.001 [INFO] [sway/main.c:78] DISTRIB_ID="Arch" | |
| 00:00:00.001 [INFO] [sway/main.c:78] DISTRIB_RELEASE="rolling" | |
| 00:00:00.001 [INFO] [sway/main.c:78] DISTRIB_DESCRIPTION="Arch Linux" | |
| 00:00:00.002 [INFO] [sway/main.c:94] Contents of /etc/os-release: | |
| 00:00:00.002 [INFO] [sway/main.c:78] NAME="Arch Linux ARM" | |
| 00:00:00.002 [INFO] [sway/main.c:78] PRETTY_NAME="Arch Linux ARM" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # A copy I made 6th May 2026: https://codeberg.org/jipmelon/t/raw/branch/main/Cisco_Packet_Tracer_help.pdf | |
| ar xf CiscoPacketTracer_900_Ubuntu_64bit.deb | |
| tar xf data.tar.xz | |
| cd opt/pt/ | |
| box64 packettracer.AppImage --appimage-extract # use `./packettracer.AppImage --appimage-extract` if on x86 | |
| cd squashfs-root/opt/pt/help/default | |
| pw() { pandoc --pdf-engine=weasyprint "$1" -o "${1/.*}.pdf"; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/bash | |
| # echo $1 | |
| # ~~b/w/x/cr~~ € < Q137641294 #pp/k/b/c/d | |
| # an-S() { | |
| # cpdf -list-annotations-json "$1" | jq '.[][]["/Contents"]?["U"]? | select( . != null )' | grep --color=always -P "$2" | |
| # } | |
| NORMAL=$(tput sgr0) | |
| BRIGHT=$(tput bold) | |
| POWDER_BLUE=$(tput setaf 153) | |
| BLUE=$(tput setaf 4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd | |
| #. .bashrc | |
| mkdir -p ~/bk/an/ | |
| export COPY_FILE="true" | |
| #. ~/Nextcloud/sh/cp/at-cp.sh | |
| # 2025-12-31T15;39;29,01;00 | |
| # S="$1" | |
| # E=0 | |
| IFS=$'\n' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (require 'package) | |
| (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) | |
| ;; Comment/uncomment this line to enable MELPA Stable if desired. See `package-archive-priorities` | |
| ;; and `package-pinned-packages`. Most users will not need or want to do this. | |
| ;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) | |
| (package-initialize) | |
| (blink-cursor-mode -1) | |
| (pdf-tools-install) ;;(pdf-loader-install) ; On demand loading, leads to faster startup time |