• support[@]kurinchilion.com
  • +1 (888) 666-4252

MacOS: Setup latest java version with different JDK version using Homebrew

Dec 05, 2022 - by kurinchilamp / Linux Server / Post Comment
Homebrew installs java at /usr/local/Cellar/openjdk/. There may be a requirement where you may need to run multiple version of java on the same MacOS. It involves few steps that we need to follow to setup and configure the needed version on our machines. (more…)
Continue Reading

How to move the atom editor installable file to a different location?

Apr 11, 2017 - by kurinchilamp / Linux Server / Post Comment
When Atom editor is installed, it creates a symbolic link in /usr/local/bin folder. Get the new folder path where atom editor installable file resides and run the following command in the terminal $ ln -s /NewFolder/Atom.app/Contents/Resources/app/atom.sh /usr/local/bin/atom If a link is already created for the atom editor, then you need to remove the existing symbolic link before creating a new one $ unlink AtomSymbolicLink (OR) $ rm AtomSymbolicLink
Continue Reading

Apache: Where to put site configuration settings?

Mar 07, 2010 - by kurinchilamp / / Post Comment
/etc/apache2/conf.d/ and /etc/apache2/sites-enabled are the two locations from where configuration settings are ready by apache Apache configuration file has two lines (listed below) in /etc/apache2/apache2.conf which does that # Include generic snippets of statements Include /etc/apache2/conf.d/ # Include the virtual host configurations: Include /etc/apache2/sites-enabled/
Continue Reading

Ubuntu: Configuring Virtual Hosts to listen on different ports

Mar 05, 2010 - by kurinchilamp / / Post Comment
Files to check - /etc/apache2/ports.conf - /etc/apache2/apache2.conf Consider the ServerName to be "myserver". Check /etc/hosts for an entry 127.0.0.1 localhost 192.168.1.100 myserver.com myserver ... (more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.