Simple Linux terminal made in JS and CSS as a portfolio/about page on pcx3.com
command | what it does |
---|---|
whoami | brief intro about myself |
social | my social profiles |
experience | past work experience |
education | skills and certificates |
resume | link to download my resume |
cv | open resume in new window |
sites | my sites/blogs |
pc | RSS feed of latest 10 posts from pcx3.com |
wp | RSS feed of latest 10 posts from wpxss.com |
command | what it does |
---|---|
hacker | generates a random hacker name |
hack hack | hacking nasa with html |
- echo
- mkdir
- hostname
- cd
- pwd
- ls
- ll
- help
- uname
- logout
- clear
- exit
// sudo
else if (CurrentCommand == 'sudo' || CurrentCommand == 'su' || CurrentCommand == 'sudo su') {
$("#Terminal").append('nice try hacker!<br/>');
}
This project is licensed under the MIT License. See LICENSE
for details.