Blogger news

Social Media

Sunday, November 25, 2012

Making SSH Tunelling On VPS

Assalamualaikum... Kali ini gua share gimana cara bikin ssh tunelling PRIVATE di vps, untuk share ada di bawah. langsung cara ya :

Bahan yang dibutuhkan :
- VPS, OS bisa pakai OS linux apa saja, yang penting sudah ada OpenSSH
- Putty, Untuk Koneksi Ke VPS

How To nya :
1. Buka putty, Kemudian isi IP VPS dan login seperti biasa.
2. Pastikan kita login denga id ROOT atau dalam artian superuser,  kemudian ketikkan :
vi /etc/ssh/sshd_config
Setelah diketik seperti itu, nanti akan muncul seperti ini :
Nah, di situ tekan " i " sekali saja untuk mengedit, lihat pada baris 14 - 20, tambahkan port yang ingin digunakan sesuka anda.ikuti gambar jika ingin caranya berhasil . setelah dirasa selesai menambah port, save file tersebut dengan cara : tekan ESC pada keyboard, kemudian :w dan kemudian :q

3. Restart ssh server dengan cara : service sshd restart / /etc/init.d/sshd restart

4. Oke, SSh tunneling siap digunakan Secara PRIVATE dengan menggunakan Bitvise Tunellier & Proxifier, 
       Settingan Bitvise : Ip pakai ip vps, user : username anda, Initial Method : password,  password  : password anda, kemudian buka Tab service kemudian pilih "enabled". Listen interface : 127.0.0.1 port : 7070. klik konek kemudian buka PF aka proxifier

      Settingan proxifier : klik tab options kemudian pilih proxy settings. klik ADD ,
isi nya sbb : 
server : 127.0.0.1 port : 7070 < sesuai yang si set di bitvise
protocol socks v 5

selesai,
Tips : 
- Jangan di share kesiapapun user & password nya, dikarenakan itu root password.
- kalau ingin share buat akun baru di vps nya, kemudian cari line di sshd_config yang bertuliskan #PermitRootLogin = No ubah jadi yes dan hilangkan tanda pagar.

Thanks to read, mohon maaf apabila bahasa & tulisan bikin pusing dan sulit dimengerti.
Wassalamualaikum Wr. Wb

Thursday, August 23, 2012

How to add adf ly ads to files links after transload

1- go to adf.ly and register your account

2-copy the code

<script>
var adfly_id = 925909;
var adfly_advert = 'banner';
var domains = ['yoursite.com/files'];
</script>
<script src="http://adf.ly/js/link-converter.js"></script>

3-get your id from adf.ly/referrals.php then change with id code
change yoursite.com to your site domain

4-add the code to header
\templates\plugmod\header.php
befor tage

Tuesday, June 19, 2012

[Tutorial] Installasi ruTorrent/rTorrent Seedbox pada Ubuntu

Bahasa Inggris dulu yaaa... lagi males terjemahin :D

This tutorial will guide you through the installation of libtorrent 0.13.0, rTorrent 0.9, and the ruTorrent Web UI (3.0) on a Debian or Ubuntu system. It has been tested with Debian 6 (x64) and Ubuntu 11.04 (x64).
To begin, access your VPS via SSH and run the following to update your platform and install some needed dependencies:

# apt-get update
# sudo apt-get install subversion build-essential automake libtool libcppunit-dev libcurl3-dev libsigc++-2.0-dev unzip unrar-free curl libncurses-dev
# apt-get install apache2 php5 php5-cli php5-curl
Enable scgi for Apache:
# apt-get install libapache2-mod-scgi
# ln -s /etc/apache2/mods-available/scgi.load /etc/apache2/mods-enabled/scgi.load
Install XMLRPC:
# mkdir /install;cd /install
# svn checkout http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable xmlrpc-c
# cd xmlrpc-c
# ./configure --disable-cplusplus
# make
# make install
Intall libtorrent:
# cd /install
# wget http://vps6.net/src/libtorrent-0.13.0.tar.gz
# tar xvf libtorrent-0.13.0.tar.gz
# cd libtorrent-0.13.0
# ./autogen.sh
# ./configure
# make
# make install
Install rTorrent:
# cd /install
# wget http://vps6.net/src/rtorrent-0.9.0.tar.gz
# cd rtorrent-0.9.0
# ./autogen.sh
# ./configure --with-xmlrpc-c
# make
# make install
# ldconfig
Create required directories:
# mkdir /home/seeder1/rtorrent
# mkdir /home/seeder1/rtorrent/.session
# mkdir /home/seeder1/rtorrent/watch
# mkdir /home/seeder1/rtorrent/download
Setup .rtorrent.rc file (rTorrent config):
# cd ~/
# wget http://vps6.net/src/.rtorrent.rc
# cp .rtorrent.rc /home/seeder1/
(Edit the settings in .rtorrent.rc, like max upload/download speed, max connected peers, etc, as needed.)
Install rTorrent:
# cd /install
# wget http://vps6.net/src/rutorrent-3.0.tar.gz
# tar xvf rutorrent-3.0.tar.gz
# mv rutorrent /var/www
# wget http://vps6.net/src/plugins-3.0.tar.gz
# tar xvf plugins-3.0.tar.gz
# mv plugins /var/www/rutorrent
# rm -rf /var/www/rutorrent/plugins/darkpal
# chown -R www-data:www-data /var/www/rutorrent
Secure /rutorrent:
# a2enmod ssl
# a2enmod auth_digest
# a2enmod scgi
# openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout /etc/apache2/apache.pem
# chmod 600 /etc/apache2/apache.pem
# htdigest -c /etc/apache2/passwords seedbox seeder1
(Enter a password of your choice when prompted, you will use this to log in to the ruTorrent web UI.)
# cd /etc/apache2/sites-available/
# rm -rf default
# wget http://vps6.net/src/default
# a2ensite default-ssl
# /etc/init.d/apache2 reload
Install screen:
# apt-get install screen
Start rTorrent in a detached shell using screen:
# screen -fa -d -m rtorrent
(To start rtorrent automatically after reboots, add the above command to /etc/rc.local)

Setup is now complete! Access ruTorrent at http://xx.xx.xx.xx/rutorrent/ (replace xx.xx with your server's IP address). You should be greeted with a login prompt, where the username is "seeder1" and the password is the one you set above in the "secure /rutorrent" section.

Default username & Password : seeder1 : host2==

biasanya, abis login muncul error :



rtorrent: Could not lock session directory: /home/seeder1/rtorrent/.session

Bad link to rTorrent...
ok, ini cara ngefix nya :

If you receive either of these errors in the ruTorrent WebUI, the problem is likely to be that rTorrent has not successfully started. To fix this, access your VPS via SSH (or by VNC, and open a Temrinal window), and run the following:

# rm -rf /home/seeder1/rtorrent/.session/rtorrent.lock
# screen
# rtorrent
Press CTRL+A+D to exit screen, then exit SSH and refresh ruTorrent.

oke. sampe sini aja ah... 


terima kasih..

[Tutorial] Error Tidak jelas pada "YUM" di Centos Linux

kemarin, saya membeli VPS Centos di salah satu vps provider, bisa dibilang harga nya murah, tapi spesifikasi nya kurang memuaskan.. sewaktu saya ingin install program-program semacam PHP, MySQL,Apache, dll. saya mendapatkan error yang tidak jelas untuk orang awam seperti saya, kurang lebih seperti ini error nya :

[root@linux ~]# yum install php
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 309, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 178, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 345, in doCommands
self._getTs(needTsRemove)
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 101, in _getTs
self._getTsInfo(remove_only)
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 112, in _getTsInfo
pkgSack = self.pkgSack
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 662, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 502, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.4/site-packages/yum/repos.py", line 232, in populateSack
self.doSetup()
File "/usr/lib/python2.4/site-packages/yum/repos.py", line 79, in doSetup
self.ayum.plugins.run('postreposetup')
File "/usr/lib/python2.4/site-packages/yum/plugins.py", line 179, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/fastestmirror.py", line 181, in postreposetup_hook
all_urls = FastestMirror(all_urls).get_mirrorlist()
File "/usr/lib/yum-plugins/fastestmirror.py", line 333, in get_mirrorlist
self._poll_mirrors()
File "/usr/lib/yum-plugins/fastestmirror.py", line 376, in _poll_mirrors
pollThread.start()
File "/usr/lib/python2.4/threading.py", line 416, in start
_start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread
 setelah submit ticket ke yang jual VPS dikasih tau dimana error nya, ternyata error di konfigurasi nya, yaitu di /etc/yum.conf  pada baris ke 11 (plugins=1). disuruh ganti menjadi plugins=0 .
dan, selesai... error pun hilang.

mohon maaf kalau artikel nya nggak jelas yah, karna lagi malas ngeblog juga nih..

terima kasih.

Sunday, May 27, 2012

[Newbie Only] Cara Install WinRAR (unrar) untuk linux centos

Update.. cara ini khusus newbie yah... buat yang udah expert jangan sombong ya buat yang baru belajar. :D

gampang kok...

login via putty ke vps lalu ikuti langkah di bawah ini.

1. wget http://rarlab.com/rar/rarlinux-3.7.1.tar.gz
2. tar xvzf rarlinux*
3. cd rar
4.  make
5. make install

selesai.. gampang toh :D ? untuk unrar nya googling yah :D, artike ini buat installasi aja :D

[Share] Install Remote Desktop Di CentOS 5

Ok, hampir sebulan nggak ngepos nih.. jadi langsung aja yah... kali ini gw pgn ngasih tutorial installasi VNC di centos linux 5.x  step nya cukup panjang... terserah mao versi download PDF juga boleh :

Persiapan :
- Sebuah VPS ber os linux Centos 5.x (yg gw pake 5.8)
- PuttY (Koneksi SSH ke VPS anda)

Steps :
1. Konek ke VPS anda menggunakan PuttY seperti biasa, masukan username & password setelah selesai Lanjut ke langkah 2


2. ketik command di bawah ini pada PuTTY
Code:
 yum groupinstall "X Window System"
yum groupinstall "GNOME Desktop Environment"
jika di step ini ente mendapatkan error “Error: Missing Dependency: libgaim.so.0 is needed by package nautilus-sendto” ketika menginstall GNOME Desktop Enviroment, silakhan install manual nautilus-sendto cara :
Code:
 yum install yum-utils
yumdownloader nautilus-sendto
rpm -Uvh --nodeps nautilus-sendto [Tekan TAB]
3. VNC Server akan terinstall dgn X-Windows System. trus, langkah akhir yaitu edit config VNC nya, dgn cara :
Code:
 vi /etc/sysconfig/vncservers 
dan lihat baris :
Code:
 VNCSERVERS="2:root" 
VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost 
Di baris pertama, menunjukkan "VNCSERVER="2:root" yang berarti ente akan connect ke vps via port 2 . baris kedua menunjukkan resolusin nya.. bisa di edit sesuai selera.

4.  Sekarang,VNC Server hampir selesai. sekarang kita akan memberikan password utk keamanan :
Code:
 vncpasswd 
Berikan password sesuai selera. saja..

5. Jalankan VNC :
Code:
 vncserver :2 
inget :2 itu port yang akan digunakan utk connect, pastikan available dan ga digunakan ya. 6. Upps... ga secepat itu.. sekarang kita kill dulu process VNC nya.. kita menjalankan VNC hanya utk benar2 work atau tidak. :
Code:
 vncserver -kill :2 
7. sekarang, edit local config file di root folder
Code:
 vi ~/.vnc/xstartup 
Cari baris yang bertuliskan " twm & " rubah menjadi " gnome-session & ". simpan file nya. 8. ok.. sekarang kita start lagi vnc nya :
Code:
 vncserver :2 
9. ok.. sekarang kita udah bisa connect ke server.. connect pake software bernama "RealVNC" jadi konek via soft vnc nya :
Code:
 Ipanda:2 
oke.. sampe sini dulu ya.. kalo ada yang gak dimengerti tanya saja ya. Next Akan di Share untuk CentOS 6

Thursday, April 26, 2012

Urutan Kabel UTP Straight Dan Cross Over

oke... I'm Back, Sharing artikel kali adalah tentang kabel UTP (Unshielded Twisted Pair), Yaitu Susunan Kabel Straight dan Cross over.. langsooong :

Kabel UTP merupakan salah satu media transmisi yang paling banyak digunakan untuk membuat sebuah jaringan local (Local Area Network), selain karena harganya relative murah, mudah dipasang dan cukup bisa diandalkan. Sesuai namanya Unshielded Twisted Pair berarti kabel pasangan berpilin/terbelit (twisted pair) tanpa pelindung (unshielded). Fungsi lilitan ini adalah sebagai eleminasi terhadap induksi dan kebocoran. Sebelumnya ada juga kabel STP (Shielded Twisted Pair), untuk contoh gambarnya dapat dilihat dibawah:


Terdapat beberapa jenis Kategori kabel UTP ini yang menunjukkan kualitas, jumlah kerapatan lilitan pairnya, semakin tinggi katagorinya semakin rapat lilitannya dan parameter lainnya seperti berikut ini:
  • Kabel UTP Category 1
    Digunakan untuk komunikasi telepon (mentransmisikan data kecepatan rendah), sehingga tidak cocock untuk mentransmisikan data.
  • Kabel UTP Category 2
    Mampu mentransmisikan data dengan kecepatan sampai dengan 4 Mbps (Megabits per second)
  • Kabel UTP Category 3
    Digunakan pada 10BaseT network, mampu mentransmisikan data dengan kecepatan sampai 1Mbps. 10BaseT kependekan dari 10 Mbps, Baseband, Twisted pair.
  • Kabel UTP Category 4
    Sering digunakan pada topologi token ring, mampu mentransmisikan data dengan kecepatan sampai 16 Mbps
  • Kabel UTP Category 5
    mampu mentransmisikan data dengan kecepatan sampai 100 Mbps, 
  • Kabel UTP Category 5e
    mampu mentransmisikan data dengan kecepatan sampai 1000 Mbps (1Gbps), frekwensi signal yang dapat dilewatkan sampai 100 MHz.
  • Kabel UTP Category 6
    Mampu mentransmisikan data dengan kecepatan sampai 1000 Mbps (1Gbps), frekwensi signal yang dapat dilewatkan sampai 200 MHz. Secara fisik terdapat separator yg terbuat dari plastik yang berfungsi memisahkan keempat pair di dalam kabel tersebut.
  • Kabel UTP Category 7 gigabit Ethernet (1Gbps), frekwensi signal 400 MHz
Untuk pemasangan kabel UTP, terdapat dua jenis pemasangan kabel UTP yang umum digunakan pada jaringan komputer terutama LAN, yaitu Straight Through Cable dan Cross Over Cable

Kabel straight
Kabel straight merupakan kabel yang memiliki cara pemasangan yang sama antara ujung satu  dengan ujung yang lainnya. Kabel straight digunakan untuk menghubungkan 2 device yang berbeda.

Urutan standar kabel straight adalah seperti dibawah ini yaitu sesuai dengan standar TIA/EIA 368B (yang paling banyak dipakai) atau kadang-kadang juga dipakai  sesuai  standar TIA/EIA 368A sebagai berikut:


Contoh penggunaan kabel straight adalah sebagai berikut :
  1. Menghubungkan antara computer dengan switch
  2. Menghubungkan computer dengan LAN pada modem cable/DSL
  3. Menghubungkan router dengan LAN pada modem cable/DSL
  4. Menghubungkan switch ke router
  5. Menghubungkan hub ke router
Kabel cross over
Kabel cross over merupakan kabel yang memiliki susunan berbeda antara ujung satu dengan
ujung dua. Kabel cross over  digunakan untuk menghubungkan 2 device yang sama. Gambar dibawah adalah susunan standar kabel cross over.


Contoh penggunaan kabel cross over adalah sebagai berikut :
  1. Menghubungkan 2 buah komputer secara langsung
  2. Menghubungkan 2 buah switch
  3. Menghubungkan 2 buah hub
  4. Menghubungkan switch dengan hub
  5. Menghubungkan komputer dengan router
Dari 8 buah kabel yang ada pada kabel UTP ini (baik pada kabel straight maupun cross over) hanya 4 buah saja yang digunakan untuk mengirim dan menerima data, yaitu kabel pada pin no 1,2,3 dan 6. 
Membuat kabel Straight dan Cross Over
Untuk membuat sebuah kabel jaringan menggunakan kabel UTP ini terdapat beberapa peralatan yang perlu kita siapkan, yaitu kabel UTP,  Connector RJ-45, Crimping tools dan RJ-45 LAN Tester, contoh gambarnya seperti dibawah ini:


 Praktek membuat kabel Straight
  1. Kupas bagian ujung kabel UTP, kira-kira 2 cm
  2. Buka pilinan kabel, luruskan dan urutankan kabel sesuai standar TIA/EIA 368B
  3. Setelah urutannya sesuai standar, potong dan ratakan ujung kabel,
  4. Masukan kabel  yang sudah lurus dan sejajar tersebut ke dalam konektor RJ-45, dan pastikan semua kabel posisinya sudah benar.
  5. Lakukan crimping menggunakan crimping tools, tekan crimping tool dan pastikan semua pin (kuningan) pada  konektor RJ-45 sudah “menggigit” tiap-tiap kabel.
  6. Setelah selesai pada ujung yang satu, lakukan lagi pada ujung yang lain
  7. Langkah terakhir adalah menge-cek kabel yang sudah kita buat tadi dengan menggunakan LAN tester, caranya masukan masing-masing ujung kabel (konektor RJ-45) ke masing2 port yang tersedia pada LAN tester, nyalakan dan pastikan semua lampu LED menyala sesuai dengan urutan kabel yang kita buat.
  8. Dibawah ini adalah contoh ujung kabel UTP yang telah terpasang konektor RJ-45 dengan benar, selubung kabel (warna biru) ikut masuk kedalam konektor, urutan kabel dari kiri ke kanan (pada gambar dibawah ini urutan pin kabel dimulai dari atas ke bawah).
Demikianlah sekilas penjelasan tentang kabel UTP, category kabel UTP, standar urutan kabel straight dan cross over dan cara membuat kabel jaringan straight menggunakan crimping tools, semoga bisa membantu.


setting VPS dari nol(awal)…. Khusus Pemula

oke... kali ini ane akan membahas gimana cara  Setting VPS / VDS Dari Awal, (Basic Installation). Server Yang Saya Pake CentOS 5.7 , bisa versi berapa saja. oke langsung aja  :

1.Install WebMin ( kalau punya duid sewa CPanel/WHM lebih enak dan mudah dipakai untuk awal.
Webmin ini digunakan untuk memanage server dengan mudah tanpa kita harus selalu ketik command di shell. Cek RPM Webmin terbaru di website resmi webmin. Login ke Shell. Gunakan Putty atau program lainnya yang support dan secure.
yum -y install perl-Net-SSLeay
cd /tmp
wget http://internode.dl.sourceforge.net/sourceforge/webadmin/webmin-1.430-1.noarch.rpm
rpm – i webmin-1.430-1.noarch.rpm
/etc/init.d/webmin start
/usr/libexec/webmin/changepass.pl /etc/webmin admin password_baru
2. Buka browser masuk ke : http://ipkamu:10000
Login dengan username admin dan password sesuai dengan password_baru.
3. Install Apache
Klik menu Server->Apache Webserver. Ada bagian bertuliskan
“Click here to have it downloaded and installed using YUM.”
Klik disana dan Apache akan diinstallkan dengan cepat dan otomatis.
Klik tombol Start setelah konfirmasi installasi sukses.
4. Install MySQL
Klik menu Server->MySQL Database Server. Ada bagian bertuliskan
“Click here to have it downloaded and installed using YUM.”
Klik disana dan MySQL Server akan diinstallkan dengan cepat dan otomatis.
Klik tombol Start setelah konfirmasi installasi sukses.
5. Install PHP5
Kembali ke Putty dan masukkan perintah berikut.
yum install php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml
/etc/init.d/httpd restart
6. Test PHP
Buat 1 file PHP dan test apakah semua yang kita install sudah berhasil dan berjalan dengan baik.
vi /var/www/html/index.php
Masuk di vi text editor. Untuk memulai penulisan ketik tombol huruf i sekali dan dibagian bawah ada tulisan –INSERT–
Ketikkan
<?
phpinfo();
?>
Pencet ESC
:w ENTER
:q ENTER
7. Kembali ke browser dan masuk ke http://ipkamu/
Jika melihat tampilan Info dari PHP maka semua installasi diatas sudah selesai dengan sukses.
Istirahat dulu atau langsung lanjut ke installasi Bind DNS dan setting Virtual Host
8. Install Bind DNS
Kembali ke halaman Webmin. Masuk ke menu Server->Bind DNS. Ada tulisan
“Click here to have it downloaded and installed using YUM.”
Klik disana dan Bind akan diinstallkan dengan cepat dan otomatis. Setelah selesai ada pilihan jawaban, pilih jawaban nomor 2 atau nomor lain yang artinya “Digunakan untuk DNS internet dan Download Zone”. Kemudian tekan tombol Start.
9. Setting nama domain
Diasumsikan sudah terdaftar nama domain : namadomainku.com
Registerkan ns1.namadomainku.com dan ns2.namadomainku.com ke dedicated IP yang diberikan. Registerkan di registrar tempat domain terdaftar. Setelah itu arahkan name server namadomainku.com ke ns1.namadomainku.com dan ns2.namadomainku.com
10. Kembali ke halaman Webmin
Klik menu Server->Bind DNS
Klik “Edit Config File” dan tambahakan berikut ini ke dalamnya dan tekan SAVE
zone “namadomainku.com” {
type master;
file “namadomainku.com.hosts”;
};
11. Kembali ke Shell. Buat file baru seperti contoh nomor 6 dengan nama namadomainku.com.host di  /etc/
vi /etc/namadomainku.com.hosts
Isi file
$TTL 86400
@ IN SOA ns1.namadomainku.com. server.namadomainku.com. (
2008081301 ; serial, todays date + todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds;
namadomainku.com. NS ns1.namadomainku.com.
namadomainku.com. NS ns2.namadomainku.com.
ns1 A 123.123.123.123
ns2 A 123.123.123.123
namadomainku.com. A 123.123.123.123
www A 123.123.123.123
ftp A 123.123.123.123
Ganti server.namadomainku.com sesuai dengan name server yang tersetting dan 123.123.123.123 dengan dedicated IP yang diberikan. Save dan restart Bind
/etc/init.d/named restart
12. Install Virtual Host.
Kembali ke Webmin dan klik menu Server-Apache WebServer – Global Configuratin.
Klik icon Edit Config File. Tambahkan dibagian paling bawah isian ini
NameVirtualHost *:80
<VirtualHost  *:80>
DocumentRoot /var/www/html/namadomainkucom
ServerAdmin admin@namadomainku.com
ServerName www.namadomainku.com
ServerAlias namadomainku.com
DirectoryIndex index.html index.htm index.shtml index.php
<Directory “/var/www/html/namadomainkucom”>
Options all
AllowOverride none
</Directory>
LogLevel debug
HostNameLookups off
</VirtualHost>
Save dan restart Apache Server.
13. Membuat file Index untuk namadomainku.com
Ke Putty. Buat file baru seperti contoh di nomor 6 dengan nama index.php di folder /var/www/html/namadomainkucom
cd /var/www/html
mkdir namadomainkucom
vi /var/www/html/namadomainkucom/index.php
Isi file
<?
echo “Ini file index di namadomainku.com”;
?>
Save file yang baru saja dibuat.
14. Test semua hasil.
Ulangi langkah 7. Jika tampilan browser berubah menjadi tulisan Ini file index di namadomainku.com maka semua langkah diatas sudah 99% sukses.
Masukkan dibrowser http://namadomainku.com atau http://www.namadomainku.com/
Seharusnya tampilan di browser akan tetap menunjukkan tulisan Ini file index di namadomainku.com. Jika keluar Server Not Found jangan keburu khawatir. Kemungkinan nama domain yang baru disetting di nomor 9 dan Bind DNS masih belum resolve. Tunggu aja sekitar 2-6 jam dan coba lagi. Jika setelah 24 jam masih juga Server not Found, baru saatnya untuk khawatir mencari salahnya dimana.
Enjoy your VPS.
Artikel ini masih mengabaikan berbagai hole security yang terjadi karena setting PHP dan MySQL masih standart. Untuk masalah sekuriti om Google punya banyak cerita dan artikel.

Source : ridosandiatmanto.wordpress.com

Monday, April 23, 2012

[SHARE] Cara Install Windows Di VPS CentOS

Disclaimer:
1) I am still researching on how to make the windows's networking work, so if anyone know please tell us so everyone know how to
2) If your vps/server get banned from your provider, this is not my fault
3) If your vps/server only have 1 core, don't try it or it will eat up main server's core (virtual machine always eat core)

Requirement for Win 98:
RAM: At least 64MB
Burst: At least 128MB
Space: At least 1GB
OS: Currently Centos 5 32bit (Will try to research other version for you guys Big Grin)
Virtualization: OpenVZ , KVM, Xen

Requirement for Win XP:
RAM: At least 128MB
Burst: 256MB
Space: At least 3GB
OS: Currently Centos 5 32bit (Will try to research other version for you guys Big Grin)
Virtualization: OpenVZ, KVM, Xen

Let start!






STEP 1

Code:
wget http://pkgs.repoforge.org/icewm/icewm-1.2.30-1.el5.rf.i386.rpm http://pkgs.repoforge.org/qemu/qemu-0.14.1-2.el5.rfx.i386.rpm http://pkgs.repoforge.org/qemu/qemu-img-0.14.1-2.el5.rfx.i386.rpm http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/imlib-1.9.13-1.el5.rf.i386.rpm

STEP 2 Damn long Tongue
Code:
yum install libICE.so.6 libImlib.so.1 libORBit-2.so.0 libSM.so.6 libX11.so.6 libXext.so.6 libXft.so.2 libXinerama.so.1 libXrandr.so.2 libXrender.so.1 libart_lgpl_2.so.2 libatk-1.0.so.0 libbonobo-2.so.0 libbonobo-activation.so.4 libbonoboui-2.so.0 libcairo.so.2 libfontconfig.so.1 libfreetype.so.6 libgconf-2.so.4 libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgnome-2.so.0 libgnome-desktop-2.so.2 libgnome-keyring.so.0 libgnomecanvas-2.so.0 libgnomeui-2.so.0 libgnomevfs-2.so.0 libgtk-x11-2.0.so.0 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 libstartup-notification-1.so.0 libungif.so.4 gtk+ libgdk-1.2.so.0 libglib-1.2.so.0 libgmodule-1.2.so.0 libgtk-1.2.so.0 libSDL-1.2.so.0 libX11.so.6 libasound.so.2 libbluetooth.so.2 libesd.so.0 vnc-server xterm

STEP 3
Code:
rpm -i imlib-1.9.13-1.el5.rf.i386.rpm
rpm -i icewm-1.2.30-1.el5.rf.i386.rpm
rpm -i qemu-img-0.14.1-2.el5.rfx.i386.rpm
rpm -i qemu-0.14.1-2.el5.rfx.i386.rpm

STEP 4
Code:
vncserver

STEP 5
Code:
nano /root/.vnc/xstartup

STEP 6
add the following below the xstartup:
Code:
# start icewm-session
exec icewm-session
xterm

STEP 7
Code:
vncserver -kill :1

STEP 8
Code:
vncserver

STEP 9
Upload your own windows image (.iso) or download from the internet (illegal Tongue)

If your windows image is in .rar type, unrar it with the following way:
Code:
1) cd /tmp
2) wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz
3) tar -zxvf rarlinux-3.6.0.tar.gz
4) cd rar
5) ./unrar
6) cp rar unrar /bin
7) cd
8) unrar x YOURRARFILENAME.rar

STEP 10
Open your vnc with vnc viewer

STEP 11
You will see a terminal box named "xterm"
Type the following into the terminal:
Quote:qemu-img create -f qcow WIN.img [----]
* Replace the [----] with the following size you want to allocate for your windows:
3000mb = 3G
4000mb = 4G
5000mb = 5G

STEP 12
Type the following into the xterm:
Quote:qemu -localtime -cdrom YOURWINDOWSISONAME.iso -m [----] -boot d WIN.img
* Replace the [----] with the following size you want to allocate for your windows:
64mb = 64
96mb = 96
128mb = 128
Note: 64mb RAM actually used about 90mb RAM (qemu require memory to run)
Installation for windows xp require about 1-2 hours to complete (128mb ram)

STEP 13
Next time run this to boot your OS Big Grin
Quote:qemu -hda WIN.img -boot c -m [----] -localtime -k de -usb
* Replace the [----] with the following size you want to allocate for your windows:
64mb = 64
96mb = 96
128mb = 128
Note: 64mb RAM actually used about 90mb RAM (qemu require memory to run)
Boot up windows xp just require about 3 minute to complete (128mb ram)

That's all, may upload a video in short time to prevent some people don't know how to do it Smile






NETWORK STEP 12
Actually network is really easy...
Note:ONLY work on windows XP
IF you want network, change step 12 to:
Quote:qemu -localtime -cdrom YOURWINDOWSISONAME.iso -m [----] -boot d WIN.img -net nic,vlan=0,model=rtl8139 -net user
* Replace the [----] with the following size you want to allocate for your windows:
64mb = 64
96mb = 96
128mb = 128
Note: 128mb RAM may actually used 200mb RAM! (Network eat up many RAM)

NETWORK STEP 13
Note:ONLY work on windows XP
IF you want network, change step 13 to:
Quote:qemu -hda WIN.img -boot c -m [----] -localtime -k de -usb -net nic,vlan=0,model=rtl8139 -net user
* Replace the [----] with the following size you want to allocate for your windows:
64mb = 64
96mb = 96
128mb = 128
Note: 128mb RAM may actually used 200mb RAM! (Network eat up many RAM)


Cara DIatas Belom Gw TEST . Gw saranin buat make virtualisasi yang make Xen / KVM karna lebih dedicated.


source = freevps.us

Tutorial Install Rapidleech Di VPS CentOS By Kasleech :D

1. Kalo lo ga punya webserver terinstall di vps, lo mesti install dulu, webserver bisa apa aja, nginx,apache,cherokee yang penting bsa baca file PHP dan HTML. tapi yang gw rekomedasiin pake apache (httpd) aja. oh iya, Rapidleech Cuma WORK di PHP 5 Keatas. kalo misal versi php lo masih versi 4 ya update dulu.

2. login ke ssh make putty

3. masukin IP vps lo.

4. Username 90% root (super user)

5. passwords : yaa password VPS lu lah.

6. ikutin command di bawah ini :


Code:
yum install httpd  
yum update -y 
 
Code:
yum install php php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc
Code:
service httpd start
Code:
chkconfig httpd on
7. Instalasi rapidleech

Code:
cd /var/www/html
wget http://rapidleech.googlecode.com/files/rl23_v43_SVN409.zip
unzip *.zip
chmod 777 files
chmod 777 configs
cd configs
chmod 777 files.lst
Selesaii.. Sekarang Buka Dibrowser ente, trus buka ip vps ente, misal 46.4.11.111.

wokeh.. sekian dari ane.. besok atau mungkin ntar gw bahas install rapidleech di Komputer sendiri.

Terima kasih telah melihat :D

Wednesday, April 4, 2012

Social Media

Grab me at :

Instagram : anjarnuty
Youtube : anjarnuty
Facebook : Anjar Prabowo