Skip to content

Latest commit

 

History

History
139 lines (99 loc) · 3.92 KB

File metadata and controls

139 lines (99 loc) · 3.92 KB

Ubuntu 24.04 after Installations

Update

sudo apt update && sudo apt full-upgrade && sudo apt autoremove

Add some Directory

mkdir -p ~/.local/bin && mkdir -p ~/.local/share/icons

Firefox settings

  • Generelt
    • Filhentning
      • Enable: Spørg mig altid, hvor filer skal gemmes
  • Hjem
Generelt Hjem
Generelt Hjem

Change to X11 from Wayland

sudo nano /etc/gdm3/custom.conf
  • Within this file, look for the line that says #WaylandEnable=false. You can uncomment this line and either set it to true or false, depending on whether you want Wayland enabled or not.

  • Disable Wayland:

WayLandEnable=false
  • Save and Exit nano

    • To Save: [Ctrl]+[o]
    • To Exit: [Ctrl]+[w]
  • After you have made the desired changes, save this file and exit it. You will need to restart GDM3 or reboot your Ubuntu 22.04 desktop for the changes to take effect.

sudo systemctl restart gdm3

ESPHome interface for ESP32 MCU

sudo usermod -a -G dialout $USER

Some nice to have Programs

APT

sudo apt install -y rpi-imager geany gparted putty filezilla fritzing dia handbrake brasero solaar 

Snap

sudo killall snap-store && sudo snap refresh
sudo snap install pinta telegram-desktop
  • To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, open the Terminal app and run:
sudo apt install flatpak
flatpak install flathub com.prusa3d.PrusaSlicer
  • Run
flatpak run com.prusa3d.PrusaSlicer

AppImage

LaserWeb/CNCWeb (linux free alternative to lightburn)

Video Record, Screencast your keys and Edit

Samba setup