-
Continue reading →: Using A Raspberry Pi As A Syslog-ng Server (Raspberry Pi)After many years of using my ISPs provided router I have finally upgraded to a higher spec router which has several features the ISP provided one did not. One of these features is the option to send logs from the router to a syslog server. For this project I am…
-
Continue reading →: Deleting Old Files With BASH / Removing Old Log Files with BASH (Linux)Log files are a brilliant feature of any piece of software / operating system. However, over time they can take up space and become a pain to remove. In this blog post I am going to look at a quick bash script that can be used via cron to delete…
-
Continue reading →: Text Editing With Vim / Vi (Linux)When it comes to text editors in Linux there are varying opinions on which to use, and just like the spaces vs tabs discussion this can lead to arguments. I started out and still use nano as my Linux text editor, however today I want to look at Vi. vi…
-
Continue reading →: Converting Words To Pig Latin – Version 1 (C++)One of my more popular blog posts is the one on converting words to pig latin using Python. As I’m finding my feet with C++ I am looking at reworking projects I have completed in Python into C++, with that in mind: Converting Words To Pig Latin. I started the…
-
Continue reading →: Python and nmap: Controlling The Output (Python)In my previous post I looked at the ways of using nmap and Python to scan hosts, and in this post I am going to look at outputting the results. But first a public service announcement: DO NOT USE THE BELOW INFORMATION TO ATTACK, MONITOR OR BREAK INTO ANY COMPUTER…
-
Continue reading →: The Basics Of tmux – The Terminal Multiplexer (Linux)If you have ever found yourself launching multiple terminal / command line windows and then losing the window you needed, or find that your remote session to your Linux device has lost connectivity which means an active process also ending then tmux may be of help to you. tmux is…
-
Continue reading →: Python and nmap: Scanning For Hosts (Python)nmap is a powerful software tool that can be used to scan a network for hosts, see what ports they have open and even try to identify what operating system the hosts have running. I previously created a basic port scanner in Python, but in this blog post I am…
-
Continue reading →: Sense Hat Pictures (Raspberry Pi)After making rainbow displays on the sense hat my son realised that the Raspberry Pi sense hat’s LED display could be used to output art including a creeper from Minecraft. Note: This is inspired by https://magpi.raspberrypi.org/articles/make-a-sense-hat-rainbow-display-for-your-window The sense hat has an 8×8 display of individual LEDs which can be programmed to…
-
Continue reading →: Python and Bluetooth – Part 1: Scanning For Devices And Services (Python)“Track and Trace” has got some attention in recent times here in the UK as the Covid-19 (Coronavirus) lockdown level looks to be relaxed. Part of the “Track and Trace” program is a mobile application that uses low energy bluetooth beaconing to see what other devices running the application have…
-
Continue reading →: AutoTweeting WebLinks (Python)I will hold my hands up here and admit, I am not great at advertising my website on social media. When posting a new blog post it auto generates a link on some social media sites for me, but I rarely ever repost links especially for my older blog posts.…



You must be logged in to post a comment.