in this section we can share how to backup your bookmarks on firefox
this method is directly taking a back up of the bookmarks.html file from the profile folder of the Firefox application. To do this navigate to this fold
C:\Documents and Settings\
| Ngonfik Mikrotik | |
| Untuk Mengkonfik mikrotik dapat menggunakan winbox , click winbox anda kemudian masukan user id admin dan password tekan enter bila masih default, lalu pilih mac address yang anda akan config. | |
| Config buat Acces Point Interface - eth1 - wlan - bridge1 wlan setting Radio-name = radityo mode = AP-Bridge ssid = abahku band = 5GHz freq = 5180 Security Profile = m0m0tu4 Default Autentication = yes Default Forward = yes WDS Setting wds mode = dynamic wds de bridge = bridge1 Security Profile Setting name = m0m0tu4 mode = dynamic key WPA - PSK = yes WPA2 - PSK = yes WPA - Pre-Share-Key = 4b4h-m0m0-c4y4n9 WPA2- Pre-Share-Key = 4b4h-m0m0-c4y4n9 Bridging Setting interface yang di bridge - Eth1 - wlan - wds Setting IP Address interface yang di setting ip adalah bridge = 172.30.30.5 | Config buat CLIENT Interface - eth1 - wlan - bridge wlan setting radio-name = ademaby mode = station wds ssid = abahku band = 5GHz freq = 5180 Security Profile = m0m0tu4 Default Autentication = yes Default Forward = yes WDS Setting wds mode = dynamic wds de bridge = bridge1 Security Profile Setting name = m0m0tu4 mode = dynamic key WPA - PSK = yes WPA2 - PSK = yes WPA - Pre-Share-Key = 4b4h-m0m0-c4y4n9 WPA2- Pre-Share-Key = 4b4h-m0m0-c4y4n9 Bridging Setting - Eth1 - wlan Setting IP Address interface yang di setting ip adalah bridge = 172.30.30.6 |

max_execution_time = 300
date.timezone = UTC
ensure DBHost=localhost
ensure DBName=zabbix
ensure DBUser=zabbix
ensure DBPassword=password-anda
Buat script untuk mengaktifkan zabbix_agentd
vi /etc/rc.d/rc.zabbix_agend
#!/bin/sh
SERVICE="ZABBIX agent"
#DAEMON=/usr/local/bin/zabbix_agentd
DAEMON=/usr/sbin/zabbix_agentd
PIDFILE=/tmp/zabbix_agentd.pid
case $1 in
'start')
if [ -x ${DAEMON} ]
then
$DAEMON
# Error checking here would be good...
echo "${SERVICE} started."
else
echo "Can't find file ${DAEMON}."
echo "${SERVICE} NOT started."
fi
;;
'stop')
if [ -s ${PIDFILE} ]
then
if kill `cat ${PIDFILE}` >/dev/null 2>&1
then
echo "${SERVICE} terminated."
rm -f ${PIDFILE}
fi
fi
;;
'restart')
$0 stop
$0 start
;;
*)
echo "Usage: $0 start|stop|restart"
;;
esac
Buat script untuk mengaktifkan zabbix_server
edit vi serta rc.zabbix_server
#!/bin/sh
SERVICE="ZABBIX server"
#DAEMON=/usr/local/bin/zabbix_server
DAEMON=/usr/sbin/zabbix_server
PIDFILE=/tmp/zabbix_server.pid
case $1 in
'start')
if [ -x ${DAEMON} ]
then
$DAEMON
# Error checking here would be good...
echo "${SERVICE} started."
else
echo "Can't find file ${DAEMON}."
echo "${SERVICE} NOT started."
fi
;;
'stop')
if [ -s ${PIDFILE} ]
then
if kill `cat ${PIDFILE}` >/dev/null 2>&1
then
echo "${SERVICE} terminated."
rm -f ${PIDFILE}
fi
fi
;;
'restart')
$0 stop
$0 start
;;
*)
echo "Usage: $0 start|stop|restart"
;;
esac
Copy database ke mysql
mysql -u root -p zabbix < /home/zabbix/zabbix-1.4.5/create/schema/mysql.sql mysql -u root -p zabbix < /home/zabbix/zabbix-1.4.5/create/data/data.sql mysql -u root -p zabbix < /home/zabbix/zabbix-1.4.5/create/data/images_mysql.sql Setting beberapa item di apache
cd /etc/httpd
vi php.ini, lalu tambahkan
max_execution_time = 300
date.timezone = UTC
lalu edit httpd.conf dan tambahkan
ScriptAlias /zabbix/ "/var/www/htdocs/zabbix/"
#
# Directory settings
#
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
AllowOverride None
Order allow,deny
Allow from all
lalu save.
Buat directory untuk zabbix.
mkdir -p /var/www/htdocs/zabbix
cp -R /home/zabbix/zabbix-1.4.4/frontends/php/* /var/www/htdocs/zabbix/
chown -R zabbix:zabbix /var/www/htdocs/zabbix/*
setelah itu restart apache , apachectl restart
dan jalankan scrip untuk zabbix_agentd dan zabbix_server
/etc/rc.d/rc.zabbix_agentd start
/etc/rc.d/rc.zabbix_server start
kemudian akses http://localhost/zabbix/
masukan user id admin dan password kosongkan saja lalu enter.
sekian dan terima kasih
yono

Instalasi Ejabberd menggunakan Slackware 12
Untuk keperluan instalasi tersebut maka di perlu di ambil source dari http://www.process-one.net/en/ejabberd/downloads/.
Kemudian file tersebut letakan di home directory anda
dari beri akses untuk dapat di ekseskusi dgn perintah chmod +x ./ejabberd-2.0.0-linux-x86-installer.bin
lalu jalankan
root@bedes:/home/yono# ./ejabberd-2.0.0-linux-x86-installer.bin
Language Selection
[1] German
[2] English
[3] Spanish
[4] French
[5] Dutch
[6] Russian
[7] Simplified Chinese
Please choose an option [2] : 2 lalu enter
Welcome to the ejabberd Setup Wizard.
setelah itu anda akan di berikan informasi mengenai licence otrs anda enter saja dan pilih Y untuk menyetujuinya.
Do you accept this license? [y/n]:y enter
ejabberd server domain
Administrator password
Retype password : (isikan sesuai keinginan anda)
----------------------------------------------------------------------------
Cluster
Setup is now ready to begin installing ejabberd on your computer.
0% ______________ 50% ______________ 100%
#########################################
----------------------------------------------------------------------------
Setup has finished installing ejabberd on your computer.
View Readme file? [Y/n]:N
selesai sudah prosedur instalasi ejabberd
untuk akses
http://localhost:5280/admin/access/
user = admin@localhost lalu masukan password anda tadi
sekian dan terima kasih
yono



linux:/opt# tar xf /tmp/otrs-2.2.x.tar.gz
linux:/opt# mv otrs-2.2.-x otrs
linux:/opt# ls
buat user untuk otrs
linux:/opt# useradd -d /opt/otrs/ -c 'OTRS user' otrs
linux:/opt# usermod -G nogroup otrs
kemudian kopikan demo config yang berada di directoy
/opt/otrs/Kernel and
/opt/otrs/Kernel/Config
linux:/opt# cd otrs/Kernel/
linux:/opt/otrs/Kernel# cp Config.pm.dist Config.pm
linux:/opt/otrs/Kernel# cd Config
linux:/opt/otrs/Kernel/Config# cp GenericAgent.pm.dist GenericAgent.pm
kemudian lakukan set permision nya
linux:/cd /opt/otrs/bin
linux:/opt/otrs/bin# ./SetPermissions.sh /opt/otrs otrs daemon daemon daemon
karena OTRS membutuhkan beberapa aplikasi perl , maka kita lakukan instalasi beberapa aplikasi perl tersebut
linux:/perl -e shell -MCPAN
install Digest::MD5
install Crypt::PasswdMD5
install Net::DNS
install MIME::Base64
jika akan install dalam aplikasi ldap
install Net::LDAP
...
jika di butuhkan untuk GD library
...
install GD
install GD::Text
install GD::Graph
install GD::Graph::lines
install GD::Text::Align
...
jika di butuhkan untuk PDF output
...
install PDF::API2
install Compress::Zlib
Jika module sudah ter install semua coba lalkukan chek module tersebut dengan
/opt/otrs/bin/otrss.checkModules
eksekusi dua file di bawah ini
perl -cw bin/cgi-bin/index.pl dan
perl -cw bin/PostMaster.pl setelah merubah directory /opt/otrs.
linux:~# cd /opt/otrs
linux:/opt/otrs# perl -cw bin/cgi-bin/installer.pl
cgi-bin/installer.pl syntax OK
linux:/opt/otrs# perl -cw bin/PostMaster.pl
PostMaster.pl syntax OK
tambahakan rule di bawah ini ke http.conf
#
# Basic apache configuration file for OTRS
#
# agent, admin and customer frontend
#
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
#
# Directory settings
#
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
AllowOverride None
Order allow,deny
Allow from all
lalu restart apache daemon dgn apachectl restart
jika menggunakan MySQL untuk database back-end, anda dengan mudah untuk konfigurasi OTRS database via web front-end.
ketik url
http://localhost/otrs/installer.pl
ikuti saja petunjuk yang ada dalam web front endnya
di akhir perintah akan muncul
To be able to use OTRS you have to enter the following line in your command line (Terminal/Shell) as root.
Restart your webserver:
restart your webserver
After doing so your OTRS is up and running.
| Start page: | http://localhost//installer.pl/index.pl |
| User: | root@localhost |
| Password: | root |
| ((enjoy)) Your OTRS Team | |
Setelah itu restart kemabalia apache daemonnya dengan apachectl restart
Untuk Mengakases
| http://localhost/otrs/ |
segitu dulu deh hasil oprekan saya
thx
yono