BLOG
12 January 2024

Kali Install (#2) in 2024

TTTThis

The old one is http://tttthis.com/blog/kali-linux-including-anydesk . There are troubleshooting things (internet doesn't work when first install Kali) and things I haven't used recently there. Also there is the list of things done manually it'd be nice to write a script to do (timezone, power options, shortcut launchers). It also has programs that could be useful which I either abandoned or didn't try yet. Also, remember Kali doesn't work with Anydesk because you can't install it it seems, although you can in a VM non-Kali).

Before you start, you will need:

Install programs:

sudo apt-get install hydrogen gimp gnome-disk-utility shotwell vokoscreen libreoffice inkscape secure-delete imagemagick fonts-indic fonts-thai-tlwg xinput cherrytree gdebi gdebi-core clamav clamtk gnome-system-monitor system-config-printer cups font-manager && sudo systemctl enable cups

(Do you need gdebi-gtk for graphical?) (The other H2 Hydrogen but for synth/midi is called SEQ24.)

Brave

sudo apt install apt-transport-https curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser

Optional installs,first we have daws etc, second photo arranging/editing programs

sudo apt-get install lmms openvpn monodevelop ardour

(Lmms the audio is scratchy)

sudo apt-get install gwenview fotoxx shotwell

(Gwenview is best for going through masses of photos and cropping them.)

For Pinta do:

sudo add-apt-repository ppa:pinta-maintainers/pinta-stable && sudo apt-get update && sudo apt-get install pinta

For OBS do (but note it auto-installs VLC)

obs-studio

apt-get purge vlc
apt-get autoremove
sudo apt-get purge vlc-data
sudo apt-get remove browser-plugin-vlc

Bitwig install from deb

And remember, it can sometimes be hard to install because of i386 dependencies (sudo dpkg --add-architecture i386
&& sudo apt-get update
). And also remember, you need a later version of Bitwig to open any Bitwig file. And remember, go to Settings > Behavior and turn off Data Collection. Go to User Interface and Reverse zoom direction.

You may need to install pipewire (if you want to use just the regular mic jack with a 'headset' splitter especially, because you can probably use pulseaudio or alsa if you plug in an external audio device). The first two are not necessary if you don't get an 'add-apt-repository command not found' error.

(You might have to do this first, or after the following doesn't work:

sudo dpkg --add-architecture i386
sudo apt update

apt list --upgradable

sudo apt-get update      

sudo apt install zlib1g:i386

sudo apt --fix-broken install

Then

sudo apt-get install software-properties-common
sudo apt-get update

sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
sudo apt-get update
sudo apt install pipewire pipewire-audio-client-libraries
systemctl --user daemon-reload

Free VSTs, search with a Linux filter
https://www.kvraudio.com/plugins/the-newest-plugins/linux/vst-plugins/query-reverb/best-match

Veracrypt

Download the deb from https://www.veracrypt.fr/en/Downloads.html and gdebi install it.

Don't install because you can get appImages

Do things:

Secondary things to do:

How to use clamAV https://www.youtube.com/watch?v=NXsOoXiFP1E you can schedule


.

.

.

.

.

.

NewerVM programs in 2024 OlderVMs on Linux (VirtualBox and QEMU) in 2024