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

How to fetch Open ports of a domain or IP address?

Jul 10, 2022 - by Swaminathan Marimuthu 417 Views
nmap -Pn <domain name> or nmap -Pn <ip address> Eg: nmap -Pn www.google.com The above command can help to find all the open ports in a domain or for an ip address. This is very useful to troubleshoot connection issues.
Continue Reading

jq – command-line tool for parsing and formatting JSON

May 27, 2022 - by kurinchilamp 436 Views
jq is a lightweight command-line tool for parsing and formatting JSON data. We can use this tool to extract the data based on the keys used and can limit the number of objects displayed. (more…)
Continue Reading

Bash Script: Single server multiple wordpress application setup

Mar 22, 2022 - by kurinchilamp 404 Views
A simple bash script to download latest wordpress version and update the needed client wordpress folders with it. Idea is to execute the shell script along with the name of the client destination folder so that the wordpress files could be copied over the destination folder. (more…)
Continue Reading

Ubuntu – Open file manager from current folder in a terminal

Mar 19, 2022 - by kurinchilamp 354 Views
When we use linux desktop environments, be it ubuntu / fedora, we may need to browse through the file or folder structure and may want a quick command to achieve this need. There are a couple of commands that you can try with these desktop environments. (more…)
Continue Reading

phpMyAdmin – The configuration file now needs a blowfish secret passphrase

Mar 18, 2022 - by kurinchilamp 400 Views
Configuration file in phpmyadmin will require a blowfish_secret to be set. Ensure to check if the below line is has the needed value. (more…)
Continue Reading

Ruby: rbenv global not changing the ruby version

Feb 01, 2022 - by kurinchilamp 556 Views
When you plan to run multiple versions of ruby, rbenv comes in handy. Some of the commands that comes in handy when you work with rbenv are listed below # To install rbenv (mac) $ brew install rbenv (more…)
Continue Reading

TECHNOLOGY DEV STACK

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