Posts

Linux O.S. ( 12 Oct. 2012 )

Short test was taken by sir total marks 15 Searching in Linux   find   /home –name newfile Home refers where to find and name refers what to find   find /home –name newfolder –type f -type f specifies that search only folders   find /home –name as* -type –d   It will find all folders starting with as   -d specifies only folders If you are confirmed that target is file/folder than specify type other wise don’t mention type switch   find / -name win32.vir –ok rm “{ }” \; Rm used for remove directory “{ }” used for creating buffer or temporary storage   find / -name win 32.vir –ok rm –rf “{ }” \;             ok specify that user’s action needs verification   find / -name win 32.vir exit rm –rf “{ }” \;             due to exit switch it will not ask for verification   find / -name abc –type f –ex...

Laptop e oyeeeeee

Image

Html code for ue site's page

<!DOCTYPE html> <html> <head><title>Education University Page</title></head> <body> <div id="container" style="width:1200px"> <div id="header" style="background-color:white;width:1200px;height:200px;"> <img src="2.gif"/> <img src="1.jpg"/> </div> <div id="menu" style="background-color:white;width:160px;height:900px;float:left;"> <a href="http://www.google.com">UE Home</a><hr> <a href="http://www.google.com">Uiversity</a><hr> <a href="http://www.google.com">Division</a><hr> <a href="http://www.google.com">Campuses</a><hr> <a href="http://www.google.com">Faculty</a><hr> <a href="http://www.google.com">QEC</a><hr> <a href="http://www.google.com">Academ...

B.P ( 2 Oct. 2012 )

Different processes and their models were discussed cold storage management system hospital management system  admission system online registration system online voting system NADARA system pharmacy system swim lanes were explained sir tell s students to study logical gates so that they can explain different logics in next lecture Click here for detail on logical gate Admission system model in intalio ware is assignment It should be submit till next Tuesday

Network Design Management ( 2 Oct. 2012 )

ndm\CCNA-Folder for students\CCNA Slides CompleteSlides \ CCNA-Day2 ( 84#   – 118# ) were discussed Topics were -           Classful routing -           Classless routing -           Routing loop -           Split horizon -           Route poising -           Holddowns -           Verifying rip configuration .

Database Administration ( 1 Oct. 2012 )

Data dictionary made up from ·          sys ·          basetables ·          views there are more than 3600 database views Sir choosed about 30 views to teach us following 3 were discussed today ·          system resources views ·          system performance monitory views ·          security related views more detail and commands are in slides provided by sir in hard form .

Html code for cv by Rehan

<html> <body style="background-color:white;"> <div style="position:absolute;top:110px;left:800px;color:red;"> <p>Muhammad Rehan Gull<br>Boostan colony, qainchee stop, main feerozpur road, Lahore<br>03337172102<br>rehan.gull@ymail.com</p> </div> <div style="padding-left:0px;margin-top:10px; "> <h1 style="font-size:36pt;"><i><span style="color:orange;">Curriculum Vitae</i></h1> <div style="padding-left:150px;margin-top:3px; "> <h1 style="font-size:36pt;"><i><span style="color:green;">Muhammad Rehan Gull</span></i></h1> </div> <div id="menu" style="background-color:white;width:150px;height:700px;float:left;"> </div> <div id="content" style="background-color:white;float:left;width:700px;height:1800px;"> <pre>...