TVTamish Vermaintverma.hashnode.dev·Mar 25, 2023 · 1 min readCreate a custom sudo log fileSudo allows system administrators to allow users run command as root user. The commands that run with sudo needs to be logged in for security and compliance reasons. Security — Sudo logs can provide a trail of activity. Any unauthorised access or sus...01P
TVTamish Vermaintverma.hashnode.dev·Mar 24, 2023 · 2 min readDockerise a maven war appMaven is build automation and dependency management tool primarily for java based applications. Developers can easily manage and control dependencies for their projects using a centralized repository. If you already have a webapp setup for you applic...00
TVTamish Vermaintverma.hashnode.dev·Mar 18, 2023 · 1 min readMaking sudo logs go to syslog in LinuxThe Syslog protocol was initially written by Eric Allman. Syslog can help with centralized management, security monitoring, compliance, and efficiency, making it good practice for many organizations. Syslogs help in achieveing complicance requirement...00