Codebangers - codebangers.com - CodeBangers
General Information:
Latest News:
Metal Gear Solid 5 Gameplay (E3 2013) (HD) 20 Aug 2013 | 04:32 am
Metal Gear Solid goes way back for some of us. As in Peace Walker, Metal Gear Solid V will offer a base-building feature that allows player to develop weapons and items from their home base. The playe...
Dying Light is Coming Soon – New FPS Zombie Game 20 Aug 2013 | 04:18 am
From Techland, the Developers of Dead Island and Dead Island 2 comes a newer moreagile FPS Zombie Game, Dying Light. IGN has received 12 minutes of gameplay that can be viewed above. Personally I enj...
Configure HTTPS with Linux 18 Jul 2013 | 10:01 pm
. Getting the required software For an SSL encrypted web server you will need a few things. Depending on your install you may or may not have OpenSSL and mod_ssl, Apache’s interface to OpenSSL. Use yu...
Generate SSL Certificate for Linux 17 Jul 2013 | 06:13 am
If you want to test SSL on your web server, you probably want to generate a self-signed certificate before ordering up the real one. There are three steps: - generate SSL key w/o passphrase - generate...
Can’t Create New User – /etc/passwd locked 10 Jul 2013 | 02:57 am
killall -9 userdel rm -f /etc/*lock That’s it. 4 View(s)
How to Setup Apache2 with Virtual Hosts – Easy Tutorial 10 Jul 2013 | 12:33 am
What the Red Means The lines that the user needs to enter or customize will be in red in this tutorial! The rest should mostly be copy-and-pastable. About Virtual Hosts Virtual Hosts are used to run m...
Install Node.js on Raspberry Pi Easy 28 Jun 2013 | 07:21 am
Forever working on raspbian To make it all work neatly, you just have to follow the node.js download page instructions for debian, which basically is the following commands: apt-get install python g++...
Pre Order your UDOO Now 23 Jun 2013 | 12:51 am
UDOO Pre-Order Get A Free Power Adapter Offer valid while supplies last and only with pre-orders Shipping to begin as soon as October 2013 (or upon fulfillment of Kickstarter orders which will have pr...
Where Can I download Windows 7 ISO Legally? 19 Jun 2013 | 04:36 am
Windows 7 Professional x64 (64-bit) English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65805/X15-65805.iso German: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65813/X15-65813...
Convert Date to Mysql Format with PHP 22 May 2013 | 02:20 am
date("Y-m-d H:i:s", $timestamp); 11 View(s)