- ssh.
- terminal.
- text editor.
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
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86_64 6.18.0 Kernel Configuration | |
| # | |
| CONFIG_CC_VERSION_TEXT="clang version 21.1.5" | |
| CONFIG_GCC_VERSION=0 | |
| CONFIG_CC_IS_CLANG=y | |
| CONFIG_CLANG_VERSION=210105 | |
| CONFIG_AS_IS_LLVM=y | |
| CONFIG_AS_VERSION=210105 |
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
| COMMENT = URL retrival utility and library | |
| VERSION = 8.17.0 | |
| REVISION = 0 | |
| CATEGORIES = net | |
| PKGNAME = curl | |
| HOMEPAGE = https://curl.se/ | |
| LINK = https://curl.se/download/curl-${VERSION}.tar.xz | |
| ARCHIVE = curl-${VERSION}.tar.xz | |
| SRCCD = archive | |
| BUILD = make |
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
| # build.ninja | |
| pkgname = dwl | |
| version = v0.8-dev | |
| rev = 0 | |
| cat = wayland | |
| srcdir = dwl | |
| format = ${pkgname}_${version}_${rev}@${cat} | |
| rule edit |
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
| # include build.mk | |
| COMMENT = test | |
| V = 0 | |
| PKGNAME = test | |
| REVISION = 0 | |
| CATEGORIES = misc | |
| ARCH = amd64 | |
| BUILDDIR = sources | |
| ARCHIVE = sources.tar.gz |
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
| COMMENT = Wayland tiling compositor inspired by Ratpoison | |
| V = 3.1.0 | |
| PKGNAME = cagebreak | |
| REVISION = 0 | |
| CATEGORIES = wayland | |
| U = https://github.com/project-repo/cagebreak | |
| SOURCE = $U/archive/$V.tar.gz | |
| ARCHIVE = $V.tar.gz | |
| BUILD = meson | |
| BUILDDIR = cagebreak-3.1.0 |
Libressl post upgrade, some packages need to be rebuilt.
- pipewire
- eudev
- cmake
- git
- libarchive
- libevent
- libsrt
- libssh2
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 | |
| position=$(xdotool getwindowfocus getwindowgeometry | grep Posit | awk '{print $2}') | |
| ffmpeg -f x11grab \ | |
| -framerate 30 \ | |
| -video_size $1 \ | |
| -i ${DISPLAY}+$position \ | |
| -c:v libx264 \ | |
| -pix_fmt yuv420p \ |
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
| bwrap --bind /home/lfs/browser / \ | |
| --dev /dev \ | |
| --proc /proc \ | |
| --bind /sys /sys \ | |
| --bind /run /run \ | |
| --bind /home/lfs/.mozilla /home/lfs/.mozilla \ | |
| --bind /home/lfs/Downloads /home/lfs/Downloads \ | |
| --ro-bind /etc/resolv.conf /etc/resolv.conf \ | |
| --ro-bind /etc/passwd /etc/passwd \ | |
| --ro-bind /etc/group /etc/group \ |
NewerOlder