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
health#coc#check | |
======================================================================== | |
- OK: Environment check passed | |
- OK: Javascript bundle build/index.js found | |
- OK: Service started | |
health#nvim#check | |
======================================================================== |
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
Version | |
======= | |
KWin version: 5.18.3 | |
Qt Version: 5.14.1 | |
Qt compile version: 5.14.1 | |
XCB compile version: 1.14 | |
Operation Mode: Xwayland | |
Build Options |
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
# Maintainer: Gary Host <[email protected]> | |
pkgname=dracut-config | |
pkgver=0.1 | |
pkgrel=1 | |
epoch= | |
pkgdesc="My dracut config files including pacman hooks" | |
arch=('any') | |
url="https://gist.githubusercontent.com/CarbonChauvinist/b422d1255640663199fd0130dfbe7573/raw/cc3747b150aad44d80715ba6fe80f323edb674bc" | |
license=('custom') | |
depends=('bash') |
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
[Trigger] | |
Type = Path | |
Operation = Remove | |
Target = usr/lib/modules/*/pkgbase | |
Target = usr/lib/dracut/* | |
[Action] | |
Description = Removing linux initcpios... | |
When = PreTransaction | |
Exec = /usr/local/bin/dracut-remove.sh |
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
https://github.com/xdever/arch-efiboot/blob/master/build_kernel.sh | |
https://wiki.archlinux.org/index.php/Systemd-boot | |
1. Create new folder to hold EFISTUB | |
# mkdir -p /boot/EFI/arch | |
2. Combine intel-ucode and initramfs into single bin file | |
# cat /boot/intel-ucode.img /boot/initramfs-linux-dracut.img > /boot/EFI/arch/initrd.bin | |
3. Copy (or just create) file with current command line options to be passed to .efi |
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
e5-2695 v2 (12C/24T)(2.4/3.2) LGA2011/115W ~200$ | |
e5-2667 v2 (8C/16T) (3.3/4) LGA2011/130W ~200$ | |
ASUS X79 DELUXE MB ~$350 |
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
Veil of Darkness | |
The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel | |
KGB | |
Quest for Glory III: Wages of War | |
Gobliins | |
James Bond 007: The Stealth Affair | |
Star Trek 25th Anniversary |
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
# Modify i3 config | |
for_window [title="Desktop — Plasma"] kill; floating enable; border none | |
# Add following to ~/.config/plasma-workspace/env/wm.sh | |
#!/bin/bash | |
# Disable KWin and use i3gaps as WM | |
export KDEWM=/usr/bin/i3 | |
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
git clone git://git.archlinux.org/svntogit/packages.git --single-branch --branch "packages/systemd" | |
cp -r packages/trunk/ systemd | |
cd systemd | |
makepkg -rsi # build and install locally v238 and check it is broken (ensure you have the two signing keys installed) | |
cd systemd/src/systemd-stable | |
git checkout v237 | |
cd ../.. | |
makepkg -ersi # build and install locally v237 and check it is not broken | |
cd systemd/src/systemd-stable | |
git bisect start |
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
## Open LVM | |
cryptsetup luksOpen /dev/sda2 lvm | |
## Mount root | |
mkdir /mnt/oldarch | |
mnt /devmapper/lvmvg-root /mnt/oldarch | |
## Mount var | |
mnt /devmapper/lvmvg-var /mnt/oldarch/var |
NewerOlder