OEOjukwu Ebubeinmercebube.hashnode.dev·Sep 2, 2025 · 2 min readHackers MethodologyI recently completed a room on Tryhackme.com about the methods which pen tester should follow to ensure consistency throughout the industry. The following are the processes to Pen testing: Reconnaissance Enumeration/scanning Gaining Access Exploi...00
OEOjukwu Ebubeinmercebube.hashnode.dev·Jul 31, 2025 · 2 min readA Line By Line Explanation of The Bash Script For Scheduling Night Mode For A Better Screen ViewingIntroduction In my previous post on here, I wrote a bash script for scheduling night mode on devices for better viewing. Now, I will be explaining line by line what the script entails. #!/bin/bash CONFIG_FILE="$HOME/.nightmode.conf" TEMP_DAY=6500 ...00
OEOjukwu Ebubeinmercebube.hashnode.dev·Jul 29, 2025 · 2 min readScheduling Night Mode for Better Screen ViewingINTRODUCTION This is a bash script code that helps the user schedule an automated night mode. It automatically reduces blue light emission from your screen at night by adjusting display color temperature. #!/bin/bash CONFIG_FILE="$HOME/.nightmode.co...00