Tuesday 6 October 2015

accepting packet
routing packet
transmitting packet

Measuring time of your body

06/10/2015
I first woke up at 10.00
I feel precious at 13:00

Sunday 4 October 2015

Dasar QoS konsep

Beberapa defenisi / pengertian

Trafik mobil merah boleh lewat sekian
Trafik mobil hijau boleh lewat sekian.


Quality of Service (QoS) is a set of technologies for managing network traffic in a cost-effective manner to enhance user experiences for home and enterprise environments. QoS technologies allow you to measure bandwidth, detect changing network conditions (such as congestion or availability of bandwidth), and prioritize or throttle traffic. For example, QoS technologies can be applied to prioritize traffic for latency-sensitive applications (such as voice or video) and to control the impact of latency-insensitive traffic (such as bulk data transfers).


What is a doctor type of traffic control?
First in first out.

Saturday 3 October 2015

1. Klik button Start apache
2. Klik button admin
3. Klik
pi@raspberrypi / $ ls
bin   dev  home  lost+found  mnt  proc  run   selinux  sys  usr
boot  etc  lib   media       opt  root  sbin  srv      tmp  var

How to Install or uninstall Webmin Linux Raspberry Pi

How to Install

Steps are:
1.First, download the file:
$ sudo wget http://prdownloads.sourceforge.net/webadmin/webadmin-1.580.tar.gz

2. Sec, unzip the file:
$ sudo tar -zxvf webmin-1.580.tar.gz

3. Third, make directory/folder at /var/www/
$ sudo mkdir /var/www/webmin

4. Fourth, change directory to webmin-1.580
$ cd webmin-1.580

5. Fifth, run the simple setup script
$ sudo sh setup.sh /var/www/webmin

6. Finish. Open your browser to: http://192.168.1.2:10000

How to Uninstall


Uninstall:
$ sudo /etc/webmin/uninstall.sh