đģ CentOS 8 Stable
This information is obviously out of date as of 2022
Automation to spin up 5 VMs in a cluster I called the Vorta cluster.. because each of the 4 nodes was named Weyoun
Default Desktop
768M RAM
8-15G Storage Space
sudo dnf remove firefoxsudo dnf updateNecessary
sudo dnf install tar bzip2 kernel-devel-$(uname -r) kernel-headers perl gcc make elfutils-libelf-develInsert Guest Additions & Cancel Auto Install
cd /run/medai/$USER/VBox_GAs_x.x.xsudo ./VBoxLinuxAdditions.runWired Connection (top right) > Wired Settings > Wired (Gear Icon) > Connect Automatically
Reboot
Headless Node
Installation
DVD Media
128M Video
1024G RAM
12G Storage
Software Selection > Server
Network & Host Name > Network On > hostname: weyoun@c8n1 (centos version/node number)
Create User > Weyoun > Advanced > wheel, sudo
Weyoun Cluster
virt-manager
vorta@c8n0 - http://192.168.100.162
weyoun@c8n1 - http://192.168.100.173
weyoun@c8n2 - http://192.168.100.185
weyoun@c8n3 - http://192.168.100.181
weyoun@c8n4 - http://192.168.100.252
Check with router home page..
VBox
weyoun@c8n0 - http://192.168.254.69
weyoun@c8n1 - http://192.168.254.74
weyoun@c8n2 - http://192.168.254.81
weyoun@c8n3 - http://192.168.254.78
weyoun@c8n4 - http://192.168.254.79
sudo dnf update
sudo hostnamectl set-hostname your-new-hostnamesudo systemctl restart systemd-hostnamed
sudo nmtui-editsudo nmtui-connectsudo yum groupinstall 'Development Tools'sudo dnf install epel-releaseFedora Epel Repository
sudo dnf config-manager --set-enabled PowerToolssudo dnf install htop tmux neofetch git gtk2-devel gnome-tweaks dconf-editor cmakesudo dnf install python3-pipMight already be installed
sudo pip3 install ranger-fm docutilssudo dnf install ruby rxvt-unicode libcurl-devel nmap sshpass libXt-develsudo gem install tmuxinator
sudo rm -f /etc/fonts/conf.d/70-{yes,no,force}-bitmaps.confif test -f /etc/fonts/conf.avail/70-force-bitmaps.conf; then sudo ln -s {../conf.avail,/etc/fonts/conf.d}/70-force-bitmaps.conf else sudo ln -s {../conf.avail,/etc/fonts/conf.d}/70-yes-bitmaps.conf fisudo rm -rf /var/cache/fontconfig/*rm -rf "$HOME/.fontconfig"sudo fc-cachefc-cache
dconf-editorfind/org/gnome/mutter/, and checkcenter-new-windows
cd ~/.sources && git clone https://github.com/mptre/yank.gitsudo make install
curl -OL http://www.vergenet.net/~conrad/software/xsel/download/xsel-1.2.0.tar.gztar -xzf xsel-1.2.0.tar.gzcd xsel-1.2.0./configurevim MakefileJump to line 98
Vim:
:98Jump to end of line
Vim:
SHIFT+A-Wno-error=stringop-truncationResolves conflict with new GCC)
makemake checksudo make install
tar -xzf hack.tar.gzmkdir ~/.local/share/fonts && cp -f ttf ~/.local/share/fonts/ttffc-cache -f -v
wget https://sourceforge.net/projects/xarchiver/files/xarchiver-0.5.4.tar.bz2./configuresudo make install
git clone git://git.suckless.org/dwmcd dwmvim config.def.h-- static const char *termcmd[] = { "st", NULL }; ++ static const char *termcmd[] = { "gnome-terminal", NULL };sudo make clean installcp /usr/share/xsessions /usr/share/xsessions- change stuff for dwm (
exec /usr/local/bin/dwm, etc.)
- change stuff for dwm (
dmenu
git clone git://git.suckless.org/dmenucd dmenusudo make clean install
wget https://downloads.sourceforge.net/lxde/lxappearance-0.6.3.tar.xztar -xf lxappearance-0.6.3.tar.xzcd lxappearance-0.6.3.tar.xz./configuresudo make install
wget http://feh.finalrewind.org/feh-3.3.tar.bz2requires:
libpng&imlib2wget https://downloads.sourceforge.net/enlightenment/imlib2-1.6.1.tar.bz2tar -xf imlib2-1.6.1.tar.bz2cd imlib2-1.6.1./configuresudo make install
tar -xf feh-3.3.tar.bz2cd feh-3.3make; sudo make installmkdir ~/Pictures/backgroundscd ~/.Pictures/backgroundswget https://images.alphacoders.com/789/789948.jpgAdd
feh --bg-scale ~/Pictures/backgrounds/789948.jpgto~/.xinitrc
git clone https://gitlab.com/arandr/arandrcd arandrsudo ./setup.py installReset resolution + save
Add
~/.screenlayout/script.shto~/.xinitrcbefore all GUI stuff