This commit is contained in:
		| @@ -10,10 +10,8 @@ steps: | |||||||
|     commands: |     commands: | ||||||
|       - echo "nameserver 1.1.1.1" > /etc/resolv.conf |       - echo "nameserver 1.1.1.1" > /etc/resolv.conf | ||||||
|       - mkdir ~/.ssh && chmod -R 700 ~/.ssh |       - mkdir ~/.ssh && chmod -R 700 ~/.ssh | ||||||
|       # - apt update -y && apt install openssh-client rsync -y |  | ||||||
|       - echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts |       - echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts | ||||||
|       - echo -e '#!/bin/sh\necho "$SSH_PASSPHRASE"' | tr -d '\r' > ~/.ssh/.print_ssh_password |       - echo -e '#!/bin/sh\necho "$SSH_PASSPHRASE"' | tr -d '\r' > ~/.ssh/.print_ssh_password | ||||||
|       # - cat ~/.ssh/.print_ssh_password |  | ||||||
|       - chmod 700 ~/.ssh/.print_ssh_password |       - chmod 700 ~/.ssh/.print_ssh_password | ||||||
|       - eval $(ssh-agent -s) |       - eval $(ssh-agent -s) | ||||||
|       - echo "$SSH_DEPLOY_KEY" | tr -d '\r' | DISPLAY=":0.0" SSH_ASKPASS=~/.ssh/.print_ssh_password setsid ssh-add - |       - echo "$SSH_DEPLOY_KEY" | tr -d '\r' | DISPLAY=":0.0" SSH_ASKPASS=~/.ssh/.print_ssh_password setsid ssh-add - | ||||||
|   | |||||||
| @@ -35,6 +35,8 @@ params: | |||||||
|               url: "https://git.andrewnw.xyz/CyberShell" |               url: "https://git.andrewnw.xyz/CyberShell" | ||||||
|             - name: CV |             - name: CV | ||||||
|               url: "cv.html" |               url: "cv.html" | ||||||
|  |             - name: About | ||||||
|  |               url: "/about" | ||||||
|  |  | ||||||
|     socialIcons: # optional |     socialIcons: # optional | ||||||
|         - name: "gitea" |         - name: "gitea" | ||||||
|   | |||||||
| @@ -1,5 +1,13 @@ | |||||||
| My name is Andrew Woodlee. I am a college student studying cybersecurity, and have experience with C/C++, JavaScript, and Python. | --- | ||||||
|  | title: About | ||||||
|  | --- | ||||||
|  |  | ||||||
|  | Hi, I’m Andrew Woodlee, a passionate and dedicated Cybersecurity Engineer with a strong foundation in both software development and infrastructure management. Currently completing my degree at the University of Alabama in Huntsville (UAH), I plan to begin my graduate studies in Spring 2025 to further deepen my expertise in cybersecurity. | ||||||
|  |  | ||||||
|  | I am continuously learning and thrive on exploring new frameworks, languages, and technologies. Proficient in Go, JavaScript, C/C++, and Python, I have a particular interest in compiled languages due to the ease of deployment they offer through binaries. My experience extends beyond coding — I manage my own infrastructure, running email servers, websites, and file hosting services, which has provided me with hands-on experience in Linux server administration, backups, and maintaining critical services. | ||||||
|  |  | ||||||
|  | I’m excited to grow in the cybersecurity field, particularly in areas related to secure infrastructure and software development. Let’s connect if you’d like to discuss technology, cybersecurity, or potential collaborations! | ||||||
|  |  | ||||||
| My CV is [here](/cv.html) | My CV is [here](/cv.html) | ||||||
|  |  | ||||||
| I can be contacted through email: me@andrewnw.xyz | I can be contacted through email: anw@andrewnw.com | ||||||
		Reference in New Issue
	
	Block a user