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 2sudo pacman -S manjaro-zsh-config chsh -s /bin/zsh -
yay
1sudo pacman -S yay -
chrome typora nvim code anaconda goldendict
1sudo pacman -S google-chrome typora code goldendict -
rime-pinyin
1sudo pacman -S fctix-rime kcm-fcitx fcitx-gtk2 fcitx-gtk3#need to log out -
gdb&radare2&pwntools
1sudo pacman -S pwndbg peda gef radare2 -
ghidra
1sudo pacman -S ghidra -
vmware
1sudo pacman -S vmware-workstationRemember to install the right linux-headers before using vmware, and start the networking.
1 2systemctl start vmware-networks.service systemctl enable vmware-networks.service -
metasploit
1sudo pacman -S msfdb metasploit
Configure the environment
-
asystem time synchronize
1sudo timedatectl set-local-rtc true -
mount the windows partion
1UUID=0CB47F55B47F406E /mnt/C ntfs-3g defaults 0 0 UUID=585245C85245AB96 /mnt/D ntfs-3g defaults 0 0