top of page
Puneeth K P
Search


Join Ubuntu 20.04|18.04 / Debian 10 To Active Directory (AD) domain
Question: How can I join Ubuntu 20.04|18.04 to Windows domain?, can I join Debian 10 to Active Directory domain?. This article has been...
Puneeth K P
Mar 31, 20224 min read


Allowing xRDP connection when using AD Credentials
Updating the SSSD Configuration file Configuration file for sssd process is located at /etc/sssd/sssd.conf. Multiple sssd configuration...
Puneeth K P
Mar 31, 20221 min read


Mail archive Backup
1)Backup archive script #!/bin/sh now="$(date +'%d_%m_%Y_%H_%M_%S')" filename="ucs_mail_archive_$now".tar.gz backupfolder="/home/manage/B...
Puneeth K P
Mar 30, 20222 min read


Kolab server mail backup script
#!/bin/sh set -o pipefail now="$(date +'%d_%m_%Y_%H_%M_%S')" filename="var_lib_imap".tar.gz filename1="etc".tar.gz...
Puneeth K P
Mar 30, 20222 min read


How to integrate Zabbix and Grafana
Hi All, this document deals with how to integrate Zabbix and Grafana. Grafana is one of the best visualizer, where user can create...
Puneeth K P
Mar 29, 20221 min read


Password Expiration email Notification perl Script for Linux user account
Hi All, In this document we share you how to setup a script (“Password Expiration Script for Linux user account”) which will notify all...
Puneeth K P
Mar 29, 20223 min read


Install Jenkins on Ubuntu 18.04
Step 1: Install Java Since Jenkins requires Java, you must first install it… Oracle Java is recommended and the PPA below contains it for...
Puneeth K P
Dec 24, 20182 min read


Install GitLab on ubuntu 18.04
Prerequisites Ubuntu 18.04 ServerMin RAM memory 4GB - for better performance, use 8GBRoot privileges What we will do Update Repository...
Puneeth K P
Dec 24, 20184 min read


Install Redmine on ubuntu 18.04 server
Step1:Create a redmine.sh file and add below code #!/bin/sh -e MYSQL_VERSION=5.7 [ -z "${MYSQL_PASSWD}" ] && MYSQL_PASSWD=B+ve8334@ [ -z...
Puneeth K P
Dec 24, 20181 min read
bottom of page