Ubuntu

Fix Zoom Screen Share Black Screen on Ubuntu

A quick fix for Ubuntu users whose Zoom screen sharing only shows “Whiteboard” in the basic sharing options, caused by Wayland …

ubuntu linux zoom

Build Your First WSGI Python App on Apache

A step-by-step guide to building your first Python WSGI web application and serving it on Apache HTTPD using mod_wsgi.

centos python ubuntu

Schedule Tasks on Linux with Cron

Overview A quick reference for scheduling tasks on Linux using cron, covering crontab syntax, practical examples, environment variables, and …

centos linux rhel

Set Up Git and GitHub on Ubuntu

A quick guide to installing and configuring Git and GitHub on Ubuntu, from package installation to initial setup.

git github install

Mount an ISO File on Linux

Introduction We want to mount an iso file to a folder. with linux it’s soooooo easy!

bash centos linux

Fix Deep Freeze Windows Boot Loop: Switch to Thawed Mode

How to escape a Deep Freeze boot loop on Windows by switching from Frozen to Thawed mode using a recovery OS to replace the Deep Freeze …

boot pxe recovery

Install VirtualBox Guest Additions on Ubuntu Server

A walkthrough for installing VirtualBox Guest Additions on Ubuntu Server 12.04 and 12.10, from enabling root access to mounting and running …

ubuntu virtualbox virtualization

Set Up BOINC on CentOS, RHEL, or Fedora

Boinc BOINC is an open-source software platform for computing using volunteered resources, Use the idle time on your computer (Windows, …

bash centos linux

Update Multiple Linux Servers and Distributions

Overview A Bash script that connects to multiple remote Linux servers over SSH and runs the appropriate update commands based on each …

bash centos ubuntu