Itt lesznek az Ubuntu operációs rendszerrel kapcsolatos beállítások, extrák.
Lenyitható blokkok közül lehet választani.
sudo apt-get install
htop - rendszererőforrás monitorozó program
gimp, inkscape - rajzolóprogramok
thonny, codium - python fejlesztő
vlc - médialejátszó
doublecmd-gtk - Kétpaneles fájlkezelő
pinta - Paint szerű rajzolóprogram
Hardware sensors indicator - CPU hőmérséklet figyelése a felső sávon (AppCenterből elérhető)
Permanent Reboot-Proof Solution
If you want a proper fix that survives reboots, follow these steps:
Open a terminal.
Create a new configuration file:
$ sudo nano /etc/modprobe.d/VBox-NoKVM.conf
Paste the following content exactly into the file:
# This is so that VirtualBox can start.
# See:
# https://www.virtualbox.org/wiki/Changelog
#
# VirtualBox 7.1.4 (released October 15 2024)
# Linux Guest Additions: Introduce initial support for kernel 6.12 (NOTE:
# In kernel 6.12, KVM initializes virtualization on module loading by
# default. This prevents VirtualBox VMs from starting. In order to avoid
# this, either add "kvm.enable_virt_at_load=0" parameter into kernel
# command line or unload corresponding kvm_XXX module)
#
options kvm enable_virt_at_load=0
Save the file and exit (in Nano, press CTRL+O, ENTER, then CTRL+X).
Reboot your computer:
After the reboot, VirtualBox should now start your virtual machines without any issues.
Nyiss egy terminál ablakot és másold be:
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
Az alapértelmezett beállítások visszaállításához a következő parancsot futassuk le:
gsettings reset org.gnome.shell.extensions.dash-to-dock click-action
Minimalizálás:
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize-or-previews'
Nézzük meg, mit csináltunk. Az összes lehetséges dock műveletet ki tudjuk listázni:
gsettings range org.gnome.shell.extensions.dash-to-dock click-action
eredeti nyelvű forrás: https://askubuntu.com/questions/960074/how-do-i-enable-minimize-on-click-on-ubuntu-dock-in-17-10-and-later
Start menü bal oldalra:
gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true
sudo apt install software-properties-common python-software-properties
sudo add-apt-repository ppa:hluk/copyq
sudo apt update
sudo apt install copyq
# this package contains all plugins and documentation
Permanent Reboot-Proof Solution
If you want a proper fix that survives reboots, follow these steps:
Open a terminal.
Create a new configuration file:
$ sudo nano /etc/modprobe.d/VBox-NoKVM.conf
Paste the following content exactly into the file:
# This is so that VirtualBox can start.
# See:
# https://www.virtualbox.org/wiki/Changelog
#
# VirtualBox 7.1.4 (released October 15 2024)
# Linux Guest Additions: Introduce initial support for kernel 6.12 (NOTE:
# In kernel 6.12, KVM initializes virtualization on module loading by
# default. This prevents VirtualBox VMs from starting. In order to avoid
# this, either add "kvm.enable_virt_at_load=0" parameter into kernel
# command line or unload corresponding kvm_XXX module)
#
options kvm enable_virt_at_load=0
Save the file and exit (in Nano, press CTRL+O, ENTER, then CTRL+X).
Reboot your computer:
After the reboot, VirtualBox should now start your virtual machines without any issues.