

- 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
- Javascript
- PHP
- Python
tags cloud
Download all maatkit scripts through a single command
Submitted by Webmaster on Wednesday August 10, 2011
According to maatkit home page, Maatkit is a toolkit for users, developers, and administrators of open-source databases. It is high-quality, formally tested software that is well documented and has an active open-source developer community...(Read more)
Category:
Database Management Systems > MySQL > Tools
Tags:
How to make class diagrams using Composition?
Submitted by Webmaster on Wednesday July 13, 2011
Before we move on to making class diagram for this problem lets discuss what is composition relation and how we use it, composition has a solid black diamond symbol...(Read more)
Category:
Miscellaneous > UML > Resources
Tags:
How to make use case diagram using Generalization in UML
Submitted by Webmaster on Wednesday July 13, 2011
Purpose of this tutorial is to give you understanding of how to use generalization, include and extend relationships when making use case diagrams...(Read more)
Category:
Miscellaneous > UML > Resources
Tags:
How to work with Association classes in UML - Part2?
Submitted by Shahbaz on Friday July 08, 2011
Alright, like i said we will discuss a different scenario in this tutorial to further clarify the concept of association classes so here is the scenario...(Read more)
Category:
Miscellaneous > UML > Resources
Tags:
How to work with Association classes in UML - Part1?
Submitted by Shahbaz on Thursday July 07, 2011
Unified Modeling Language (UML) is a standardized general-purpose modeling language in the field of object-oriented software engineering. The standard is managed, and was created by, the Object Management Group...(Read more)
Category:
Miscellaneous > UML > Resources
Tags:
MySQL error while dropping databases
Submitted by Shahryar on Thursday January 06, 2011
A few months back I was trying to drop some unnecessary test and archived databases from MySQL servers and while dropping a database I got the following error message...(Read more)
Category:
Database Management Systems > MySQL > Administration
Tags:
Not-so-well-known differences between MyISAM and Innodb MySQL server storage engines
Submitted by Shahryar on Monday December 27, 2010
There are some very well-known differences between Innodb and MyISAM e.g. Innodb supports transactions, MyISAM does not etc. However, I am goint to list some not-so-well-known differences here for the reader. Please feel free to suggest more through comments below...(Read more)
Category:
Database Management Systems > MySQL > Tips and Tricks
Tags:
Download, configure, compile, and install MySQL 5.5 from source code on Linux
Submitted by Shahryar on Tuesday December 21, 2010
MySQL 5.5 is the latest production-ready release of the most popular opensource database management system on the planet ie. MySQL...(Read more)
Category:
Database Management Systems > MySQL > Installation
Tags:
How to download, compile, and install CMake on Linux
Submitted by Shahryar on Saturday December 18, 2010
CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software...(Read more)
Category:
Operating Systems > Linux > Installation
Tags:
MySQL open files limit: open-files-limit VS open_files_limit on Linux
Submitted by Webmaster on Monday November 29, 2010
Did you think that underscores and hyphens in MySQL server option names can be used interchangeably in configuration file? Read this tutorial to find out about an exception to this general rule...(Read more)
Category:
Database Management Systems > MySQL > Configuration