Jumat, 27 Juli 2012
Rabu, 25 Juli 2012
Konfigurasi Squid Proxy pada Linux Debian 4
Pertama kita install squid lalu konfigurasi squid proxynya :
- Log in : edvito
password: edvito
- apt-get install squid (Enter)
Do you want to continue ? “y”
- cp /etc/squid/squid.conf /etc/squid.conf.backup (Enter)
- nano /etc/squid/squid.conf (Enter)
- (Ctrl + W) ketik » port 3128
http_port 3128 (tambahkan ‘transparent’)
maka hasilnya: http_port 3128 transparent
Senin, 16 Juli 2012
Sistem Bilangan
1. Digital
- Biner = 0 dan 1 = 2
- Oktal = 0 - 7 = 8
- Desimal = 0 - 9 = 10
- Hexadesimal = 0 - F = 16
2. Konvensi Bilangan
- A = ASCII (American Standard Code for Information Interchange) = 65
- Biner - Oktal - Desimal - Hexadesimal
0 0 0 0
1 1 1 1
2 2 2
10 = 1010 12 10 A
Biner | Oktal | Desimal | Hexadesimal |
---|---|---|---|
0000 | 0 | 0 | 0 |
0001 | 1 | 1 | 1 |
0010 | 2 | 2 | 2 |
0011 | 3 | 3 | 3 |
0100 | 4 | 4 | 4 |
0101 | 5 | 5 | 5 |
0110 | 6 | 6 | 6 |
0111 | 7 | 7 | 7 |
1000 | 10 | 8 | 8 |
1001 | 11 | 9 | 9 |
1010 | 12 | 10 | A |
1011 | 13 | 11 | B |
1100 | 14 | 12 | C |
1101 | 15 | 13 | D |
1110 | 16 | 14 | E |
1111 | 17 | 15 | F |
Langganan:
Postingan (Atom)