ParrotOS is another nice Security based Debian Linux Distro i found the other week but if your a windows user the placement of the “minimise and maximise” windows buttons is very frustating as there on the left side.
Open the menu and select “Control Center”. Then from the “Look and feel” section select “MATE Tweak” and then from the left side pick “Windows”.
Change the “Window control placement” from left to right.
Parrot Security (ParrotOS, Parrot) is a Free and Open source GNU/Linux distribution based on Debian Stable designed for security experts, developers and privacy aware people.
It includes a full portable arsenal for IT security and digital forensics operations. It also includes everything you need to develop your own programs or protect your privacy while surfing the net.
Parrot is available in three main editions, Security, Home and Architect Edition, even as Virtual Machine (Virtual Box, Parallels and VMware), on Raspberry Pi and also on Docker.
From version 5.0 LTS, support for ARM platforms (arm64 and armhf) is back, and some images are also available for boards like Raspberry Pi.
The operating system ships by default with MATE Desktop Environment, but it is possible to install others DEs.
If your getting this error while trying to update Kali Linux via with sudo apt update
Get:1 http://kali.download/kali kali-rolling InRelease [41.2 kB]
Err:1 http://kali.download/kali kali-rolling InRelease
The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
Reading package lists... Done
W: GPG error: http://kali.download/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
E: The repository 'http://http.kali.org/kali kali-rolling InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
The solution is to run the command;
The excellent network chuck on youtube made a video the other day about making your own search engine with searxng so i thought id put the steps involved on doing in locally in Linux.
Update our linux installation
sudo apt update && sudo apt upgrade
install docker;
sudo apt install docker.io
install docker compose tool:
sudo apt install docker-compose
navigate to dir where you want to keep searxng, in this example well put it in “/usr/local/”
Heres a good article on how to get the popular Linux distrubtion “Ubunto” installed on a Windows PC without any hassle on formatting or Dual Booting using Microsofts Virtual PC.