-
# ip link
-
# ip link set <network interface> up # ip link set <network interface> down
-
# ip link show dev <network interface>
-
# systemctl start dhcpcd@<network interface>.service
-
# systemctl enable dhcpcd@<network interface>.service
-
# pacman -S nfs-utils # systemctl start nfs-server.service # systemctl enable nfs-server.service
-
# pacman -S <package name>
-
# pacman -Syu
-
# pacman -Sc
-
# pacman -Rns $(pacman -Qtdq)
Arch Linux uses systemd as the init process.
-
# systemctl
-
# systemctl start <unit>
-
# systemctl stop <unit>
-
# systemctl restart <unit>
-
# systemctl reload <unit>
-
$ systemctl status <unit>
-
$ systemctl is-enabled <unit>
-
# systemctl enable <unit>
-
# systemctl disable <unit>
-
# systemctl --failed
-
Create and edit
/etc/modprobe.d/blacklist.conf
file with :blacklist intel_rapl
-
# useradd -m -G users -s /bin/bash <username>
-
-
Open
/boot/grub/grub.cfg
-
In the
Arch Linux
entry menu, find the line beginning withlinux
-
At the end of this line add
acpi=noirq
-
Example :
linux /vmlinuz-linux root=UUID=a590453b-f844-4cf5-a74f-66a945eb2434 rw quiet acpi=noirq
To test this change before on a temporary grub.cfg modification, type
e
on menu entry in the boot loader to enter in edit mode. -
-
journalctl -b
-
systemctl enable sshd.service
pacman -S samba gvfs gvfs-smb sshfs