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

Linux: Password creation

Mar 18, 2010 - by kurinchilamp 299 Views
To create a password file and to add users to it, use the command $ htpasswd -cm /secured/.mypass username1 To add users to the already existing password file, use the command $ htpasswd -m /secured/.mypass username2 When additional users are added to the password file, ensure that you don't use the "-c" option. Read Password protect directories here
Continue Reading

Linux: alias, unalias

Mar 16, 2010 - by kurinchilamp 369 Views
Alias command comes handy when we are in need to make long and frequently used command string short. To list the current set of aliases simply type $ alias To display the set alias for a specified alias name, type $ alias alias-shortstring Example: $ alias ls To set an alias you use the format $ alias shortstring = "linux command string" (more…)
Continue Reading

Ubuntu: Configure PHPMyAdmin in Simple Steps

Mar 12, 2010 - by kurinchilamp 342 Views
$ sudo apt-get install phpmyadmin For versions 7.10 and up, choose "Apache 2" from the screen "Configuring phpmyadmin" If everything goes fine, you can access phpmyadmin from http://servername/phpmyadmin If you have created users in MySQL, you can use those credentials to log into the database. The basic admin account is "admin" with no password. Phpmyadmin defaults to requiring you to login after 1800 seconds of inactivity. » MySQL Create User, Grant Rights http://kurinchilamp.kurinchilion.com/2009/04/mysql-create-user-grant-rights.html
Continue Reading

Linux: Port configuration for multiple network interfaces on the same server

Mar 09, 2010 - by kurinchilamp 304 Views
Edit ports.conf file and configure the port number for the different IP's configured for network interfaces Listen 192.168.1.100:8001 Listen 192.168.1.200:8002
Continue Reading

Apache: Where to put site configuration settings?

Mar 07, 2010 - by kurinchilamp 330 Views
/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 378 Views
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.