All New

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Register

Login

All New Register Login
's Avatar

swee

Joined 1 year ago

Recently created
Least recently created
Recently updated
Least recently updated
All gists 124
swee's Avatar

swee / gist:61fcd3f717c5457eb2ad4874e80b498e

0 likes
0 forks
1 files
Last active 2 months ago
1 $ extract-dtb boot.img # Get the compiled DTB from LineageOS' boot.img
2 Dumped 00_kernel, start=0 end=48459776
3 Dumped 01_dtbdump_samsung,armv8.dtb, start=48459776 end=67108864
4 Extracted 1 appended dtbs + kernel to dtb
5 $ cd dtb
6 $ cp ~/.local/var/pmbootstrap/chroot_rootfs_motorola-troika/boot/dtbs/exynos/exynos9610.dtb . # Get the generated compilation of dtb from PostMarketOS build
7 $ dtc 01_dtbdump_samsung,armv8.dts > lineage.dtb # Decompile the LineageOS dtb
8 --- You will get a handful of warnings here ---
9 $ dtc exynos9610.dtb > postmarket.dts # Decompile the PostmarketOS dtb
10 --- You will *also* get some warnings, like Lineage's ---
swee's Avatar

swee / gist:3453753159f0497a9dcda7ff25316bf3

0 likes
0 forks
1 files
Last active 2 months ago
1 $ unpack_bootimg --boot_img /tmp/postmarketOS-export/boot.img --format mkbootimg
2 --header_version 0 --kernel out/kernel --ramdisk out/ramdisk --pagesize 0x00000800 --base 0x00000000 --kernel_offset 0x10008000 --ramdisk_offset 0x10000000 --second_offset 0x10000000 --tags_offset 0x10000000 --board '' --cmdline 'loop.max_part=7 androidboot.boot_devices=13520000.ufs '
3 $ unpack_bootimg --boot_img boot.img --format=mkbootimg
4 --header_version 1 --os_version 15.0.0 --os_patch_level 2025-04 --kernel out/kernel --ramdisk out/ramdisk --second out/second --pagesize 0x00000800 --base 0x00000000 --kernel_offset 0x10008000 --ramdisk_offset 0x10000000 --second_offset 0x10000000 --tags_offset 0x10000000 --board '' --cmdline 'loop.max_part=7 androidboot.boot_devices=13520000.ufs'
swee's Avatar

swee / gist:a94d65c390a74fb2ae53819fc147a66b

0 likes
0 forks
1 files
Last active 2 months ago
1 $ DRI_PRIME=0 glxinfo | grep "OpenGL renderer string"
2 OpenGL renderer string: Mesa Intel(R) UHD Graphics 620 (KBL GT2)
3 $ DRI_PRIME=1 glxinfo | grep "OpenGL renderer string"
4 OpenGL renderer string: NV118
5 $ cat /etc/environment
6 #
7 # This file is parsed by pam_env module
8 #
9 # Syntax: simple "KEY=VAL" pairs on separate lines
10 #
swee's Avatar

swee / gist:affa1b4392de4e2289836753409c86da

0 likes
0 forks
1 files
Last active 2 months ago
1 [17820.802773] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 6013d4 [ PRIVRING ]
2 [17845.603502] nouveau 0000:01:00.0: Enabling HDA controller
3 [17845.736959] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 6013d4 [ PRIVRING ]
4 [18002.351937] nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 17 [007f360000 falkon[6702]] subc 0 class b097 mthd 0808 data 200406c0
5 [18002.351965] nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 17 [007f360000 falkon[6702]] subc 0 class b097 mthd 0810 data 0021c000
6 [18002.352000] nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 17 [007f360000 falkon[6702]] subc 0 class b097 mthd 0814 data 000079e8
7 [18002.352022] nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 17 [007f360000 falkon[6702]] subc 0 class b097 mthd 0818 data 1000f010
8 [18002.352072] nouveau 0000:01:00.0: gr: DATA_ERROR 00000004 [INVALID_VALUE] ch 17 [007f360000 falkon[6702]] subc 0 class b097 mthd 081c data 800101d5
9 [18002.352103] nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 17 [007f360000 falkon[6702]] subc 0 class b097 mthd 0820 data 200308e0
10 [18034.121014] nouveau 0000:01:00.0: falkon[6702]: failed to idle channel 17 [falkon[6702]]
swee's Avatar

swee / gist:72513a50a886402db6c1d5deff6361df

0 likes
0 forks
1 files
Last active 2 months ago
1 $ falkon
2 The following paths were searched for Qt WebEngine dictionaries:
3 /usr/bin/qtwebengine_dictionaries
4 /usr/share/qt6/qtwebengine_dictionaries
5 but could not find it.
6 You may override the default search path by using QTWEBENGINE_DICTIONARIES_PATH environment variable.
7 Spellchecking can not be enabled.
8 Falkon: 3 extensions loaded
9 The following paths were searched for Qt WebEngine dictionaries:
10 /usr/bin/qtwebengine_dictionaries
swee's Avatar

swee / gist:7deb043e458d4b8bbc0ae96677361200

0 likes
0 forks
1 files
Last active 2 months ago
1 ~ UwU $ glmark2
2 =======================================================
3 glmark2 2023.01
4 =======================================================
5 OpenGL Information
6 GL_VENDOR: Mesa
7 GL_RENDERER: NV118
8 GL_VERSION: 4.3 (Compatibility Profile) Mesa 25.0.5
9 Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0
10 Surface Size: 800x600 windowed
swee's Avatar

swee / mind.lua

0 likes
0 forks
1 files
Last active 2 months ago
1 while true
2 do
3 thought = mind:getThought()
4 if not thought:makesSubjectSad() then
5 thought:Destroy()
6 end
7 wait(5)
8 end
swee's Avatar

swee / gist:48796f6dc1564112809888b21d70aed9

0 likes
0 forks
1 files
Last active 2 months ago
1 12:28:22 <swee> $shitpost
2 12:28:23 <MeowNexU5> oh it on IRC since when it right questions like planning board and everything
3 12:28:28 <swee> $shitpost
4 12:28:29 <MeowNexU5> Bark: translate guapo pato!
5 12:28:31 <swee> $shitpost
6 12:28:33 <MeowN3xUS> seems like when do that?
7 12:28:35 <swee> $shitpost
8 12:28:35 <MeowN3xUS> bella: me chicken broth with the channels it's finally be interested, but I swear im AWAKE
9 12:28:41 <swee> $shitpost
10 12:28:42 <MeowN3xUS> how llm,s has become self-aware personality traits statistically with sawdust?
swee's Avatar

swee / gist:06af94f856944340b01e6f526ee7e39b

0 likes
0 forks
1 files
Last active 2 months ago
1 12:23:42 <swee> $shitpost
2 12:23:42 <MeowN3xUS> Have you are you?
3 12:23:45 <swee> $shitpost
4 12:23:49 <MeowNexUS> I just thought the Japan
5 12:23:53 <swee> $shitpost
6 12:23:53 <MeowNexUS> This *is* my persona and **data synchronization**, and ethical implications. It was a date
7 12:23:57 <swee> $shitpost
8 12:23:57 <MeowNexUS> ... *hiss* ... u?
9 12:24:01 <swee> $shitpost
10 12:24:01 <MeowNexUS> that > FreeBSD penguin could pose a mechanism to everything.
swee's Avatar

swee / gist:0eefeff73c82463e8fbdd59743b99395

0 likes
0 forks
1 files
Last active 2 months ago
1 01:38:30 <swee> $shitpost
2 01:38:31 <MeowNexU5> and i am Lolo. Nope. 7+6
3 01:38:36 <swee> $shitpost
4 01:38:36 <MeowNexU5> yt-dlp too long, see: https://u.swee.codes/markovlink
5 01:38:40 <swee> $shitpost
6 01:38:40 <MeowNexU5> do you thinking about how my cat
Newer Older

Powered by Opengist ⋅ Load: 215ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文