NeoLAB
34 subscribers
150 photos
29 videos
94 files
335 links
Lab of @neo_is_kal

🐧 | @ArchLinuxIndia
🐚 | @PrivacyToolsIOChat
🍬 | @FossMemes

This is a Journal + Shrine of links
Website: https://neovoid.is-cool.dev
Download Telegram
464 Pages | 2021
How_Linux_Works_What_Every_Superuser_Should_Know,_3rd_Dition_by.pdf
16.3 MB
How linux works - what every superuser should know.
by Brian Ward

#books
# My Artix/Arch Linux Installation #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 boot
For 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 fstab
fstabgen /mnt
fstabgen -U /mnt >> /mnt/etc/fstab
- chrooting into installed system
artools-chroot /mnt
bash
vim /etc/pacman.d/mirrorlist
- configuring timezone
ln -sf /usr/share/zoneinfo/country/city/etc/localtime
hwclock --systohc
- localization
vim /etc/locale.gen
locale-gen
vim /etc/locale.conf
LANG = en_us.UTF-8
- Configure Network
pacman -S NetworkManager NetworkManger-runit
ln -S /etc/runit/sv/NetworkManager /etc/runit/runsvdir/current #before reboot
ln -S /etc/runit/sv/NetworkManager /run/runit/service # after reboot
vim /etc/hostname
desktop
vim /etc/hosts
127.0.0.1 localhost
::1 localhost
127.0.0.1 desktop.localdomain desktop
- Installing Grub
pacman -S grub
grub-install --target=i386-pc /dev/sda # for bios
or 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 server
pacman -S xorg
- Installing Video Drivers
pacman -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 Am I an electric sheep?
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
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 secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network – https://github.com/berty/berty

Berty · Berty Technologies – https://berty.tech/

#Privacy #ResilientNetwork
How to get artix-archlinux support? (incase you r getting elogind error)

- First update whole system through -syu
- then install artix-archlinux-support
- add those new lines into pacman.conf
-and run pacman-key --populate archlinux
Enjoy!

Worked for me #Notes
897210b1_0ac6_4dbd_8df8_35b174365db4_360.mp4
295.5 MB
Luke on Monero Talk
By default /etc/issue
#backup
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
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
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
Channel photo updated