- Welcome to Geeksww.com
categories
Database Management Systems
- MS SQL Server
- MySQL
- Oracle Berkeley DB
Libraries
- Apache Portable Runtime
- Apache Portable Runtime Utility
- Flex
- Freetds
- Libiconv
- Libmcrypt
- Libmhash
- Libpng
- Libxml
- Libxslt
- m4
- Neon (webdav)
- OpenSSL
- zLib
Miscellaneous
- Bison
- Byacc
- UML
- Varnish Cache
Operating Systems
- Linux
- MacOS X
- MS Windows
Servers
- Apache Web Server
- Internet Information Services
- Node.js
- vsftpd FTP Server
Tools
- Development
- Security
Web Development
- AJAX
- Dart
- Javascript
- PHP
- Python
tags cloud
Prev | 1 2 3 4 5 6 7 8 9 | Next
Generating Unique IDs in PHP
Submitted by Webmaster on Tuesday January 27, 2009
This tutorial explains the technique to generate unique identifiers that are extremely difficult to predict...(Read more)
Category:
Web Development > PHP > Tips and Tricks
Tags:
Using encryption/decryption tool on geeksww.com
Submitted by Webmaster on Tuesday January 27, 2009
Geeks Worldwide has built very interesting and unique tools for developers and common users. I am writing this tutorial to help understand the encryption/decryption tool on geeksww.com...(Read more)
Category:
Tags:
Using Random Password/Key Generator tool on geeksww.com
Submitted by Webmaster on Tuesday January 27, 2009
Geeks Worldwide has built very interesting and unique tools for developers and common users. I am writing this tutorial to help you understand the password/key generator tool on geeksww.com...(Read more)
Category:
Tags:
How to see table definition statements in MySQL?
Submitted by Webmaster on Tuesday January 27, 2009
Use the command described in the tutorial to find complete CREATE TABLE SQL statements for MySQL tables...(Read more)
Category:
Database Management Systems > MySQL > Tips and Tricks
Tags:
How to find if MySQL supports partitioning or not?
Submitted by Webmaster on Tuesday January 27, 2009
If you are faced with a situation where you need to find if your MySQL Database server supports partitioning or not then follow the instructions described in this tutorial...(Read more)
Category:
Database Management Systems > MySQL > Tips and Tricks
Tags:
Transfering MySQL Administrator/Query Browser connection details
Submitted by Webmaster on Wednesday January 21, 2009
If you are trying to transfer your connection details for Query browser or Administrator from one computer to another then follow the instructions described in this tutorial...(Read more)
Category:
Database Management Systems > MySQL > Tips and Tricks
Tags:
How to check Linux version number?
Submitted by Webmaster on Wednesday January 21, 2009
You may need to know about your kernel version number to install some software on your machine. You can use the instructions described in this tutorial to find the kernel version number...(Read more)
Category:
Operating Systems > Linux > Tips and Tricks
Tags:
How to check PHP version number?
Submitted by Webmaster on Wednesday January 21, 2009
PHP provides several functions that depend upon the version number of PHP you are running. In situations, where you want to find the version number of PHP installed, you can use the following techniques...(Read more)
Category:
Web Development > PHP > Tips and Tricks
Tags:
Installing Symfony using PEAR
Submitted by Webmaster on Wednesday January 21, 2009
Symfony is one of the best rapid application development frameworks available for PHP. In this tutorial I am going to discuss the installation steps for Symfony...(Read more)
Category:
Web Development > PHP > Installation
Tags:
Starting Apache Web Server at every Reboot (for Ubuntu / Debian Linux)
Submitted by Webmaster on Thursday January 15, 2009
If you compiled and installed Apache on a Debian/Ubuntu Linux machine and want the Apache service run every time you reboot your machine this short tutorial is for you. I have tried to make it very simple so I am pretty sure you'll be able to follow all steps even if you don't know Unix/Linux shell scripting. In order to run Apache at boot time you have to write a very simple start up script...(Read more)
Category:
Servers > Apache Web Server > Tips and Tricks