Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Computers and Programming Experiences programming Blog  > 

Debian GNU/Linux 12 (bookworm)
2024-03-18 20:26
Trying to build a Node/Lab for Docker Orchestration learning, I've built a ZP-0088 Rack Tower containing 4 x PI4's and applied the latest Raspbian (DEBIAN 12) O/S Lite and firmware rpi-6.6.y… Read More
Docker Swarm Portainer Notes
2024-03-18 20:25
# Download Portainer Agent Stack (Version 2.19.4)curl -L https://downloads.portainer.io/ce2-19/portainer-agent-stack.yml -o portainer-agent-stack.yml# Bugfix Docker Socket accessUpdate porta… Read More
2023-08-21 19:39
Python3 Web scraping REQUESTS exampleWeb scraping using REQUESTS Libary and using latest headers. REQUESTS Web Scraping import requests from UserAgentFetcher import UserAgentFetcher def m… Read More
2023-08-21 19:22
Python3 TOR Browser Example using STEMStart new TOR Proxy, Connect to existing TOR Proxy, Test TOR Proxy and Kill the TOR Proxy session examples. Create TOR Proxy Session # complete code fo… Read More
2023-07-28 17:22
Python3 Outlook SMPT Email Example using SMTPLIBPopulate Ecrypted Constants from Environment Variables Code and Cryptography import os import smtplib from email.message import EmailMessage… Read More
2023-07-28 12:14
Python3 Environment Variables Example using DOTENV PackagePopulate Constants from Environment Variables Code # constants.py import os from cryptography.fernet import Fernet from dotenv impo… Read More
2023-07-28 11:49
Python3 Encrytion / Decryption Example using Cryptography PackageEncryption / Decryption Code from cryptography.fernet import Fernet def generate_key(): """ Generate a new encrypti… Read More
Python OpenVPN (NORD)
2023-07-27 21:56
Python3 script to open a NORD VPN connection using OpenVPN, run some custom code when connection succeeded and close the VPN connection when complete.PrerequistiesOpenVPN (Version 2.6.010)NO… Read More
2017-01-28 17:37
RetroPie ZX Spectrum / Z80The following instructions are used as a guide for setting up the Sinclair ZX Spectrum and Z80 in RetroPie / Emulation Station.On Windows Device:Download Sinclair R… Read More
2017-01-27 23:41
RetroPie MegadriveThe following instructions are used as a guide for setting up the SEGA Megadrive (Genesis - USA) in RetroPie / Emulation Station.On Windows Device:Download SEGA MegaDrive R… Read More
2017-01-27 21:51
RetroPie GameBoy AdvanceThe following instructions are used as a guide for setting up GameBoy Advance in RetroPie / Emulation Station.On Windows Device:Download Gameboy Advance Bios (gba_bio… Read More
2017-01-27 18:19
RetroPie KODI (Ports) SetupThe following instructions are used to setup Kodi Media Center for access directly from RetroPie Emulation Station.On RaspberryPi:In RetroPie Menu, use DPad to scr… Read More
2017-01-27 17:33
TL-WN725N N300 Mini WiFi Driver Installation & SetupThe following instructions are used to install and configure the TL-WN725 (Version 2.0) N300 Mini WiFi Driver. If you don't have this… Read More
2017-01-27 16:59
Update RetroPieThe following instructions will update the RetroPie Setup script and Package Update.On RaspberryPi:In RetroPie Menu, use DPad to scroll up & down, highlight 'RETROPIE SETU… Read More
RaspberryPi: 5.Standalone RetroPie Build
2017-01-27 00:29
SSH Remote SessionThe following instructions are used to implement an enhanced terminal server onto a Windows Device.Required Software:MobaXTerm Portable - Enhanced Terminal Emulator (http:/… Read More
RaspberryPi: 4.Standalone RetroPie Build
2017-01-26 19:20
RetroPie Initial BootThe following instructions are based on the GitHub RetroPie First Installation Setup Guide (https://github.com/retropie/retropie-setup/wiki/First-Installation).On Raspbe… Read More
RaspberryPi: 3.Standalone RetroPie Build
2017-01-26 16:25
RetroPie Initial InstallaionThe following instructions are based on the GitHub RetroPie First Installation Setup Guide (https://github.com/retropie/retropie-setup/wiki/First-Installation), a… Read More
RaspberryPi: 2.Standalone RetroPie Build
2017-01-26 12:29
SD Card Preparation Preparation instructions for the SD Card to be used for the Standalone RetroPie Operating System.Required Software: SD Formatter v4.0 (https://www.sdcard.org/downloa… Read More
RaspberryPi: Standalone RetroPie Build
2017-01-25 23:43
Build ComponentsRaspberryPi 1 Model BSanDisk 64Gb Ultra MicroSD XC & MicroSD Adapter Belkin AC Powered 4 Port USB 2.0 HubTP-Link TL-WN725N N300 Mini WiFi AdapterMicro 10m USB Blueto… Read More
2016-12-31 21:03
Note 1 : Instructions include Image Resize from the default to 3Gb.Note 2 : Instructions include removal of 'raspi-copies-and-fills' package, which causes O/S upgrade issue in QEMU (Bug #157… Read More
2014-08-03 20:18
VBScript MultiThreadingWhile searching for a way to fake multithreading in Visual Basic Script, I examined several examples and developed my own code based on Scott Haleen's version.In my ex… Read More
2013-01-19 16:09
Generate SSH2 (DSA) Key File on Windows PC/LaptopOpen PuttyGenChange type of key to Generate to SSH-2 DSA.Click Generate and move mouse in blank area until random key generated.Under Key com… Read More
2011-11-23 15:07
Flash Particle SparklerSimple Particle Sparkler, the version above has the addition of a sparkler image to complete the bonfire night effect.The Particle Sparkler can be seen on my sister si… Read More
2011-11-23 14:50
Flash Horizontal StarfieldSimple 4Kb Parallax Scrolling Starfield, the viewable version contains extra functionality to control the amount of Stars and Starfield Speed. On-screen d… Read More
2011-11-17 11:08
IntroductionBefore you start reading this you should understand this is not a Tutorial series (as such). A tutorial should be written be a person with great knowledge of the subject and I… Read More
2011-11-10 17:59
Flash Avoider Game I first started Flash programming by following and excellent tutorial by Michael James Williams, and I do recommend this tutorial for anyone wanting to start developing th… Read More
2011-07-30 16:18
Manual Transfer of music from iPod To PC A few weeks ago I had decided to format my PC and start with a lovely clean version of Windows Vista x64 (I know it's not the latest, but I can't aff… Read More
2010-05-26 12:47
Reading from a configuration fileNow I have a good working environment, I have started to develop a gaming engine based around Erik Yuzwa's PeonEngine (http://www.gameprogrammingstarttofinis… Read More
2010-05-20 14:58
Preparing Visual C++ Express 2010 and SDL LibraryBefore I could start creating even the simplest of programs, VS2010 Express for C++ had to be configured to use SDL (Simple DirectMedia Layer… Read More
2010-05-20 14:57
Hello World! This is my first programNow that I have a working environment it is actually time to start writing some code (It's about time as this is the 5th installment).As I am only a begi… Read More
2010-05-20 14:57
Finalising your first programNow that we have created our first master piece, we should learn how to store, document and package the product for future reference.First StepsIf you created y… Read More
2010-05-18 11:07
Configuring your C++ Environment - Part 2In the last article in this series I let you know about a more up-to-date... and more importantly free C++ environment. In this article I will give y… Read More
2010-05-13 22:07
IntroductionBefore you start reading this you should understand this is not a Tutorial series (as such). A tutorial should be written be a person with great knowledge of the subject and I am… Read More
2010-05-13 22:04
Indenting lists and sub-lists in custom blogger templates. After updating this blog's template I noticed that the lists were now incorrectly spaced and no longer indented. To fix the issue I… Read More
2010-05-13 16:01
Configuring your C++ EnvironmentAs a beginner to C++ Game Programming I did the usual trawling though the Internet for tutorials and advice and found people recommending a good book. Being e… Read More
2010-05-13 16:01
There has been many a time I've been trawling though the Internet to find a solution to a variety of computer issues, be these hardware or software related. This could be for myself or the f… Read More

Share the post

Computers and Programming Experiences

×

Subscribe to Computers And Programming Experiences

Get updates delivered right to your inbox!

Thank you for your subscription

×