Apache Virtual Host dan Webmin

on Friday, December 26, 2008



Setelah DNS sudah berhasil akan coba dibuat apache virtual, sehingga orang lain atau client dapat melihat website kita dengan server mesin kita, akan coba juga diinstal webmin untuk memudahkan pengaturan website.
IP 192.168.0.1, domain rhesa.swiftco.net
Biasanya service httpd sudah include di dalam paket centos.
1. Tambahkan baris seperti dibawah ini pada file /etc/httpd/conf/httpd.conf
[root@rhesa ~]# nano /etc/httpd/conf/httpd.conf
ServerAdmin webmaster@rhesa.swiftco.net
DocumentRoot /var/www/html/
ServerName rhesa.swiftco.net
2. Setelah itu jalankan service httpd
[root@rhesa ~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
kemudian silahkan buka rhesa.swiftco.net
traataaa…..
3. Kemudian kita juga akan coba install webmin 1.3.60.
apabila belum terdapat dalam paket dapat download disini kemudian extract file tersebut
[root@rhesa ~]# tar -xzvf webmin-1.360.tar.gz
processing….
kemudian setelah proses selesai masuk ke directory webmin-1.360 install dengan perintah
[root@rhesa ~]#./setup.sh
processing….
***********************************************************************
* Welcome to the Webmin setup script, version 1.360 *
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered.
Installing Webmin in /root/webmin-1.360 …
***********************************************************************
Webmin uses separate directories for configuration files and log files.
Unless you want to run multiple versions of Webmin at the same time
you can just accept the defaults.
Config file directory [/etc/webmin]: tekan enter
Log file directory [/var/webmin]: tekan enter
***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl 5 interpreter on your system.
Full path to perl (default /usr/bin/perl): tekan enter
Testing Perl …
Perl seems to be installed ok
Operating system name: Centos
Operating system version: 4-i386
***********************************************************************
Webmin uses its own password protected web server to provide access
to the administration programs. The setup script needs to know :
- What port to run the web server on. There must not be another
web server already using this port.
- The login name required to access the web server.
- The password required to access the web server.
- If the webserver should use SSL (if your system supports it).
- Whether to start webmin at boot time.
Web server port (default 10000): 666
Login name (default admin): admin
Login password:
Password again:
The Perl SSLeay library is not installed. SSL not available.
Start Webmin at boot time (y/n): Y
***********************************************************************
Creating web server config files..
..done
Creating access control file..
..done
Inserting path to perl into scripts..
..done
Creating start and stop scripts..
..done
Copying config files..
..done
Configuring Webmin to start at boot time..
..done
Creating uninstall script /etc/webmin/uninstall.sh ..
..done
Changing ownership and permissions ..
..done
Running postinstall scripts ..
: Permission denied
..done
Attempting to start Webmin mini web server..
Starting Webmin server in /root/webmin-1.360
..done
***********************************************************************
Webmin has been installed and started successfully. Use your web browser to go to
http://rhesa.swiftco.net:666/
and login with the name and password you entered previously.
setelah proses diatas berjalan dengan baik anda dapat langsung mengakses webmin dengan pada website anda..

Powered by putra koreng ( meta: Putra Koreng blog's, naruto, Putra Koreng blog's, mp3, video, software, naruto, naruto episodes, naruto manga, naruto shows, naruto characters, naruto games, naruto music, naruto wallpapers, naruto movies, naruto manga, naruto chapter, naruto shippuuden, sasuke, sakura, download naruto, episode, season, character profile, akatsuki, konoha ninja, Tsunade, jiraiya, hatake kakashi, orochimaru, rock lee, neji hyuga, Gaara, kankuro, pain, konan, kakuzu, kisame, sasori, tobi, itachi, shikamaru, temari, tenten, zetsu, hokage, kazekage, kyuubi, jinchuriki, kurenai, asuma, sarutobi, maito gai, madara, uchiha, hidan, deidara, team, bleach, Free download, free Mp3, Soft-best, Softarchive, adsense, free money online, new movie, new mp3, programming, full software, eset update, nod32, Tips Adsense, Mac PC)

Setting Repository centos


Dibawah ini merupakan tulisan bagaimana kita meng-update paket kita,
paket yang diambil juga dari baseurl yang menyediakan repository dalam contoh tulisan ini akan mengambil dari site kambing.ui.edu
Langkah awal adalah setting link url ke dalam centos
Tambahkan beberapa baris dibawah ini di file Centos-Base.repo
[root@rhesanu ~]# nano /etc/yum.repos.d/CentOS-Base.repo
[Add Ons]
name=CentOS
baseurl=http://kambing.ui.edu/centos/4.6/addons/i386/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.edu/centos/RPM-GPG-KEY-CentOS-4
[CentOS Plus]
name=CentOS
baseurl=http://kambing.ui.edu/centos/4.6/centosplus/i386/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.edu/centos/RPM-GPG-KEY-CentOS-4
[Extras]
name=CentOS
baseurl=http://kambing.ui.edu/centos/4.6/extras/i386/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.edu/centos/RPM-GPG-KEY-CentOS-4
[Fasttrack]
name=CentOS
baseurl=http://kambing.ui.edu/centos/4.6/fasttrack/i386/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.edu/centos/RPM-GPG-KEY-CentOS-4
[OS]
name=CentOS
baseurl=http://kambing.ui.edu/centos/4.6/os/i386/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.edu/centos/RPM-GPG-KEY-CentOS-4
[Update]
name=CentOS
baseurl=http://kambing.ui.edu/centos/4.6/updates/i386/
enabled=1
gpgcheck=1
gpgkey=http://kambing.ui.edu/centos/RPM-GPG-KEY-CentOS-4
lihat gambar di bawah ini:
Untuk keluar dari nano silahkan tekan Ctrl+X kemudian Y dan enter
Untuk melihat bagaimana hasilnya kita dapat melakukan perintah seperti di bawah ini:
[root@rhesanu ~]# yum update
akan ada proses yang berjalan seperti gambar di bawah ini:
Setelah itu ada dialog seperti gambar ini
Setelah itu otomatis packet update yg akan diinstal akan di ambil dari kambing.ui.edu


Powered by putra koreng ( meta: Putra Koreng blog's, naruto, Putra Koreng blog's, mp3, video, software, naruto, naruto episodes, naruto manga, naruto shows, naruto characters, naruto games, naruto music, naruto wallpapers, naruto movies, naruto manga, naruto chapter, naruto shippuuden, sasuke, sakura, download naruto, episode, season, character profile, akatsuki, konoha ninja, Tsunade, jiraiya, hatake kakashi, orochimaru, rock lee, neji hyuga, Gaara, kankuro, pain, konan, kakuzu, kisame, sasori, tobi, itachi, shikamaru, temari, tenten, zetsu, hokage, kazekage, kyuubi, jinchuriki, kurenai, asuma, sarutobi, maito gai, madara, uchiha, hidan, deidara, team, bleach, Free download, free Mp3, Soft-best, Softarchive, adsense, free money online, new movie, new mp3, programming, full software, eset update, nod32, Tips Adsense, Mac PC)

(Tips) Cara supaya di approve Google Adsense

Apakah anda selama ini selalu gagal mendaftar di Adsense ? lalu, apa permasalahan anda sehingga selalu di tolak oleh Adsense sebagai publisher ? Mungkin saya bisa memberikan solusinya.

Tips artikel ini saya tulis berdasarkan pengalaman saya yang 99% diterima oleh Google Adsense sebagai publisher (tentunya saya bikin dengan account yang berbeda-beda).
Bagi yang belum tahu apa itu Adsense, saya jelaskan secara singkat:
Google Adsense adalah salah satu cara / solusi mencari duit / uang di internet, jadi , kita dibayar karena website kita menampilkan iklan yang berupa potongan script yang ditempelkan di situs kita.
Tentang cara / mekanisme iklan itu bekerja, untuk sementara anda tidak perlu tahu, yang penting saya memberikan solusi / tips supaya anda bisa diterima secara cepat / kilat hanya dalam 1-3 hari, malahan mungkin dalam hitungan kurang dari 24 jam (…itu berdasarkan pengalaman saya lhoo..)
Mungkin agak tricky apa yang saya tulis di artikel ini , tetapi it’s ok lah .. selama kita bisa mencari devisa buat negara kita.
Langkah-langkah yang mesti anda perhatikan adalah:
[a] Apakah anda sudah pernah ditolak setelah mendaftar sebelumnya ke Google Adsense ?
Jika pernah, apa yang menjadi masalah / alasan mereka ketika situs anda di tolak ?
Apakah situs anda berbahasa Indonesia ?
Jika ya, bukan masalah, anda bisa mendaftar lagi….
Jika tidak, lalu apakah situs anda berisi content pornografi ?
Jika ya, lalu apakah situs anda berada di blogspot / blogger ?
Jika situs anda ditolak karena berisi content pornografi yang berada di blogspot / blogger, LUPAKAN UNTUK MENDAFTAR KEMBALI DENGAN ALAMAT YANG SAMA. Gunakan alamat lain untuk mendaftar kembali.
[b] Anggap saja anda tidak pernah mengenal apa itu Adsense, dan tidak pernah mendaftar sebelumnya. Saya akan berikan tips kilat kepada anda. Langkah-langkah yang perlu ambil supaya mudah di approve Google Adsense sebagai publisher adalah :
1. Bikin account di Blogger, caranya, kunjungi :
http://www2.blogger.com/
2. pilih “CREATE YOUR BLOG NOW”
3. Isi form data2 anda dari email address, Password, Display Name, Word Verification, dan centang Acceptance of Terms sebagai persetujuan anda mengikuti aturan mereka.
4. Beri judul Blog anda, dan berikan nama URL alamat blogspot anda.
5. Pilih template yang cucok dengan selera anda.
6. Setelah itu “START POSTING” artikel baru ?
Tunggu dulu….
7. Jika anda yang tidak fasih dalam bahasa inggris atau mengalami kesulitan mencari ide, lebih baik anda COMOT dari Internet Artikel-artikel yang berbahasa Inggris.
Saya pakai istilah PINJEM, bukan NYOLONG artikel, karena begitu SITUS BLOGGER kita diapprove google adsense, anda bisa hapus dan ganti dengan artikel berbahasa Indonesia.
8. Setelah “MEMINJAM” artikel orang lain di internet, baru START POSTING..
9. Muntahkan semua artikel yang baru anda “PINJEM” dari orang lain yang berbahasa Inggris ke artikel pertama anda.
Ingat : USAHAKAN NYARI ARTIKEL YANG PANJANG (walaupun anda tidak tahu apa isinya)
Saran saya : comot dari wikipedia atau answer.com, atau lebih baik, di campur aduk (jaga2 siapa tahu sekarang Google mempunyai teknik baru dalam melacak copyright artikel lain di internet).
10. Setelah postingan artikel pertama anda berhasil, mulailah sign up / register / daftar dari URL ini
Daftarlah dari gambar berlogo Google Adsense (klik dari gambar),
kemudian pilih BUTTON: 
SIGN UP NOW seperti gambar dibawah:
dan lengkapi data diri anda di formulir isian yang nantinya disodorin mereka. Hati-hati dalam pengisian, biasanya kita terjebak saat mengisi WEBSITE LANGUAGE kita, lebih baik kita memilih ENGLISH, karena kalau anda mengisi website anda berbahasa Indonesia, anda akan di tolak mereka.
11. Jangan lupa juga isi nomor telepon anda di mulai dengan prefix 62, misalnya nomor telpon anda 02167424433, maka isilah nomor telp dengan622167424433
12. Anda akan dikirimkan email notifikasi bahwa anda adalah pemilik sah EMAIL yang anda daftarkan, kemudian anda disuruh mengclick URL yang dikirimkan mereka.Setelah itu ….
13. Centang semua jika muncul :

AdSense applicants must agree to adhere to AdSense program policies (details)
I agree that I will not click on the Google ads I’m serving through AdSense.
I will not place ads on sites that include incentives to click on ads.
I agree that I can receive checks made out to the payee name I have listed above.
I will not place ads on sites that include pornographic content.
I certify that I have read the AdSense Program Policies.
14. Centang pilihan pertama jika muncul :

Would you like to have a single account for all Google services?
You can use your existing Google account email address and password for AdSense as well. Or you can choose new ones just for AdSense.





I’d like to use my existing Google account for AdSense.

I’d like to choose a new login name and password just for AdSense.
Setelah itu akan muncul KOTAK isian LOGIN, lalu loginlah dengan username dan password yang sama dengan username / password yang anda daftar di WWW.BLOGGER.COM itu.
13. Tunggu email dari mereka beberapa hari kemudian, yang berisi “CONGLATURATIONS !!”
Powered by putra koreng ( meta: Putra Koreng blog's, naruto, Putra Koreng blog's, mp3, video, software, naruto, naruto episodes, naruto manga, naruto shows, naruto characters, naruto games, naruto music, naruto wallpapers, naruto movies, naruto manga, naruto chapter, naruto shippuuden, sasuke, sakura, download naruto, episode, season, character profile, akatsuki, konoha ninja, Tsunade, jiraiya, hatake kakashi, orochimaru, rock lee, neji hyuga, Gaara, kankuro, pain, konan, kakuzu, kisame, sasori, tobi, itachi, shikamaru, temari, tenten, zetsu, hokage, kazekage, kyuubi, jinchuriki, kurenai, asuma, sarutobi, maito gai, madara, uchiha, hidan, deidara, team, bleach, Free download, free Mp3, Soft-best, Softarchive, adsense, free money online, new movie, new mp3, programming, full software, eset update, nod32, Tips Adsense, Mac PC)

Google adsense account disabled

Alasan utama account adsense di nonaktifkan adalah karena adanya invalid click atau klik yang tidak wajar karena beberapa kemungkinan seperti yang dituduhkan yaitu: karena klik sendiri atau menyuruh orang lain untuk meng-klik iklan kita.

Ada ratusan cerita tentang “banned” dari google, kebanyakan memang karena invalid click. sebagian besar merasa bahwa klik tersebut mungkin berasal dari ip yang sama, misalnya dari kantor, warnet, kost yang memang digunakan oleh banyak orang, sedangkan mungkin oleh pihak google di deteksi berasal dari 1 ip untuk mengakses internet. demikian pula dengan saya, saya termasuk paling sering ngomong untuk tidak klik pada iklan atau nyuruh orang lain untuk klik iklan adsense, karena saya tau hal itu sangat “dibenci” oleh google dan termasuk perbuatan tidak baik karena “mencuri” dari pemasang iklan.


Buat teman-teman yang pernah di banned dan menginginkan peninjauan kembali account adsense yang udah di banned, dan kamu merasa bahwa “tuduhan” tersebut tidak benar, silahkan mengisi form meminta peninjauan atas penonaktifan account kamu. kebetulan tersedia juga dalam bahasa indonesia. mungkin lebih mudah untuk menyampaikan aspirasi dan tanggapan kamu. jangan lupa menyiapkan data-data statistik website kamu untuk lebih meyakinkan atau membuktikan aktifitas klik dan pengunjung website kamu.


Powered by putra koreng ( meta: Putra Koreng blog's, naruto, Putra Koreng blog's, mp3, video, software, naruto, naruto episodes, naruto manga, naruto shows, naruto characters, naruto games, naruto music, naruto wallpapers, naruto movies, naruto manga, naruto chapter, naruto shippuuden, sasuke, sakura, download naruto, episode, season, character profile, akatsuki, konoha ninja, Tsunade, jiraiya, hatake kakashi, orochimaru, rock lee, neji hyuga, Gaara, kankuro, pain, konan, kakuzu, kisame, sasori, tobi, itachi, shikamaru, temari, tenten, zetsu, hokage, kazekage, kyuubi, jinchuriki, kurenai, asuma, sarutobi, maito gai, madara, uchiha, hidan, deidara, team, bleach, Free download, free Mp3, Soft-best, Softarchive, adsense, free money online, new movie, new mp3, programming, full software, eset update, nod32, Tips Adsense, Mac PC)

Instalasi scp di centos


SCP (Secure Copy) adalah salah satu cara transfer file ato folder yg sudah dilengkapi dengan enkripsi pada passwordnya, salah satu beda dengan ftp (file transfer protocol),pada ftp passwordnya masih menggunakan text sehingga kita masih dapat mendeteksi menggunakan sniffer. Tapi dengan menggunakan scp keamanannya lebih terjaga.
Misalkan ada 2 mesin dng IP 192.200.200.1 dan 192.200.200.2
mesin 1 = 192.200.200.1
mesin 2 = 192.200.200.2
kita akan mencoba transfer file dari mesin 1 ke mesin 2 dengan menggunakan program scp. Dalam contoh dibawah ini file contoh.txt akan dikirim dari mesin 1 ke mesin 2.
1. Pada mesin 1 buat user dengan nama satu dan password satu
[root@domain1 ~]# adduser satu
[root@domain1 ~]# passwd satu
Changing password for user satu.
New UNIX password:
BAD PASSWORD: it is too short
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
2. Pada mesin 2 buat user dengan nama dua dan password dua
[root@domain2 ~]# adduser dua
[root@domain2 ~]# passwd dua
Changing password for user dua.
New UNIX password:
BAD PASSWORD: it is too short
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
3. Pada mesin 1 kita buat file dengan nama contoh.txt
[root@domain1 ~]# touch contoh.txt
4. Kita gunakan scp utk copy file contoh.txt
[root@domain1 ~]# scp contoh.txt dua@192.200.200.2:
The authenticity of host ‘192.200.200.2 (192.200.200.2)’ can’t be established.
RSA key fingerprint is 23:58:74:0a:96:29:21:e3:2c:0a:14:dd:16:65:af:a7.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘192.200.200.2′ (RSA) to the list of known hosts.
dua@192.200.200.2’s password:
contoh.txt                                    100%    0     0.0KB/s   00:00
5. Kita coba lihat pada mesin 2 apakah file contoh.txt sudah tecopy?
[root@domain2 ~]# ls /home/dua/
contoh.txt
ada
Bagaimana bila direktori yg ingin di copy?
tambahkan parameter -r, pada dasarnya sama perintahnya dengan cp pada perintah dasar linux.
lihat contoh di bawah ini
kita akan copy folder contoh ke mesin 2
6. Buat direktori dgn nama contoh
[root@domain1 ~]# mkdir contoh
[root@domain1 ~]# ls
contoh  contoh.txt
7. copy direktori contoh.
[root@domain1 ~]# scp -r contoh dua@192.200.200.2:
dua@192.200.200.2’s password:
masukkan password yg telah kita buat.
kita lihat hasilnya di mesin 2
folder
8. sekarang kita akan copy folder dari mesin dua ke mesin satu tetapi kita remote dari mesin satu
[root@domain1 ~]# scp -r dua@192.200.200.2:contoh tes
dua@192.200.200.2’s password:
9. inilah hasilnya.
[root@domain1 ~]# ls
contoh  contoh.txt  install.log  install.log.syslog  tes
Powered by putra koreng ( meta: Putra Koreng blog's, naruto, Putra Koreng blog's, mp3, video, software, naruto, naruto episodes, naruto manga, naruto shows, naruto characters, naruto games, naruto music, naruto wallpapers, naruto movies, naruto manga, naruto chapter, naruto shippuuden, sasuke, sakura, download naruto, episode, season, character profile, akatsuki, konoha ninja, Tsunade, jiraiya, hatake kakashi, orochimaru, rock lee, neji hyuga, Gaara, kankuro, pain, konan, kakuzu, kisame, sasori, tobi, itachi, shikamaru, temari, tenten, zetsu, hokage, kazekage, kyuubi, jinchuriki, kurenai, asuma, sarutobi, maito gai, madara, uchiha, hidan, deidara, team, bleach, Free download, free Mp3, Soft-best, Softarchive, adsense, free money online, new movie, new mp3, programming, full software, eset update, nod32, Tips Adsense, Mac PC)

Instalasi proftpd di CentOS


Proftpd adalah salah satu aplikasi utk transfer file menggunakan ftp (file transfer protocol). Salah satu kegunaan proftpd adalah utk download maupun upload file ke dalam web server ato server. Sebelum instalasi pastikan paket gcc sudah terinstal, untuk instalasinya seperti di bawah ini:
1. Pastikan paket gcc sudah ada, ini berguna utk install paket proftpd.
[root@localhost ~]# rpm -qa gcc*
gcc-gnat-4.1.2-42.el5
gcc-c++-4.1.2-42.el5
gcc-objc-4.1.2-42.el5
gcc-java-4.1.2-42.el5
gcc-4.1.2-42.el5
gcc-gfortran-4.1.2-42.el5
gcc-objc++-4.1.2-42.el5
2. Download proftpd.
[root@localhost downloads]# wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.2rc1.tar.gz
3. Extract proftpd yg sudah di download.
[root@localhost downloads]# tar zxvf proftpd-1.3.2rc1.tar.gz
[root@localhost downloads]# cd proftpd-1.3.2rc1.tar.gz
4. Install proftpd
[root@localhost proftpd-1.3.2rc1]# ./configure
[root@localhost proftpd-1.3.2rc1]# make
[root@localhost proftpd-1.3.2rc1]# make install
5. Membuat user proftpd
[root@localhost proftpd-1.3.2rc1]# useradd proftpd -s /dev/null
6. Membuat direktori utk ftp
[root@localhost proftpd-1.3.2rc1]# mkdir /home/ftp
7. Edit beberapa baris utk setting proftpd.
[root@localhost proftpd-1.3.2rc1]# nano /usr/local/etc/proftpd.conf
# This is a basic ProFTPD configuration file (rename it to
# ‘proftpd.conf’ for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# “nobody” and “ftp” for normal operation and anon.
ServerName                      “ProFTPD centos”
ServerType                      standalone
DefaultServer                   on
# Port 21 is the standard FTP port.
Port                            21
# Don’t use IPv6 support by default.
# UseIPv6                               off
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask                           022
# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances                    30
# Set the user and group under which the server will run.
User                            proftpd
Group                           proftpd
# To cause every FTP user to be “jailed” (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~
# Normally, we want files to be overwriteable.
AllowOverwrite          on
# Bar use of SITE CHMOD by default

DenyAll

# A basic anonymous configuration, no upload directories.  If you do not
# want anonymous users, simply delete this entire section.

User                          ftp
Group                         ftp
# We want clients to be able to login with “anonymous” as well as “ftp”
UserAlias                     anonymous ftp
# Limit the maximum number of anonymous logins
MaxClients                    10
# We want ‘welcome.msg’ displayed at login, and ‘.message’ displayed
# in each newly chdired directory.
DisplayLogin                  welcome.msg
DisplayChdir                  .message
# Limit WRITE everywhere in the anonymous chroot

DenyAll
8.  Jalankan service proftpd.
[root@localhost proftpd-1.3.2rc1]# /usr/local/sbin/proftpd
9. Apakah service sudah berjalan dapat menjalankan perintah ini:
[root@localhost proftpd-1.3.2rc1]# ps aux | grep proftpd
proftpd   2188  0.0  0.4   2716  1096 ?        Ss   21:56   0:00 proftpd:
(accepting connections)
10. Setelah semua berhasil dengan baik kita akan coba login ke dalam ftp server menggunakan user=rhesa dgn password=rhesa dan user anonymous tanpa password.
User Rhesa
[root@localhost proftpd-1.3.2rc1]# ftp localhost
Connected to localhost.localdomain.
220 ProFTPD 1.3.2rc1 Server (ProFTPD centos) [127.0.0.1]
500 AUTH not understood
500 AUTH not understood
KERBEROS_V4 rejected as an authentication type
Name (localhost:root): rhesa
331 Password required for rhesa
Password:
230 User rhesa logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pwd
257 “/home/rhesa” is the current directory
ftp> ls
227 Entering Passive Mode (127,0,0,1,198,73).
150 Opening ASCII mode data connection for file list
drwxr-xr-x   2 rhesa    rhesa        4096 Oct 13 19:18 Desktop
drwxrwxr-x   7 rhesa    rhesa        4096 Oct 21 13:23 rpm
226 Transfer complete
ftp> quit
221 Goodbye.
User anonymous
[root@localhost proftpd-1.3.2rc1]# ftp localhost
Connected to localhost.localdomain.
220 ProFTPD 1.3.2rc1 Server (ProFTPD centos) [127.0.0.1]
500 AUTH not understood
500 AUTH not understood
KERBEROS_V4 rejected as an authentication type
Name (localhost:root): anonymous
331 Anonymous login ok, send your complete email address as your password
Password:
230 Anonymous access granted, restrictions apply
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pwd
257 “/” is the current directory
ftp> ls
227 Entering Passive Mode (127,0,0,1,210,74).
150 Opening ASCII mode data connection for file list
226 Transfer complete
ftp> quit
221 Goodbye.
Powered by putra koreng ( meta: Putra Koreng blog's, naruto, Putra Koreng blog's, mp3, video, software, naruto, naruto episodes, naruto manga, naruto shows, naruto characters, naruto games, naruto music, naruto wallpapers, naruto movies, naruto manga, naruto chapter, naruto shippuuden, sasuke, sakura, download naruto, episode, season, character profile, akatsuki, konoha ninja, Tsunade, jiraiya, hatake kakashi, orochimaru, rock lee, neji hyuga, Gaara, kankuro, pain, konan, kakuzu, kisame, sasori, tobi, itachi, shikamaru, temari, tenten, zetsu, hokage, kazekage, kyuubi, jinchuriki, kurenai, asuma, sarutobi, maito gai, madara, uchiha, hidan, deidara, team, bleach, Free download, free Mp3, Soft-best, Softarchive, adsense, free money online, new movie, new mp3, programming, full software, eset update, nod32, Tips Adsense, Mac PC)