Tuesday, April 01, 2008

Linux_Shutdown_Commandline

RESTART/REBOOT LINUX
----------------------------------------------------------------------
Linux: Reboot: How to reboot from the command line??
Method: reboot from the command line:
 shutdown -fr now # restarts
or
 shutdown -r now # restarts
or
 reboot
---
---
Method: reboot using <DEL>
When in a text mode screen,
press <DEL>
---
SHUTDOWN LINUX
----------------------------------------------------------------------
Linux: shutdown: How to shutdown from the command line??
Method: shutdown from the command line:
 shutdown -fr now # shutdown

Web Development

RABU - 12/3/08

Web Development dibahagikan kpd 2 :
  • Static --- Pure HTML
  • Dynamic

Static
  • Content
  • nk ubah/edit perlu buka semula fail tersebut
  • pages yang tersedia

Dynamic
  • content can be anything (dynamicly loaded into web page)
  • Develop guna mySQL & PHP
  • Keperluan : web server (-> apache) + mySQL + PHP
  • Software : WAMP, XAMP, Easy PHP [ ada ketiga-tiga keperluan diatas -packages)
Web Authoring Tools -> Dreamweaver

Buat folder untuk...( step )
  1. /var/www/html
  2. mkdir shadia
  3. vim index.html

Web development is a broad term for any activities related to developing a web site for the World Wide Web or an intranet.
This can include e-commerce business development, web design, web content development, client-side/server-side coding, and web server configuration.
However, among web professionals, "web development" usually refers only to the non-design aspects of building web sites, e.g. writing markup and coding.
Web development can range from developing the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, or social network services.
For larger businesses and organizations, web development teams can consist of hundreds of people (web developers).
maller organizations may only require a single permanent or contracting webmaster, or secondary assignment to related job positions such as a graphic designer and/or Information systems technician.
Web development may be a collaborative effort between departments rather than the domain of a designated department.

Reference-http://en.wikipedia.org/wiki/Web_development