Manjaro
目录
Configure manjaro
Change sources
rank mirrors
|
|
change the gem source
|
|
change the npm source
|
|
change the bundle source
|
|
add archlinuxcn and arch4edu
|
|
add the archlinuxcn-keyring
|
|
add blackarch
|
|
Necessary software
-
zsh
1 2
sudo pacman -S manjaro-zsh-config chsh -s /bin/zsh
-
yay
1
sudo pacman -S yay
-
chrome typora nvim code anaconda goldendict
1
sudo pacman -S google-chrome typora code goldendict
-
rime-pinyin
1
sudo pacman -S fctix-rime kcm-fcitx fcitx-gtk2 fcitx-gtk3#need to log out
-
gdb&radare2&pwntools
1
sudo pacman -S pwndbg peda gef radare2
-
ghidra
1
sudo pacman -S ghidra
-
vmware
1
sudo pacman -S vmware-workstation
Remember to install the right linux-headers before using vmware, and start the networking.
1 2
systemctl start vmware-networks.service systemctl enable vmware-networks.service
-
metasploit
1
sudo pacman -S msfdb metasploit
Configure the environment
-
asystem time synchronize
1
sudo timedatectl set-local-rtc true
-
mount the windows partion
1
UUID=0CB47F55B47F406E /mnt/C ntfs-3g defaults 0 0 UUID=585245C85245AB96 /mnt/D ntfs-3g defaults 0 0