Astro is pretty cool ๐Ÿ†’
This post outlines the top 5 coolest things about Astro, and why you might want to consider it for your next project At the end, I'll share a demo of a project I used Astro for, and how I found working with it Intro If you're new to Astro, in short it's a framework for generating very optimized, websites to be rendered by the server or statically generated. No heavy JavaScript needs to be sent to the client, nor is it needed for rendering. This gives your site a huge boost in performance, SE...
Read post
My thoughts on Tailwind ๐Ÿƒ
For a long time I've always been very anti-Tailwind. I don't like how cluttered it makes your markup, or how it abstracts away what's actually happening, or the un-semantic approach it forces you to take. That said, it does have some very clear benefits. So for my most recent project (digital-defense.io), I thought I'd give it a second shot. Here's my thoughts: Pros ๐Ÿ‘ It is actually possible to cover 99% of styling with Tailwind. I was expecting to have to still write my own CSS to cover ed...
Read post
Project Ideas: Agile ๐Ÿ’ก
Many software development teams follow some kind of agile methodology, as the backbone for their ways of working. And if you are one of them, you'll know the current software landscape (Jira, Confluence, Teams, etc) leaves plenty to be desired. Here's 25 ideas for mini projects, to help optimize your workflow for you and your colleges. None of these should take much more than a weekend to build, so a good opportunity to try out a new tech stack. And it gives you something cool to show to your ...
Read post
Trying out Solid.js ๐Ÿฐ
Intro I've been interested in Solid ever since I saw it rising on the StackOverflow developer survey (the third-most admired framework), and even more so since watching Fireship's Solid in 100 Seconds video. What's Solid? In short, Solid is declarative JavaScript framework for building extremely performant UIs, thanks to it's maximum control over reactivity. At first glance, it looks kinda similar to React. It uses JSX, with a component-based architecture. There's hook-type syntax (called ...
Read post
50 ways to bring in extra cash as a developer ๐Ÿ’ฐ
Times are tough at the moment (cozzie livs), but as developers we've got a unique set of skills which are in high-demand, if you know where to look! This post briefly outlines 50 side hustles you can use to bring in some extra cash as a developer 1. Attention Engagement-based earnings are where you'll receive a share of revenue, based on the amount of time a user has spent on your site, profile or consuming your content. It's typically a small amount, at least for smaller sites or creator...
Read post
SvelteKit 1.0 - Building a Blog that fetches from RSS ๐Ÿฆ„
The aim of this post is to provide a whistle-stop tour of the latest version of SvelteKit. We're going to build a developer portfolio and blog website, that fetches data from your RSS feed, as well as the GitHub API. Contents Intro to SvelteKit What we're going to build Let's get Started! Step #0 - Prerequisites Step #1 - Project Setup Step #2 - Finish Setup Step #3 - Components Step #4 - Creating a Route Step #5 - Special Routes Step #6 - Fetching Data Step #7 - Render Results Step #8 - ...
Read post
20 Amazing Collections for Self-Taught Developers ๐ŸŽ“
A collection of the best free developer resources, from GitHub and beyond Developer Curriculum Developer Roadmaps - Complete roadmaps for developers FreeCodeCamp Curriculum - Full and free learning curriculum to become a developer Comp Sci University Open Source Uni - Collection of everything you need for a Comp Sci degree CompSci Study Plan - Full study plan for computer science Learn by Doing Build your own X - Tutorials to recreate common technologies Project Tutorials - Tuto...
Read post
CLI tools you can't live without ๐Ÿ”ง
As developers, we spend a lot of our time in the terminal. There's a lot of helpful CLI tools, which can make your life in the command line easier, faster and generally more fun. This post outlines my top 50 must-have CLI tools, which I've come to rely on. If there's anything I'm missing - do let me know in the comments :) At the end of the article, I've included some scripts to help you automate the installation and updating of these tools on various systems/ distros. Utils thefuck - Auto-...
Read post
20 Git Commands you (probably) didn't know ๐Ÿง™โ€โ™‚๏ธ
A collection of 20 under-used git command to upgrade your development experience. If you've ever browsed the git manual (or run man git), then you'll have noticed there's a whole lot more to git than what most of us use on a daily basis. A lot of these commands are incredibly powerful and can make your life a lot easier (others are a bit niche, but still good to know). This post outlines 20 of my favourite under-used git features, which you can use to level up your development process, impress ...
Read post
Super Useful CSS Resources ๐ŸŒˆ
View on Dev.to: A collection of 70 hand-picked, web-based tools which are actually useful. Each will generate pure CSS without the need for JS or any external libraries. Full credit goes to the authors behind each of these apps (where possible I've linked to their GH/ socials) Contents Property Generators Animations Backgrounds Color Tools Typography Loaders Layouts Informative Property Generators 1. Neumorphism Generate Soft-UI CSS styles using inset shadows, by @adamgiebl 2. S...
Read post
Generate Pretty Code / App Screenshots ๐Ÿ“ธ
Spice up your docs, blog posts and Tweets with some pretty screenshots! The following is a list of 20 free tools, that will generate nicely formatted screenshots of code, device mockups and embedded info. Code Screenshots 1. Ray.so Ray.so developed by the team behind Raycast, generates clean and minimal code screenshots. You can also specify options via GET URL params, so you could programatically generate an image (e.g. using this shell script, or this VS Code extension). 2. CodeImage ...
Read post
50+ Awesome Dev Tool Tips ๐Ÿ”ฅ
The browser developer tools are incredibly powerful, with new debugging and optimisation features being added every few months. The following post outlines 50+ awesome tips, that you can use to supercharge your web development experience. Design Mode Enabling design mode will make the entire web page editable, just by clicking and typing. To use it, open up the console and run: document.designMode = 'on' Pretty Print Raw files are usually minified, and therefore hard to read. Use t...
Read post
Fun with console.log() ๐Ÿ’ฟ
If you've ever developed a web app, you'll be familiar with console.log(...), the method which prints data to the developer console; useful for debugging, logging and testing. Run console.log(console), and you'll see that there's much more to the console object. This post briefly outlines the top 10 neat tricks you can use to level up your logging experience. Contents Tables Groups Styles Times Asserts Counts Traces Directory Debugs Log Levels Multi-Values Log Strings Clear Tables The c...
Read post
GitHub Markdown Tricks ๐Ÿ™
A collection of 20 things you can do with GitHub-flavoured markdown to spice-up your projects readme! Include Notes and Warnings > [!IMPORTANT] > This is some important text. > [!WARNING] > This is a warning. > [!NOTE] > This is just a note. Will render: Note that this feature is still in beta. Mermaid Diagrams You can add live diagrams to your documentation, using Mermaid Syntax. Check the docs for syntax, then use the Live Editor to build out your diagrams, the...
Read post
Comparison of Private / Secure Emai Providers ๐Ÿ“ฌ
The following table is a quick, undetailed comparison of security-focused email providers. Update: Since the markdown table isn't very clear, here's is a web version: lissy93.github.io/email-comparison Name Jurisdiction Encryption Open Source Onion Site Pricing Domain Support Additional Aliases or Catch-All POP, IMAP, STMP External Security Audit Accepts Crypto Personal Info Requiements ...
Read post
One-Line Web Server ๐Ÿ–ฅ๏ธ
The following commands will each start a simple web server, serving up the files in the current directory. Just open up the browser, and navigate to the system's IP + port (e.g. http://localhost:8080). Python python -m http.server 8000 Node.js npx http-server ./ --port 8080 PHP php -S 127.0.0.1:8080 Ruby ruby -run -e httpd ./ -p 8080 R Rscript -e 'servr::httd()' -p8080 Caddy Caddy is a feature-rich production-ready Go-based web server, with easy configuration. Just download and ...
Read post
NPM Dependency Security Best Practices ๐Ÿ“ฆ
The Definitive Guide to NPM Package Security Check for Outdated Dependencies It's important to keep dependencies up-to-datem since these packages usually undergo continuous improvements, bugs fixes and security patches. Yarn has this functionality built in, with yarn outdated, which shows version info for all a projects installed dependencies. A better tool for the job is npm-check (MIT) by @dylang, which will check for outdated, incorrect, and unused dependencies. This is used by just runn...
Read post
Dashy - A Self-Hosted Home Lab Dashboard ๐Ÿš€
Here's a quick project that I built in order to keep track of locally running services on my home lab. It serves as a landing page, to make it easier to navigate to various apps, without having to remember and type IP addresses or URLs. Contents Features Source Code Live Demo Screenshots Usage Guide Similar Apps / Alternatives Credits License Features Instant search by name, domain and tags - just start typing Full keyboard shortcuts for navigation, searching and launching Multiple c...
Read post
Using Espanso to boost Efficiency ๐Ÿšค
Intro Espanso is an open source, privacy-first, cross-platform text expander developed by @federico-terzi and written in Rust. In short, it detects when you type a certain keyword, and replaces it on the fly with a pre-defined string or dynamic output. Espanso not only supports simple text replacement/ expansion, but also images, custom scripts and shell commands, app-specific configurations and more. There is also a basic form feature, enabling arguments to be passed to a block. It's under...
Read post
My Life in Months ๐Ÿ—“๏ธ
Do you ever wonder how you're spending you're life? I do, and so I went through the main activities that I do on a daily, weekly or monthly basis and calculated the approximate total time I've spent on each of them. The following chart is a breakdown of time as a proportion of my total life (so far), where each square represents 1 month. I am now having an mini existential crisis after seeing how much of my life I have spent on relatively meaningless activities! ...
Read post
Errors and Solutions ๐Ÿคฌโžก๏ธ๐Ÿฅณ
Common error messages, along with their solutions. Saves me having to figure the same thing out twice. Categories Linux Web Development Misc Linux โŒ Error running a shell script with systemd: Failed to execute command: Exec format error โœ… Solution: Caused by missing shebang at the start of the sh script Add the correct hash band identifier, e.g. #!/bin/bash โŒ Error: -bash: '\r': command not founxd โœ… Solution: Caused by Windows-style newline character Run dos2unix over the f...
Read post
Quick How-To Guides ๐Ÿ’ซ
A mix of simple things that (despite doing regularly) I still forget, as well as more niche stuff that took me a little while to figure out. The purpose of documenting this, is both to help others and for future reference for myself Servers How to setup an SSH Tarpint with EndleShh How to setup WireGuard on OPNSense for Mullvad VPN How to setup SSL for OPNSense, with Let's Encrypt How to transfer a file to server, via SSH/SCP How to use SSH key Pairs for Authentication How to setup and secu...
Read post
SSH Tarpit with EndleSsh ๐Ÿชค๐Ÿ•ณ๏ธ
Endlessh is an SSH tarpit to keep the automated bots hitting port 22 locked up, and waste script kiddies time. You can either get it from your package manager with sudo apt install endless, or build from source. To build, ensure you have libc6-dev installed, then git clone git@github.com:skeeto/endlessh.git, cd endlessh, make, and move it to your path- sudo mv endlessh /usr/local/bin/. Move the service to systemd, sudo cp util/endlessh.service /etc/systemd/system, and enable it sudo systemctl...
Read post
Pimping up Your DuckDuckGo Search Results ๐Ÿ’„
Intro Themes Navy + Teal Titanium Cyberpunk Dracula Hack Neon Nord Usage Yet another awesome feature of DuckDuckGo, is that they make it really easy to modify your theme, just go to: https://duckduckgo.com/settings#appearance. From here you can customize your colors, fonts and layout of your search results and home page. I am no designer by any stretch of the imagination (as you can probably see!), but here are a couple of themes I made, along with their code if you want to use them. Y...
Read post
My Server Setup โš™๏ธ
This article outlines the steps I take on any new server, to configure it for security, consistency and convenience. It is written specifically for Debian, but will also directly apply to derivatives (such as Ubuntu), and will likely be very similar for for other distros. I am in the process of writing automation scripts to cover all of these steps, in the form of Ansible Playbooks. This guide is split into 10 sections: System Update - Upgrade the OS and enable automated security updates Sys...
Read post
Spelling Auto-Correct System โœ๏ธโŒ
TDLR; Auto-correct is a lot more efficient than manually correcting misspelled words. Espanso is awesome. Beyond that, this isn't too interesting - I just documented this so I can refer back to it in the future. If you're just looking for a generic word list, see this post, which contains 4,200 common misspellings. Intro Word List Converter Usage Intro I am terrible at spelling. About 15% of what I've typed will be underlined in red. It's usually the same couple hundred words that I fo...
Read post
Top 25 Raspberry Pi Projects ๐Ÿฅง
Intro Ever since the first version was released in 2012, the Raspberry Pi has been a staple piece of kit for professionals, hobbyists, educators and everyone in between. And for good reason, it's small, low power, affordable but extremely versatile. There are of course other single board computers on the market, but the Pi has a strong community behind it and provides a good balance between capabilities, form factor and price. Raspberry Pi Projects Here is a curated list of projects that ...
Read post
My Top 50 Windows Apps ๐Ÿ–ฅ
This is my personal reference list of useful software for Microsoft Windows. Typically I only install what I need, and uninstall software that hasn't been used for a while. Where possible I prefer to run containerized or portable apps. There's nothing installed on my system that isn't on this list. Before setting anything up, the first task is to disable telemetry, remove pre-installed bloatware and make a few security tweaks. For this I use a series of PowerShell scripts provided by Privacy....
Read post
[REFERENCE] Using Variable Fonts in CSS ๐Ÿ”ค
This is just a short reference to using fonts with Variable Axes in CSS What are Variable Fonts? Variable fonts are font files that encapsulate the entire family, and allow for custom attributes (regarding things like weight, slant, grade, character-width) to be set. This brings several benefits: Much higher quality rendering of fonts, without browser distortions Greater control over customization, as you can specify each value separably The need only for a single font file (rather than ...
Read post
Try. ๐Ÿ’ฏ
Try Try again Try harder Try differently Try again tomorrow Try again the next day Try to find another way Try to fix what's not working Try to find someone who has done it Just keep trying, until you succeed ...
Read post
Pi Zero Tor-Routed Access Point ๐Ÿ“ถ
Quick guide on creating an always-on Tor-routed secondary wireless access point on a Pi Zero Set up the Pi Download and Extract Raspberry Pi OS Lite Flash the ISO onto a MicroSD Card, with Etcher or similar software Place a file called ssh into the boot dir (to allow for SSH access) Insert SD card into Pi, plug in the Ethernet and power it up Determine the IP of the new Pi with nmap, or in your router settings SSH into ssh pi@<ip>, the password is raspberry Change the password with: s...
Read post
[HOW-TO] Mullvad VPN using WireGuard on OPNsense ๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ
I am new to OPNsense, and got totally stuck on this. There wasn't a lot of information online about this, so after I'd (finally) got it working, I wrote this step-by-step guide 1. Install WireGuard Navigate to System --> Firmware --> Plug-ins, and select and install 'os-wireguard'. Now you can refresh the page, and go to, go to VPN --> Wireguard 2. Create a Local Instance Under VPN --> WireGuard --> Local, create a new instance which looks like this: Name: Mullvad Publ...
Read post
Custom Styling for Listed Blog ๐Ÿ’…
Here's the stylesheet that I'm using currently. This theme is for the new version of Listed. For older versions see this post Colors Main Background #0b1021 Background Darken #060913 Background Lighten #141b33 Primary #00CCB4 Primary Dark #092935 Action Colors Info #04e4f4 Success #20e253 Warning #f6f000 Danger #f80363 Neutral #272f4d Greyscale Bright White #ff...
Read post
Epic Internet Stuff! โœจ
Bored? Here's a collection of stuff I stumbled upon on the internet, and thought was pretty epic ๐ŸŒˆ Full credit to the legends behind each of these sites ๐Ÿฆธโ€โ™‚๏ธ Enjoy! ๐Ÿคฉ 100,000 Stars - A WebGL 3D Visualization of out Solar System, Galaxy and Universe 1001 Albums Generator - Gives you a new album to listen to everyday Acapella Extractor - Isolates voice from any track/ removes music and background Ask Nature - Search for a query, to find how nature has adapted to solve problems A Good Movie to...
Read post
Fun with Real-Time Data ๐ŸŒ 
A curated collection of data-related awesomeness, with a focus on internet, communication & security Work in progress- I'm continuing to update the list, whenever I come across something epic My respect goes out to the legends behind each of these projects ๐Ÿ‘ Awesome Real-Time Data Visualizations Internet Tor Flow - Real-time data flow between Tor nodes Internet Census - 24-hour world map of average utilization of IPv4 addresses ICMP ping requests sent out with Carna botnet. Lear...
Read post
[REFERENCE] InfoSec Abbreviations ๐Ÿ”ก
Background: While getting started in information security, I kept coming across acronyms I wasn't familiar with/ had forgotten. So I have started compiling a list, for future reference. I will keep this list updated, as I go along ๐Ÿ˜š Common InfoSec Abbreviations AES: Advanced Encryption Standard C2: Command & Control (sometimes CC) CBSP: Cloud-Based Security Providers CSP: Content Security Policy CORS: Cross-Origin Resource Sharing CVSS: Common Vulnerability Scoring System DAST: Dynamic Ap...
Read post
[REFERENCE] Wireshark Display Filters ๐Ÿ’ป
Wirechark has some comprehensive packet filtering capabilities, and display filters let you utilize these multi-pass packet processing capabilities. This goes far beyond just filtering based on IP, port and protocol. Essential Links: Getting Started Guide: https://www.maketecheasier.com/use-display-filters-in-wireshark/ Basic Filter Syntax: https://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDisplayFilterSection.html Full Display Filter Docs: https://www.wireshark.org/docs/dfref/ Fu...
Read post
My Top 50 Android Apps ๐Ÿ“ฑ
These are all the Android applications that I use often, each app on this list serves a purpose and adds value to my day. The developers behind every one of these apps have done an amazing job, and for that, I am thankful. This in part is my motivation for writing this list This is, in no way a list of ultra-secure, privacy-respecting or fully FOSS apps. In fact, the very idea of having 50 apps on your device goes against the minimalist security principle, and increases attack surface. Howe...
Read post
[QUICK-TIP] Git Submodules
In Git, a submodule is like a Git repository inside another Git repository. This can be useful for splitting work, or for including someone else's code within your project dynamically. As an example, see the DuckDuckGo Android App and the corresponding .gitmodules file. Quick Start It's simple to add a submodule into your repository, with the following line: git submodule add https://github.com/<user>/<repo> <path/to/save/at> This will add a new file named .gitmodules with...
Read post
Introduction to Digital Privacy & Security ๐Ÿ”
TLDR; Privacy is a fundamental right, and essential to democracy, liberty, and freedom of speech. Our privacy is being abused by governments (with mass-surveillance), corporations (profiting from selling personal data), and cyber criminals (stealing our poorly-secured personal data and using it against us). Security is needed in order to keep your private data private, and good digital security is critical to stay protected from the growing risks associated with the war on data. What is Perso...
Read post
[HOW-TO] Remove all node_modules folders ๐Ÿ—‘๏ธ
Node Modules killing your hard drive space? Manually finding and removing is a pain, so here are some simple solutions Option #1 - Natively From your desired entry point, all you need to do, is run: $ find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \; โš ๏ธ This will delete all nested node_modules directories, and their contents โš ๏ธ If you'd first like to list of all node_modules within your current directory, you can run: $ find . -name "node_modules" -type d -prune -print ...
Read post
keep-mouse-movin.sh ๐Ÿ–ฑ๏ธ
Working remotley? Sick and tired of having to get out of bed every 20 minutes to move your mouse, to prevent Slack/ Skype/ Teams from showing your status as Away? Well with a couple lines of bash, you can have your mouse pointer periodically move, ensureing your status will always remain Active. Your boss will be none the wiser # LENGTH is the amount of px the mouse will move # 0 = not moving at all, 1 = tiny movement, 100 = giant movement LENGTH=50 # DELAY is the time period between movements,...
Read post
[HOW-TO] Compile & Install Software on Arch ๐Ÿ—๏ธ
Quick reference of the common commands, to install packages on Arch Linux Option #1 - Pacman If the app is availible through AUR, then you can simply use the pacman package manager ## Install $ sudo pacman -S {package-name(s)} ## Get Details $ pacman -Qi {package-name} ## Remove $ sudo pacman -R {package-name} Option #2 - Manually Using the makepkg script to build the package from source ## 1. Get the code (E.g. from AUR, GitHub) $ wget https://aur.archlinux.org/packages/{package-name}....
Read post
key-mirror.ts ๐Ÿชž
A quick function to construct an enumeration which has keys the same as their value This used to be part of React, but since it's now been removed (See commit: #56f5115), and some older packages throw an error without it, I've updated it, and uploading in case anyone else needs it while working with older React packages. A copy of React's original, JavaScript version can be found here. /** * (C) Alicia Sykes <https://aliciasykes.com> * Licensed under MIT X11: https://git.io/Jew4i * * ...
Read post
React Grid System โš›๏ธ
A simple React component for implementing responsive grid-based layouts, without any dependencies. It uses the native CSS Grid Layout properties to align elements into columns and rows. It is written in TypeScript as a Styled-Component for React or React Native projects. /* * Entry point for React grid system * React implementation of CSS grid layout written in TypeScript as a styled-component * Licensed under MIT - (C) Alicia Sykes 2020 <https://aliciasykes.com> */ // FILE 1 - layout...
Read post
Fave YouTube Chanels ๐Ÿ“ผ
Contents ๐Ÿ”จ Hardware/ Electronics/ DIY ๐Ÿ” Cyber Security/ Privacy/ Hacking ๐Ÿ’ฟ Linux / Servers / Sys Admin ๐Ÿ‘ฉโ€๐Ÿ’ป Coding/ Algorithms/ Software Development ๐Ÿ’ป Computer Science/ AI/ Machine Learning ๐Ÿ“ฑ Technology/ PCs/ Consumer Electronics ๐Ÿช™ Cryptocurrency / Blockchain / Fintech / Investment ๐Ÿ‘พ Retro Computing / Gaming ๐ŸŒ Internet Culture / Memes / Internet Mysteries/ Trolling Scammers ๐Ÿช Astronomy / Space / Planetary Science ๐Ÿงช Science/ Engineering/ Math โœ Bible/ Jesus/ Religion ๐Ÿš… Trains / Maps / Travel ...
Read post
[HOW-TO] Use SSH for Server Authentication ๐Ÿ”“
Generating a new SSH Key Pair Run ssh-keygen -t rsa -b 4096 When prompted, enter a passphrase SSH keys should be stored in ~/.ssh/ Importing Public Key to Remote Machine Option #1 - Manual Configuration SSH into remote server, with username + password cd into your /home directory, and mkdir .ssh Copy public key from local to remote machine scp ~/.ssh/my_key.pub user@0.0.0.0:/home/username/.ssh/my_key.pub Append SSH public key to authorized hosts file cat ~/.ssh/my_key.pub >> ~/.ss...
Read post
[HOW-TO] Operate the SharkJack ๐Ÿฆˆ
A Quick-Start Guide for the Hak5 SharkJack, a portable network attack tool Access the SharkJack Switch to Arming Mode (center), and connect to PC via Ethernet Find the IP: Default is 172.16.24.1, run ifconfig to check Login: ssh root@172.16.24.1, using password hak5shark On first setup, change the default password, run passwd Navigating the SharkJack The active payload is located at: ~/payload/payload.sh Captured loot is stored with the ~/loot/... directory To save all loot locally, run:...
Read post
My worry about the future of Keybase ๐Ÿ˜Ÿ
When I heard that Zoom had acquired Keybase last week, my initial reaction was that it was a prank. A bit of background Keybase is a cryptography-based platform, where you control your private keys and use them to encrypt files, messages and more. It's mostly used by techy people and the privacy-conscious. Personally, I've been a big fan, and user of keybase for the past 4 years. And Zoom, it seemed to come from nowhere when lockdown started, suddenly it was super popular: it has allowed us to...
Read post
Expressing my Gratitude to the Universe ๐ŸŒŒ
Dear Universe, Thanks! ...
Read post
AHT GPG Public Key ๐Ÿ”‘
-----BEGIN PGP PUBLIC KEY BLOCK----- mQENBF48O4ABCAC9IEjW7+Q2uF7efrxguXeRVr0NgHPIbTdAioVp2TkPlAi+h+yW gbyeluutVlg2Mo5uWccPBaPHLm9Pr0CKTKiF8Y1RrYiDZ8RmyJSNux40FBGFPsNs mfj3v7pjdTinI4v+EW8Lqd704fGCkgEpUpamefI2O8Hc7pHAtH1PUz99dcO1ThDY Bn5grO8CPmM6XfRIHvBf7oJ0DwBH/yoS5Gjs2P4ijk/GMplApaVroCo8dAjyS7QJ xreko5yVr2hhzrIznJYc63UBe6lAoM7wpArLCHxJ2fw1zHMuWg431EnpZa5nwrml iSXizo1MuVUXm1Mt52wb3s26koLUoCXhNcqfABEBAAG0KEFsaWNpYSBIYWlnLVRo b21hcyA8YWxpY2lhLmh0QGFsaWNpYS5odD6JAU4EEwEIADgWIQSEJgDk7beVIXMv TmyOI+x...
Read post
[HOW-TO] Enable/ Disable Pi-Hole from CLI ๐Ÿฅง
Pi Hole has an API that can be hit from browser, PostMan or CLI This is useful for creating a physical button, voice command or automation script To enable or diable Pi Hole, just hit the following end points Disable URL : http://pi.hole/admin/api.php?disable&auth=[WEB_PASSWORD] Enable URL : http://pi.hole/admin/api.php?enable&auth=[WEB_PASSWORD] Disable for [X] Seconds: http://pi.hole/admin/api.php?disable=[X]&auth=[WEB_PASSWORD] [WEB_PASSWORD] can be found in /etc/pihole/setupVa...
Read post
Hello World ๐Ÿ‘‹
This is my blog. It has a bunch of random notes. The stuff here is mostly pointless, some of it's cool- but most of it pointless. Kind of like the rest of what I do with my life. I keep the posts and information up-to-date. ...
Read post