add history
This commit is contained in:
45
history/.zsh_history
Normal file
45
history/.zsh_history
Normal file
@@ -0,0 +1,45 @@
|
||||
lsblk
|
||||
sudo cryptsetup open /dev/nvme0n1p2 boson
|
||||
sudo mount /dev/nvme0n1p2 /mnt
|
||||
sudo mount /dev/mapper/boson /mnt
|
||||
sudo mount /dev/nvme0n1p1 /mnt/boot
|
||||
ls /mnt
|
||||
iwd
|
||||
iwctl
|
||||
ping 1.1.1.1
|
||||
timedatectl
|
||||
pacstrap -K /mnt base base-devel linux-lts linux-firmware iwd vim e2fsprogs openssh git efibootmgr linux-lts-headers wpa_supplicant zsh
|
||||
genfstab -U /mnt >> /mnt/etc/fstab
|
||||
arch-chroot /mnt
|
||||
efibootmgr --create --disk /dev/nvme0n1 --part 1 --label "AL" --loader "\boot\arch-linux-lts.efi" --unicode
|
||||
efibootmgr -Bb 0002
|
||||
cp ~/.zsh_history /mnt/root/
|
||||
find /mnt -print0 | xargs -0 sha256sum | tee base-image.sha256sum
|
||||
mv ~/base-image.sha256sum /mnt/root
|
||||
ls /mnt/root
|
||||
ls /mnt/root/ -la
|
||||
cp ~/.zsh_history /mnt/root/
|
||||
cat ~/.zsh_history
|
||||
cat ~/.zsh_history
|
||||
cat ~/.zsh_history
|
||||
cat ~/.zsh_history
|
||||
ls
|
||||
ls -la
|
||||
iwctl
|
||||
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
|
||||
ping 1.1.1.1
|
||||
ping 8.8.8.8
|
||||
ping 8.8.8.8
|
||||
ip a s
|
||||
ip a s
|
||||
vim audit/notes/main.md
|
||||
chsh bash
|
||||
chsh aryan bash
|
||||
csh aryan bash
|
||||
chsh aryan -s bash
|
||||
chsh aryan -s /bin/bash
|
||||
Reference in New Issue
Block a user