Skip to content

My Suitable Linux Distrib

JTrampQ edited this page Feb 21, 2021 · 7 revisions

VMWare Server System No Desktop

sudo apt autoremove ark libreoffice-* skanlite
sudo apt autoremove lxde lubuntu-desktop firefox xul-ext-ubufox xscreensaver
sudo apt update
sudo apt upgrade
sudo apt install net-tools openssh-server sshfs htop unar unzip zip p7zip-full

Remote folder access

ssh joris@192.168.0.26
sudo mkdir /mnt/mac
sudo sshfs -o allow_other xxxx@192.168.0.9:/ /mnt/mac

Ultra light distrib

fdisk /dev/sda
n 1 w
mkfs.ext4 /dev/sda1
cp -r /media/sr0/slax /media/sda/
/media/sda1/slax/boot/bootinst.sh
reboot
  • set the keyboard layout
dpkg-reconfigure keyboard-configuration
service keyboard-setup restart
echo "setxkbmap fr" >> ~/.bashrc
reboot

Linux Game Desktop

sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key
sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -sc) main"
sudo apt update
sudo apt install --install-recommends winehq-stable
sudo apt-get install winbind
sudo apt-get install ubuntu-restricted-extras
sudo apt-get install libavcodec58 libav-tools ffmpeg
winetricks -q dotnet40

Clone this wiki locally