-
Continue reading →: Cron Not Displaying GUI Applications / Terminal Display (Raspberry Pi / Linux)After yesterdays post around using a remote desktop connection to connect from my Mac to my Pi I decided to add some cron jobs on the Pi so that it would reboot every night and after rebooting it would log in (automatically using raspi-config settings) and then fire me up a…
-
Continue reading →: Remote Desktop (Raspberry Pi)I normally SSH to my Raspberry Pi as I like using the terminal, however a recent task meant that I had to use a remote desktop connection to the Pi so that I could take screen grabs of the Pi desktop whilst on my Mac. The first part of this…
-
Continue reading →: CodeUp Salford / Humble Bundle Linux
I had a bit of spare time this evening and so headed over to CodeUp Salford (Twitter: @codeupsalford) to listen to Drew Morgan talk about Python. As my regular readers know, I enjoy Python. Heck it is currently my go to language to bounce ideas around in, and it was great…
-
Continue reading →: SITE UPDATE: GeekTechV2 – A Young Person’s View
To give a new author a chance to reach an audience and share their view/knowledge of programming I am proud to announce that http://www.geektechstuff.com is the home of geektechv2 – hopefully some articles on Scratch will be coming soon!
-
Continue reading →: My Introduction
Hi I’m geektechv2. I’m going to write about scratch etc. I will post soon. For now I m signing out!
-
Continue reading →: Microsoft Office 365 Endpoints V2 (Python)The Microsoft Office 365 Endpoints V1 program did a good job of outputting the endpoint data into CSV files, but what if you wanted the URLs outputted for use as a PAC file? A Proxy Auto Configuration file tells a proxy how to handle traffic depending on URL, host or IP.…
-
Continue reading →: Microsoft Office 365 Endpoints V1 (Python)Tonight I’m having a brief look at Microsoft Office 365 Endpoints; https://support.office.com/en-us/article/managing-office-365-endpoints-99cab9d4-ef59-4207-9f2b-3728eb46bf9a?ui=en-US&rs=en-US&ad=US#ID0EACAAA=4._Web_service in my current favourite programming language – Python. My target is to be able to generate the various Endpoint details into an updating PAC or WPAD file. Then I will look at the same in PowerShell. I’ve used the SMTP…
-
Continue reading →: PDF Merge – With GUI V2 (Python)A small change to yesterday’s PDF Merge with GUI. The below now asks the user how many PDFs they want to merge, and then loops through the process until that many PDFs are merged into one PDF. #!/usr/bin/python3 # geektechstuff # libraries to import from tkinter import * from tkinter import…
-
Continue reading →: PDF Merge – With GUI (Python)Yesterday I looked at using the tkinter module of Python to create a file browser GUI , and it has inspired me to relook at the PDF Merge program I did a while back. My first attempt (worked on over a lunch break) at a GUI driven PDF merge program…
-
Continue reading →: File Browser V1 (Python)Currently looking through some of my older projects and seeing if any of my recent Python learning could be used to make them better. Possibly make the PDF merge idea better with some GUI driven fun rather than command line, and building on my previous GUI attempt. To do this…



You must be logged in to post a comment.