-
Notifications
You must be signed in to change notification settings - Fork 0
My Suitable Linux Distrib
JTrampQ edited this page Feb 21, 2021
·
7 revisions
- https://lubuntu.me/downloads/
- NetWork Adapter Bridged (for fixing ip address)
- Keyboard MacProfile Package selections
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
- http://ftp.sh.cvut.cz/slax/Slax-9.x/slax-64bit-9.11.0.iso
- Boot ISO (CD or USB)
- Install on hard-drive
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
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