Category Archives: Tutorial

Setting Email di Blackberry

Untuk setting email di blackberry sangat mudah: 1. Buka Blackberry Anda dan pilih Setup Menu -> EMail Setting : 2. Pilih Add -> Other 3. Pada menu Email Setup, ketikkan email address dan password account email Anda. Sebelum menekan ‘Next’ pastikan tidak ada kesalahan dalam penulisan. Kalau Anda sudah yakin silahkan klik next. 4. Jika… Read More »

openvz scripts

In this article, we’ve put some small scripts that useful for openvz vzstartall.sh #!/bin/bash ## vzstartall – starts all openvz containers that are currently stopped for arg in `vzlist -HS -o ctid` do echo working on container $arg sudo vzctl start $arg done vzstopall.sh #!/bin/bash ## vzstopall – stops all running openvz containers echo stopping… Read More »

Move addon domain as a standalone cpanel account

If you need to change an addon domain as a standalone cpanel account, follow these steps: Backup —— 1. Take a full backup of the user from Cpanel 2. Extract the backup onto your PC. Create as stand alone account —————————– 3. Remove that addon domain 4. Create that domain from WHM –> Create new… Read More »