You're new here, aren't you?
NetworkedBlogs allows you to stay up to date with blogs you love.
Click the Follow button to follow updates from this blog.
Install ConfigServer Mail Queues (cmq)
untuk install ConfigServer Mail Queues caranya :
1. download cmq pake wget
# wget http://configserver.com/free/cmq.tgz
2. Untar file cmq.tgz
# tar -xzf cmq.tgz
3. masuk ke directory cmq
# cd cmq
4. instal cmq dengan
# sh install.sh
login ke WHM, scrool down di menu bagian kiri “ConfigServer Mail Queues” sudah otomatis ada di WHM
Disable Statistics per Account hosting
untuk mendisable awstats per account hosting caranya
masuk ke SSH dengan login root
edit file /var/cpane/users/accountname
tambahkan baris berikut
skipanalog=1
skipawstats=1
skipwebalizer=1
apabila hanya ingin analog enable dan awstats, webalizer disable … tinggal rubah yg analog menjadi :
skipanalog=0
Jika ingin mematikan statistics untuk keseluruhan account hosting, cara nya
bukan WHM dan cari menu Server Configuration
klik Tweak Settings
Scroll kebawah, pada bagian ”Stats Programs” uncheck semuanya
click “Save”
skipanalog=1
skipawstats=1
skipwebalizer=1
Membuat Email alert Disk Space Partition
ini adalah script sederhana untuk membuat email alert apabila partisi hampir penuh
#!/bin/bashSIZE=`df / | grep / | awk ‘{print $5}’ | sed ’s/%//g’`UKURANMAX=90if [ $SIZE -gt $UKURANMAX ]thenmail -s “partition var hampir penuh” email@namadomain.com << EOFpartisi sudah hampir penuh. total: $SIZE%EOFfi
#!/bin/bash
SIZE=`df / | grep / | awk ‘{print $5}’ | sed ’s/%//g’`
UKURANMAX=90
if [ $SIZE -gt [...]
Linux Iptables ip_conntrack: table full, dropping packet error
apabila ada error di /var/log/messages (syslog) seperti:
# tailf /var/log/messages
Oct 8 04:42:46 server kernel: ip_conntrack: table full, dropping packet.
Oct 8 04:42:51 server kernel: printk: 504 messages suppressed.
Jika melihat pesan di atas di syslog, kelihatannya seperti database conntrack tidak cukup.
Anda dapat dengan mudah meningkatkan jumlah koneksi maksimal, tetapi bahwa setiap sambungan memakan sekitar 350 bytes of non-swappable [...]
(98)Address already in use
ketika restart / start apache pada cpanel, dan mendapatkan error seperti ini
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
“(98)Address already in use: make_sock: could not bind [...]
Not enough data.
Calculated for blogs with 20+ followers.
- www. SANDY WIDIANTO .com
Linux, Programmings, Software
- Sam Computer
Computer, Website, Hosting
- LoadFoO.COM
Hosting, Domain, Murah
- From Bajayau with IT
Pendidikan, Komputer, Linux
- satu sisi
linux, computer, internet
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.