Blog

Configure HTTPS with Linux

. 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 yum to get them if you need them.   yum install mod_ssl openssl Yum will either tell you they are installed […]

Read more

Generate SSL Certificate for Linux

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 certificate request – generate self-signed certificate # cd /etc/httpd/conf # mkdir ssl.key ssl.csr ssl.crt # openssl genrsa -out /etc/httpd/conf/ssl.key/myserver.net.key […]

Read more

Can’t Create New User – /etc/passwd locked

killall -9 userdel rm -f /etc/*lock That’s it.

Read more

How to Setup Apache2 with Virtual Hosts – Easy Tutorial

What the Red Means The lines that the user needs to enter or customize will be in red in this tutorial! About Virtual Hosts Virtual Hosts are used to run more than one domain off of a single IP address. This is especially useful to people who need to run several sites off of one virtual private server. The […]

Read more

Install Node.js on Raspberry Pi Easy

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++ make mkdir ~/nodejs && cd $_ wget -N http://nodejs.org/dist/node-latest.tar.gz tar xzvf node-latest.tar.gz && cd `ls -rd node-v*` ./configure make install

Read more

Where Can I download Windows 7 ISO Legally?

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.iso French: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65811/X15-65811.iso Spanish: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65843/X15-65843.iso Windows 7 Professional x86 (32-bit) English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65804/X15-65804.iso German: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65812/X15-65812.iso French: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65810/X15-65810.iso Spanish: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65842/X15-65842.iso Windows 7 Home Premium x64 (64-bit) English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65733/X15-65733.iso German: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65741/X15-65741.iso French: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65738/X15-65739.iso Spanish: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65771/X15-65771.iso Windows 7 Home Premium x86 (32-bit) English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65732/X15-65732.iso German: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65740/X15-65740.iso French: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65738/X15-65738.iso Spanish: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65770/X15-65770.iso Windows 7 N Version Direct Download Links [Windows 7 N English for Europe – No Windows Media […]

Read more

Convert Date to Mysql Format with PHP

date(“Y-m-d H:i:s”, $timestamp);

Read more

Raspberry Pi + Arduino + More Speed = UDOO

Is this going to give Raspberry Pi a run for it’s money.  Only if they keep the price low.  This sounds like pretty exciting project.  Hopefully they will be for on the shelves soon. Running Linux UDOO is a stand alone computer itself and since is based on the Freescale i.MX 6 CPU, it runs […]

Read more

What do you think should be included in the Rasbperry Pi Revision C? Your Feedback is needed

The Raspberry Pi.  What a great idea.  But what does the future hold? Model A Model B Specifications Model A Model B Target price:[7] US$ 25 US$ 35[73] SoC:[7] Broadcom BCM2835 (CPU, GPU, DSP, SDRAM, and single USB port)[3] CPU: 700 MHz ARM1176JZF-S core (ARM11 family)[3] GPU: Broadcom VideoCore IV[74] OpenGL ES 2.0 (24 GFLOPS) MPEG-2 and VC-1 (with license[71]), 1080p30 h.264/MPEG-4 AVC high-profile decoder and encoder[3] Memory (SDRAM): 256 MB (shared […]

Read more

Gooseberry – An Alternative to the Raspberry Pi? Where did it go?

CPU : A10 1 Ghz overclockable to 1.5 Ghz  (1.2 Ghz highest stable overclock on android) Graphics Processor : Mali 400 MHz Operating System : Now Android 4.0 ICS Onboard Storage: 4Gb (upgradeable by Micro SD memory card- 32gb) Wifi: 802.11 b/g/n Connectivity: Ac jack, 1x 3.5mm Earphone Jack, 1x Mini Usb, 1x Hdmi Out, Micro Sd […]

Read more