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) |