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
#!/bin/bash | |
# picture licence: cc-by-sa Nakiel | |
wget https://upload.wikimedia.org/wikipedia/commons/e/e2/1213303317_gal_dsc_4158_02.jpg -O natur.jpg | |
convert natur.jpg natur.png | |
rm natur.jpg | |
# create separate pictures for each chanel in RGB, CMY and CMYK models. | |
convert natur.png -separate natur_RGB_%d.png | |
convert natur.png -colorspace CMY -separate natur_CMY_%d.png |
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
image: rochdev/alpine-asciidoctor:micro | |
pages: | |
stage: deploy | |
script: | |
- asciidoctor *.adoc | |
- mkdir .public | |
- cp -r *.html .public | |
- mv .public public | |
artifacts: | |
paths: |
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
# Set Keybinding for GNOME Terminal in Slot 0 | |
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name "GNOME Terminal" | |
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command "gnome-terminal --maximize" | |
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding "<Primary><Alt>t" | |
gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']" | |
# Print out all Slots | |
for i in `seq 0 9`; | |
do |
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
vim zsh htop mc autojump autojump-zsh httpie the_silver_searcher jq git make direnv thunderbird keepassxc java-11-openjdk |
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
echo 'class Test { public static void main( String[] args ) { System.out.println( System.getProperties() ); } }' > Test.java; javac Test.java; java Test |
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
# .github/workflows/ci.yaml | |
name: CI | |
on: | |
push: | |
branches: [ $default-branch ] | |
pull_request: | |
branches: [ $default-branch ] | |
jobs: | |
build: |
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
--- 1592.0 | |
+++ 1592.1 | |
@@ -1,56 +1,49 @@ | |
-python3.11-full 3.11.9-1gardenlinux0 | |
-libpython3.11-dev 3.11.9-1gardenlinux0 | |
-linux-headers-6.6.44-cloud-amd64 6.6.44-0gardenlinux0 | |
-linux-image-6.6.44-firecracker-amd64-dbgsym 6.6.44-0gardenlinux0 | |
-linux-headers-firecracker-amd64 6.6.44-0gardenlinux0 | |
-linux-kbuild-6.6.44 6.6.44-0gardenlinux0 | |
-bpftool 7.3.0+6.6.44-0gardenlinux0 |
The following packages have been upgraded, to address the mentioned CVEs:
- upgrade 'jinja2' from
3.1.3-1
to3.1.5-1gl0
- CVE-2024-56326
- CVE-2024-34064
- CVE-2024-56201
- upgrade 'linux' from
6.6.63-0gl0~bp1592
to6.6.71-0gl0~bp1592
- CVE-2025-21630
- CVE-2024-57937
- upgrade 'python3.12' from
3.12.7-1gl1~bp1592
to3.12.8-5gl0~bp1592
- CVE-2024-12254
OlderNewer