sou1

VSCode - Configuration Tips

Python Debugging. F5 - To launch Debugger .vscode/launch.json - Click 'cog' icon to access if it's not created { "version": "0.2.0", "configurations": [ { "name": "Python: Current File", "type": "python", "

Python Project Directory Setup

Create a Directory mkdir new-py-proj Create a .gitignore to ignore python virtualenv and pip module directories cat << EOM >> .gitignore bin/ include/ lib/ pip-selfcheck.json EOM Create docs and classes Directories mkdir docs config log classes tests results db Initialise a Python Virtual Environment virtualenv -p /usr/

Centos Setup

Setup OS & Desktop sudo hostnamectl set-hostname ocp-bastion-01 sudo yum install -y gnome-tweak-tool sudo yum install -y neofetch sudo yum install -y epel-release.noarch sudo yum install -y git sudo yum update -y git clone https://github.com/daniruiz/flat-remix-gnome git clone https://github.com/daniruiz/flat-remix-gtk mkdir ~/.themes cp

Raspberry Pi Specific Snippets

Raspberry Pi Zero W country=GB ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="<SSID>" scan_ssid=1 psk="<WIFI Key" } Renew DHCP release, after setting static in dhcp server sudo dhclient -4 -v -r wlan0 Configure

OpenShift Foundations

[ https://access.redhat.com/downloads/content/290/ver=3.10/rhel---7/3.10.14/x86_64/product-software oc login -u <Your OPENTLC UserID> -p <Your OPENTLC Password> https://master.na39.openshift.opentlc.com oc login -u alexander.soul-computacenter.com -p Pass1word! https://master.na39.openshift.opentlc.

sou1 © 2026