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

Tags

How to setup WordPress in ubuntu virtual box using Vagrant?

May 11, 2023 - by kurinchilamp / / Post Comment
To set up WordPress in an Ubuntu virtual machine using Vagrant, you can follow these steps:
  1. Install VirtualBox: Download and install Oracle VirtualBox from the official website (https://www.virtualbox.org/) for your host operating system.
  2. Install Vagrant: Download and install Vagrant from the official website (https://www.vagrantup.com/) for your host operating system.
  3. Create a new directory: Create a new directory where you want to set up your Vagrant project.
  4. Initialize Vagrant: Open a terminal or command prompt and navigate to the project directory.
  5. Run vagrant init hashicorp/bionic64 to initialize vagrant.  This command initializes a new Vagrant project with an Ubuntu 18.04 LTS (Bionic Beaver) base box.
  6. Edit Vagrantfile: Open the Vagrantfile generated in the project directory using a text editor. Modify it to include the following configuration. An example Vagrant file that can be used to set up a WordPress environment in an Ubuntu virtual machine using VirtualBox as the provider:
(more…)
Continue Reading

How to create SSH tunnel and connect to the remote mongo database via command line?

Jul 30, 2021 - by kurinchilamp / Mongo / Post Comment
Command to establish the SSH Tunnel to MongoDB on remote server $ ssh -L :27018:127.0.0.1:27017 -i /path/serverkey.pem remoteserverUSER@remoteserverIP -N -v -v (more…)
Continue Reading

ANSWER: Failed to open a secure file transfer session

May 02, 2010 - by kurinchilamp / / Post Comment
Check for the existence of the file sshd_config (/etc/ssh/sshd_config). Before editing the file check that path settings for sftp-server $ locate sftp-server /usr/libexec/openssh/sftp-server Check for the existence of following line in sshd_config Subsystem sftp /usr/libexec/openssh/sftp-server (more…)
Continue Reading

TECHNOLOGY DEV STACK

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