How to install BERYL in UBUNTU Linux
Submitted by alfredonacino on Mon, 2007-02-26 15:21.1. Add Beryl respositories in /etc/apr/sources.list
deb http://ubuntu.beryl-project.org/ edgy main
2. Add the encripted key to the repository
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
3. Update repositories
sudo apt-get update
4. Install XGL:
sudo apt-get install xserver-xgl
5. Install Beryl Emerald
sudo apt-get install beryl emerald-themes
Network Command-Line Tools
Submitted by alfredonacino on Thu, 2007-02-22 23:29.arp - used to display locally resolved IP addresses as physical (MAC) addresses
nbtstat - used to display connections using netbios over TCP/IP and their statistics
route - used to display local routing table
nslookup - used to help resolve DNS hostname resolution problems
netstat - used to display TCP/IP connections and current protocol statistics
Network range and Network Mask
Submitted by alfredonacino on Thu, 2007-02-22 23:21.Binary 00000001 = 1
Binary 11111110 = 254
CLASS A : 0.255.255.255 ---------- CLASS A network MASK : 255.0.0.0
CLASS B : 0.0.255.255 ---------- CLASS B network MASK : 255.255.0.0
CLASS C : 0.0.0.255 ---------- CLASS C network MASK : 255.255.255.0
Converting Binary Numbers to Base 10 and Back Again
Submitted by alfredonacino on Thu, 2007-02-22 22:42.Binary numbers in TCP/IP addresses are being shown in sets of EIGHT, as in 10011011, 11100010, or 00010011. Converting these numbers to base 10 are shown in the following example.
In a base 2 (binary) number, the digits are either ones or zeros. If the number is a one, you'll add up the number for that particular placeholder. The placeholders are worth the following in the decimal system: 128 64 32 16 8 4 2 1.
Windows Vista.......
Submitted by alfredonacino on Sun, 2007-02-18 13:51.What benifits could we gain in changing to windows vista?
Simulating my first program...
Submitted by alfredonacino on Sun, 2007-02-18 01:30.When I was in the university, I was studying with the help of my scholarship grants. My parents were not that lucky to buy me a computer even an obsolete one. When I took my first computer class I was very nervous and when my professor assigned my first homework, I have no choice but to simulate it on a sheet of paper.