Categories


Archive for the ‘Apache’ Category

Gnokii SMSD on Nokia 5000d-2 Using Bluetooth

gnokii logo

I was able to successfully install Gnokii and used Nokia 5000d-2 connected through the bluetooth media.  Here is the identity of the phone that I am using. The details of the Phone using one of nokia’s hidden code: *#06#. Result: Nokia 5000d-2 V 06.31 24-03-09 RM-362 (c) Nokia Variant: 167.01 Virtual Variant: No Virtual Variant Language: V 06.31 24-03-09 RM-362 (c)Nokia T Using Gnokii’s commands to identify the mobile I used. gnokii ‐‐identify The output was, GNOKII Version 0.6.28 Assuming:

Continue Reading

No Comments

Setting Up a MemCached Server

memcached

image from www.memcached.org Based on their official website memcached is defined as: Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Memcached is simple yet powerful. Its simple design promotes quick deployment, ease of development, and solves many

Continue Reading

No Comments

Fixing Apache’s Error: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName in Ubuntu

Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName

One of the server I am using is running ubuntu. I am installing memcached on the server and every time I restart the web server I always have the error “Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName”. If you are having the same error then this post is for you. This is how I solved the problem. Open the cli and use the command to edit apache’s config file: sudo gedit /etc/apache2/httpd.conf The

Continue Reading

2 Comments

PHPMyAdmin Importing Large Data

By Default phpmyadmin can import data on your mysql database up to 2MB of data and beyond that will be an error.  This has been a big problem  by most webmasters and sometimes this can be a barrier to stop improving the sites.  Before I kept on searching what to use to import a large data on my MySQL database and all I can see is BigDump.  It is a software used for large and very large MySQL Dumps which

Continue Reading

No Comments

Apache Allow htaccess

Most web developers use a “third party” web server which comes in a package such as WAMP or XAMPP resulting to miss configuration of the web server to perform several capabilities.  One of which is allowing htaccess configuration to take over the webserver’s main configuration.  Even apache itself usage of htaccess is disabled by default and configuring the server is needed to allow htaccess on your server.  Below is how to allow htaccess on your web server: Bookmark on Delicious

Continue Reading

No Comments

Rss Feeds