Author: Administrator
Install SSL Certificate in Solaris
On Solaris, if you’re seeing when executing “curl -v https://itadminguide.com” command It usually means the system is missing a trusted CA bundle. Step 1: Check…
Configure rsyslog in Linux
1. Install rsyslog (if not already installed) 2. Edit rsyslog Configuration Uncomment or add the following line to enable UDP reception: 3. Open Firewall Port…
Forward Tomcat logs to remote syslog
3. Create Rulebase File For example: /etc/rsyslog.d/tomcat.rulebase For example: /etc/rsyslog.d/30-tomcat.conf Part Meaning sudo Run the command with superuser privileges semanage fcontext SELinux management command to…
Configure Login Banner in Ubuntu
1. Edit the Banner message sudo nano /etc/issue.net Sample text: Authorized access only. Unauthorized use is prohibited and may be monitored. 2. Configure SSH to…
Manage User Accounts and Privileges in Ubuntu
1. List all users in Ubuntu cut -d: -f1 /etc/passwd Explanation: cut : command-line utility that extracts sections from lines of a file or input…

Create script to stop and start Tomcat service
create a script that automatically stops and starts the Tomcat service on Linux
Configure Log rotation of Tomcat
Configuring log rotation in Tomcat by a script in logrotate/d.

How to switch back to old Outlook Classic from new Outlook
Quick way to switch back to Outlook classic from new Outlook
Outlook – Unable to add mailbox
Resolve the error message while adding a Microsoft 365 mailbox to Outlook.
Visual Studio Code – install mysql connector
How to install mysql connector package for executing python script in Visual Studio Code
- 1
- 2
- 3
- …
- 24
- Next Page »