INSTALLING UBUNTU OS

Size: px
Start display at page:

Download "INSTALLING UBUNTU OS"

Transcription

1 INSTALLING UBUNTU OS EX NO: DATE: AIM: INSTALLATION PROCEDURE: Reinsert or leave the CD in your CD/DVD-ROM device and reboot the computer in order to boot from the CD. Hit the F8, F11 or F12 key (depending on your BIOS) to select the CD/DVD-ROM as the boot device. Wait for the CD to load... In a couple of minutes you will see the wallpaper and the installation wizard. Select your language and click the "Install Ubuntu" button to continue...

2 Preparing to install Ubuntu Make sure you have all the listed requirements. Optionally, you can choose to download updates while installing and/or install third party software, such as MP3 support. Be aware, though, that if you select those options, the entire installation process will be longer!

3 Allocate drive space At this screen you have three options: 1. Install alongside other operating systems - Choose this option ONLY if you have another OS (e.g. Windows XP) and you want a dual boot system. Editor's Note: Remember that, after the installation, the Windows boot loader will be overwritten by the Ubuntu boot loader! 2. Erase and use the entire disk Choose this option if you want to delete your existing operating system, or the hard drive is already empty and you want to let the installer automatically partition the hard drive for you. This is the option recommended for all users, especially those who want a machine with a single operating system on it. 3. Specify partitions manually (advanced) - This option is recommended ONLY for advanced users, to create special partitions or format the hard drive with other filesystems than the default one. But it can also be used to create a /home partition, which is very useful in case you reinstall the whole system. Here's how you do a manual partitioning with /home:

4 - Select the "Specify partitions manually (advanced) and click the "Forward" button; - Make sure that the selected hard drive is the right one. /dev/sda is the first physical hard drive. /dev/sdb is the second hard drive in your machine. So, make sure that you know which is the one you want to format! Otherwise, you will lose ALL YOUR DATA on that harddrive; - Let's say that the selected drive is empty (no other operating system or important data on it), but it has some partitions on it. Select each one of those partitions and click the "Delete" button. After a few seconds, it will say "free space." Do this with the other partitions from the selected hard drive, until they're all deleted and you have a single "free space"entry; - With the "free space" entry selected, click on the "Add" button. In the new window, type 2048 in the "New partition size in megabytes" field and select the "swap area" option from the "Use as:" drop down list. Click the OK button and, in a few seconds, you'll notice a "swap" line with the specified size; - With the "free space" entry selected, click on the "Add" button. In the new window, select the "Primary" option, type a value between 10,000 and 50,000 in the "New partition size in megabytes" field and select / as the "Mount point." Click the OK button and, in a few seconds, you'll notice an "ext4 /" line with the specified size; - With the "free space" line selected, click on the "Add" button. In the new window, select the "Primary" option, type a value between 30,000 and 50,000 (or whatever space you have left on the drive) in the "New partition size in megabytes" field and select /home as the "Mount point." Click the OK button and, in a few seconds, you'll notice an "ext4 /home" line with the specified size.

5 This is how your partition table should look like... WARNING: Be aware that all the data on the selected hard drive or partition will be ERASED and IRRECOVERABLE. Click the "Install Now" button to continue with the installation...

6 Editor's note: At this point the hard drive will be erase and partitioned, the CD data will be copied to the hard drive, and you can relax and continue to input the following required information. Where are you? This screen will feature a map of the Earth. Upon the selection of your current location, the time for the final system will adjust accordingly. You can try to guess you exact location with the mouse on the map, or just type the town in the designated field. Click the "Forward" button after you have selected your desired location...

7 Keyboard layout On this screen, you will be able to choose a desired keyboard layout. But the default automatic selection should work for most of you. You can also click the "Figure Out Keyboard Layout" button for better recognition of your keyboard's layout. Click the "Forward" button when you have finished with the keyboard configuration... Who are you? On this screen, you must do exactly what the title says. Fill in the fields with your real name, the name of the computer (automatically generated, but can be overwritten), the name you want to use to log in on your Ubuntu OS (also known as the "username," which will be required to log in to the system), and the password. Also at this step, there's an option called "Log in automatically." If you check it, you will automatically be logged in to the Ubuntu desktop. Other option, called "Encrypt my home folder," will encrypt your Ubuntu installation. Click the "Forward" button to continue...

8 t this point the Ubuntu (Maverick Meerkat) operating system will be installed... After approximately 10 to 15 minutes (depending on your computer's specs), a pop-up window will appear, notifying you that the installation is complete, and you'll need to restart the computer in order to use the newly installed Ubuntu operating system. Click the "Restart Now" button...

9 The CD will be ejected; remove it and press the "Enter" key to reboot. The computer will be restarted and, in a few seconds, you will see the Ubuntu boot splash... At the login screen, click on your username and input your password. Click the "Log In" button or hit Enter to log in...

10 That it! Have fun using Ubuntu

11 RESULT:

12 INTALL APACHE, PHP, MYSQL ON LINUX EX NO: DATE: AIM: INSTALLATION PROCEDURE: 1. Open your terminal and login as root with this command su 2. Update your repositories list: apt-get update 3. Install Apache: apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2-utils 4. Install PHP: apt-get install php5 libapache2-mod-php5 php5-common php5-gd php5-mysql php5-imap php5-cli php5cgi php-pear php-auth 5. Install MySQL: apt-get install mysql-server mysql-client here you will be ask to input root password for the mysql 6. Now your server is ready. Before you test please make sure to restart the server: /etc/init.d/mysql restart /etc/init.d/apache2 restart

13 7. Open document root in /var/www, make a file called it with info.php and fill this: <?php phpinfo();?> then save the file. 8. Test the server with the browser and type address If you have the same screenshot as follow than you have the web server on your machine: RESULT:

14 INTALL APACHE, PHP, MYSQL ON WINDOWS EX NO: DATE: AIM: INSTALLATION PROCEDURE: This tutorial will show you step-by-step how to install: Apache 2 PHP 5 MySQL 5 The Apache Server combined with the power of PHP, MySQL, and phpmyadmin, creates one of the best possible development environments for a web programmer. Getting everything properly configured can take minutes, so make sure you have enough time set aside before beginning the installation. Don't be intimidated by the length of this page. I'll walk you step-by-step through each part of the installaton. All you need is a basic understanding of HTML and computers, and if any part of the installation isn't clear to you, just send me an . Start the Installation: Installing Apache Installing PHP Installing MySQL Configuring PHP to work with MySQL Installing Apache: Today we will be installing Apache version Follow the steps carefully.

15 1. Go to and download "Win32 Binary (MSI Installer): apache_2.2.4win32-x86-no_ssl.msi" to your desktop. Note: Make sure that you download Apache version (Win32 Binary MSI Installer)! The rest of the tutorial is written using this version. 2. Double click "apache_2.2.4-win32-x86-no_ssl.msi", and if prompted, click "run". 3. An installation wizard will appear: Click "Next". 4. The next page contains the terms of agreement. Select "I accept", and click "Next". 5. Read about the Apache Server, and click "Next" 6. The next screen will ask you for specific server information. Enter the values seen below:

16 Click "Next". 7. On the next screen, select "Typical Installation" and click "Next". 8. Click "Next". 9. Click "Install". 10. Open up Internet Explorer and type in " If you see a page that says "It works!" then the Apache server has been installed successfully.

17 A few notes on your Apache Server Configuration: Apache is installed by default in your "C:\Program Files\Apache Software Foundation\Apache2.2" directory. Inside that directory there is a folder called "htdocs" (the equivilant of your \www\ or \public_html\ directory). You can develop your applications inside this folder and access them by going to The Apache Configuration settings are defined in a file named "httpd.conf" located in the "conf" directory. Do not attempt to change these settings unless you know what you're doing. An error in this file will result in the Apache Server not functioning correctly! Installing PHP: Next we will be installing PHP version 5. Follow the steps carefully. 1. Go to and download the "PHP zip package" to your desktop. (Be patient while it downloads, the ZIP file is over 9MB!) Note: Make sure that you download the PHP zip package! The rest of the tutorial is written using this version.

18 2. Create a new folder called "php" in your C Drive. Copy the "php win32.zip" file to there ("C:\php") and extract it using WinZIP or a similiar program. 3. Your "C:\php" directory should now look like: 4. Next copy the "php.ini-dist" file from "C:/php/" to "C:/WINDOWS" and rename it to "php.ini". This is your PHP configuration file. We'll come back to this later. 5. Now it's time to tell Apache that PHP exists. Open up your Apache configuration file ("C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf") in notepad and add these four lines to the bottom of the "LoadModule" section: LoadModule php5_module "c:/php/php5apache2_2.dll" AddHandler application/x-httpd-php.php # configure the path to php.ini PHPIniDir "c:/windows"

19 6. In your "htdocs" directory, create a file called "info.php". Open it in notepad and add this line of code to it: <?php phpinfo();?> 7. Restart your Apache Server for the changes to take effect: Start > All Programs > Apache HTTP Server > Control Apache Server > Restart 8. Open up Internet Explorer and type in: If your browser takes you to a page that looks like this, then PHP has been installed successfully! Modifying your PHP Configuration File: Your PHP configuration (php.ini) file is located in "C:/WINDOWS/php.ini". You can modify it with notepad or a similiar text editor. Open it up and find the line that says: extension_dir = "./" and change it to

20 extension_dir = "C:\php\ext" Find the line that says: ;session.save_path = "/tmp" and change it to session.save_path = "C:\WINDOWS\temp" Installing MYSQL: Next we will be installing MySQL version 5. Follow the steps carefully. 1. Go to and download the "Windows (x86) ZIP/Setup.EXE (version )" to your desktop. (To do this you'll need to register an account with MySQL.) 2. Once "mysql win32.zip" has finished downloading, you can extract it using WinZIP or a similiar program. 3. Once extracted, double click on the "Setup.exe" file. An installation wizard will appear. Click "Next".

21 4. Select "Typical" Installation and click "Next". 5. Click "Install". (Be patient, this can take up to several minutes). 6. The next screen will ask you to "Sign Up". Select "Skip Sign-Up" for now. 7. The next screen will tell you that the installation wizard is complete. Make sure that the "Configure the MySQL Server now" field is checked before clicking "Finish". 8. The MySQL Server Instance Configuration Wizard should appear. Click "Next". 9. Select "Detailed Configuration" and click "Next". 10. Select "Developer Machine" and click "Next". 11. Select "Multifunctional Database" and click "Next". 12. Click "Next". 13. Select "Decision Support (DSS)/OLAP" and click "Next". 14. Select "Multifunctional Database" and click "Next". 15. Make sure "Enable TCP/IP Networking" is checked, the Port Number is set to "3306", and "Enable Strict Mode" is checked. Click "Next".

22 16. Select "Standard Character Set" and click "Next". 17. Check "Install As Windows Service", set the Service Name to "MySQL", and check "Launch the MySQL Server automatically". Make sure that the "Include Bin Directory in Windows Path" is NOT checked. Click "Next". 18. On the next screen, check the box that says "Modify Security Settings". Enter a password for the default "root" account, and confirm the password in the box below. Do NOT check the boxes "Enable root access from remote machines" or "Create An Anonymous Account". Click "Next". 19. Click "Execute". (This may take a few minutes. Be patient). 20. Click "Finish". 21. To test if MySQL was installed correct, go to: Start > All Programs > MySQL > MySQL Server 5.0 > MySQL Command Line Client. The MySQL Command Line Client will appear: 22. It will ask you for a password. Enter the password you created in step 18. (If you enter an incorrect password MySQL will automatically close the command line) 23. Next, type in the commands shown below: (shown in blue)

23 If you don't get any errors, and it returns the information shown above, then MySQL has been successfully installed! Next we will need to configure PHP to work with MySQL. Configuring PHP to work with MySQL: Now that both PHP and MySQL are installed, we have to configure them to work together. 1. Open up your php.ini file (C:/WINDOWS/php.ini) and find the line: ;extension=php_mysql.dll To enable the MySQL extension, delete the semi-colon at the beginning of that line. 2. Next we must add the PHP directory to the Windows PATH. To do this, click: Start > My Computer > Properties > Advanced > Environment Variables. Under the second list (System Variables), there will be a variable called "Path". Select it and click "Edit". Add ";C:\php" to the very end of the string and click "OK". 3. Restart your computer for the changes to take effect. 4. Create a new file in your "htdocs" directory called "mysql_test.php". 5. Copy the following code into "mysql_test.php" and click save. (Make sure to replace the MYSQL_PASS constant with the MySQL Password you specified during the MySQL installation).

24 <?php # Define MySQL Settings define("mysql_host", "localhost"); define("mysql_user", "root"); define("mysql_pass", "password"); define("mysql_db", "test"); $conn = mysql_connect("".mysql_host."", "".MYSQL_USER."", "".MYSQL_PASS."") or die(mysql_error()); mysql_select_db("".mysql_db."",$conn) or die(mysql_error()); $sql = "SELECT * FROM test"; $res = mysql_query($sql); while ($field = mysql_fetch_array($res)) { $id = $field['id']; $name = $field['name']; echo 'ID: '. $field['id']. '<br />'; echo 'Name: '. $field['name']. '<br /><br />'; }?> 6. Open up Internet Explorer and type in " If the "mysql_test.php" page returns something similiar to: ID: 1 Name: John Then PHP & MySQL have been successfully configured to work together. Congratulations! RESULT:

25 LAMP SERVER INSTALLATION IN LINUX EX NO: DATE: AIM: INSTALLATION PROCEDURE: First, under Terminal type the command: $sudo tasksel you will get something like:

26 Now you have to shoose the LAMP line and SPACE key to select LAMP Server. After, you will asked to insert root mysql password After the procedure will start downloading and installing needed packages for LAMP

27 Of with this command : sudo apt-get install php5 mysql-server apache2 Or with : $ sudo tasksel install lamp-server Now lets check of its working. Check the apache2 from your browser : or hostname Now check if your Mysql is wokring with:

28 Check if php is working : $sudo vi /var/www/info.php and add 1.<?php 2.phpinfo(); 3.?> save and exit restart apache2 #/etc/init.d/apache2 restart and browse again RESULT:

29 EMPLOYEE SALARY SYSTEM USING PHP AND MYSQL EX NO: DATE: AIM: PROGRAM CODE: <?php mysql_connect("localhost","root","") or die ("Unable to execute"); $sql="create database payroll"; $res=mysql_query($sql) or die ("Unable to execute"); echo"<b>database Created</b><br>"; mysql_selectdb('payroll'); $sql="create TABLE `employee` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(20) NOT NULL, `designation` varchar(50) NOT NULL, `basic_salary` float NOT NULL, `merged_da` float NOT NULL, `dp` float NOT NULL, `hra` float NOT NULL, `gross_salary` float NOT NULL, `epf` float NOT NULL,

30 `lic` float NOT NULL, `net_salary` float NOT NULL, primary key(id) ) "; $res=mysql_query($sql)or die ("Unable to execute"); echo"<b>table Created</b>";?> <html> <head> <title>employee Salary System</title> </head> <body> <b>employee Salary System</b> <br /><br /> <form action="frontend.php" method="post"> <pre> Employee Name: Select Designation: <input type="text" name="name"> <select name="designation"> <option>lecturer</option> <option>senior Lecture</option> <option>assistant Professor</option> <option>associative Professor</option> </select> The Basic Salary : <input type="text" name="basic_salary" >

31 <input type="submit" name="submit" value="submit"/> </pre> </form> </body> </html> <?php mysql_connect("localhost","root",""); mysql_selectdb('payroll'); if(isset($_post['submit'])) { $name=$_post['name']; $designation=$_post['designation']; $basic_salary=$_post['basic_salary']; $merged_da = $basic_salary*(50/100); $dp = $basic_salary*(84/100); $hra = $basic_salary*(7.5/100); $gross_salary = $merged_da+$dp+$hra; $epf = 800; $lic = 1000; $net_salary = $gross_salary+$epf+$lic; $sql="insert into employee(name,designation,basic_salary,merged_da,dp,hra,gross_salary,epf,lic,net_sal ary)values('$name','$designation','$basic_salary','$merged_da','$dp','$hra','$gross_sa lary','$epf','$lic','$net_salary')"; $res=mysql_query($sql); }

32 $sql="select * from employee"; $res=mysql_query($sql); echo"<table border=2 align=center> <tr><th>s.no</th><th>name</th><th>designation</th><th>basic SALARY</th><th>MERGED DA</th><th>DP</th><th>HRA</th><th>GROSS SALARY</th><th>EPF</th><th>LIC</th><th>NET SALARY</th>"; while($r=mysql_fetch_array($res)) { echo "<tr>"; echo "<th>".$r['id']."</th>"; echo "<th>".$r['name']."</th>"; echo "<th>".$r['designation']."</th>"; echo "<th>".$r['basic_salary']."</th>"; echo "<th>".$r['merged_da']."</th>"; echo "<th>".$r['dp']."</th>"; echo "<th>".$r['hra']."</th>"; echo "<th>".$r['gross_salary']."</th>"; echo "<th>".$r['epf']."</th>"; echo "<th>".$r['lic']."</th>"; echo "<th>".$r['net_salary']."</th>"; echo "</tr>"; } echo "</table>";?>

33 OUTPUT: RESULT:

34 STUDENT MARK STATEMENT USING PHP AND MYSQL EX NO: DATE: AIM: PROGRAM CODE: <?php mysql_connect("localhost","root","") or die ("Unable to execute"); $sql="create database studentmark"; $res=mysql_query($sql) or die ("Unable to execute"); echo"<b>database Created</b>"; mysql_selectdb('studentmark'); $sql="create TABLE `student` ( `id` int(100) NOT NULL AUTO_INCREMENT, `name` varchar(20) NOT NULL, `rollno` varchar(20) NOT NULL, `m1` float NOT NULL, `m2` float NOT NULL, `m3` float NOT NULL, `m4` float NOT NULL, `m5` float NOT NULL, `total` float NOT NULL,

35 `average` float NOT NULL, `result` varchar(10) NOT NULL, `grade` varchar(100) NOT NULL, primary key(id) ) "; $res=mysql_query($sql) or die ("Unable to execute"); echo"<b>table Created</b>";?> <html> <head> <title>student Mark Statement</title> </head> <body> <center><b>student Mark Statement</b> <br /> <br /> <form action="frontend.php" method="post"> <table cellpadding="10"> <tr> <td>name</td><td><input type="text" name="name"/></td> </tr><tr> <td>rollno</td><td><input type="text" name="rollno"/></td> </tr><tr> <td>mark1</td><td><input type="text" name="m1"/></td>

36 </tr><tr> <td>mark2</td><td><input type="text" name="m2"/></td> </tr><tr> <td>mark3</td><td><input type="text" name="m3"/></td> </tr> <tr> <td><input type="submit" name="submit" value="submit"/></td> </tr> </table> </form> </center> </body> </html> <?php mysql_connect("localhost","root",""); mysql_selectdb('studentmark'); if(isset($_post['submit'])) { $name=$_post['name']; $rollno=$_post['rollno']; $m1=$_post['m1']; $m2=$_post['m2']; $m3=$_post['m3']; $total = $m1+$m2+$m3; $average = $total/3;

37 if($m1>=50 && $m2>=50 && $m3>=50) { $result = "Pass"; } else { $result = "Fail"; } if($m1>=50 && $m2>=50 && $m3>=50) { if($average>=80) { $grade = "First Class with Distiniction"; } elseif($average>=60 && $average<80) { $grade = "First Class"; } elseif($average>=50 && $average<60) { $grade = "Second Class"; } else

38 { $grade = "No Class"; } } else { $grade = "No Class"; } $sql="insert into student(name,rollno,m1,m2,m3,total,average,result,grade)values('$name','$rollno','$m 1','$m2','$m3','$total','$average','$result','$grade')"; $res=mysql_query($sql); } $sql="select * from student"; $res=mysql_query($sql); echo"<table border=2 align=center> <tr><th>s.no</th><th>name</th><th>rollno</th><th>mark1</th><th>mar K2</th><th>MARK3</th><th>TOTAL</th><th>AVERAGE</th><th>RESULT</th> <th>grade</th><th>view GRAPH</th>"; while($r=mysql_fetch_array($res)) { echo "<tr>"; echo "<th>".$r['id']."</th>"; echo "<th>".$r['name']."</th>"; echo "<th>".$r['rollno']."</th>"; echo "<th>".$r['m1']."</th>"; echo "<th>".$r['m2']."</th>";

39 echo "<th>".$r['m3']."</th>"; echo "<th>".$r['total']."</th>"; echo "<th>".$r['average']."</th>"; echo "<th>".$r['result']."</th>"; echo "<th>".$r['grade']."</th>"; echo "<th><a href='graph.php?id=".$r['id']."'>view</a></th>"; echo "</tr>"; } echo "</table>";?> <?php mysql_connect("localhost","root",""); mysql_selectdb('studentmark'); $sql="select * from student where id=".$_get['id']; $res=mysql_query($sql); $r=mysql_fetch_array($res); $m1=$r['m1']; $m2=$r['m2']; $m3=$r['m3']; $total=$r['total']; $average=$r['average']; include('phpgraphlib.php'); $graph = new PHPGraphLib(500,350); $data = array("mark1"=>$m1,"mark2"=>$m2,"mark3"=>$m3,"total"=>$total,"averag"=>$ave rage);

40 $graph->adddata($data); $graph->settitle('student Mark Statement'); $graph->creategraph();?>

41 OUTPUT: RESULT:

42 STOCK MANAGEMENT SYSTEM USING PHP AND MYSQL EX NO: DATE: AIM: PROGRAM CODE: <?php mysql_connect("localhost","root","") or die ("Unable to execute"); $sql="create database stock"; $res=mysql_query($sql) or die ("Unable to execute"); echo"<b>database Created</b>"; mysql_selectdb('stock'); $sql="create TABLE `stock` ( `id` int NOT NULL AUTO_INCREMENT, `item` varchar(20) NOT NULL, `quantity` float NOT NULL, `amount` float NOT NULL, primary key(id) ) "; $res=mysql_query($sql)or die ("Unable to execute"); echo"<b>table Created</b>"; $sql="create TABLE `sales` (

43 `id` int NOT NULL AUTO_INCREMENT, `item` varchar(20) NOT NULL, `quantity` float NOT NULL, `amount` float NOT NULL, primary key(id) ) "; $res=mysql_query($sql)or die ("Unable to execute"); echo"<b>table Created</b>";?> <html> <head> <title>stock Management System</title> </head> <body> <b>stock Management System</b> <br /> <form action="frontend.php" method="post"> <pre> Item : <input type="text" name="name"> Quantity : <input type="text" name="quantity"> Amount : <input type="text" name="amount"> <br /> <input type="submit" name="additem" value="add Stock"/> <a href="graph.php">view Stock graph</a> <input type="submit" name="submit" value="sales"/>

44 </pre> </form> <?php mysql_connect("localhost","root",""); mysql_selectdb('stock'); if(isset($_post['submit'])) { $item=$_post['name']; $quantity=$_post['quantity']; $amount=$_post['amount']; $total_amount = $quantity*$amount; $sql="select * from stock"; $res=mysql_query($sql); while($r=mysql_fetch_array($res)) { $check_quantity = $r['quantity']; $check_amount = $r['amount']; } if($quantity <= $check_quantity) { $fquantity = $check_quantity - $quantity; $famount = $check_amount - $total_amount; $query="update stock SET quantity='$fquantity' WHERE item='$item'"; mysql_query($query); $sql="insert into sales(item,quantity,amount)values('$item','$quantity','$total_amount')";

45 $res=mysql_query($sql); $sql="select * from sales"; $res=mysql_query($sql); echo"<table border=2 align=center><tr><th>s.no</th><th>name</th><th>quantity</th><th>amou NT</th>"; while($r=mysql_fetch_array($res)) { echo "<tr>"; echo "<th>".$r['id']."</th>"; echo "<th>".$r['item']."</th>"; echo "<th>".$r['quantity']."</th>"; echo "<th>".$r['amount']."</th>"; echo "</tr>"; } echo "</table>"; } else { echo"<b>only stock Avaliable :$check_quantity Unit <br><br> There is no avaliable Stock</b>"; } } if(isset($_post['additem'])) { $item=$_post['name'];

46 $quantity=$_post['quantity']; $amount=$_post['amount']; $total_amount = $quantity*$amount; $sql="insert into stock(item,quantity,amount)values('$item','$quantity','$total_amount')"; $res=mysql_query($sql); echo"<table border=2 align=center><tr><th>s.no</th><th>name</th><th>quantity</th><th>amou NT</th>"; $sql="select * from stock"; $res=mysql_query($sql); while($r=mysql_fetch_array($res)) { echo "<tr>"; echo "<th>".$r['id']."</th>"; echo "<th>".$r['item']."</th>"; echo "<th>".$r['quantity']."</th>"; echo "<th>".$r['amount']."</th>"; echo "</tr>"; } echo "</table>"; }?> </body> </html>

47 <?php include('phpgraphlib.php'); $graph = new PHPGraphLib(500,350); mysql_connect("localhost","root",""); mysql_selectdb('stock'); $sql="select * from stock"; $res=mysql_query($sql); while($r=mysql_fetch_array($res)) { $id=$r['id']; $item=$r['item']; $quantity=$r['quantity']; $amount=$r['amount']; $data = array("item"=>$item,"quantity"=>$quantity,"amount"=>$amount); $graph->adddata($data); } $graph->settitle($item); $graph->creategraph();?>

48 OUTPUT:

49 RESULT:

50 CREATING STUDENT MARK STATEMENT USING PYTHON EX NO: DATE: AIM: PROGRAM CODE: print " " studid = int(raw_input("enter the Student ID: ")) studname = raw_input("enter the Student Name: mark1 = int(raw_input("enter the Mark1 ")) mark2 = int(raw_input("enter the Mark2 ")) mark3 = int(raw_input("enter the Mark3 ")) total = mark1 + mark2 + mark3 average = total / 3 if(mark1>=50 and mark2>=50 and mark3>=50): result = "Pass" else: result = "Fail" ")

51 if(mark1>=50 and mark2>=50 and mark3>=50): if(average>=80): grade = "First Class with Distiniction" elif(average>=60 and average<80): grade = "First Class" elif(average>=50 and average<60): grade = "Second Class" else: grade = "No Class" else: grade = "No Class" print " " print "The Student ID is: ",studid print "The Student Name is: ",studname print "The Mark1 is: ",mark1 print "The Mark2 is: ",mark2 print "The Mark3 is: ",mark3 print "The Total Mark is: ",total print "The Average Mark is: ",average print "The Student Result is: ",result print "The Student Grade is: ",grade print " "

52 OUTPUT: RESULT:

53 CREATING STUDENT MARK STATEMENT USING PERL EX NO: DATE: AIM: PROGRAM CODE: print " "; print "\n"; print "Enter the Student ID: "; $studid = <STDIN>; print "Enter the Student Name: "; $studname = <STDIN>; print "Enter the Mark1: "; $mark1 = <STDIN>; print "Enter the Mark2: "; $mark2 = <STDIN>; print "Enter the Mark3: "; $mark3 = <STDIN>; $total = $mark1 + $mark2 + $mark3; $average = $total / 3;

54 if($mark1>=50 && $mark2>=50 && $mark3>=50) { $result = "Pass"; } else { $result = "Fail"; } if($mark1>=50 && $mark2>=50 && $mark3>=50) { if($average>=80) { $grade = "First Class with Distiniction"; } elsif($average>=60 && $average<80) { $grade = "First Class"; } elsif($average>=50 && $average<60) { $grade = "Second Class"; } else

55 { $grade = "No Class"; } } else { $grade = "No Class"; } print " "; print "\n"; print "The Student ID is: ",$studid; print "The Student Name is: ",$studname; print "The Mark1 is: ",$mark1; print "The Mark2 is: ",$mark2; print "The Mark3 is: ",$mark3; print "The Total Mark is: ",$total; print "The Average Mark is: ",$average; print "The Student Result is: ",$result; print "The Student Grade is: ",$grade; print " "

56 OUTPUT: RESULT:

57 INSTALL NS2 IN UBUNTU EX NO: DATE: AIM: INSTALLATION PROCEDURE: Step 1: Download the source for NS2 all in one (I used this version ns-allinone2.34.tar.gz) from the link Step 2: Extract the tar.gz file downloaded into your home folder by right-clicking the tag.gz file Step 3: Open terminal (Applications-->Accessories-->Terminal) and change the directory (using cd command) to the extracted folder and execute the following: The following command is used to compile the source../install It will take long time to compile all the required packages for ns to work... Step 4: To get nam command using sudo apt-get install nam Step 5: To get ns command using sudo apt-get install ns

58 RESULT

59 INSTALL NS2 IN WINDOWS EX NO: DATE: AIM: INSTALLATION PROCEDURE: 1. Install cygwin setup. 2. click Next button. 3. Select Install from Local Directory option.

60 4. Click Next button. 5. Click Next button. 6. Uncheck Hide obsolete and administrative packages option and click the View button from top. 7. Click Next button.

61 8. Click over the word Skip under column New. 9. Click Next button. 10. Click Finish button.

62 11. Click ok button to complete. 12. Go to Start All Programs Cygwin Cygwin Bash shell. 13. Copy and Paste the content of ns-allinone-2.30 folder into c:\cygwin\home\ 14. In the cygwin bash shell key in the command cd.. location

63 15. Type cd ns-allinone-2.30/ns Type in./configure

64 17. Type make. 18. Type make install. 19. Type cd Type cd nam-1.12.

65 21. Type./configure 22. Type make. 23. Type make install.

66 24. Type Exit RESULT:

67 SIMPLE TCL SCRIPT EX NO: DATE: AIM: PROGRAM CODE: #Solve the Given Expression is ex = (a*b) - c puts "Enter the A Value:" gets stdin a puts "Enter the B Value:" gets stdin b puts "Enter the C Value:" gets stdin c set ex [expr [expr ($a*$b)] - $c] puts "The Expression of the Above Value is: $ex"

68 OUTPUT: RESULT:

69 BIGGEST OF THREE NUMBERS USING TCL SCRIPT EX NO: DATE: AIM: PROGRAM CODE: puts "Enter the A Value: " gets stdin a puts "Enter the B Value: " gets stdin b puts "Enter the C Value: " gets stdin c if {$a>$b} { if {$a>$c} { puts "A is Big" } else { puts "C is Big" } } else { if {$b>$c} { puts "B is Big" } else { puts "C is Big" } }

70 OUTPUT: RESULT:

Apache, Php, MySql Configuration

Apache, Php, MySql Configuration 1.0 Introduction Apache, Php, MySql Configuration You will be guided to install the Apache web server and PHP and then configure them with MySQL database. There are several pre-requisite tasks MUST be

More information

Installing LAMP on Ubuntu and (Lucid Lynx, Maverick Meerkat)

Installing LAMP on Ubuntu and (Lucid Lynx, Maverick Meerkat) Installing LAMP on Ubuntu 10.04 and 10.10 (Lucid Lynx, Maverick Meerkat) April 29, 2010 by Linerd If you're developing websites, it's nice to be able to test your code in the privacy of your own computer

More information

Preparing Your Working Environment

Preparing Your Working Environment A Preparing Your Working Environment In order to avoid any headaches while going through the case studies in this book, it's best to install the necessary software and configure your environment the right

More information

Installing PHP 5.1 On Windows

Installing PHP 5.1 On Windows Installing PHP 5.1 On Windows 1. The PHP setup file is a zip archive. Extract the contents of the zip file using Winzip or any other archiving tool 2. In the extraction process, all the zipped files will

More information

INSTALLING GUIDE FOR A WEB SERVER

INSTALLING GUIDE FOR A WEB SERVER Installation and configuration of Apache 2.2, PHP5 enviroinment, MySQL 5.5 and phpmyadmin 3.4 By: Josué Gayán Báscones For: Web Application Deployment, 2 nd ASIX Josué Gayán Báscones Web Application Deployment

More information

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD NOTE: Before performing the below tasks, please ensure you have one basic disk partition (with no data) or some free space

More information

Title: Demonstrate the linux installation and administration settings.

Title: Demonstrate the linux installation and administration settings. OOPL Assignment 1 Title: Demonstrate the linux installation and administration settings. Objectives: 1) To install Ubuntu Linux on Windows without erasing current operating system. 2) To give the students

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

Installing MediaWiki using VirtualBox

Installing MediaWiki using VirtualBox Installing MediaWiki using VirtualBox Install VirtualBox with your package manager or download it from the https://www.virtualbox.org/ website and follow the installation instructions. Load an Image For

More information

COM1004 Web and Internet Technology

COM1004 Web and Internet Technology COM1004 Web and Internet Technology When a user submits a web form, how do we save the information to a database? How do we retrieve that data later? ID NAME EMAIL MESSAGE TIMESTAMP 1 Mike mike@dcs Hi

More information

Kollaborate Server. Installation Guide

Kollaborate Server. Installation Guide 1 Kollaborate Server Installation Guide Kollaborate Server is a local implementation of the Kollaborate cloud workflow system that allows you to run the service in-house on your own server and storage.

More information

L.A.M.P. Stack Part I

L.A.M.P. Stack Part I L.A.M.P. Stack Part I By George Beatty and Matt Frantz This lab will cover the basic installation and some configuration of a LAMP stack on a Ubuntu virtual box. Students will download and install the

More information

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Operating Systems Lab 1 Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Oracle VirtualBox is a cross-platform virtualization application. It installs on your existing

More information

WA2442 Introduction to JavaScript. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2442 Introduction to JavaScript. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2442 Introduction to JavaScript Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

Course Wiki. Today s Topics. Web Resources. Amazon EC2. Linux. Apache PHP. Workflow and Tools. Extensible Networking Platform 1

Course Wiki. Today s Topics. Web Resources. Amazon EC2. Linux. Apache PHP. Workflow and Tools. Extensible Networking Platform 1 Today s Topics Web Resources Amazon EC2 Linux Apache PHP Workflow and Tools Extensible Networking Platform 1 1 - CSE 330 Creative Programming and Rapid Prototyping Course Wiki Extensible Networking Platform

More information

Installation Manual InfraManage.NET Installation Instructions for Ubuntu

Installation Manual InfraManage.NET Installation Instructions for Ubuntu Installation Manual InfraManage.NET Installation Instructions for Ubuntu Copyright 1996 2017 Timothy Ste. Marie Version 7.5.72SQL InfraManage.NET Installing InfraManage.NET Page 1 of 78 Table of Contents

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

Apache Manual Install Ubuntu Php Mysql. Phpmyadmin No >>>CLICK HERE<<<

Apache Manual Install Ubuntu Php Mysql. Phpmyadmin No >>>CLICK HERE<<< Apache Manual Install Ubuntu Php Mysql Phpmyadmin No Ubuntu 14.10 LAMP server tutorial with Apache 2, PHP 5 and MySQL (MariaDB) Additionally, I will install phpmyadmin to make MySQL administration easier.

More information

TechNote: 5a-WordPress Install - PHP 5-2-x Setup

TechNote: 5a-WordPress Install - PHP 5-2-x Setup TechNote: 5a-WordPress Install - PHP 5-2-x Setup Introduction (1.1): TechNote 5a in the WordPress installation and setup series reviews setting up PHP 5.2.x in an XP SP3 environment using IIS 5.1. Introduction

More information

WA2423 JavaScript for Web 2.0 Development. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2423 JavaScript for Web 2.0 Development. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2423 JavaScript for Web 2.0 Development Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 04 Tutorial 1, Part 1 Ubuntu Hi everyone, welcome to the first

More information

Apache Install Instructions Win7 7 Php Mysql. Phpmyadmin Linux >>>CLICK HERE<<<

Apache Install Instructions Win7 7 Php Mysql. Phpmyadmin Linux >>>CLICK HERE<<< Apache Install Instructions Win7 7 Php Mysql Phpmyadmin Linux sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin. And in particular Yeah, Test PHP instructions are still, or perhaps again

More information

We want to install putty, an ssh client on the laptops. In the web browser goto:

We want to install putty, an ssh client on the laptops. In the web browser goto: We want to install putty, an ssh client on the laptops. In the web browser goto: www.chiark.greenend.org.uk/~sgtatham/putty/download.html Under Alternative binary files grab 32 bit putty.exe and put it

More information

Why You Should Not Use Arch

Why You Should Not Use Arch Why You Should Not Use Arch A new users guide to highly personalized, low maintenance operating system. Artur Frącek CC BY-NC-ND 4.0 1 Intro Arch is a very good Linux distribution so it is not a surprise

More information

By the end of this section of the practical, the students should be able to:

By the end of this section of the practical, the students should be able to: By the end of this section of the practical, the students should be able to: Display output with PHP built-in and user defined variables, data types and operators Work with text files in PHP Construct

More information

Practice and Review Activities Software

Practice and Review Activities Software Practice and Review Activities Software Installation and Setup Procedure Reading Mastery Signature Edition Corrective Reading Installation Insert the Practice and Review Activities CD-ROM into the CD/DVD

More information

Step By Step Ubuntu (Precise) LAMP Server Setup

Step By Step Ubuntu (Precise) LAMP Server Setup Step By Step Ubuntu 12.04 (Precise) LAMP Server Setup May 21, 2012 In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up

More information

-: Ronak Patel (Gozariya) :Windows XP installation

-: Ronak Patel (Gozariya) :Windows XP installation -: Ronak Patel (Gozariya) :Windows XP installation Insert your Windows XP installation CD-ROM and power-on/restart your system: It will show the PC-BIOS startup message, like: memory test, memory installed

More information

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks SANS Institute - Operations Essentials Operating System Installation Guidelines The following document guides you step-by-step through the process of creating a dualboot system. Even if you do not use

More information

How To Reinstall Grub In Windows 7 Without Losing Data And Programs

How To Reinstall Grub In Windows 7 Without Losing Data And Programs How To Reinstall Grub In Windows 7 Without Losing Data And Programs So if I install Windows 7 using CD again, will I lose Ubuntu? then yes you will lose Ubuntu, however if you reinstall Windows without

More information

Lab 1: Accessing the Linux Operating System Spring 2009

Lab 1: Accessing the Linux Operating System Spring 2009 CIS 90 Linux Lab Exercise Lab 1: Accessing the Linux Operating System Spring 2009 Lab 1: Accessing the Linux Operating System This lab takes a look at UNIX through an online experience on an Ubuntu Linux

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information

SPSS Tutorial - How to Perform an Offline License Activation on a Windows Computer

SPSS Tutorial - How to Perform an Offline License Activation on a Windows Computer SPSS Tutorial - How to Perform an Offline License Activation on a Windows Computer Only Computers That DO NOT Have an Internet Connection Need to Do This If the computer you want to activate SPSS on does

More information

WA2387 Hands-On soapui - Classroom Setup Guide. WA2387 Hands-On soapui. Classroom Setup Guide. Web Age Solutions Inc.

WA2387 Hands-On soapui - Classroom Setup Guide. WA2387 Hands-On soapui. Classroom Setup Guide. Web Age Solutions Inc. WA2387 Hands-On soapui Classroom Setup Guide Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software Requirements...3 Part 3 - Software Provided...4

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

WA2056 Building HTML5 Based Mobile Web Sites. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2056 Building HTML5 Based Mobile Web Sites. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2056 Building HTML5 Based Mobile Web Sites Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum

More information

Apache MySQL PHP PHPAdmin Install

Apache MySQL PHP PHPAdmin Install Apache MySQL PHP PHPAdmin Install Installing Apache 2 To only install the apache2 webserver, use any method to install apache2 It requires a restart for it to work sudo /etc/init.d/apache2 restart Checking

More information

MassTransit Enterprise Web Configuration

MassTransit Enterprise Web Configuration MassTransit Enterprise Web Configuration Version: 2.1.1 Date: 03/04/2008 Group Logic, Inc. 1110 N. Glebe Road, Suite 450 Arlington, VA 22201 Phone: (703) 528-1555 Fax: (703) 527-2567 Email: info@grouplogic.com

More information

Running A MyDNS Name Server On OpenBSD (MySQL/PHP + MyDNS + MyDNSConfig)

Running A MyDNS Name Server On OpenBSD (MySQL/PHP + MyDNS + MyDNSConfig) By ZcWorld (Shane Ebert) Published: 2008-03-31 18:28 Running A MyDNS Name Server On OpenBSD (MySQL/PHP + MyDNS + MyDNSConfig) This tutorial shows how to run a MyDNS name server on an OpenBSD server. It

More information

Fedora Core: Made Simple

Fedora Core: Made Simple Table of Contents Installing Fedora...2 Before you begin...2 Compatible Hardware...2 Minimum Requirements...2 Disk Space Requirements...2 Help! Booting from the CD ROM Drive Fails!...2 Installing Fedora

More information

OpenEMR INSTALLATION AND UPGRADE Quick guide

OpenEMR INSTALLATION AND UPGRADE Quick guide OpenEMR INSTALLATION AND UPGRADE Quick guide Preliminary documentation September 2 nd, 2009 Updated February 1 st, 2010 Amended on July 13 th, 2010 Amended September 22, 2010 Page 1 of 19 Preliminary notes

More information

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box jthomas Enterprises, 2016 Building a CentOS 7 Workstation using Oracle VirtualBox 1 Section 1 Before You Begin This section details the environment

More information

The Python Mini-Degree Development Environment Guide

The Python Mini-Degree Development Environment Guide The Python Mini-Degree Development Environment Guide By Zenva Welcome! We are happy to welcome you to the premiere Python development program available on the web The Python Mini-Degree by Zenva. This

More information

Lab E2: bypassing authentication and resetting passwords

Lab E2: bypassing authentication and resetting passwords Lab E2: bypassing authentication and resetting passwords TTM4175 September 7, 2015 The purpose of this lab is to learn about techniques for bypassing the authentication and access control of Windows and

More information

Install and Configure Ubuntu on a VirtualBox Virtual Machine

Install and Configure Ubuntu on a VirtualBox Virtual Machine Install and Configure Ubuntu on a VirtualBox Virtual Machine Ronald Mak Department of Computer Engineering Department of Computer Science January 11, 2019 Introduction Because the class will use Linux

More information

School of Information and Computer Technology Sirindhorn International Institute of Technology Thammasat University

School of Information and Computer Technology Sirindhorn International Institute of Technology Thammasat University School of Information and Computer Technology Sirindhorn International Institute of Technology Thammasat University ITS351 Database Programming Laboratory Laboratory #1: HTML & CSS Objective: - To introduce

More information

This is Lab Worksheet/Installation 7

This is Lab Worksheet/Installation 7 This is Lab Worksheet/Installation 7 This Lab Worksheet/Installation contains essential installation work needed for your upcoming Assignments. You do not have to hand in this Lab Worksheet, but there

More information

OptiRain Open 2 Installation Guide for LInux. This guide provides general instructions for installing OptiRain Open 2 on a Linux based server.

OptiRain Open 2 Installation Guide for LInux. This guide provides general instructions for installing OptiRain Open 2 on a Linux based server. QUICKSMART OptiRain Open 2 Installation Guide for LInux QuickSmart Development P.O. Box 3689 Santa Clara, CA 95055 408-777-0944 www.quicksmart.com This guide provides general instructions for installing

More information

Communication protocols and services

Communication protocols and services This chapter describes various protocols and that may be enabled on Modberry. SSH Connection SSH service is started up on boot and already preinstalled and configured. You may access your device through

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

Labtainer Student Guide

Labtainer Student Guide Labtainer Student Guide January 18, 2018 1 Introduction This manual is intended for use by students performing labs with Labtainers. Labtainers assume you have a Linux system, e.g., a virtual machine.

More information

K-RATE INSTALLATION MANUAL

K-RATE INSTALLATION MANUAL K-RATE INSTALLATION MANUAL K-Rate Installation Manual Contents SYSTEM REQUIREMENTS... 3 1. DOWNLOADING K-RATE... 4 STEP 1: LOGIN TO YOUR MEMBER ACCOUNT... 4 STEP 2: ENTER DOMAIN NAME... 5 STEP 3: DOWNLOAD

More information

'phred dist acd.tar.z'

'phred dist acd.tar.z' Phred is free for academic use but does require registration and for you to obtain a licence. Please visit http://www.phrap.org/consed/consed.html#howtoget and follow the instructions. A copy of the Phred

More information

Mysql Server 4.1 Manually Windows 7 Start Service

Mysql Server 4.1 Manually Windows 7 Start Service Mysql Server 4.1 Manually Windows 7 Start Service If you are not running the MySQL server as a service, use mysqladmin to manually remove the previous installation and MySQL service (if the server If you

More information

MOODLE. IT administrators Manual. Installing Moodle 2.7.x under Windows Server 2008 r2 SP1. Al-Quds Open University

MOODLE. IT administrators Manual. Installing Moodle 2.7.x under Windows Server 2008 r2 SP1. Al-Quds Open University MOODLE IT administrators Manual Installing Moodle 2.7.x under Windows Server 2008 r2 SP1 Al-Quds Open University August 2014 Table of Contents What is Moodle?... 5 Moodle requirements... 5 Hardware (Server

More information

Installing Oxwall completely in Amazon Cloud

Installing Oxwall completely in Amazon Cloud Contents Installing Oxwall completely in Amazon Cloud... 1 PART 1 Creating AWS Instance... 1 Section 1 Security Group... 1 Section 2 - A LAMP-friendly instance... 2 Section 3 - The Elastic IP... 5 PART

More information

Setup of PostgreSQL, pgadmin and importing data. CS3200 Database design (sp18 s2) Version 2/9/2018

Setup of PostgreSQL, pgadmin and importing data. CS3200 Database design (sp18 s2)   Version 2/9/2018 Setup of PostgreSQL, pgadmin and importing data CS3200 Database design (sp18 s2) https://course.ccs.neu.edu/cs3200sp18s2/ Version 2/9/2018 1 Overview This document covers 2 issues: 1) How to install PostgreSQL:

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Setting Up a Linux Operating System

Setting Up a Linux Operating System Name: Setting Up a Linux Operating System We will be using the Linux operating system for most of our practical work in this class. Knoppix is a live CD distribution of Linux, based on the Debian distribution.

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

Nagios User Guide. You can use apt-get to install these packages by running the following commands:

Nagios User Guide. You can use apt-get to install these packages by running the following commands: Nagios User Guide This guide will cover the installation process of Nagios on Ubuntu Operating System and will also serve as a user guide on how to configure Nagios. If any command does not work there

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

CHAPTER III PLANNING

CHAPTER III PLANNING CHAPTER III PLANNING Table 1: Project Management Activities August September October Analysis Install VirtualBox Installation and update Ubuntu 14.04, Fedora 22 dan opensuse 13.1 Configuration VirtualBox

More information

How To Start Mysql Use Linux Command Line Client In Ubuntu

How To Start Mysql Use Linux Command Line Client In Ubuntu How To Start Mysql Use Linux Command Line Client In Ubuntu Getting started with MySQL for web and server applications on Ubuntu 14.04 LTS (Trusty Tahr). get started with MySQL on an Ubuntu 14.04 LTS (Trusty

More information

Parallels Server 5 Bare Metal

Parallels Server 5 Bare Metal Parallels Server 5 Bare Metal Installation Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels

More information

Installing Eclipse (C++/Java)

Installing Eclipse (C++/Java) Installing Eclipse (C++/Java) The 2017 suite of text-based languages, Java and C++, utilize the current version of Eclipse as a development environment. The FRC specific tools for the chosen language are

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox CIS 231 Windows 7 Install Lab #2 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

WA1976 WebSphere Application Server 7.0 Administration Fundamentals. Classroom Setup Guide. Web Age Solutions Inc.

WA1976 WebSphere Application Server 7.0 Administration Fundamentals. Classroom Setup Guide. Web Age Solutions Inc. WA1976 WebSphere Application Server 7.0 Administration Fundamentals Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 01/28/09 Table of Contents Classroom Requirements...3

More information

Database Connectivity using PHP Some Points to Remember:

Database Connectivity using PHP Some Points to Remember: Database Connectivity using PHP Some Points to Remember: 1. PHP has a boolean datatype which can have 2 values: true or false. However, in PHP, the number 0 (zero) is also considered as equivalent to False.

More information

How to Install Ubuntu on VirtualBox

How to Install Ubuntu on VirtualBox How to Install Ubuntu on VirtualBox Updated on January 26, 2017 Melanie more VirtualBox is easy to use software that allows you to use multiple operating systems simultaneously. As different operating

More information

WA1561 WebSphere Application Server v6.1 Administration. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA1561 WebSphere Application Server v6.1 Administration. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA1561 WebSphere Application Server v6.1 Administration Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Classroom Requirements...3 Part 1 - Minimum Hardware

More information

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup Purpose: The purpose of this lab is to setup software that you will be using throughout the term for learning about Python

More information

WA2031 WebSphere Application Server 8.0 Administration on Windows. Classroom Setup Guide. Web Age Solutions Inc.

WA2031 WebSphere Application Server 8.0 Administration on Windows. Classroom Setup Guide. Web Age Solutions Inc. WA2031 WebSphere Application Server 8.0 Administration on Windows Classroom Setup Guide Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software Requirements...3

More information

PHP is a scripting language used primarily on Web

PHP is a scripting language used primarily on Web Introduction to PHP PHP is a scripting language used primarily on Web servers running the Apache HTTP server software. While uses for PHP are many, the core functionality is to provide a language and framework

More information

WA2185 Platform Independent Mobile Development with jquery Mobile and Apache Cordova. Classroom Setup Guide. Web Age Solutions Inc.

WA2185 Platform Independent Mobile Development with jquery Mobile and Apache Cordova. Classroom Setup Guide. Web Age Solutions Inc. WA2185 Platform Independent Mobile Development with jquery Mobile and Apache Cordova Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware

More information

Ubuntu 7.10 VMware Fusion Virtual Machine Setup Install HOWTO

Ubuntu 7.10 VMware Fusion Virtual Machine Setup Install HOWTO Ubuntu 7.10 VMware Fusion Virtual Machine Setup Install HOWTO I created this document for the Users that do not have enough experience dealing with Linux OSes and or the Command Line for installing VMware

More information

Buzztouch Server 2.0 with Amazon EC2

Buzztouch Server 2.0 with Amazon EC2 Buzztouch Server 2.0 with Amazon EC2 This is for those that want a step by step instructions on how to prepare an Amazon's EC2 instance for the Buzztouch server. This document only covers the amazon EC2

More information

Princess Nourah bint Abdulrahman University. Computer Sciences Department

Princess Nourah bint Abdulrahman University. Computer Sciences Department Princess Nourah bint Abdulrahman University Computer Sciences Department 1 And use http://www.w3schools.com/ PHP Part 3 Objectives Creating a new MySQL Database using Create & Check connection with Database

More information

Setting up Ubuntu with VirtualBox

Setting up Ubuntu with VirtualBox Setting up Ubuntu with VirtualBox Following is an install guide for setting up VirtualBox with Ubuntu 16.04.3 on your system. If you have problems, more detailed instruction and troubleshooting tips can

More information

XD10004: How to Install VMware ESX Server 3.5 on VMware Workstation 6.5 as a VM

XD10004: How to Install VMware ESX Server 3.5 on VMware Workstation 6.5 as a VM white paper XD10004: How to Install VMware ESX Server 3.5 on VMware Workstation 6.5 as a VM VI in a Box - the portable virtual infrastructure Title: How to Install VMware ESX Server 3.5 on VMware Workstation

More information

If you re the administrator on any network,

If you re the administrator on any network, Let s do an inventory! If you re the administrator on any network, chances are you ve already faced the need to make an inventory. In fact, keeping a list of all the computers, monitors, software and other

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

ATTENTION!!! Please be sure this document is delivered to the network administrator who will be installing Network WYNN!!

ATTENTION!!! Please be sure this document is delivered to the network administrator who will be installing Network WYNN!! ATTENTION!!! Please be sure this document is delivered to the network administrator who will be installing Network WYNN!! Network WYNN 3.1 Installation Documentation November 2003 The following information

More information

COMP519: Web Programming Autumn 2015

COMP519: Web Programming Autumn 2015 COMP519: Web Programming Autumn 2015 In the next lectures you will learn What is SQL How to access mysql database How to create a basic mysql database How to use some basic queries How to use PHP and mysql

More information

Due: February 26, 2014, 7.30 PM

Due: February 26, 2014, 7.30 PM Jackson State University Department of Computer Science CSC 438-01/539-01 Systems and Software Security, Spring 2014 Instructor: Dr. Natarajan Meghanathan Project 1: Exploring UNIX Access Control in a

More information

Amazon Web Services Hands on EC2 December, 2012

Amazon Web Services Hands on EC2 December, 2012 Amazon Web Services Hands on EC2 December, 2012 Copyright 2011-2012, Amazon Web Services, All Rights Reserved Page 1-42 Table of Contents Launch a Linux Instance... 4 Connect to the Linux Instance Using

More information

macos High Sierra Apache Setup: Multiple PHP Versions First part in a multi-part blog series for Mac developers

macos High Sierra Apache Setup: Multiple PHP Versions First part in a multi-part blog series for Mac developers macos 10.13 High Sierra Apache Setup: Multiple PHP Versions First part in a multi-part blog series for Mac developers Andy Miller posted on 10/22/2017 in macos + sierra + apache + homebrew + php 14 mins

More information

Database Management Systems Session 8

Database Management Systems Session 8 Database Management Systems Session 8 Instructor: Vinnie Costa vcosta@optonline.net CSC056-Z1 Database Management Systems Vinnie Costa Hofstra University 1 It s All In The Presentation!!! After a summer-long

More information

Installing PHP on Windows 10 Bash and Starting a Local Server

Installing PHP on Windows 10 Bash and Starting a Local Server Installing PHP on Windows 10 Bash and Starting a Local Server Bash on Ubuntu/Windows is a way to use a command line to run all kinds of programs (including git!). But we ll want a Bash terminal to run

More information

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems This is Worksheet and Assignment 12 This is a combined Worksheet and Assignment.. Quizzes and tests may refer to work done in this Worksheet and Assignment; save your answers. You will use a checking program

More information

Database Systems. phpmyadmin Tutorial

Database Systems. phpmyadmin Tutorial phpmyadmin Tutorial Please begin by logging into your Student Webspace. You will access the Student Webspace by logging into the Campus Common site. Go to the bottom of the page and click on the Go button

More information

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems : Advanced Operating Systems IT Essentials: PC Hardware and Software v4.0 1 Purpose of this Presentation To provide to instructors an overview of : List of chapter objectives Overview of the chapter contents,

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2 VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

2. INSTALLATION OF SUSE

2. INSTALLATION OF SUSE 2. INSTALLATION OF SUSE 2.1. PREINSTALLATION STEPS 2.1.1. Overview Installing any kind of operating system is a big move and can come as something of a shock to our PC. However, SUSE Linux makes this complicated

More information

OpenPro Installation Instructions

OpenPro Installation Instructions OpenPro ERP Software Installation Guide 10061 Talbert Ave Suite 200 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491 www.openpro.com infoop@openpro.com OpenPro Installation of Software

More information

Red Hat Operating System Installation Tips

Red Hat Operating System Installation Tips APPENDIXA Date: 9/24/10 This appendix describes the recommended Red Hat operating system installation procedure in three parts and includes the following sections: Red Hat Installation Procedure, page

More information

Installing Koha on Windows XP. Amandeep Kapila

Installing Koha on Windows XP. Amandeep Kapila Installing Koha on Windows XP For MLIS Online by Amandeep Kapila 0 Introduction KOHA is an Integrated Library System with all the features that are required in day to day library management operations.

More information

Managing Xen With Xen-Tools, Xen-Shell, And Argo

Managing Xen With Xen-Tools, Xen-Shell, And Argo By Falko Timme Published: 2006-10-21 20:35 Managing Xen With Xen-Tools, Xen-Shell, And Argo Version 1.0 Author: Falko Timme Last edited 10/21/2006 This guide describes how

More information