add history
This commit is contained in:
47
history/.bash_history_root
Normal file
47
history/.bash_history_root
Normal file
@@ -0,0 +1,47 @@
|
||||
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
|
||||
Reference in New Issue
Block a user