Skip to content

Instantly share code, notes, and snippets.

@HoriLiu
Last active December 15, 2022 15:48
Show Gist options
  • Save HoriLiu/cc760a7dbdfc6ee01ceddfc9e7df08bb to your computer and use it in GitHub Desktop.
Save HoriLiu/cc760a7dbdfc6ee01ceddfc9e7df08bb to your computer and use it in GitHub Desktop.
VMware Archlinux budgie-desktop minimum install
# Set password by
passwd
systemctl start sshd.service
# Check ip address by
ifconfig
# Use SSH from terminal to ip.address.of.target
ssh [email protected]
# https://acris.me/2017/03/20/How-to-install-Arch-Linux-with-Cinnamon-desktop-on-VMware-Workstation/
# 新建VMware Workstation虚拟机时,系统类型先选“Ubuntu 64位”,这样默认会添加SATA光驱,并开启加速3D图形等
# 创建完成后,再将系统类型修改为“其他 Linux 3.x 内核64位”
# https://www.tecmint.com/arch-linux-installation-and-configuration-guide/
# Copy & Paste to terminal from: https://github.com/helmuthdu/aui/
mount -o remount,size=2G /run/archiso/cowspace
pacman -Sy git
git clone git://github.com/helmuthdu/aui
# Finish all FIFO steps, then reboot
cd aui && ./fifo
#Server = http://shadow.ind.ntou.edu.tw/archlinux/$repo/os/$arch
# 出現Permission denied, please try again.
# 1. Generate new ssh verification command: ssh-keygen -R ip.address.of.target
# 2. 修改root的ssh权限,即修改 /etc/ssh/sshd_config文件中
# PermitRootLogin without-password
# 改为 PermitRootLogin yes
# systemctl restart sshd.service
# Enter LILO for adding user and nano editor, then quit and press ctrl-Z exit
cd aui && ./lilo
# Optional install aurman & google-chrome &visual-studio-code & noto-fonts-cjk & davinci font
# Install arch minimum budgie-desktop as below:
# VisualBox video support
#pacman -S virtualbox-guest-modules-arch virtualbox-guest-utils mesa-libgl
# add_module "vboxguest vboxsf vboxvideo" "virtualbox-guest"
# add_user_to_group ${username} vboxsf
# systemctl disable ntpd
# systemctl enable vboxservice
# VMware video support
#pacman -S xf86-video-vmware xf86-input-vmmouse open-vm-tools
# cat /proc/version > /etc/arch-release
# systemctl disable ntpd
# systemctl enable vmtoolsd
pacman -S budgie-desktop gdm gnome-control-center gnome-terminal gnome-tweak-tool nautilus
#replace lightdm lightdm-gtk-greeter by gdm
#replace gedit by visual-studio-code
#nano /etc/lightdm/lightdm.conf
#Find Key Set Value
#user-session=budgie-desktop
#greeter-session=lightdm-gtk-greeter
#Save and exit
systemctl enable gdm.service
systemctl start gdm.service
#replace lightdm by gdm
reboot
#git clone https://aur.archlinux.org/aurman.git
#cd aurman
#sudo pacman -S base-devel #binutils & fakeroot
#makepkg -si
#gpg --recv-keys 465022E743D71E39
#aurman -Syu pacui-git fcitx-im
#aurman -Syu pacui-git ibus-rime
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
ibus-daemon -drx
#Tune the "numix" icon, "arc" theme, "variety" wallpaper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment