SQL Buddy

SQL Buddy is an open source, lightweight and intuitive database management tool. Ridiculously easy to install, simply unzip the folder into a web accessible folder on your server and its ready to use. Seriously, the next step is logging in. Complete control of users Logins are handled directly by MySQL. Create as many or as…


Ghostscript install centos linux

From alexxoid.com To update ghostscript package to version 8.70 under Linux Red Hat / CentOS, you need connect an additional repository Black Op. See instructions here. Download blackops GPG Key. wget http://blackopsoft.com/el5/RPM-GPG-KEY-blackop rpm –import RPM-GPG-KEY-blackop rpm -i http://blackopsoft.com/el5/RPMS/noarch/blackop-el5-repo-1.0-2.noarch.rpm or Download the Repository RPM wget http://blackopsoft.com/el5/RPMS/noarch/blackop-el5-repo-1.0-2.noarch.rpm rpm -i blackop-el5-repo-1.0-2.noarch.rpm rpm -i http://blackopsoft.com/el5/RPMS/noarch/blackop-el5-repo-1.0-2.noarch.rpm rpmforge recommends using yum-priorities…


Mysql Commands

From pantz.org This is a list of handy MySQL commands that I use time and time again. At the bottom are statements, clauses, and functions you can use in MySQL. Below that are PHP and Perl API functions you can use to interface with MySQL. To use those you will need to build PHP with…


Re-install phpmyadmin

quick way: /usr/local/cpanel/bin/updatephpmyadmin –force fun way: (Version information: 3.3.8*) cd /usr/local/cpanel/base/3rdparty wget http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.8/phpMyAdmin-3.3.8-all-languages.tar.bz2 tar -jxvf phpMyAdmin-3.3.8-all-languages.tar.bz2 mv phpMyAdmin/ phpMyAdmin-bak mv phpMyAdmin-* phpMyAdmin/ cd phpMyAdmin-bak cp config.inc.php ../phpMyAdmin/ cd .. chown -R cpanel:cpanel phpMyAdmin


Google Apps – enable domain keys

Google has been an early and consistent supporter of email authentication technologies, which help ensure senders are who they say they are, and in turn help to curb spam. Since we launched Gmail in 2004, we have supported email-signing standards such as DomainKeys and DomainKeys Identified Mail (DKIM) to help validate outbound mail with digital…


Reduce inode usage

From sabarish4u.wordpress.com Inodes basically store information about files and folders, such as (user and group) ownership, access mode (read, write, execute permissions) and file type. On many types of file systems the number of inodes available is fixed at file system creation, limiting the maximum number of files the file system can hold. The inode…


Multi-domain UCC SSL certificates on Nginx with 1 IP address

From playnice.ly In the past it has not been possible to serve SSL requests for multiple domains from the same IP address. So you had two choices: Use one IP address per SSL-enabled site – clearly not a great solution considering the increasing scarcity of IP addresses. Also, some cloud providers (e.g. Amazon EC2) only…


Auditd

From osnews.com How do you audit your Linux environment? How do you track after changes to your files? What kind of processes are running on your system at any given moment? What uses the most resources? Valid questions, all. Special contributor Dedoimedo gives us the straight scoop on “audit.”. We’ve monitored system activity with sar….


Gliffy

From Gliffy and techhamlet.com Gliffy is an online tool that makes it easy to create, share, and collaborate on a wide range of diagrams, Gliffy users can communicate more clearly, boost innovation, improve decisions, and work more effectively. Hundreds of thousands of customers have embraced Gliffy. They create diagrams in a broad range of industries…


Thar’ be softwares ere’

From kmandla.wordpress.com I am a harsh software critic. I’m usually willing to try something new if there’s the possibility it will do a better job than my current favorite, but I hold grudges against programs — and sometimes even entire desktop environments — if they disappoint me. In addition, I am a minimalist maximalist. I…