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

Blog

How to setup AWS SAM to run locally via Git Bash?

Nov 17, 2022 - by kurinchilamp // 336 Views
Once AWS SAM CLI is installed/setup in your system, you will need to give a reference to sam.cmd file. In windows, you can give an alias to the folder where SAM is setup alias sam="/c/Program\ Files/Amazon/AWSSAMCLI/bin/sam.cmd" In linux, $ vi ~/.bashrc alias = sam="sam.cmd" $ source ~/.bashrc
Continue Reading

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

Jul 10, 2022 - by Swaminathan Marimuthu // 376 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 // 398 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 /Linux Server/ 360 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 // 315 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

Linux: Copy files and folders including hidden files to another folder

Jan 26, 2022 - by kurinchilamp /Linux Server/ 309 Views
Simple copy command to copy ALL files and folders including the hidden files from a source folder to a destination folder $cp -RTf /home/sourcefolder/. /home/destinationfolder/
Continue Reading

TECHNOLOGY DEV STACK

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