software

Why Everyone Should Learn Shell

May 12, 2024
draft
software

Shell script The scripting languages are funky The tool is always available Learning Shell will be the course in operating systems you never had Sockets Cron jobs file systems Networking When majoring in Computer Science at my alma mater, our CS 4410/5410: Operating Systems course was a requirement. Along with that, I took the practicum course, CS 4411/5411: Practicum in Operating Systems, which lets you implement sections of an operating system in C. ...

Lessons from my first Shell script

January 10, 2024
draft
software

One day, my manager proposed to me a task that involved backing up a folder located on server that hosts the backend our court’s local instance of CM/ECF. This folder contained JSP (Java Server Pages) file that were used to template out Word documents that can be automatically generated. As multiple types of employees (both technical and non-technical) will be editing these JSP files at anytime, we wanted a way to schedule a backup of the folder. ...