Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
6 results tagged archlinux  ✕   ✕
Arch Linux - pacman-static https://aur.archlinux.org/packages/pacman-static
Wed 30 Mar 2022 01:53:24 PM PDT archive.org

A statically-linked copy of Pacman (the Arch package manager). Ideal for rescuing systems where libc is messed up.

archlinux aur packages cli utility
GitHub - PandaFoss/Awesome-Arch: A complete list of Arch-based projects https://github.com/PandaFoss/Awesome-Arch
Fri 10 Sep 2021 11:57:39 PM PDT archive.org
awesome archlinux
arch linux - archlinux cannot boot after replace module init with kmod - Unix and Linux - Stack Exchange http://unix.stackexchange.com/questions/32023/archlinux-cannot-boot-after-replace-module-init-with-kmod
Tue 20 Mar 2018 12:52:01 AM PDT archive.org

If you find yourself in a position in which you're running Arch Linux and your file systems are based on LVM, RAID, or both, and when you upgrade your kernel your system won't boot because the kernel isn't running the lvm2 hook, here's how to fix it.

  1. create an arch live stick and boot it
  2. mount your root partition to /mnt on the live stick
  3. mount your /proc partition to /mnt/proc using mount -t procfs proc /mnt/proc
  4. mount your /sys partition to /mnt/sys using mount -t sysfs sys /mnt/sys
  5. mount your /dev partition to /mnt/dev using mount -t tmpdevfs dev /mnt/dev
  6. mount your /boot partition to /mnt/boot
  7. chroot into /mnt using chroot /mnt
  8. now perform pacman -Syu and watch your kernel being built.
  9. finally type exit and reboot. remove your stick and boot into your now working arch linux.
kernel raid boot fix upgrades howto initramfs archlinux sysadmin linux lvm
mkinitcpio # /usr as a separate partition https://wiki.archlinux.org/index.php/Mkinitcpio#.2Fusr_as_a_separate_partition
Tue 20 Mar 2018 12:51:58 AM PDT archive.org

The Arch Linux project says that /usr should never be a separate partition. If you want to do it that way (more likely, you set your machine up the traditional UNIX way) you'll have to add two hooks to your /etc/mkinitramfs.conf file. This is how to do it.

mkinitramfs partitions archlinux usr linux howto
OpenZIM - openZIM http://www.openzim.org/wiki/OpenZIM
Mon 19 Mar 2018 11:54:19 PM PDT archive.org

The more-or-less official file format for offline reading of Wikipedia. The full byte-by-byte description of ZIM archives can be found here. There is also a zimlib-git AUR package for Arch Linux.

archlinux wikipedia storage fileformat aur offline backup archives
Open Assistant – Open Source AI Systems http://openassistant.org/
Mon 19 Mar 2018 10:24:56 PM PDT archive.org

Claims to be a foss personal AI assistant. Called Stella. Built on top of Arch Linux. Demo appears to be both conversational and somewhat usable.

https://github.com/hplusai/openassistant

speechsynthesis ai ml selfhosted exocortex python archlinux foss speechrecognition
4219 links, including 279 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn