Today one of my friends was asking me for the best Redmine hoisting solution. He also wants to install some free plugin available to give it a boost. As usual, I have gone for a google search and found the top results like easyredmine, redmineup, planio, etc. I also found some shared hosting companies that ...
Today I was having the challenge to run multiple Dropbox to run on my mac. So, let us see how we can run a second dropbox on your mac and start on login Create Dropbox2 Launcher App Create a folder in your Home directory with name “Dropbox2”. This will be the location of the new ...
Today, we were trying to run the Django application on a subpath say /backend/ . We were able to run it but some URL redirection from the application was still pointing it to the / URL instead of /backend/ Let me share the configuration a high level, please comment if you need any clarification. My ...
RHEL was recently released, it has a lot of new features and cockpit software for managing the OS is coming by default with the Operating System. To download RHEL, you need a Red Hat login and valid subscription. You can also activate the trial version to download it. The best way to test it is ...
Today, we had to migrate a virtialbox VM to VMware, and i had to deal with a lot of issues. Hence i thought about documenting it here since it may help someone. Convert QCOW2 to VMDK If you are migrating from a KVM, use the below additional steps to convert the Disk to vmdk and ...
Today I was thinking to automate the new addition of website check to our monitoring systems. Since we are using multiple providers for website monitoring, it is a headache to go to each portal and add the website to the portals. So, I have decided to add a Jenkins key where a single click will ...
Today I was thinking about passing the host IP on the ansible-playbook I’m going to run to automate something. As per the documentation, it says –i hostname in a comma separated input will work fine. I was trying to give the IP like ansible-playbook playbook.yml -i 1.1.1.1 in the playbook command line and it was not working, then I figured out that we need ...
I was configuring Zabbix for our cPanel servers. A few years back I had configured Zabbix with Manual mount points. But this time, I want to use the File System Discovery to make the setup easier for the team. The default configuration of Zabbix will detect all the virtfs mount point from the cPanel servers ...
Today I ran into an issue on my Ubuntu box. I had an NTFS partition mounted via /etc/fstab . I had booted my PC into Windows for some reason and booted back to the Ubuntu and the system got stuck in the maintenance mode. The solution to fix the boot issue was to comment the fstab ...
Issue Today I was working on a modifying autoscaling group and playing with some options in suspended action. After testing the things, I found that the new instances were not launching even if I haven’t suspended that action. Debug As I checked, I had kept “Terminate” in the suspended action in the Autoscaling Group ...