This is based upon the LearnLinux.tv guide and this OdinsPlasmaRifle's gist
- /dev/sda1 will be our EFI partition
- /dev/sda2 will be an encryprted LVM ext4 filesystem
This is based upon the LearnLinux.tv guide and this OdinsPlasmaRifle's gist
# Configuration file | |
general { | |
# Allow players to use shape mining [default: true] | |
B:"Allow Shapes"=false | |
# Allows the undo command to overwrite replacables like fluids [default: true] | |
B:"Allow Undo Replacables"=true | |
# Use alternate check for tool validity (e.g. swords on webs) [default: false] |
sudo rsync -aAXv / --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /mnt |
[Desktop Entry] | |
Version=1.0 | |
Name=GD Launcher | |
GenericName=GD Launcher | |
Comment=Minecraft Launcher | |
Exec=/opt/GDLauncher/GDLauncher-linux-setup.AppImage | |
StartupNotify=false | |
Terminal=false | |
Icon=/usr/share/icons/Papirus-Dark/128x128/apps/minecraft-launcher.svg | |
Type=Application |
The following command switches to 1440x900, scaled at 100%
xrandr --output eDP --auto --mode "1440x900"
The following command switches to 2880x1800, scaled at 200%
xrandr --output eDP --auto --mode "2880x1800"
PS1="\[\033[0;37m\]\[\033[44m\] \u \[\033[0;34m\]\[\033[43m\]\[\033[1;30m\] \h \[\033[0;33m\]\[\033[42m\]\[\033[0;37m\]\[\033[42m\] \w \[\033[0m\]\[\033[0;32m\] \[\033[0m\]" |
When Win 10 reports no internet connection, but it is connected, run the following command as an administrator
netsh winsock reset catalog
Execute the following commands to mount a network drive mapped to Z: in WSL
sudo mkdir /mnt/z
sudo mount -t drvfs Z: /mnt/z
If not already installed, you need to install samba server. The example below is for Debian (and derivatives)
sudo apt install samba
Ensure samba isn't running before continuing.
sudo systemctl stop samba
Make a backup of the configuration file