# My Artix/Arch Linux Installation #Notes
1. Base Install
- keyboard configuration
{Ignore the Above method It just for me heres what i recommend for others}
# creating partition table -
├── boot (for uefi only) -
├── root -
├── swap -
└── storage [optional] -
# Installing filesystem on newly created partitions
For Uefi users
├──
└──
For BIOS users
├──
├──
└──
# Mounting partitions
├──
└──
└──
- Installing base system
or
├──
- Add users
#after reboot command for network
2. Post Base Install
- Install GUI Desktop Enviroment or Window manager
#notes
1. Base Install
- keyboard configuration
loadkeys us
- partitions making (It differs from persons choice)fdisk /dev/sda
d 2 n enter +51G w
mkfs.ext4 /dev/sda1
mount /dev/sda1 /mnt
mkdir /mnt/home
mkdir /mnt/boot
{Ignore the Above method It just for me heres what i recommend for others}
# creating partition table -
cfdisk /dev/sda
├── #create partitions according to your need ├── boot (for uefi only) -
/dev/sda1
[at least 350mb]├── root -
/dev/sda1
[at least 50Gig]├── swap -
/dev/sda2
[at least 2Gig]└── storage [optional] -
/dev/sda3
[remaining disk part usually 100Gig]# Installing filesystem on newly created partitions
For Uefi users
├──
mkfs.fat -F 32 /dev/sda1
<- boot [Only for uefi users]└──
fatlabel /dev/sda1 BOOT
<- must be labeled as bootFor BIOS users
├──
mkfs.ext4 -L ROOT /dev/sda1
<- root ├──
mkswap -L SWAP /dev/sda2
<- swap└──
mkfs.ext4 -L EXTRASTORAGE /dev/sda3
<- extra for storage, optional# Mounting partitions
├──
swapon /dev/sda2
-> starting swap if created└──
mount /dev/sda1 /mnt
-> mounting root└──
mkdir /mnt/home /mnt/boot
-> creating needed folders - Installing base system
basestrap /mnt base base-devel runit elogind-runit linux linux-firmware vim
- Generate fstabfstabgen /mnt
fstabgen -U /mnt >> /mnt/etc/fstab
- chrooting into installed systemartools-chroot /mnt
bash
vim /etc/pacman.d/mirrorlist
- configuring timezoneln -sf /usr/share/zoneinfo/country/city/etc/localtime
hwclock --systohc
- localizationvim /etc/locale.gen
locale-gen
vim /etc/locale.conf
LANG = en_us.UTF-8
- Configure Networkpacman -S NetworkManager NetworkManger-runit
ln -S /etc/runit/sv/NetworkManager /etc/runit/runsvdir/current
#before rebootln -S /etc/runit/sv/NetworkManager /run/runit/service
# after rebootvim /etc/hostname
desktop
vim /etc/hosts
127.0.0.1 localhost
::1 localhost
127.0.0.1 desktop.localdomain desktop
- Installing Grubpacman -S grub
grub-install --target=i386-pc /dev/sda
# for biosor
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grub
# for uefi├──
grub-mkconfig -o /boot/grub/grub.cfg
│ pacman -S artix-grub-theme
│ vim /etc/default/grub
│ GRUB_THEME="/usr/share/grub/themes/artix/theme.txt
└── # reconfigure grub after installing grub theme- Add users
passwd
useradd -m username
passwd username
usermod -a -G video,audio,input,power,storage,optical,ip,scanner,dbus,adbusers,uucp,vboxusers username
usermod -a -G log mpd network scanner power users video storage ip optical wheel username
- Installing display serverpacman -S xorg
- Installing Video Driverspacman -S xf86-video-intel
- Network Configuration#after reboot command for network
2. Post Base Install
- Install GUI Desktop Enviroment or Window manager
#notes
Forwarded from /r/privacyToolsIO (Subreddits bot)
Have I been Pwned goes open source, gets FBI data feed
5 votes (100%) in 24 minutes • 0 comments
https://redd.it/nmw6zt
5 votes (100%) in 24 minutes • 0 comments
https://redd.it/nmw6zt
reddit
Have I been Pwned goes open source, gets FBI data feed
Posted in r/privacytoolsIO by u/a_Ninja_b0y • 1,095 points and 53 comments
Forwarded from GJ `°÷°` 🇵🇸🕊 (t ``~__/>_GJ06)
Berty est une application de messagerie pair-to-pair sécurisée qui fonctionne avec ou sans accès Internet, données cellulaires ou confiance dans le réseau
#P2P #RéseauRésilient
#ViePrivée #Sécurité #ViePrivée
GitHub - berty/berty: Berty is a
Berty · Berty Technologies – https://berty.tech/
#Privacy #ResilientNetwork
#P2P #RéseauRésilient
#ViePrivée #Sécurité #ViePrivée
GitHub - berty/berty: Berty is a
secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network –
https://github.com/berty/bertyBerty · Berty Technologies – https://berty.tech/
#Privacy #ResilientNetwork
897210b1_0ac6_4dbd_8df8_35b174365db4_360.mp4
295.5 MB
Luke on Monero Talk
Forwarded from Creative Motion (Sam Rover)
Handwritten Fonts | Рукописные шрифты
1.Chalisa
2.Drekmit
3.Fathers day
4.Kagemasha
5.Lemonte Buster
6.Love Earth
7.Mella Sweet
8.Sadio
9.Thampholine
10.Winter Pen
1.Chalisa
2.Drekmit
3.Fathers day
4.Kagemasha
5.Lemonte Buster
6.Love Earth
7.Mella Sweet
8.Sadio
9.Thampholine
10.Winter Pen
Can programming be liberated from the von Neumann style? (1978) (Score: 151+ in 15 hours)
Link: https://readhacker.news/s/4NUu5
Comments: https://readhacker.news/c/4NUu5
Link: https://readhacker.news/s/4NUu5
Comments: https://readhacker.news/c/4NUu5
dl.acm.org
Can programming be liberated from the von Neumann style?: a functional style and its algebra of programs: Communications of the…
Conventional programming languages are growing ever more enormous, but not stronger. Inherent defects at the most basic level cause them to be both fat and weak: their primitive word-at-a-time styl...
The (unofficial) Artix Linux installation guide is now live in English on this link:
https://hackmd.io/@AryToNeX/H1uC5Hojd
We are still trying to find errors and stuff lost in translation, but it should be viable enough for new installs as it is now.
If you want, please log in to HackMD and leave comments on lines that require attention (eg. for errors)
I hope for this to be finalized and eventually submitted to the Artix Wiki
https://hackmd.io/@AryToNeX/H1uC5Hojd
We are still trying to find errors and stuff lost in translation, but it should be viable enough for new installs as it is now.
If you want, please log in to HackMD and leave comments on lines that require attention (eg. for errors)
I hope for this to be finalized and eventually submitted to the Artix Wiki
HackMD
Artix Linux installation guide - HackMD
# Artix Linux installation guide Unofficial guide Originally redacted by [Naomi Calabretta](https:
Forwarded from Naomi Calabretta
The (unofficial) Artix Linux installation guide is now live in English on this link:
https://hackmd.io/@AryToNeX/H1uC5Hojd
We are still trying to find errors and stuff lost in translation, but it should be viable enough for new installs as it is now.
If you want, please log in to HackMD and leave comments on lines that require attention (eg. for errors)
I hope for this to be finalized and eventually submitted to the Artix Wiki
https://hackmd.io/@AryToNeX/H1uC5Hojd
We are still trying to find errors and stuff lost in translation, but it should be viable enough for new installs as it is now.
If you want, please log in to HackMD and leave comments on lines that require attention (eg. for errors)
I hope for this to be finalized and eventually submitted to the Artix Wiki
HackMD
Artix Linux installation guide - HackMD
# Artix Linux installation guide Unofficial guide Originally redacted by [Naomi Calabretta](https: