nemozone

✉️ a zone for no one and everyone :) 🔞

As prerequisites, you should have installed Spotify and all its dependencies.

You might also need curl

sudo apt install -y curl

Disclaimer I'm no fan of Spotify and services like this but if you have trouble to install this application

https://github.com/khanhas/spicetify-cli

Maybe this will help you

you can install brew like described in this article

https://www.how2shout.com/linux/how-to-install-brew-ubuntu-20-04-lts-linux/

just copy and paste the command's step by step mark the text then ctrl+c i.e. copy and ctr+shift +v to in your terminal i.e. paste.

First disable the analytics of brew, yes brew has analytics

brew analytics off

run this command

brew install khanhas/tap/spicetify-cli

Did you know that there is something called funkwhale

Quote:“…What is Funkwhale? Funkwhale is an open source and self-hosted music streaming service that helps you upload, share and enjoy music.

Music can be browsed by artist, album, genre, playlist, or record label, as well as by direct searches.

Funkwhale music streaming is available on all Android and iOS devices via compatible applications like DSub, and on desktop computers for unlimited durations.”

Here check it out:

https://funkwhale.audio/

Cheers :)

Have you ever wondered what those magical and powerful one liner meant, which you've use in your daily work?

Fear no more

open this link

https://explainshell.com/

And copy and paste this command and let yourself be overwhelmed by the awe :)

:(){ :|:& };:

Source: https://www.linuxvmimages.com/

https://www.osboxes.org/

Windows is a Trojan in an OS cloak, just use it for educational purposes or for experiments, don't use it as an OS at all! And Linux is much superior as a Server. IMHO also as an OS for your Desktop/Laptop.

https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/

https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

Yes, you can even use Android in a VM :)

Via osboxes or linuxmimages or via this tool

https://www.genymotion.com/download/

There are more tools, but don't bother with them…

Keep in mind apple is not a fan of this

Push-button installer of macOS on VirtualBox

macos-guest-virtualbox.sh is a Bash script that creates a macOS virtual machine guest on VirtualBox with unmodified macOS installation files downloaded directly from Apple servers…

https://github.com/myspaghetti/macos-virtualbox

Looking Glass

Looking Glass is an open source application that allows the use of a KVM (Kernel-based Virtual Machine) configured for VGA PCI Pass-through without an attached physical monitor, keyboard or mouse. This is the final step required to move away from dual booting with other operating systems for legacy programs that require high performance graphics…

https://looking-glass.io/

Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.

Source: https://brew.sh/

Für den Fall dass diese Treiber Probleme machen sollten.

Wenn Sie eine AMD-Grafikkarte verwenden, könnte der Radeon-Treiber Probleme verursachen, da er neuere Versionen von Ubuntu nicht unterstützt. Der amdgpu-Treiber, der mit dem Kernel geliefert wird, tut dies. Um den Radeon-Treiber zu Blacklisten und sicherzustellen, dass amdgpu geladen ist können Sie folgendes machen:

Öffnen Sie /etc/modprobe.d/blacklist.conf mit einem Editor Ihrer Wahl. Dann fügen Sie diesen Befehl an dass ende Ihrer Konfigurations Datei blacklist radeon.

Dann werden diese Befehle ausgeführt.

sudo update-initramfs -c -k all
sudo shutdown -r now

“Automatic CPU speed & power optimizer for Linux based on active monitoring of laptop's battery state, CPU usage, CPU temperature and system load. Ultimately allowing you to improve battery life without making any compromises…”

source: https://github.com/AdnanHodzic/auto-cpufreq

Um das Touchpad während des Tippens zu deaktivieren, muss ein integriertes Programm ausgeführt werden. Am besten fügen Sie es zu den Autostart-Elementen(Startprogram) hinzu, die bei jedem Start des Computers ausgeführt werden sollen. Suchen Sie im Dash nach Startanwendungen und öffnen Sie diese, indem Sie auf die Super-Taste drücken(ist die Taste mit der Bildchen unten links.) und klicken Sie dann auf Hinzufügen.

Nachdem Sie auf Starpgramme hinzufügen geklickt haben können Sie folgende Befehle eingeben.

Name des Programms Syndaemon Ggf. installieren Sie dieses Packet

sudo apt-get install xserver-xorg-input-synaptics

Befehl syndaemon -i 1.0 -K -t -d

Kommentar Touchpad beim Tippen deaktivieren

Mittels dieses Befehl können Sie den Daemon beenden

pkill syndaemon