How to Install RedMine on CentOS 7

29. January 2018 CentOS, RHEL, SysAdmin 2
How to Install RedMine on CentOS 7
Install Software Collections yum -y install yum-plugin-priorities Add [priority=1] to official repository sed -i -e "s/]$/]npriority=1/g" /etc/yum.repos.d/CentOS-Base.repo yum -y install epel-release Add [priority=5] to the EPEL repo sed -i -e "s/]$/]npriority=5/g" /etc/yum.repos.d/epel.repo Add CentOS SCLo Software collections Repository. [root@aws ~]# yum -y install centos-release-scl-rh centos-release-scl Add [priority=10] to the SCL repository [root@aws ~]# sed -i ...

Ubuntu Vs RHEL CentOS

21. January 2018 RHEL 1
Ubuntu Vs RHEL CentOS
Ubuntu Made for Home, SMB and Development use. Ubuntu is derived from Debian, you can enjoy new version and features of software packages but a high chance for bugs and security issues. Security updates are not backported. Ie you have to jump to the latest version of the package to get the security fix. An ...

Synology NAS – LDAP Integration issue

15. July 2017 AWS 0
Synology NAS – LDAP Integration issue
Issue After the latest update of Synolofy NAS 6.1, the LDAP integration is no more working. The NAS is throwing error while clicking on the LDAP detected users. Solution NAS >> Domain / LDAP >> LDAP >> Profile >> Filter >> add the below in Shadow Section. objectClass=posixAccount Jobin Josephnixhive.com/

SSH or git-clone via Proxy

SSH or git-clone via Proxy
Today we were setting up few Web servers on a private network which will be serving the traffic through the Load Balancer. The setup was simple until we came to know that the Webservers needs to connect to github.com for the repository access.   Diagnosis We have a jumpbox / Bastion (10.10.1.10) which is used for ...