Jump to content

New pages

New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

6 August 2025

  • 15:3115:31, 6 August 2025 Crazyradio (hist | edit) [359 bytes] Encryptid (talk | contribs) (Created page with "* [https://github.com/insecurityofthings/jackit JackIt Github] * [https://github.com/BastilleResearch/mousejack MouseJack Github] * [https://github.com/bitcraze/crazyradio-firmware Crazyradio firmware Github] * [https://wiki.bitcraze.io/projects:crazyradiopa:index Crazyradio Wiki] Category:Wireless Category:SDRCategory:ToolsCategory:Hardware")
  • 15:2915:29, 6 August 2025 Kernels (hist | edit) [5,431 bytes] Encryptid (talk | contribs) (Created page with "So you've decided to swap a kernel in Arch =Before You Begin= * [https://wiki.archlinux.org/index.php/Kernel ArchWiki Link] ** Note the difference between [https://wiki.archlinux.org/index.php/Kernel#Officially_supported_kernels official] and [https://wiki.archlinux.org/index.php/Kernel#Unofficial_kernels unofficial] kernels ** Official kernels can just use pacman to install ** Unofficial kernels need yay or an unofficial repo added to pacman * Highly recommend installi...")
  • 15:2815:28, 6 August 2025 Installing Arch Linux on VMWare (hist | edit) [2,430 bytes] Encryptid (talk | contribs) (Created page with "=Legacy= <pre> #!/bin/bash # This assumes you want the following partitions setup: # /dev/sda1 -> /boot # /dev/sda2 -> Swap # /dev/sda3 -> / read -p "This will wipe /dev/sda1-3, press enter to continue" mkfs.ext2 /dev/sda1 mkswap /dev/sda2 mkfs.ext4 /dev/sda3 mount /dev/sda3 /mnt mkdir /mnt/boot && mount /dev/sda1 /mnt/boot swapon /dev/sda2 clear read -p "Press Enter to install System" pacstrap /mnt base{,-devel} pacstrap /mnt grub-bios os-prober open-vm-tools pacstrap...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)