{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 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
Firewall Polsas With p2p port Blocking
firewall_p2pBlock … Read entire article »
Filed under: 7. Operating System