Archive for the ‘ Servers ’ Category
BackBlaze Storage Server Props for sharing all of the great information, the only problem I have… is now I want to build one. Perhaps on a miniature scale, 67 terabytes seems a bit excessive. [ READ MORE ]
Woohoo, after two typos and an unnecessary ticket to hostgator support I managed to make a connection to a mysql server (@hostgator) with Java. Click more to see the code. [ READ MORE ]
From the Sun supported MySQL website – http://dev.mysql.com/doc/refman/5.1/en/storage-engines.html MyISAM — The default MySQL storage engine and the one that is used the most in Web, data warehousing, and other application environments. MyISAM is supported in all MySQL configurations, and is the default storage engine unless you have configured MySQL to use a different one by default. InnoDB — [ READ MORE ]
New Page! Linux Commands! Since I’m taking the plunge into Linux (Ubuntu Server 8.10), I thought keeping a running list of useful (and not) Linux commands might be helpful. Primarily because I forget everything… but also in case anyone else ever actually finds this blog [ READ MORE ]
Not enough time to read before bed so here are some cool links for later: http://github.com/ – Code hosting in the cloud http://en.footiefox.com/ – Soccer updates in the browser http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/ – Short tutorial on Quercus and GAE (Google App Engine) http://www.caucho.com/resin-3.0/quercus/ – Java is attempting to eat PHP http://www.caucho.com/products/whitepapers/quercus.pdf – Munch munch munch http://blog.herbert.groot.jebbink.nl/ – PHP/SQL on GAE (Google App Engine), [ READ MORE ]
I just keep finding too much good stuff to do and try. I need more TIME. http://nanotux.com/blog/the-ultimate-server/ Then Symfony, then I’m going to code some schtuff. I’m thinking about using the LiveUser and LiveUserAdmin package from PEAR [ READ MORE ]
http://www.lighttpd.net/ This looks like fun: http://stackoverflow.com/questions/420295/why-do-some-pdfs-hang-when-downloading-in-ie-when-served-by-lighttpd [ READ MORE ]
I absolutely hate Java and Javascript, for a variety of indefensible and poor reasons as most people would see it, but nonetheless I am annoyed by and scared of, Java and Javascript. Therefore… I am about to disembark on my most ambitious project yet to date. To make a fully functional app from bottom to top [ READ MORE ]
So I moved this wordpress installation from a different folder on the webserver so that freddysmind.com would appropriately point to it… Wordpress makes it relatively easy to do this by providing a wp-config.php file that you can define paths in. I went about changing and redefining the following four: define(’WP_SITEURL’, ‘http://www.freddysmind.com/wordpress’); define(’WP_HOME’, ‘http://www.freddysmind.com/wordpress’); define( ‘WP_CONTENT_URL’, ‘http://www.freddysmind.com/wordpress/wp-content’); define( ‘WP_CONTENT_DIR’, $_SERVER['DOCUMENT_ROOT'] . ‘/wordpress/wp-content’ [ READ MORE ]
Over the last 2 months I’ve done the following: Setup and paying a reoccuring monthly fee for Baby hosting services through HostGator.com Experimented and looked at various templates from: http://templates.hostgator.com/ Bought the following domain names: harrisburgvolleyball.com messiahmensvolleyball.com frederickfinery.com I’ve experimented and setup the following open source products using the script(s) provided at Hostgator under their cpanel: phpBB b2evolution — www.messiahmensvolleyball.com [ READ MORE ]