Systems Engineer π¨π½βπ» passionate about coding focused on web technologies. Interested in design, tech and OpenSource.
- π± Now, I am learning about react and TypeScript
- βπΌ I'm writing about simulating a MIPS processor on my blog, check it out!
- πΉ Aside from coding I enjoy play piano
- βοΈ Send me an email, asking for help or just to say hi! ππ½ββοΈ
Command | Description |
---|---|
cal |
Displays current month's calendar with current day highlighted |
uptime |
Show uptime |
unalias |
Remove an alias from the already defined aliases |
cd - |
Return to the previous directory |
history |
Shows a list of previous commands |
Alias | Command | Description |
---|---|---|
dcupd | docker-compose up -d |
Build, (re)create, start, and attach to containers for a service as daemon |
gswm | git switch $(git_main_branch) |
Switch to git_main_branch (usually main or master) |