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

Apache webserver (httpd) service installation on CentOS 7 Linux

Jul 20, 2015 - by kurinchilamp / Linux Server / Post Comment
First set up the httpd (web) service $ yum install httpd If httpd service is already installed, update the service $ yum update httpd Now, start the web server $ service httpd start Redirecting to /bin/systemctl start httpd.service Check the status of the web server $ service httpd status (more…)
Continue Reading

Setup Virtualbox Additions on Centos 7 to share files

Jul 12, 2015 - by kurinchilamp / Linux Server / Post Comment
First step is to install dependencies $ sudo yum groupinstall "Development Tools" $ sudo yum install kernel-devel Mount the Virtualbox Additions CD ISO. You should download the virtualbox additions iso from http://download.virtualbox.org/virtualbox/ depending on your version of Virtual Box. $ sudo mkdir /media/cdrom/ $ sudo mount /dev/cdrom /media/cdrom/ $ cd /media/cdrom $ sudo ./VBoxLinuxAdditions.run Before this step, create a shared folder in your host system. Say for example, if you created a shared folder named "CentosShare" in the host system you will follow the steps given below to access the share from within Centos. $ mkdir ~/share $ mount -t vboxs CentosShare ~/share
Continue Reading

TECHNOLOGY DEV STACK

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