Posts

Showing posts from July, 2025

Creating a script to schedule Ubuntu software upgrades

 Step-by-Step Implementation     Create the Upgrade Script         Open your terminal and create a new file named upgrade_script.sh using your preferred text editor (e.g., nano upgrade_script.sh).         Insert the following bash script content: #!/bin/bash # --- Script to Schedule Ubuntu Software Upgrades --- # This script updates, upgrades, and cleans your Ubuntu system. # It then prompts the user for the frequency of scheduling this script using cron. # Function to perform the upgrade process perform_upgrade() {     echo "Starting Ubuntu software upgrade..."     # Update package lists     sudo apt update -y     # Upgrade packages (installs newer versions)     sudo apt upgrade -y     # Remove unnecessary packages     sudo apt autoremove -y     # Clean up downloaded package archives     sudo apt clean -y     echo "Ubuntu software up...

Cockpit

Cockpit offers a web-based interface for monitoring and managing your system remotely. To install Cockpit: Install Cockpit:  bash  sudo apt install cockpit    Enable and start Cockpit:  bash  sudo systemctl enable --now cockpit.socket    Once installed and started, you can access it via a web browser at https://<your-server-ip>:9090.  Using these packages gives you flexibility in how you manage your Ubuntu system remotely—whether you prefer secure command-line access via SSH or a more graphical interface with Cockpit.

Get IP on Proxmox with Ubuntu

  sudo apt update && sudo apt install -y qemu-guest-agent sudo systemctl start qemu-guest-agent sudo systemctl enable qemu-guest-agents sudo systemctl status qemu-guest-agent   

Windows 11 Ent. IoT KMS Key

 Windows 11 Ent. IoT KMS Key  KBN8V-HFGQ4-MGXVD-347P6-PDQGT