background preloader

MySQL

Facebook Twitter

The complete guide to centering a div. Centering a div in a page, basic This method works with just about every browser, ever.

The complete guide to centering a div

Example The value auto in the margin property sets the left and right margins to the available space within the page. The thing to remember is your centered div must have a width property. centering a div within a div, old-school This method works with just about every browser. The margin auto trick strikes again. Centering a div within a div with inline-block With this method the inner div doesn't require a set width. The text-align property only works on inline elements. Php - JSON encode MySQL results.

HighChart

Download Aptana Studio 3.6.1. PHPMaker 12 - The Best PHP Code Generator. Download PHPMaker today and enjoy the free 30-day trial.

PHPMaker 12 - The Best PHP Code Generator

PHPMaker is fully functional during the trial period. If you have any problems downloading PHPMaker, please contact us at sales@hkvstore.com. System Requirements PHPMaker Windows XP/2003/Vista/2008/2012/7/8/10 PHPMaker requires the following system files. If you use Microsoft Access, SQL Server or Oracle, PHPMaker requires the following database drivers to connect to the database: Server.

3 Free phpDesigner Alternatives. Give it a REST.

VPN

HOWTO. Introduction OpenVPN is a full-featured SSL VPN which implements OSI layer 2 or 3 secure network extension using the industry standard SSL/TLS protocol, supports flexible client authentication methods based on certificates, smart cards, and/or username/password credentials, and allows user or group-specific access control policies using firewall rules applied to the VPN virtual interface.

HOWTO

OpenVPN is not a web application proxy and does not operate through a web browser. OpenVPN 2.0 expands on the capabilities of OpenVPN 1.x by offering a scalable client/server mode, allowing multiple clients to connect to a single OpenVPN server process over a single TCP or UDP port. OpenVPN 2.3 includes a large number of improvements, including full IPv6 support and PolarSSL support. This document provides step-by-step instructions for configuring an OpenVPN 2.x client/server VPN, including: The impatient may wish to jump straight to the sample configuration files: Intended Audience Additional Documentation. Instalacja i konfiguracja OpenVPN w Windows. Mysql - Best way to setup master to multi master replication. ORIGINAL QUESTION: I have multiple servers that all need to act as masters, as if one fails the next server kicks in and takes over.

mysql - Best way to setup master to multi master replication

I'm just wondering what the best way to replicate is. All servers are in different data centers. Questions. Serwer VPN (PPTP) na przykładzie Raspberry Pi. Przerwa na reklamę:I po reklamie Zacznę od małego wprowadzenia: Wiem, że może protokół PPTP (Point to Point Tunneling Protocol) nie jest najbezpieczniejszy (sam na potrzeby „zawodowe” raczej używam choćby OpenVPN), ale przy zastosowaniu dobrego (odpowiednio długiego) hasła do użytku domowego nadaje się idealnie… Za zastosowaniem tego protokołu do postawienia na Raspberry Pi serwera VPN przemawia tez m.in.

Serwer VPN (PPTP) na przykładzie Raspberry Pi

MySQL 5.7 multi-source replication. Raspberry Pi, MySQL Cluster ‘n’ Cream. Ok, so I’ve been playing around with the idea of setting up MySQL cluster on a couple of Raspberry Pi’s and this is how it has been going.

Raspberry Pi, MySQL Cluster ‘n’ Cream.

References First of all, for anyone else who’s reading this, it’s not a new thing, I know, and I highly recommend reading A.Morgans blog, as well as someone else’s blog: cheers Mark. So, to make it all possible, here’s what I bought: as well as having other things lying around that came in useful. So, when you’ve got it all set up, you’ll need a USB keyboard & mouse, the HDM-DVI cable and a monitor / tv too. Setup Then I needed to set it all up, using the following software programs. – SDFormatter_4e – win32diskimager-v0.8-binary.zip Basically, you don’t really need to format the sd card or anything if you buy the NOOBS pre-loaded cards.

MySQL Cluster running on Raspberry Pi. MySQL Cluster running on Raspberry Pi I start a long weekend tonight and it’s the kids’ last day of school before their school holidays and so last night felt like the right time to play a bit.

MySQL Cluster running on Raspberry Pi

This week I received my Raspberry Pi – if you haven’t heard of it then you should take a look at the Raspberry Pi FAQ – basically it’s a ridiculously cheap ($25 or $35 if you want the top of the range model) ARM based PC that’s the size of a credit card. A knew I had to have one to play with but what to do with it? Why not start by porting MySQL Cluster onto it? We always claim that Cluster runs on commodity hardware – surely this would be the ultimate test of that claim. I chose the customised version of Debian – you have to copy it onto the SD memory card that acts as the storage for the Pi. Sudo apt-get update sudo apt-get install cmake sudo apt-get install libncurses5-dev make sudo make install.