This commit is contained in:
parent
64efe8c3ab
commit
5aa4baec60
@ -10,10 +10,8 @@ steps:
|
||||
commands:
|
||||
- echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
||||
- mkdir ~/.ssh && chmod -R 700 ~/.ssh
|
||||
# - apt update -y && apt install openssh-client rsync -y
|
||||
- echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts
|
||||
- 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
|
||||
- eval $(ssh-agent -s)
|
||||
- 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"
|
||||
- name: CV
|
||||
url: "cv.html"
|
||||
- name: About
|
||||
url: "/about"
|
||||
|
||||
socialIcons: # optional
|
||||
- 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)
|
||||
|
||||
I can be contacted through email: me@andrewnw.xyz
|
||||
I can be contacted through email: anw@andrewnw.com
|
Loading…
Reference in New Issue
Block a user