Posted December 19th, 2008 by Perk1z
1. Download Driver from:
http://www.huawei.com/mobileweb/en/file/download.do?f=19957&ctype=1
2. Rename file : add file extention .dmg (E220.dmg)
3. Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg
Tags: HSDPA, huawei e220, Indosat 3G, modem, powerbook G4
Posted December 18th, 2008 by Perk1z
Configuring LiteSpeed Webserver with a hosting cPanel
[root@nagan ~]# pwd
/root
[root@nagan ~]# mkdir litespeed
[root@nagan ~]# cd litespeed/
Download LiteSpeed Web Server
[root@nagan litespeed]# wget http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz
–20:21:37– http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz
=> `lsws-3.3.22-ent-i386-linux.tar.gz’
Resolving www.litespeedtech.com… 209.151.227.121
Connecting to www.litespeedtech.com|209.151.227.121|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 5,204,674 (5.0M) [application/gzip]
100%[====================================>] 5,204,674 7.39K/s ETA 00:00
20:31:07 (8.94 KB/s) - `lsws-3.3.22-ent-i386-linux.tar.gz’ saved [5204674/5204674]
[root@nagan litespeed]# tar zxf lsws-3.3.22-ent-i386-linux.tar.gz
get trial key : http://www.litespeedtech.com/trial/license/ [...]
Tags: Cpanel, hosting, Install, LiteSpeed, Web Server
Posted December 11th, 2008 by Perk1z
Install PureFTPd on FreeBSD
[dupre@ibm ~]$ su -
Password:
[root@ibm ~]# cd /usr/ports/
[root@ibm /usr/ports]# make search name=pure-ftp
Port: pure-ftpd-1.0.21_2
Path: /usr/ports/ftp/pure-ftpd
Info: A small, easy to set up, fast and very secure FTP server
Maint: garga@FreeBSD.org
B-deps:
R-deps: perl-5.8.8_1
WWW: http://www.pureftpd.org/
Tags: FreeBSD, Install, pureftp, pureftpd
Posted October 29th, 2008 by Perk1z
Start web browser lalu akses modem melalui http://192.168.2.1 dengan password default smcadmin
Setting
* Time Zone
* Password Setting, ganti password default (smcadmin)
* Configure ATM VC parameters
* Melalui menu WAN pilih sub menu ATM PVC, lalu Edit VC1
- Protocol : PPPoE
- VPI : 8
- VCI : 81
- Encapsulation [...]
Tags: adsl, How To, modem, setting, speedy, telkom, Tips, yogyakarta
Posted September 2nd, 2008 by Perk1z
Nagios® is an Open Source host, service and network monitoring program. Where can you get it? Right here. Can you get support for it? Yes! Get more answers to some of your basic questions about Nagios here.
root@titik [~/herman]# wget http://transact.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.12.tar.gz
–10:41:05– http://transact.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.12.tar.gz
Resolving transact.dl.sourceforge.net… 202.55.147.10
Connecting to transact.dl.sourceforge.net|202.55.147.10|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 1831377 (1.7M) [application/x-gzip]
Saving [...]
Tags: addon, Monitoring, nagios, nrpe, Plugin, Server
Posted August 15th, 2008 by Perk1z
1. $ su -
2. # cd /var/html/www/
3. Download Phpmyadmin
# wget -c http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.11.3-english.tar.gz?download
4. Extract
# tar xvfz phpMyAdmin-2.11.3-english.tar.gz
5. # mv phpMyAdmin-2.11.3-english phpmyadmin
6. # cd phpmyadmin
7. # cp config.sample.inc.php config.inc.php
8. edit config
# vi config.inc.php
at :line 29
/* Authentication type */
change default Authentication type cookies to http
$cfg['Servers'][$i]['auth_type'] = ‘http’;
$cfg[’Servers’][$i][’auth_type’] = ‘http‘; # default is cookies
:
9. Restart http service
# service httpd [...]
Tags: Centos, Install, phpmyadmin
Posted July 8th, 2008 by Perk1z
[root@titik ~]# yum install net-snmp net-snmp-libs net-snmp-utils
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Resolving Dependencies
–> Populating transaction set with selected packages. Please wait.
—> Downloading header for net-snmp to pack into transaction set.
net-snmp-5.1.2-11.el4_6.1 100% |=========================| 36 kB 00:01
—> Package net-snmp.i386 0:5.1.2-11.el4_6.11.2 set to [...]
Tags: Centos, Install, snmp, Yum
Posted October 24th, 2007 by Perk1z
1. Download & Config awstats
[me@titik.org /usr/local/www/]# wget http://prdownloads.sourceforge.net/awstats/awstats-6.7.tar.gz
[me@titik.org /usr/local/www/]# tar zxvf awstats-6.7.tar.gz
[me@titik.org /usr/local/www/]# mv awstats-6.7/ awstats/
[me@titik.org /usr/local/www/]# cd awstats/tools/
[me@titik.org /usr/local/www/awstats/tools]# ./awstats_configure.pl
Tags: awstats, FreeBSD
Posted October 10th, 2007 by Perk1z
1.Login via SSH to your host
2.Create abd Go to a temporary directory: cd /tmp (example)
me@titik.org [~/www]# mkdir tmp
me@titik.org [~/www]# cd tmp/
3.Grab the latest WP archive: wget http://wordpress.org/latest.tar.gz
4.Extract the archive contents latest.tar.gz
me@titik.org [~/www/spa/tmp]# wget http://wordpress.org/latest.tar.gz
–15:28:54– http://wordpress.org/latest.tar.gz
=> `latest.tar.gz’
Resolving wordpress.org… 72.233.56.139, 72.233.56.138
Connecting to wordpress.org|72.233.56.139|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [application/x-gzip]
[ [...]
Tags: Upgrade, Wordpress
Posted September 7th, 2007 by Perk1z
Create File banner
ex : /etc/ssh/banner
vi /etc/ssh/banner
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [...]
Tags: ssh banner, Tips