Having a static IP address under Ubuntu 8.10 ShowHaving a static IP address under Ubuntu 8.10
To have a fixed IP persistent:
Configure manually the interfaces
For a fix IP (10.0.0.1 on your eth1 interface) use:
To make use of dynamic IP (e.g eth0):
DNS
NetworkManager is a...
Installing Opera 10 under Ubuntu 9.04 (Jaunty) ShowInstalling Opera 10 under Ubuntu 9.04 (Jaunty)
If you already have an older version of Opera, first remove it: sudo apt-get remove opera
(This operation will not results in the lost of your configuration or your bookmarks.)
Then do:...
Nvidia WDM Video Capture(universal)code 10 ShowNvidia WDM Video Capture(universal)code 10
Uninstallation/Installation pack Nvidia drivers
Uninstalling the Nvidia drivers on your PC
Installating downloaded package
This procedure was performed for a NVIDIA GeForce...
Style classes (CSS) ShowClasses and IDs
Classes
A web designer might want to assign different styles to the same tags. For this reason, the CSS specifications introduced the concept of classes. The definition of classes is as simple as that of styles. It involves...
CSS - Style sheets ShowIntroduction to style sheets
The concept of style sheets first appeared in 1996 when the W3C published a new recommendation entitled "Cascading Style Sheets", or CSS for short. The principle behind style sheets involves using a single document to...
Style syntax (CSS) ShowDefining a style
Defining a style is done using simple text rules for describing the aspects of page elements. A CSS rule is characterised by two main elements:
A type selector, for specifying which tags in the document the style applies to; A...