{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Archive
Installasi MRTG di Ubuntu
Networking → How to Install and Configure MRTG on Ubuntu Server 105 Comments August 13th, 2009 by iceflatline (2.28.10) – This post was amended to include minor editorial corrections — iceflatline (6.11.12) – This post was amended to include procedures for adding multiple gateway\router URLs to a single mrtg.cfg file and minor editorial corrections — iceflatline This post will describe how to install and configure Tobi Oetiker’s MRTG (Multi Router Traffic Grapher) on your Ubuntu home server. Once configured, you’ll be able to use it to monitor the traffic in and out of your home network using the SNMP capability in your network’s gateway\router. MRTG generates static HTML pages containing PNG images which provide a visual representation of this traffic. MRTG typically produces daily, weekly, monthly, and yearly graphs. MRTG is written in perl and … Read entire article »
Filed under: 7. Operating System
SNMP Ubuntu
1.Installation root@ibsen:~# sudo apt-get install snmpd Reading package lists... Done Building dependency tree      Reading state information... Done The following packages were automatically installed and are no longer required:  libmpich1.0gf libdc1394-22 genisoimage linux-headers-2.6.27-7 libgfortran2 dvd+rw-tools linux-headers-2.6.27-7-generic libcarp-clan-perl libxml-xql-perl libparse-yapp-perl  rdate python-xml localechooser-data gcc-4.2-base libimage-size-perl libdebconfclient0 libvisual-0.4-0 libmyth-python perlmagick libvisual-0.4-plugins libavdevice52 Use 'apt-get autoremove' to remove them. The following extra packages will be installed:  libperl5.10 libsensors3 libsnmp-base libsnmp15 Suggested packages:  lm-sensors The following NEW packages will be installed:  libperl5.10 libsensors3 libsnmp-base libsnmp15 snmpd 0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded. Need to get 2463kB of archives. After this operation, 7987kB of additional disk space will be used. Do you want to continue [Y/n]? answer y … Read entire article »
Filed under: 7. Operating System
SIM Sekolah
Tempatnya disini : \\192.168.1.1\data\PROJECT\SIM_sekolah … Read entire article »
Filed under: 7. Operating System
Parameter 1 to icl_content_node_view() expected to be a reference
The patch works for Drupal 7.14. Why not merge it to dev? @tzanis how to install patch (for Linux user): $ cd sites/all/modules/translation_management/icl_content $ wget http://drupal.org/files/issues/translation_management-node-hooks-by-valu… $ cp icl_content.wrapper.inc icl_content.wrapper.inc.bak $ patch -p1 icl_content.wrapper.inc -i translation_management-node-hooks-by-value.patch.txt … Read entire article »
Filed under: 7. Operating System
Bekap MYSQL data
#!/bin/bash tgl=`date "+%d%m%Y"`; mkdir /home/bekap_data/program/$tgl sqldir=/home/bekap_data/program/$tgl; directory=" aplikasi-pajak aplikasi-hutangpiutang aplikasi-sdm web2010 aplikasi-eproc aplikasi-neraca " for folder in $directory; do v_name=$folder"_"$tgl; tar -zcPf /home/bekap_data/program/$tgl/$v_name.tar /home/$folder/ done tar -zcPf /home/bekap_data/program/$tgl.tar $sqldir/ rm -R $sqldir/ … Read entire article »
Filed under: 7. Operating System
KOP Surat PILARINDO
Kop_Pilarindo2Â Â —> ini yang pas Kop_Pilarindo1 Kop_Pilarindo … Read entire article »
Filed under: 7. Operating System
MYSQL Syntax
CREATE TABLE absen ( id_absen int(11)NOT NULL AUTO_INCREMENTÂ PRIMARY KEY, nis int(4), id_semeseter int(1), tanggal date, absen varchar(1) ) CREATE TABLE siswa( nis int(4)NOT NULLÂ PRIMARY KEY, nama varchar(50), id_kelas int(2) )engine=InnoDB … Read entire article »
Filed under: 7. Operating System