Wszystko Nowy

user:thomas Gisty stworzone przez użytkownika

title:mygist Gisty z podanym tytułem

filename:myfile.txt Gisty zawierające pliki z podanym tytułem

extension:yml Gisty zawierające pliki z podanym rozszerzeniem

language:go Gisty zawierające pliki z podanym językiem

topic:homelab gists with given topic

Zarejestruj się

Zaloguj się


Wszystko Nowy Zarejestruj się Zaloguj się
's Avatar

swee

Dołączono 6 months ago

Ostatnio utworzono
Najdawniej utworzono
Ostatnio zaktualizowano
Najdawniej zaktualizowano
Wszystkie Gisty 73
swee's Avatar

swee / gist:3453753159f0497a9dcda7ff25316bf3

0 polubień
0 forków
1 plików
Ostatnio aktywne 5 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 polubień
0 forków
1 plików
Ostatnio aktywne 5 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 polubień
0 forków
1 plików
Ostatnio aktywne 5 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 polubień
0 forków
1 plików
Ostatnio aktywne 5 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 polubień
0 forków
1 plików
Ostatnio aktywne 5 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 polubień
0 forków
1 plików
Ostatnio aktywne 5 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 polubień
0 forków
1 plików
Ostatnio aktywne 5 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 polubień
0 forków
1 plików
Ostatnio aktywne 5 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 polubień
0 forków
1 plików
Ostatnio aktywne 5 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
swee's Avatar

swee / gist:9625d3b393ba4c8687a7574b17797275

0 polubień
0 forków
1 plików
Ostatnio aktywne 5 months ago
1 MediaWiki internal error.
2
3 Original exception: [c997cc42d8ac41970a8e46b0] /mw-config/index.php Error: Call to undefined function session_name()
4 Backtrace:
5 from /var/www/mediawiki/wiki.swee.codes/includes/Setup.php(499)
6 #0 /var/www/mediawiki/wiki.swee.codes/includes/WebStart.php(86): require_once()
7 #1 /var/www/mediawiki/wiki.swee.codes/mw-config/index.php(41): require(string)
8 #2 {main}
9
10 Exception caught inside exception handler: [c997cc42d8ac41970a8e46b0] /mw-config/index.php InvalidArgumentException: Wikimedia\Rdbms\DatabaseFactory::getClass no viable database extension found for type 'mysql'
Nowsze Starsze

Obsługiwane przez Opengist ⋅ Load: 186ms⋅

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