- Comprensive build system
- Create shell wrapper (like AppRun)
- Create Metadata file
- Validate metadata
- Create rule for sandboxing (like aisap, bwrap, Firejail)
- Create dekstop entry
- Validate desktop entry
- Repackaging like plugins with deb2appimage, alpine2appimage, flatpak2appimage, snap2appimage and others)
- Plugins for text editors, IDE (Zed, VSCode, Eclipse, Emacs)
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
[ 141.470310] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:bfda19 | |
[ 141.479631] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:c21c39 | |
[ 141.503443] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:c51a20 | |
[ 141.512608] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:c41ba0 | |
[ 141.522422] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:c43e8e | |
[ 141.536865] |
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/sh | |
doas wipefs -a /dev/nvme0n1 | |
doas sfdisk /dev/nvme0n1 <<EOF | |
label: gpt | |
name=esp, size=1G, type="EFI System" | |
name=root, size=30G | |
name=home | |
EOF | |
doas mkfs.vfat /dev/nvme0n1p1 |
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
WARNING: No config file for "keyboardq" found anywhere at | |
"/home/nitrux/src/modules/keyboardq/keyboardq.conf" | |
"/etc/calamares/modules/keyboardq.conf" | |
"/usr/share/calamares/modules/keyboardq.conf" | |
23:58:31 [6]: KeyboardModelsModel::KeyboardModelsModel(QObject*) | |
Loaded 188 keyboard models | |
23:58:31 [6]: void Config::detectCurrentKeyboardLayout() | |
("pc", "us", "inet(evdev)\"") | |
23:58:31 [2]: virtual void Calamares::QmlViewStep::setConfigurationMap(const QVariantMap&) | |
WARNING: Bad QML search mode set for "keyboardq@keyboardq" |
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
Following items have no URL at all: | |
Addaps | |
Agora | |
AnimaShooter | |
AnzeigenChef | |
Around | |
Artifact | |
Astrofox | |
AtCore | |
Atomicwallet |
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
sudo apk add iwd | |
echo -e "[main]\ndhcp=internal\niwd-config-path=auto\nplugins=ifupdown,keyfile\n[ifupdown]\nmanaged=true\n[device]\nwifi.backend=iwd\nwifi.iwd.autoconnect=yes" | sudo tee /etc/NetworkManager/NetworkManager.conf | |
sudo rc-update del wpa_supplicant | |
sudo rc-service add iwd | |
sudo systemctl restart NetworkManager |
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 | |
efibootmgr --create --disk /dev/nvme0n1 --part 1 --label "Alpine Linux" --loader "/vmlinuz-edge" --unicode "root=/dev/nvme0n1p3 resume=/dev/nvme0n1p2 rw initrd=\intel-ucode.img initrd=\initramfs-edge intel_idle.max_cstate=1 cryptomgr.notests initcall_debug intel_iommu=igfx_off no_timer_check noreplace-smp page_alloc.shuffle=1 rcupdate.rcu_expedited=1 tsc=reliable quiet splash video=SVIDEO-1:d modules=sd-mod,usb-storage,ext4,nvme quiet rootfstype=ext4" |
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
====================== | |
Proton: 1637278855 proton_flatpak-6.3-20211118 | |
SteamGameId: 359550 | |
Command: ["/mnt/nvme0n1p3/steamapps/common/Tom Clancy's Rainbow Six Siege/RainbowSix.exe", '-upc_steam_required_product_id', '3315', '-uplay_steam_mode'] | |
Options: {'forcelgadd'} | |
Kernel: Linux 5.14.16-205.current #1 SMP PREEMPT Sat Nov 6 09:14:32 UTC 2021 x86_64 | |
====================== | |
ERROR: ld.so: object '/home/georgybog/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
ERROR: ld.so: object '/home/georgybog/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
ERROR: ld.so: object '/home/georgybog/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. |