Your cart is currently empty!
Category: Cybersecurity
WordPress Core 6.5.5 Release Contains Three Security Fixes
Subscribe to 22halomedia YouTube Channel
WordPress Core 6.5.5 was released June 24, 2024. This patch contained three security fixes, two of which addressing cross-site scripting (XSS) vulnerabilities.
Read the official Wordfence article
Articles to Read Next
How to Setup WireGuard VPN on Rocky 9 Linux
Secure Remote Support on LAN with x11vnc over SSH on Rocky Linux
How to Install Virtual Box and Answering “What is a Hypervisor?”
How to Enable Bidirectional Shared Clipboard on VirtualBox VM
How to Create a Linux VM with VirtualBox
Affiliate Links
Form your business with Northwest registered agent
Create a website with namedotcom
Secure your website with Wordfence
Affiliate Disclaimer
Please note that my website and content may contain affiliate links. This means that when you click on these links and make a purchase, I may earn a commission. Rest assured, all the products I promote are ones that I believe to be of high quality, and I personally use them as a consumer myself. Your support through these links helps me continue to create valuable content. Thank you for your support!
Wordfence Discovered 5 Maliciously Attacked Plugins in Supply Chain Attack
Subscribe to 22halomedia YouTube Channel
Plugin Social Warfare and 4 other plugins maliciously injected with malware. Read the official Wordfence article.
Articles to Read Next
How to Setup WireGuard VPN on Rocky 9 Linux
Secure Remote Support on LAN with x11vnc over SSH on Rocky Linux
How to Install Virtual Box and Answering “What is a Hypervisor?”
How to Enable Bidirectional Shared Clipboard on VirtualBox VM
How to Create a Linux VM with VirtualBox
Affiliate Links
Form your business with Northwest registered agent
Create a website with namedotcom
Secure your website with Wordfence
Affiliate Disclaimer
Please note that my website and content may contain affiliate links. This means that when you click on these links and make a purchase, I may earn a commission. Rest assured, all the products I promote are ones that I believe to be of high quality, and I personally use them as a consumer myself. Your support through these links helps me continue to create valuable content. Thank you for your support!
6 Crucial Steps to Take After Creating a New Rocky 9.4 Linux Virtual Box VM
Subscribe to 22halomedia YouTube Channel
Update Your System
sudo dnf upgrade -y
Install Virtual Box Guest Additions
sudo dnf install epel-release kernel-devel -y
In the VirtualBox Toolbar go to Devices > Insert Guest Additions CD Image
sudo & /run/media/22halo/VBox_GAs_7.0.18/autorun.sh
Update Host Name
sudo hostnamectl set-hostname desiredhostname
Reboot
sudo reboot now
Install Gnome Tweaks
sudo dnf install gnome-tweaks
Open Tweaks
Click ‘Window Titlebars’ menu
Under ‘Titlebar Buttons’ toggle on ‘Maximize’ and ‘Minimize’
Install automatic updates
sudo dnf install dnf-automatic sudo vim /etc/dnf/automatic.conf sudo systemctl enable –now dnf-automatic.timer sudo systemctl list-timers -all | grep dnf-automatic sudo systemctl edit dnf-automatic.timer journalctl -u dnf-automatic
Install chrome
sudo rpm –import https://dl.google.com/linux/linux_signing_key.pub wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm sudo dnf localinstall google-chrome-stable_current_x86_64.rpm
Disallow Root From SSH Access
sudo vim /etc/ssh/sshd_config
Articles to Read Next
How to Setup WireGuard VPN on Rocky 9 Linux
Secure Remote Support on LAN with x11vnc over SSH on Rocky Linux
How to Install Virtual Box and Answering “What is a Hypervisor?”
How to Enable Bidirectional Shared Clipboard on VirtualBox VM
How to Create a Linux VM with VirtualBox
Affiliate Links
Form your business with Northwest registered agent
Create a website with namedotcom
Secure your website with Wordfence
Affiliate Disclaimer
Please note that my website and content may contain affiliate links. This means that when you click on these links and make a purchase, I may earn a commission. Rest assured, all the products I promote are ones that I believe to be of high quality, and I personally use them as a consumer myself. Your support through these links helps me continue to create valuable content. Thank you for your support!