Skip to main content

Posts

Showing posts from August, 2013

Block Url dan redirect dengan Mikrotik

Jika anda seorang administrator yang hendak block url kemudian redirect ke url lain , dapat menggunakan Mikrotik , adapun langkah-langkahnya sbb : setup transparant Proxy : Web Proxy Settings /ip proxy set enabled=yes src-address=0.0.0.0 port=3128 parent-proxy=0.0.0.0 parent-prox y-port=0 cache-administrator="it@minanga.co.id" max-cache-size=none cache-on-disk=no max-client-connections=700 max-server-con nections=700 max-fresh-time=2d always-from-cache=no cache-hit-dscp=4 serialize-connections=no  buat Transparant   /ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=dst-nat to-addresses=192.168.1.202 to-ports=3128   192.168.1.202 adalah IP Lan Router Kemudian  pastikan proxy bekerja .  Di winbox ,  IP > Web Proxy dan klik pada tab Connection . Anda akan melihat daftar sambungan sebagai perangkat klien yg   akses internet . Saat nya Blocking URL /ip proxy access add dst-host=*.job action=deny   Block Ekstensi file   /ip proxy access add dst-host

[Arsip] Uninstal Zimbra Mail Server

UnInstalling Zimbra on Linux Uninstall Directions for Linux/All Other Operating Systems As root: 1) Run the commands: su – zimbra zmcontrol stop exit (you should be root after you run exit) 2a) Run the command:  ps -ef | grep -i zimbra If you see running processes 2b) Kill any lingering processes:  kill -9 <pid> 3a) Run the command:  df If you see "amavisd" 3b) run command:  umount /opt/zimbra/amavisd<-new-blah>/tmp 4)  cd /<tmp_tar_install_dir>/zcs/ 5) Run the command:  ./install.sh -u 6) Run the following commands to complete the unistall: rm -rf /opt/zimbra rm -rf /var/log/*zimbra* rm -rf /tmp/*zimbra* rm -rf /tmp/hsperfdata* rm -rf /tmp/install.* rm -rf /tmp/*swatch* rm -rf /tmp/log* Ensure that you removed ALL the files owned by the user zimbra AND that contain the name "zimbra" in: /var/log/ /tmp/ 7) Run the following commands to delete the users and groups: userdel zimbra userdel postfix groupdel zimbra groupdel postfix 8) Remove the line &q