top of page

Projects

  Log rotation

This project contains a Bash script that automates the process of log rotation for specified services like httpd and sshd. The script rotates logs, compresses old logs to save disk space, removes logs older than a specified period, and sends a notification email once the log rotation is complete..

Tech: Shell Scripting.

 Service Monitoring Script

This project contains a Bash script that monitors essential services like httpd and sshd on MyComp servers. The script checks. If the service is running, restarts it if needed, and sends a notification email to the system administrator if a restart occurs.The script can be automated using cron to run at regular intervals, ensuring continuous monitoring

Tech: Shell Scripting 

Expense tracker

Expense Tracker A simple, easy-to-use Python desktop application designed to help you track and manage your daily expenses. The application features a user-friendly interface built with Tkinter and stores expense data in an SQLite database forpersistent storage.

Tech: python

bottom of page