[tanya-jawab] restart nginx

2011-05-16 Terurut Topik Aditya Agustyana
sy punya simple script buat ngerestart nginx yg isinya spt ini

sudo kill `cat /opt/nginx/logs/nginx.pid`
sleep(3)
sudo /opt/nginx/sbin/nginx

nah masalahnya ketika script mengeksekusi baris 1, nginxnya ndak mau
mati .. padahal kalo sy ketik cat /opt/nginx/logs/nginx.pid, no
pid-nya sudah betul ... ini kira2 apanya yg salah ya ?

--
profile : http://about.me/aditya.agustyana
ym / twitter : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



Re: [tanya-jawab] cara mengakses postgresql dari luar di ubuntu lucid

2010-11-08 Terurut Topik Aditya Agustyana
2010/11/6 Deni Alexander :
> 1. pastikan klo memang sdh bisa konek ke pgsql via tcp.: login ke
> server nya jalankan:
>
>      $ psql -h  -U  -d 
>   klo fail silahkan cek lg /var/lib/pgsql/data/pg_hba.conf.
>   klo ok baru:
>
> 2. cek firewall. Untuk memastikan masalahnya memang di firewall: flush
> dulu iptables nya
>
>   $sudo iptables -F
>  coba konek via network. klo ok berarti config iptables betulin lg.
>  klo fail -sy sendiri jg bingung :)
>
> D.A
> On Fri, Nov 5, 2010 at 9:34 AM, Aditya Agustyana  
> wrote:
>> dear linuxer
>>
>> sy ada keperluan untuk mengakses postgresql di server Ubuntu Lucid via 
>> internet
>> sudah coba mengikuti tutorial ini
>> http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html
>>
>> tapi sy stuck di step5
>> karena gak ada iptables di /etc/init.d/
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>
>

makasih rekan2 buat semua sarannya

solusinya dah ketemu, ternyata di ubuntu lucid untuk manage firewall
mesti pake UFW https://help.ubuntu.com/community/UFW

untuk ngebuka port postgresql cukup ketik

sudo ufw allow 5432/tcp
sudo ufw allow 5432/udp



-- 
blog : http://adityakircon.blogsome.com
ym / twitter : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



[tanya-jawab] Re: cara mengakses postgresql dari luar di ubuntu lucid

2010-11-04 Terurut Topik Aditya Agustyana
oh iya satu lagi tambahan... file /etc/sysconfig/iptables juga gak ada

On Fri, Nov 5, 2010 at 9:34 AM, Aditya Agustyana  wrote:
> dear linuxer
>
> sy ada keperluan untuk mengakses postgresql di server Ubuntu Lucid via 
> internet
> sudah coba mengikuti tutorial ini
> http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html
>
> tapi sy stuck di step5
> karena gak ada iptables di /etc/init.d/
> jd sy bingung gmn caranya me restart iptables
>
> tadinya sy pikir iptables belum terinstall, cuma pas saya liat
> aptitude search iptables, jelas2 itu udah terinstall
>
> $ aptitude search iptables
> p   arno-iptables-firewall
>               - single- and multi-homed firewall script with DSL/ADSL
> support
> i   iptables
>               - administration tools for packet filtering and NAT
> p   iptables-dev
>               - iptables development files
> p   iptables-persistent
>               - Simple package to set up iptables on boot
> p   libiptables-chainmgr-perl
>               - Perl extension for manipulating iptables policies
> p   libiptables-ipv4-ipqueue-perl
>               - Perl extension for libipq
> p   libiptables-parse-perl
>              - Perl extension for parsing iptables firewall rulesets
>
> sy juga nyoba iptables restart, tapi ini juga ga bisa
>
> $ iptables restart
> Bad argument `restart'
> Try `iptables -h' or 'iptables --help' for more information.
>
> ini gmn ya, adakah rekan2 yg tau mengenai mslh ini
>
> regards
>
>
> Aditya
>
>
> --
> blog : http://adityakircon.blogsome.com
> ym / twitter : kirconboy
> skype : adit_skype
>
> Be Nice. Treat others with the same respect you'd want them to treat
> you. We're all here to learn together.  Be tolerant of others who may
> not know everything you know. BRING YOUR SENSE OF HUMOR
> (stackoverflow.com)
>



-- 
blog : http://adityakircon.blogsome.com
ym / twitter : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



[tanya-jawab] cara mengakses postgresql dari luar di ubuntu lucid

2010-11-04 Terurut Topik Aditya Agustyana
dear linuxer

sy ada keperluan untuk mengakses postgresql di server Ubuntu Lucid via internet
sudah coba mengikuti tutorial ini
http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html

tapi sy stuck di step5
karena gak ada iptables di /etc/init.d/
jd sy bingung gmn caranya me restart iptables

tadinya sy pikir iptables belum terinstall, cuma pas saya liat
aptitude search iptables, jelas2 itu udah terinstall

$ aptitude search iptables
p   arno-iptables-firewall
   - single- and multi-homed firewall script with DSL/ADSL
support
i   iptables
   - administration tools for packet filtering and NAT
p   iptables-dev
   - iptables development files
p   iptables-persistent
   - Simple package to set up iptables on boot
p   libiptables-chainmgr-perl
   - Perl extension for manipulating iptables policies
p   libiptables-ipv4-ipqueue-perl
   - Perl extension for libipq
p   libiptables-parse-perl
  - Perl extension for parsing iptables firewall rulesets

sy juga nyoba iptables restart, tapi ini juga ga bisa

$ iptables restart
Bad argument `restart'
Try `iptables -h' or 'iptables --help' for more information.

ini gmn ya, adakah rekan2 yg tau mengenai mslh ini

regards


Aditya


--
blog : http://adityakircon.blogsome.com
ym / twitter : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



Re: [tanya-jawab] no input file specified - php+nginx-FastCGI

2010-07-07 Terurut Topik Aditya Agustyana
On Wed, Jul 7, 2010 at 3:10 PM, aditya hilman  wrote:
> On Wed, Jul 7, 2010 at 2:49 PM, Aditya Agustyana  
> wrote:
>> dear Linuxer
>>
>> sy gi nyoba install PHP dgn server Nginx + FastCGI di Fedora 12
>> udah mengikuti petunjuk ini
>> http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-fedora-10-p2
>>
>> fast CGI udah nyala
>>
>> $ ps aux|grep "cgi"
>> nginx     8857  0.0  4.1  98808 16452 ?        Ss   06:37   0:00
>> /usr/bin/php-cgi
>>
>> php.ini dah diedit
>>
>> sy coba buat script phpinfo.php di /usr/share/nginx/html, dan ketika
>> sy akses ke http://test.domain.com/phpinfo.php, malah muncul "No input
>> file specified. "
>>
>> sy coba googling lagi ketemu ini
>> http://forum.slicehost.com/comments.php?DiscussionID=1259, katanya
>> mungkin ada masalah di permission, tapi file.phpinfo.info udah sy
>> ganti owner & groupnya menjadi nginx, setelah restart nginx, tetep aja
>> waktu ngakses phpinfo.php masih error "No input file specified. "
>>
>> ada yg tau ini kira2 masalahnya knp ya ?
>>
>> btw ini konfigurasi nginxnya
>>
>> server { # php/fastcgi
>>            listen       80;
>>            server_name  test.domain.com;
>>            root         html;
>>
>>            location / {
>>              index    index.html index.htm index.php;
>>            }
>>
> coba pada bagian include ini, masukkan full path nya
>
>>      location ~ \.php$ {
>>          root           /usr/share/nginx/html;
>>          fastcgi_pass   127.0.0.1:9000;
>>          fastcgi_index  index.php;
>>          fastcgi_param  SCRIPT_FILENAME
>> /usr/share/nginx/html$fastcgi_script_name;
>>          include        fastcgi_params;
>>      }
>>
> jadinya seperti ini klo ditempat saya
> include        /etc/nginx/fastcgi_params;
>
> restart nginx nya, lalu coba akses lagi..
> semoga membantu

mantap ...

makasih banyak pak
akhirnya PHP-nya  jalan juga

aneh juga ya kenapa mesti full path, padahal nginx.conf &
fastcgi_params udah berada di direktory yg sama ?

ah sudahlah..., yg penting skrng PHPnya dah nyala he he

>
>>      location ~ /\.ht {
>>          deny  all;
>>      }
>>
>> }
>>
>>
>> regards
>>
>>
>> Aditya
>>
>>
>>
>>
>> --
>> blog : http://adityakircon.blogsome.com
>> ym / twitter : kirconboy
>> skype : adit_skype
>>
>> Be Nice. Treat others with the same respect you'd want them to treat
>> you. We're all here to learn together.  Be tolerant of others who may
>> not know everything you know. BRING YOUR SENSE OF HUMOR
>> (stackoverflow.com)
>>
>> --
>> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
>> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
>> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>>
>>
>
>
>
> --
> Regards,
> Adit
> http://simplyaddo.web.id
> ym : science2rule
> hp : 08561749716
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>
>



-- 
blog : http://adityakircon.blogsome.com
ym / twitter : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



[tanya-jawab] no input file specified - php+nginx-FastCGI

2010-07-07 Terurut Topik Aditya Agustyana
dear Linuxer

sy gi nyoba install PHP dgn server Nginx + FastCGI di Fedora 12
udah mengikuti petunjuk ini
http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-fedora-10-p2

fast CGI udah nyala

$ ps aux|grep "cgi"
nginx 8857  0.0  4.1  98808 16452 ?Ss   06:37   0:00
/usr/bin/php-cgi

php.ini dah diedit

sy coba buat script phpinfo.php di /usr/share/nginx/html, dan ketika
sy akses ke http://test.domain.com/phpinfo.php, malah muncul "No input
file specified. "

sy coba googling lagi ketemu ini
http://forum.slicehost.com/comments.php?DiscussionID=1259, katanya
mungkin ada masalah di permission, tapi file.phpinfo.info udah sy
ganti owner & groupnya menjadi nginx, setelah restart nginx, tetep aja
waktu ngakses phpinfo.php masih error "No input file specified. "

ada yg tau ini kira2 masalahnya knp ya ?

btw ini konfigurasi nginxnya

server { # php/fastcgi
listen   80;
server_name  test.domain.com;
root html;

location / {
  indexindex.html index.htm index.php;
}

  location ~ \.php$ {
  root   /usr/share/nginx/html;
  fastcgi_pass   127.0.0.1:9000;
  fastcgi_index  index.php;
  fastcgi_param  SCRIPT_FILENAME
/usr/share/nginx/html$fastcgi_script_name;
  includefastcgi_params;
  }

  location ~ /\.ht {
  deny  all;
  }

}


regards


Aditya




-- 
blog : http://adityakircon.blogsome.com
ym / twitter : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



[tanya-jawab] SSH tunneling/port forwarding

2010-05-11 Terurut Topik Aditya Agustyana
dear linuxer

saya ada aplikasi web yg jalan di lokal dgn port 3000
dan punya VPS dgn port yg terbuka di 8080

nah saya ingin ketika orang mengakses server.com:8080, koneksi
tersebut langsung di forward ke aplikasi web di lokal yg jalan di port
3000

apa ini memungkinkan ?, sy udah coba dengan perintah begini di lokal sy

ssh -R 3000:server.com:8010 s...@server.com

tapi sy coba akses di browser ke server.com:8010 belum juga nyala, ini
kira2 apa yang salah ?


regards


Aditya



--
blog : http://adityakircon.blogsome.com
ym : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



Re: [tanya-jawab] [OOT] [ASK] Melindungi source code

2010-04-01 Terurut Topik Aditya Agustyana
2010/3/31 habibillah 
>
> Saya ingin tanya. kira-kira gimana caranya agar kode kita tidak di
> "curi" programmer saat sang programmer resign?
>

satu2nya cara yang paling aman adalah
jangan hire programmer, anda kerjakan sendiri penulisan kodenya,
dijamin kode anda akan terlindungi :)

>
> --
> habibillah
> Blog: habibillah.wordpress.com
> Ym!: sweetnuxer
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>



--
blog : http://adityakircon.blogsome.com
ym : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



[tanya-jawab] intermezzo : sysadmin yang seperti ini yang patut dicontoh

2010-02-25 Terurut Topik Aditya Agustyana
maaf kalo sedikit OOT, karena di milis ini banyak sysadmin, sy pikir
bakal tertarik dgn komik di bawah ini

http://xkcd.com/705/

bahkan nyawa orang tidak ada apa2nya dibandingkan "nyawa" jaringan ^_^

-- 
blog : http://adityakircon.blogsome.com
ym : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



Re: [tanya-jawab] file iWork di Open Office

2010-02-08 Terurut Topik Aditya Agustyana
2010/2/6 Hery Setiawan 
>
> Ada yang tahu bagaimana membuka file hasil iWork di Linux (OpenOffice)?
> Dalam hal ini .key untuk file presentasi iWork

setau sy nggak bisa

satu2nya jalan ya dibuka dulu file tersebut di keynote, lalu setelah
itu export ke ppt file
nah file ppt ini nantinya bisa dibuka oleh open office

catatan:
cara konversi seperti ini tidak menjamin hasilnya mirip sama dengan
aslinya, karena ada kemungkinan bbrp bagian bisa hilang/ngaco

>
> --
>
> --
> Salam hangat dan jabat erat dari Lamongan
> http://www.animasikidz.co.cc
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>



--
blog : http://adityakircon.blogsome.com
ym : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together.  Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



[tanya-jawab] gak bisa download dari FTP Server (vsftpd) di CentOS 5.0

2009-10-10 Terurut Topik Aditya Agustyana
dear linuxer

saya baru aja nginstall vsftpd di server CentOS 5.0, instalasi
berjalan lancar, service juga udah nyala
coba konek dari FTP Client, bisa login dgn sukses, bisa baca folders &
files, namun ketika download entah kenapa selalu gagal

sy udah coba otak-atik conf-nya
diantaranya ngeganti local_umask dari mulai 077 sampe 000
masih tetap ga berhasil

sy juga udah coba change owner sesuai dgn user sy dan chmod 777 semua
file yg akan sy download
masih tetap gak berhasil

sy bahkan juga coba mematikan iptables, tetapi donload dari FTP masih gak bisa

kira2 ini kenapa yah kawans ?, mohon pencerahannya

btw ini file konfigurasinya

# Example config file /etc/vsftpd/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
# Allow anonymous FTP? (Beware - allowed by default if you comment this out).
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=000
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
# recommended!
#chown_uploads=YES
#chown_username=whoever
#
# You may override where the log file goes if you like. The default is shown
# below.
#xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format
xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
#
# You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
# It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
# Enable this and the server will recognise asynchronous ABOR requests. Not
# recommended for security (the code is non-trivial). Not enabling it,
# however, may confuse older FTP clients.
#async_abor_enable=YES
#
# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that on some FTP servers, ASCII support allows a denial of service
# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd
# predicted this attack and has always been safe, reporting the size of the
# raw file.
# ASCII mangling is a horrible feature of the protocol.
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd/banned_emails
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd/chroot_list
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES
#
# When "listen" directive is enabled, vsftpd runs in standalone mode and
# listens on IPv4 sockets. This directive cannot be used in conjunction
# with the listen_ipv6 directive.
listen=YES
#
# This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6
# sockets, you must run two copies of vsftpd whith two configuration files.
# Make sure, that one of the listen options is commented !!
#listen_ipv6=YES

pam_service_name=vsftpd

Re: [tanya-jawab] OOT : mohon masukan layanan vps

2009-10-02 Terurut Topik Aditya Agustyana
2009/10/2 Bambang Sumitra :
> rekan-rekan,
>
> rencana saya mau membuat server untuk chat, menggunakan centos +
> openfire, dengan user kurang lebih 300an, dan pilihan jatuh ke VPS (
> virtual private server ) dengan pertimbangan harga dan kebutuhan.
>
> mohon masukan dari teman2 mungkin ada yang sudah berpengalaman
> menggunakan vps, tolong di share baik dan buruknya dan rekomendasi
> layanan vps yang bagus ( kalau bisa murah juga ). budget untuk vps
> sekitar 500rban / bulan.
>
> saya sudah lihat2 layanan vps, dan pilihan sementara sih pakai mwn
>
>

kalo vps murah sy sih pake eaaps.com, selama ini dipake cuma buat
latihan+belajar aja, kalo untuk production ndak tau deh apakah eaaps
reliable atau tidak

> Terima kasih,
> Bambang
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>
>



--
blog : http://adityakircon.blogsome.com
ym : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together. Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



Re: [tanya-jawab] YM di linux

2009-09-26 Terurut Topik Aditya Agustyana
2009/9/24 vellowax v 
>
> Bro Avoe dan Bro Nyoman
> Baik Pidgin dan Kopete saya sudah biasa pakai,
> cuma saya ingin coba dengan YM nya windows
>
> karena YM via Wine di linux ternyata tidak bisa sign in
>
> dan bila register new account...muncul message seperti yang sebutkan 
> sebelumnya (proses registrasi hampir selesai berarti aplikasi YM bisa jalan 
> diatas koneksi internet yang ada)
>
> apakah masalahnya ada pada instalasi yang kurang?
> atau cenderung kearah setting pager server nya? Bila ingin merubah pager 
> server YM-wine dimanakah letaknya? tetap kah di regedit?
>
> Maaf ya bro-bro sekalian
> Bukannya tidak puas dengan pidgin atau kopete atau Gyache-I..
> Karena untuk messenger-an Yahoo sepertinya aplikasi YM-windows lebih enak 
> dipakai baik untuk masuk room, webcam dan fakewebcam
> mudah2an ada solusi nya..
>
> Terima kasih

kenapa nggak install virtual box atau program semacamnya di linuxnya
?, walau bagaimanapun, software buat jendela akan lebih enak kalau
jalan di atas jendela
>
>
> Avoe Linux wrote:
>  Ya bro..dah coba pidgin apa blm,,gw skrng di ubuntu pake pidgin, cukup
> > simple dan koneksinya cepet juga ko, fasilitasnya juga udah lumayan
> > banyak. Selain pidgin boleh juga dicoba kopete, dan biasanya ubuntu udah
> > langsung menyediakan.
>
> "Nyoman [D]"  wrote:
> Saya juga pakai pidgin, cuma ga bisa multi profiles :(
> Kalau di YM saya bisa login dengan 1 username, tp kirim message/chat
> menggunakan profile yang berbeda, apa di Kopete bisa ?
>
>
>      Lebih aman saat online. Upgrade ke Internet Explorer 8 baru dan lebih 
> cepat yang dioptimalkan untuk Yahoo! agar Anda merasa lebih aman. Gratis. 
> Dapatkan IE8 di sini!
> http://downloads.yahoo.com/id/internetexplorer/
>
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>



--
blog : http://adityakircon.blogsome.com
ym : kirconboy
skype : adit_skype

Be Nice. Treat others with the same respect you'd want them to treat
you. We're all here to learn together. Be tolerant of others who may
not know everything you know. BRING YOUR SENSE OF HUMOR
(stackoverflow.com)

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



Re: [tanya-jawab] situs test anvitirus

2009-08-19 Terurut Topik Aditya Agustyana
ini kah maksudnya ?

http://www.mcafeesecure.com/us/

McAfee secure akan men-scan website anda secara berkala dan memastikan
web anda bebas antivirus dan tetap secure (gitu sih kalo promosinya
mah :D )

2009/8/20 dani :
> Dear all
>
> Rekan-rekan saya mau tanya kalo untuk situs-situs yang bisa test antivirus
> dan firewall kita yg tentunya database virus nya update apa aja yach
>
>
> Terima kasih
>
> Dani
>
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>
>



-- 
blog : http://adityakircon.blogsome.com
ym : kirconboy
skype : adit_skype

i continue to fight, i continue to FIGHT (O2 - Orange Range)

-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



Re: [tanya-jawab] tanya Internet Connection Sharing

2009-08-19 Terurut Topik Aditya Agustyana
2009/8/18 Suwanto Afiadi 
>
> Assalamualaikum
>
> Lansung saja ya.Sudah banyak waktu yang saya habiskan untuk sekedar Internet 
> Connection Sharing dengan Ubuntu sebagai router menggunakan modem gsm + Kartu 
> TelkomFlash dengan client Notebook Toshib. tapi sampai sore ini saya belum 
> bisa membuat ICS bekerja dengan baik di Ubuntu baik untuk Wired LAN dan 
> Wireless LAN.FYI untuk ICS di windows sangat mudah dengan usb modem sebagai 
> router karena memang tinggal klik kanan pilih ICS dan pilih card mana (LAN 
> Card atau Wifi Card) yang merupakan LAN koneksi internalnya.kemudian setting 
> network profilenya dengan IP Static pada host dan clientnya.
> Saya sendiri sudah bergoogling ria berjam-jam hingga sore ini belum bisa juga 
> tuh ICS di ubuntu 9.04 64 bit.
> padahal untuk windows saya cuman butuh waktu 2 menit.piuuhhh :-P
> tapi saya tetep ingin sekali bisa koneksi ICS di Ubuntu, dan akhirnya saya 
> coba tanyakan ke forum ini yang saya harap dapat membantu memecahkan 
> permasalahan saya.
> Oke..Koneksinya adalah sebagai berikut :
> PC Dekstop (Ubuntu 9.04 64 bit) --> modem GSM O2 885 USB + TelkomFlash --> 
> koneksi ke Internet (sudah bisa)
> PC Desktop (Ubuntu 9.04 64 bit) --> Wireless LAN (wlan0) USB  
> TP-LINK-TLWN322G--> LAN INTERNAL dgn client notebook (Vista home premium 
> kadang-kadang bisa, kadang ndak mau langsung connect)
>
> hasil dari iwlist wlan0 scan adalah wlan0 No scan results,
>
> sudah saya lakukan perintah berikut :
>
> sudo ifconfig wlan0 down
>
> sudo iwconfig wlan0 mode ad-hoc
>
> sudo iwconfig wlan0 essid phenomx4
>
> sudo iwconfig wlan0 channel 6 --> Channelnya saya samakan dengan yang di 
> windows
>
> sudo ifconfig wlan0 up
>
> kemudian hasil dari iwconfig
>
> lo no wireless extensions.
>
>
> eth0 no wireless extensions.
>
>
> wmaster0 no wireless extensions.
>
>
> wlan0 IEEE 802.11bg ESSID:"phenomx4"
>
> Mode:Ad-Hoc Frequency:2.437 GHz Cell: 9A:20:07:22:3E:89
>
> Tx-Power=20 dBm
>
> Retry min limit:7 RTS thr:off Fragment thr=2352 B
>
> Power Management:off
>
> Link Quality:0 Signal level:0 Noise level:0
>
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
>
> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>
>
> pan0 no wireless extensions.
>
>
> ppp0 no wireless extensions.
>
>
> Kenapa ya Cell: munculnya lama ???
>
> hasil ifconfig
>
> ...
>
> wlan0 Link encap:Ethernet HWaddr 00:1d:0f:a5:c9:da
>
> inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0
>
> inet6 addr: fe80::21d:fff:fea5:c9da/64 Scope:Link
>
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>
> RX packets:1841 errors:0 dropped:0 overruns:0 frame:0
>
> TX packets:103 errors:0 dropped:0 overruns:0 carrier:0
>
> collisions:0 txqueuelen:1000
>
> RX bytes:174202 (174.2 KB) TX bytes:33939 (33.9 KB)
>
>
> ...
>
>
> saya juga heran kenapa hasil dari iwlist wlan0 scan selalu wlan0 No scan 
> results ???
>
> saya menggunakan dhcp server untuk leasing IP client dan sudah dapat IP, dan 
> herannya juga sudah dapat IP dan network dan Sharing Center (tidak ada tanda 
> seru dan silang pada garis This Computer --> Network) tapi baik dari Ubuntu 
> ke Vista dan sebaliknya tidak bisa ping, kenapa ya ???
>
> Saya kurang senang karena saya harus balik ke windows kalau mau bawa notebook 
> saya internet ditempat lain dirumah (soalnya di ubuntu belum bisa sebagai 
> router).
>
>
> Berikut ini adalah Link yang menurut saya bagus untuk (banyak link sebetulnya 
> tapi saya ambil 2 link ini yang saya anggap cukup detail membahas ICS di 
> ubuntu) :
>
>   *
>
>     Pertama saya ikuti petunjuk dari sini :
>
>     https://help.ubuntu.com/community/Internet/ConnectionSharing
>
>     karena tidak berhasil juga saya ikuti link dari :
>
>   *
>
>     http://linux.or.id/node/3214
>
> dengan terlebih dahulu saya non aktifkan dnsmasq (sudo /etc/init.d/dnsmasq 
> stop) dan sudah saya disabled service pada booting.
>
> Konfigurasi yang saya lakukan pada beberapa file dibawah ini :
>
>   *
>
>     pada /etc/rc.local saya tambahkan :
>
>     iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
>
>     echo 1 > /proc/sys/net/ipv4/ip_forward
>
>
>   *
>
>     isi dari file /etc/network/interfaces :
>
>     auto lo
>
>     iface lo inet loopback
>
>     auto eth0
>
>     iface eth0 inet static
>
>     address 192.168.0.3
>
>     netmask 255.255.255.0
>
>     network 192.168.0.0
>
>     broadcast 192.168.0.255
>
>     auto wlan0
>
>     iface wlan0 inet static
>
>     address 192.168.0.5
>
>     netmask 255.255.255.0
>
>     network 192.168.0.0
>
>     broadcast 192.168.0.255
>
>     wireless-essid phenomx4
>
>
>   *
>
>     isi dari file /etc/resolv.conf
>
>     # Generated by NetworkManager
>
>     nameserver 202.152.0.2
>
>     nameserver 202.155.14.251
>
>   *
>
>     saya tambahkan ini dibaris paling bawah pada file
>     /etc/dhcp3/dhcpd.conf :
>
>     subnet 192.168.0.0 netmask 255.255.255.0 {
>
>     range 192.168.0.2 192.168.0.100;
>
>     option routers 192.168.0.5;
>
>     }
>
>     option domain-name-servers 202

Re: [tanya-jawab] [INFO] Repositori distro linux di detik

2009-08-12 Terurut Topik Aditya Agustyana
On Wed, Aug 12, 2009 at 6:34 PM, Ali Milis wrote:
> On Mon, Aug 10, 2009 at 6:57 PM, Aditya Agustyana 
> wrote:
>> http://mirror.detik.com/
>
> Ini siapa yang mengelola, gan?

dari nama domainnya dah jelas kan siapa yg ngelola :)

>
> --
> Raja Ali M.I. Ilias, Bengkalis, https://wiki.ubuntu.com/AliMilis
> Counted GNU/Linux Engineer # 405138 - http://counter.li.org/
> Ubuntu User # 14458 - http://ubuntucounter.geekosophical.net/
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>
>



-- 
blog : http://adityakircon.blogsome.com
ym : kirconboy
skype : adit_skype

i continue to fight, i continue to FIGHT (O2 - Orange Range)

-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



[tanya-jawab] [INFO] Repositori distro linux di detik

2009-08-10 Terurut Topik Aditya Agustyana
http://mirror.detik.com/

--
blog : http://adityakircon.blogsome.com
ym : kirconboy
skype : adit_skype

i continue to fight, i continue to FIGHT (O2 - Orange Range)

-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis



Re: [tanya-jawab] oot microsoft bangkrut

2009-04-01 Terurut Topik Aditya Agustyana
2009/4/1 gian giovani :
> Akhir dari microsoet memang mengenaskan.
> Biar gk crossposting
> http://wejick.wordpress.com/2009/04/01/microsoft-bangkrut/
>

april mop nya kurang bombastis ... pdhl lebih bombastis kalo
beritanya adalah open source yg bangkrut :D

>
> --
> ininih GiantiXBraiN kok otak nya gak besar besar
> wejick.wordpress.com
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>
>



-- 
blog : http://adityakircon.blogsome.com
ym : adit.prawirasoft
skype : adit_skype

i continue to fight, i continue to FIGHT (O2 - Orange Range)

-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis