Install arch linux

a simple guide to install arch linux, refer srch wiki for more info //internet setup inter net iw dev wlan0 link iw dev wlan0 scan iw dev wlan0 connect your_essid iw dev wlan0 connect your_essid key your_key iwconfig ip link set interface up wifi-menu ping google.com //disk setup fdisk -l cfdisk fdisk -l mkfs.ext4 mkswap … Continue reading Install arch linux

How to configure samba shares on a Linux server

Samba shares are used when you want to share data within a local network to a group of people.The first step is to install Samba sudo apt install sambasudo pacman -S samba (arch)sudo smbpasswd -a <username> First create a folder say test in /home/user to test samba shares. It can be done by : mkdir … Continue reading How to configure samba shares on a Linux server

Design a site like this with WordPress.com
Get started