nemozone

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

This list is not complete, there are probably much more out there

snap Flatpak/flathub pip/pip3 brew AppImage …

Further reading

https://ostechnix.com/linux-package-managers-compared-appimage-vs-snap-vs-flatpak/

Vorteile

Folgende Vorteile ergeben sich beim Einsatz von Secure Boot:

Schutz vor Malware: Vor allem Rootkits, die sich in kritische Betriebssystem-Teile vor dem eigentlichen Boot einhängen, werden durch Secure Boot aufgedeckt. Durch das Signatur-System kann Software gezielt ausgeschlossen werden und nur gewünschte Software zum Einsatz kommen.

Nachteile

Vor allem, dass sich der Platform Key (PK, siehe weiter unten) nicht unter der Kontrolle des Endkunden befindet, entpuppt sich als Nachteil. Für Secure Boot müssen alle Software-Teile entsprechend signiert werden. Auch zugehörige Hardware-Treiber für die Firmware. Für den nachträglichen Einbau von Hardware in Systemen muss sicher gestellt sein, dass sich der Key des Hardware-Herstellers des neuen Bauteils auf dem System befindet.[1]

Wahl des Betriebssystems:

Alternative Betriebssysteme bzw. Dual-Boot-Konfigurationen werden durch Secure Boot erschwert. Die Tatsache, dass Linux-Installationen nur mehr nach einer manuellen Deaktivierung von Secure Boot in der UEFI-Firmware vorgenommen werden können, ergeben ein weiteres Hindernis beim Einsatz von Linux. Beim Dual-Boot müsste sogar ständig zwischen Secure und Nicht-Secure Boot gewechselt werden, um signierte und nicht signierte Betriebssysteme zu starten.

Empfehlungen von Canonical

In einem Whitepaper von Canonical (blog.canonical.com) werden folgenden Empfehlungen zu Secure Boot abgegeben:

Factory Default: Zur Zeit steht noch nicht fest, ob Linux out of the box verwendet werden kann. Mit standardmäßig deaktiviertem Secure Boot wäre es einfacher Linux zu verwenden, in puncto Sicherheit ist diese Einstellung umstritten, da nicht signierte OS-Loader ausgeführt werden können.

Für den Einsatz von Custom Firmwares müsste es eine Möglichkeit geben, im Setup Modus die Schlüssel rekonfigurieren zu können. Eine GUI bzw. ein User-Interface für diese Konfiguration wäre nötig, aufgrund des eingeschränkte Nutzer-Bereichs ist es fraglich, ob Firmware-Hersteller dieses Feature anbieten werden.

Das UEFI-System sollte im Setup Mode ausgeliefert werden (siehe weiter unten), wodurch die ersten Signatur-Keys während der Installation des OS in die Signatur-Datenbanken eingetragen werden können. Dadurch wird verhindert, das entgegen dem Willen des Users, sich bereits bei der Auslieferung Keys auf dem System befinden, die andere System ausschließen würden.

Quelle: https://www.thomas-krenn.com/de/wiki/UEFI_Secure_Boot

Download the latest ISO from here

https://www.microsoft.com/en-us/software-download/windows10ISO

Open your terminal, type these commands

sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common
sudo pip3 install WoeUSB-ng

https://github.com/WoeUSB/WoeUSB-ng

That's it now you can use a free USB stick to create a bootable stick. Just use ventoy instead IMHO it's much, much better

https://www.ventoy.net/en/index.html

On Windows I think you can use Rufus instead of this ghastly windows crap program

https://rufus.ie/en/

In short, never ever use windows and get accustomed to their way. Just use Linux. But if you have to get in touch with it here are some tools which can elevate minimal your privacy.

Still, just don't use it never!

https://www.w10privacy.de/english-home/

https://pxc-coding.com/donotspy10/

https://github.com/Sycnex/Windows10Debloater

https://www.oo-software.com/de/shutup10

https://www.securitywithoutborders.org/tools/hardentools.html

https://privacy.sexy I got this nice link from Mr. Kuketz :) https://www.kuketz-blog.de/

You can even ameliorate it

https://ameliorated.info/documentation.html

https://invidious.snopyta.org/embed/YTL0i5XzS7k

Alt. link.:

https://www.youtube-nocookie.com/embed/YTL0i5XzS7k

Ubuntu 18.04 LTS

sudo apt install -y ubuntu-restricted-extras
sudo apt install -y gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libavcodec-extra gstreamer1.0-libav gstreamer1.0-fluendo-mp3 chromium-codecs-ffmpeg-extra libdvd-pkg

Setup DVD Playback

sudo dpkg-reconfigure libdvd-pkg
sudo reboot
sudo apt install vlc

Here you can find the Ubuntu 22.04 compatible codecs

# Add the multiverse repository
sudo add-apt-repository multiverse

# Update the package list
sudo apt-get update

# Install proprietary multimedia packages
sudo apt-get install ubuntu-restricted-extras libavcodec-extra libdvd-pkg

# Install Microsoft fonts
sudo apt-get install ttf-mscorefonts-installer

# Install VLC media player
sudo apt-get install vlc

# Install DVD playback support
sudo apt-get install libdvd-pkg

# Configure libdvd-pkg
sudo dpkg-reconfigure libdvd-pkg

# Install Flash player
#sudo apt-get install flashplugin-installer #nope don't use flash!!! :)

# Install codecs for MP3 playback
sudo apt-get install gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-libav

# Install codecs for H.264 video
sudo apt-get install gstreamer1.0-vaapi

# Install codecs for AC3 audio
sudo apt-get install gstreamer1.0-libav

# Install restricted extras
sudo apt install -y ubuntu-restricted-extras

# Install ffmpeg
sudo apt install -y ffmpeg

# some further stuff bluray additional 
sudo apt install -y libbluray-bdj libaacs0 libbluray2 libdvdnav4 libdvdread4 handbrake-gtk handbrake-cli

easy way

Because you're in scale mode which causes it to be hidden.

Host + C is the toggle for scale mode (where Host is Right Control by default)

Source : https://askubuntu.com/questions/59103/why-has-virtualboxs-menu-disappeared

Hard way

 sudo vim /home/$USER/.config/VirtualBox/VirtualBox.xml

Edit

<ExtraDataItem name="GUI/Toolbar" value="false"/>
<ExtraDataItem name="GUI/Statusbar" value="false"/>

to

<ExtraDataItem name="GUI/Toolbar" value="true"/>
<ExtraDataItem name="GUI/Statusbar" value="true"/>

ESC :wq!

Party hard!

This repository is an implementation of Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis (SV2TTS) with a vocoder that works in real-time. Feel free to check my thesis if you're curious or if you're looking for info I haven't documented. Mostly I would recommend giving a quick look to the figures beyond the introduction…

https://github.com/CorentinJ/Real-Time-Voice-Cloning

Password managers are a very popular topic in IT security these days. I can only agree with the use of password managers. After all, remembering dozens of unique passwords is almost impossible.

https://marektoth.com/blog/password-managers-autofill/

GreenTunnel bypasses DPI (Deep Packet Inspection) systems found in many ISPs (Internet Service Providers) which block access to certain websites.

https://github.com/SadeghHayeri/GreenTunnel