- 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
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
Tags:
Install MySQL Server 5.0 and 5.1 from source code
Submitted by Shahryar on Sunday November 28, 2010
Have you ever tried compiling MySQL server from source code? If you have not but want to, here are some easy steps to do so on a Debian/Ubuntu Linux machine. These instructions should work on other Linux distributions e.g. SUSE, RedHat, CentOS etc...(Read more)
Category:
Database Management Systems > MySQL > Installation
Tags:
How to download, compile, and install GNU ncurses on Debian/Ubuntu Linux?
Submitted by Shahryar on Thursday November 11, 2010
ncurses is a programming library providing an API, allowing the programmer to write text user interfaces in a terminal-independent manner...(Read more)
Category:
Operating Systems > Linux > Tools
Tags:
How to install Python Gearman client module?
Submitted by Shahryar on Tuesday November 09, 2010
Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs...(Read more)
Category:
Web Development > Python > Installation
Tags:
How to download and install MySQLdb module for Python on Linux?
Submitted by Webmaster on Monday November 08, 2010
Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs...(Read more)
Category:
Web Development > Python > Installation
Tags:
How to download and install setuptools module for Python
Submitted by Webmaster on Monday November 08, 2010
Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs...(Read more)
Category:
Web Development > Python > Installation
Tags:
How to download, compile, and install Python on Ubuntu/Debian/ CentOS Linux
Submitted by Webmaster on Monday November 08, 2010
Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs...(Read more)
Category:
Web Development > Python > Installation