Tag Archive: video tutorial

Hello after a very long pause :) . Continuing the “Setuping a server for web hosting” series with the new smashing video of how to install PHP on your machine! AWESOME right? :)

In the very begining of the post, lets learn what PHP is exactly.

So, Wikipedia says ( and I add that I agree with her :) :

PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as standalone interpreter on most operating systems and computing platforms.
Read More »

Back by popular demand :) part 3 of the “setup my web server” tutorials :)

In this post we will cover the instalation of MySQL on a Windows 2008 R2 based server. The process is the same if you would have a Windows 2003 machine also.

At the beginning, lets see what MySQL is.

MySQL is a relational database management system (RDBMS). MySQL stands for “My Structured Query Language“. The program runs as a server providing multi-user access to a number of databases.

The project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now a subsidiary of Sun Microsystems. As of 2009[update] Oracle Corporation began the process of acquiring Sun Microsystems; Oracle holds the copyright to most of the MySQL codebase.

MySQL is often used in free software projects which require a full-featured database management system, such as WordPress, phpBB and other software built on the LAMP software stack. It is also used in very high-scale World Wide Web products including Wikipedia, Google and Facebook.

Many web applications use MySQL as the database component of a LAMP software stack. Its popularity for use with web applications is closely tied to the popularity of PHP, which is often combined with MySQL.

So, what is the process of installing MySQL on a Windows machine? Well, it’s pretty straight forward so there is no need to write step-by-step tuturial..look at the video rather than reading :)

Dont forget to choose HD and the “full screen” option.

Song in the video is from Thievery Corporation. Song name is : Lebanese Blonde :)

Hi again, found an video that could be very interesting….its about how to migrate Windows XP to Windows7 ….

Click on the picture and enjoy!

Note: open the link in Internet Explorer…there’s no sound in Firefox :)

windowsmigration

Hello there…

In order to  install SQL 2008 Express, we have to download it first . Fire up your favorite browser and point it to http://www.microsoft.com/express/download/ . After that, find the box with the SQL 2008 Express, and click download.

sqlexpress

On the next step you have the option to register with Microsoft or download the software without registration.  I will choose the “no registration part”.

sqlexpressdownloadpage

In the new window, choose the version you would like to install. Personally, I will choose “Runtime with advanced services“. By clicking on install, Microsoft will ask to install the Microsoft Web Platform installer. If you dont have it installed, click on the picture to install it.

webplatforminstaller

Choose “Run”, and after the download, again, choose “Run“. Wait for the installtion to finish and look at the top of the browser, a little bar will pop up and ask us if we want to run Active X control.  Make sure the publisher is “Microsoft Corporation”. Click on “Run“, and then on Allow.

Now, look at the video of the installation I have made for you. The video will show you the process of installing SQL Server 2008 Express.

After that, all you need to do is run the “SQL Server Configuration Manager” under “Configuration Tools” and configure it the way you want it.

BTW, the track used is La Noche by Coca & Villa .IT’s AWESOME!!!

Have fun…bye!

Today, me and my collegaue managed to configure ISCSI on some backup server we had at the office. Iscsi target is based on OpenSolaris and ZFS . ZFS is a combined file system and logical volume manager designed by Sun Microsystems. The features of ZFS include support for high storage capacities, integration of the concepts of filesystem and volume management, snapshots and copy-on-write clones, continuous integrity checking and automatic repair, RAID-Z and native NFSv4 ACLs. ZFS is implemented as open-source software, licensed under the Common Development and Distribution License (CDDL). The ZFS name is a trade mark of Sun.

Requirements for running any OS in HyperV that will be stored on Iscsi server are:

1. Iscsi target, obviously :)

2.Iscsi initiator software ( bundled in Windows 2008 Server)

3. High speed network, atleast 1Gbit.

4. Drive that you connect to the HyperV machine MUST stay in offline mode.

5. Tons of time to configure it :)

Will you will be able to read more details about configuring OpenSolaris and ZFS on my collegaues blog : toic.org  – linux geek blog

So, like we already know, the disk on that we want to install the OS has to be offline  ( hint: disk2 ).

diskovi

hyperv

Next step is the creation of the virtual machine that will use the disk.  I have recorded that process, so you can see how simple it is :) .

All that you have to do is to install the OS…I didnt do that to the end in the video.

Tommorow we have planned to create a failover cluster with two Windows 2008 servers and see what will happen when one server suddenly get disconnected..ups :)

Bye, Alesandro