Skip to content
View anthDev's full-sized avatar
πŸ˜‰
πŸ˜‰
  • Orange Business
  • Brussels

Block or report anthDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anthDev/README.md
#!/bin/bash
# Meet Anth 🐧

echo "πŸ‘‹ Hello, world!"
USER="Anth"
echo "USER=$USER (did sysadmin stuff fyi)"
INTERESTS=("Unix/Linux" "MacOS deep dives" "File systems" "Processes" "Apps" "CVE analysis" "Protocols" "Reverse engineering")
echo "INTERESTS=(${INTERESTS[*]})"

echo "🌱 CURRENTLY_LEARNING=Too_many_things_to_fit_into_RAM"
JOB_TITLE="Solution Architect"
echo "JOB_TITLE=$JOB_TITLE"

EMAIL="[email protected]"
echo "πŸ“« EMAIL=$EMAIL"

# Fun facts:
uptime | awk '{print "πŸš€ UPTIME: " $3 " years as a Linux enthusiast!"}'
echo "πŸ’» CURRENT_PROC: Working, learning, and iterating!"
echo "πŸ’Ύ STORAGE: Plenty of ideas, but disk I/O is at full throttle."
echo "πŸ”§ TROUBLESHOOTING_LEVEL: /bin/bash wizardry in progress."

# Bonus:
echo "if [ -n \"$PROBLEM\" ]; then"
echo "  echo \"Have you tried turning it off and on again?\""
echo "else"
echo "  echo \"Everything is running smoothly (please do not think like this!\""
echo "fi"

<!---
anthDev/anthDev is a ✨ special ✨ repository because its `README.md` (this file) appears on your GitHub profile.
You can click the Preview link to take a look at your changes.
--->

Popular repositories Loading

  1. anthdev.github.io anthdev.github.io Public

    Old Cydia Repository template, I just moved mine on my personal domain -->

    HTML 1

  2. IOTonESP IOTonESP Public

    A simple IoT adaptation package for ESP8266 on a shield with different sensors. Coded in C++ on Arduino IDE. It is important to have the SPIFF extension and the NodeMCU 1.0 compiler (for ESP). An A…

    HTML

  3. NetworkCourses NetworkCourses Public

    University network courses for personal and public GEII uses...

    C

  4. coolWater coolWater Public

    The most simple Swift Game/App who generates how much water u have to drink before you get cool

    Swift

  5. boringQuestions boringQuestions Public

    My first iOS app in Swift during lockdown 😴

    Swift

  6. cTP1 cTP1 Public

    TP1 in C arrays, allocation, recursively...

    C