48 lines
1016 B
Bash
48 lines
1016 B
Bash
ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime
|
|
hwclock --systohc
|
|
vim /etc/locale.gen
|
|
locale-gen
|
|
vim /etc/locale.conf
|
|
vim /etc/locale.conf
|
|
vim /etc/hostname
|
|
ls /boot/
|
|
echo $(sudo blkid) > /etc/kernel/cmdline
|
|
vim /etc/kernel/cmdline
|
|
vim /etc/mkinitcpio.conf
|
|
vim /etc/mkinitcpio.d/linux-lts.preset
|
|
mkinitcpio -P
|
|
vim /etc/mkinitcpio.d/linux-lts.preset
|
|
mkinitcpio -P
|
|
loadkeys us
|
|
mkinitcpio -P
|
|
vim /etc/vconsole.conf
|
|
mkinitcpio -P
|
|
passwd
|
|
git init linux-audit
|
|
rm -rf linux-audit/
|
|
useradd -m -G wheel,aryan -s zsh aryan
|
|
useradd -m -G wheel -s zsh aryan
|
|
useradd -m -G wheel -s /bin/zsh aryan
|
|
useradd -m -G wheel -s /bin/zsh aryan
|
|
cat /etc/passwd
|
|
cat /etc/shadow
|
|
passwd -Sa
|
|
passwd aryan
|
|
ls
|
|
mv base-image.sha256sum /home/aryan/audit/hashes/
|
|
chown aryan:aryan /home/aryan/audit/hashes/
|
|
ls -la
|
|
cat .zsh_history
|
|
mv .zsh_history /home/aryan/
|
|
chown aryan:aryan /home/aryan/.zsh_history
|
|
systemctl enable --now iwd.service
|
|
iwctl
|
|
ping 8.8.8.8
|
|
ping 1.1.1.1
|
|
iwctl
|
|
ping 1.1.1.1
|
|
ping 1.1.1.1
|
|
ping 1.1.1.1
|
|
ping 1.1.1.1
|
|
iwctl
|