Saya minta tolong nih, ada yang tau gak aplikasi sejenis Lotus Notes dan IBM Domino tapi yang Opensource alias gratis untuk diinstal di linux ![]()
Mohon pencerahan ya kalau ada yang tau
]]>Isi Database mencakup :
1.Nama lengkap
2.Alamat Rumah / Kantor / Tempat Usaha
3.No. Tlp Rumah / Tempat Usaha
4.No. Handphone Pribadi
5.No. Fax / No.Kantor
6.Alamat Email
7.Yahoo Massenger !
8.Keterangan Dana Deposito
9. Keterangan Limit Credit Card
Untuk Order / Lihat Lebih detail rincian DATABASENYA
Silahkan CONTACT : 085719228871 / PIN BB 29822C54
Topologi :
MAIL SERVER ------------------------------- LDAP
192.168.1.3 ------------------------------- 192.168.1.1
kasus :
user + password dari LDAP server, sedangkan maildir dari MailServer
mohon bimbingaanya ya mastah, buat PA ane
Tq
ada yang punya list daftar website judi online yang lengkap segala permainan. mo saya pasang blok di squid .klo di squid saya biasa setting buka tutup pakai waktu... suka suka saya... mo buka apa mo di blok itu website
saya mo blok yg judi online saja.... sementara lihat perkembangan .... klo *pr0m0* sdh ada banyak yg nonton mo saya blok juga
makasih sebelum nya
]]>Sejak beralih dari desktop Gnome ke Unity, Ubuntu mengalami beberapa perubahan. Tak cuma dari segi antarmuka, tapi juga beberapa aplikasi default serta pengaturan. Sebagai contoh adalah pengaturan pada aplikasi startup. Aplikasi startup (startup application) adalah aplikasi-aplikasi yang langsung dijalankan ketika komputer pertama kali booting tanpa adanya interaksi dengan pengguna terlebih dahulu. Pada versi-versi Ubuntu terdahulu, daftar aplikasi ini dapat dengan mudah diatur. Namun semenjak beralih ke Unity perlu sedikit trik untuk mengedit daftar aplikasi startup karna tidak semua aplikasi startup tersebut ditampilkan didalam list.
Screenshot from 2013-07-06 17:37:27
Anda dapat menampilkan seluruh daftar aplikasi startup dengan mengetikkan baris berintah berikut ini
sudo sed -i “s/NoDisplay=true/NoDisplay=false/g” /etc/xdg/autostart/*.desktop
Setelah menjalankan perintah tersebut, maka seluruh daftar aplikasi startup akan ditampilkan.
Screenshot from 2013-07-06 17:39:00
Nah, sekarang Anda dapat mengatur aplikasi mana saja yang ingin Anda jalankan saat komputer pertama kali booting. Hilangkan tanda centang untuk mengurangi daftar aplikasi.
Mengurangi daftar aplikasi startup dapat membantu Ubuntu Anda berjalan lebih cepat. Namun, Anda juga perlu berhati-hati karna beberapa aplikasi memang dibutuhkan oleh sistem. Salah satu aplikasi yang barangkali kurang dibutuhkan adalah Update Notifier. Startup ini akan memberi tahu Anda tentang daftar paket serta library terbaru yang tersedia. Startup ini sebenarnya tidak terlalu penting bahkan cenderung menggangu karna selalu muncul setiap kali komputer booting. Lagipula Anda dapat mengecek daftar library-library terbaru secara manual melalui menu Software Updater
]]>speedy 1
(192.168.1.1)
-----------Router Ubuntu------LAN-----cleint
speedy 2 (192.168.3.254)
(192.168.2.1)
setting ip pada Ubuntu server
auto eth0
iface eth0 inet static
address 192.168.3.254
netmask 255.255.255.0
netowrk 192.168.3.0
broadcast 192.168.3.255
auto eth1
iface eth1 inet static
address 192.168.1.2
netmask 255.255.255.0
netowrok 192.168.1.0
broadcast 192.168.3.255
gateway 192.168.1.1
auto eth2
iface eth2 inet static
address 192.168.2.2
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
setting dns server
8.8.8.8
202.134.1.10
setelah saya restart tidak bisa ping misal ke google.com
ketika saya restart network dengan perintah
/etc/init.d/networking restart
muncul pesan eror
running /etc/init.d/networking restart is deprecated beacouse it may not enable again some interfaces
reconfiguring network interfaces...
sshstop/waiting
ssh start/running,process 1679
ssh stop/waiting
ssh start/running,process 1724
RTNETLINK Answers :file ezist
failed to bring up eth2
nah letak kesalahan dimana masih baru di Ubuntu server hehehe
]]>1) http://bebas.vlsm.org
2) http://ubuntu-indonesia.com/forums/ubbt … #Post89512
3) http://ubuntu-indonesia.com/forums/ubbt … Post126678
4) http://mirror.kioss.undip.ac.id/pustaka-bebas/
5) http://dl2.foss-id.web.id/dokumen/ubuntu/
6) http://za.cindai.web.id/infolinux/
7) http://malsasa.wordpress.com/pdf
8) http://otodidak.freeserver.me/teks/debian/
Silakan ditambahkan.
]]>mohon maaf apabila saya menanyakan hal seperti judul di atas dan sudah di bahas disini. saya sudah cari cari tetep tidak nemu judul yang bisa disesuaikan dengan di atas. ![]()
langsung saja. kenapa pc yang saya tanam ubuntu server 12.04 64bit. tidak bisa dial ke modem speedy saya. sedangkan saya sudah setting interfaces nya static maupun dhcp dia tidak menangkap dial up dari modem. tetapi apabila saya melakukan ping dan browsing melakukan "w3m" bisa gan.. apakah ada settingan khusus di modem speedy nya? mohon pencerahan. sudah 5 jam saya coba - coba belum berhasil >.<
]]>ane mengikuti tutorial raymii.org/s/tutorials/IPSEC_L2TP_vpn_w … 12.04.html ini untuk install vpn.
berikut isi file konfigurasi saya
--/etc/ipsec.conf--
config setup
dumpdir=/var/run/pluto/
nat_traversal=yes
virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/24,%v4:172.16.0.0/12,%v6:fd0$
protostack=netkey
conn L2TP-PSK-NAT
rightsubnet=vhost:%priv
also=L2TP-PSK-noNAT
conn L2TP-PSK-noNAT
authby=secret
pfs=no
auto=add
keyingtries=3
ikelifetime=8h
keylife=1h
type=transport
left=192.168.0.200
leftprotoport=17/1701
right=%any
rightprotoport=17/%any--/etc/ipsec.secrets--
#include /var/lib/openswan/ipsec.secrets.inc
192.168.0.200 %any: PSK "69EA16F2C5DCED8B29E74A7D1B0FE99E69F6BDCD3E44"--/etc/xl2tpd/xl2tpd.conf--
global]
ipsec saref = yes
[lns default]
ip range = 192.168.0.201-192.168.0.250
local ip = 192.168.0.200
require authentication = yes
ppp debug = yes
pppoptfile = /etc/ppp/options
length bit = yes
unix authentication = yes--/etc/pam.d/ppp--
auth required pam_nologin.so
auth required pam_unix.so
account required pam_unix.so
session required pam_unix.so--/etc/ppp/options--
require-mschap-v2
ms-dns 8.8.8.8
ms-dns 8.8.4.4
asyncmap 0
auth
crtscts
lock
hide-password
modem
debug
name l2tpd
proxyarp
lcp-echo-interval 30
lcp-echo-failure 4
login--/etc/ppp/chap-secrets--
# Secrets for authentication using CHAP
# client server secret IP addresses
alice l2tpd wonderline *
bob l2tpd marley *output dari firewall
# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
MASQUERADE all -- anywhere anywhereoutput ipsec verify
Version check and ipsec on-path [OK]
Linux Openswan U2.6.37/K3.2.0-23-generic-pae (netkey)
Checking for IPsec support in kernel [OK]
SAref kernel support [N/A]
NETKEY: Testing XFRM related proc values [OK]
[OK]
[OK]
Checking that pluto is running [OK]
Pluto listening for IKE on udp 500 [OK]
Pluto listening for NAT-T on udp 4500 [OK]
Checking for 'ip' command [OK]
Checking /bin/sh is not /bin/dash [WARNING]
Checking for 'iptables' command [OK]
Opportunistic Encryption Support [DISABLED]client menggunakan windows7 proffesional 64bit. ketika dial muncul error
Error: 789 "The L2TP connection attempt failed because the security layer encountered a processing error during initial negotiations with the remote computer" dan log di /var/log/auth.log muncul seperti ini :
May 21 19:04:56 ziplin pluto[2007]: packet from 192.168.0.201:500: ignoring Vendor ID payload [MS NT5 ISAKMPOAKLEY 00000008]
May 21 19:04:56 ziplin pluto[2007]: packet from 192.168.0.201:500: received Vendor ID payload [RFC 3947] method set to=109
May 21 19:04:56 ziplin pluto[2007]: packet from 192.168.0.201:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-02_n] meth=106, but already using method 109
May 21 19:04:56 ziplin pluto[2007]: packet from 192.168.0.201:500: ignoring Vendor ID payload [FRAGMENTATION]
May 21 19:04:56 ziplin pluto[2007]: packet from 192.168.0.201:500: ignoring Vendor ID payload [MS-Negotiation Discovery Capable]
May 21 19:04:56 ziplin pluto[2007]: packet from 192.168.0.201:500: ignoring Vendor ID payload [Vid-Initial-Contact]
May 21 19:04:56 ziplin pluto[2007]: packet from 192.168.0.201:500: ignoring Vendor ID payload [IKE CGA version 1]
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: responding to Main Mode from unknown peer 192.168.0.201
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: OAKLEY_GROUP 20 not supported. Attribute OAKLEY_GROUP_DESCRIPTION
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: OAKLEY_GROUP 19 not supported. Attribute OAKLEY_GROUP_DESCRIPTION
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: transition from state STATE_MAIN_R0 to state STATE_MAIN_R1
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: STATE_MAIN_R1: sent MR1, expecting MI2
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: NAT-Traversal: Result using RFC 3947 (NAT-Traversal): no NAT detected
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: transition from state STATE_MAIN_R1 to state STATE_MAIN_R2
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: STATE_MAIN_R2: sent MR2, expecting MI3
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: Main mode peer ID is ID_IPV4_ADDR: '192.168.0.201'
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: transition from state STATE_MAIN_R2 to state STATE_MAIN_R3
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: STATE_MAIN_R3: sent MR3, ISAKMP SA established {auth=OAKLEY_PRESHARED_KEY cipher=aes_256 prf=oakley_sha group=modp2048}
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: the peer proposed: 192.168.0.200/32:17/1701 -> 192.168.0.201/32:17/0
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #2: kernel algorithm does not like: no alg
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #2: unsupported ESP Transform ESP_NULL from 192.168.0.201
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #2: no acceptable Proposal in IPsec SA
May 21 19:04:56 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #2: sending encrypted notification NO_PROPOSAL_CHOSEN to 192.168.0.201:500
May 21 19:04:57 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: the peer proposed: 192.168.0.200/32:17/1701 -> 192.168.0.201/32:17/1701
May 21 19:04:57 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #3: kernel algorithm does not like: no alg
May 21 19:04:57 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #3: unsupported ESP Transform ESP_NULL from 192.168.0.201
May 21 19:04:57 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #3: no acceptable Proposal in IPsec SA
May 21 19:04:57 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #3: sending encrypted notification NO_PROPOSAL_CHOSEN to 192.168.0.201:500
May 21 19:04:59 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: the peer proposed: 192.168.0.200/32:17/1701 -> 192.168.0.201/32:17/1701
May 21 19:04:59 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #4: kernel algorithm does not like: no alg
May 21 19:04:59 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #4: unsupported ESP Transform ESP_NULL from 192.168.0.201
May 21 19:04:59 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #4: no acceptable Proposal in IPsec SA
May 21 19:04:59 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #4: sending encrypted notification NO_PROPOSAL_CHOSEN to 192.168.0.201:500
May 21 19:05:03 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #1: the peer proposed: 192.168.0.200/32:17/1701 -> 192.168.0.201/32:17/1701
May 21 19:05:03 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #5: kernel algorithm does not like: no alg
May 21 19:05:03 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #5: unsupported ESP Transform ESP_NULL from 192.168.0.201
May 21 19:05:03 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #5: no acceptable Proposal in IPsec SA
May 21 19:05:03 ziplin pluto[2007]: "L2TP-PSK-NAT"[1] 192.168.0.201 #5: sending encrypted notification NO_PROPOSAL_CHOSEN to 192.168.0.201:500what must i do ???
dan akibat log seperti itu ane tidak bisa tidur semalem ![]()
mohon bimbingannya dari para sesepuh donk, ini tugas besar ane di kampus soalnya ![]()
The Advertising Agency PT.TIGA CIPTA PARIWARA is currently seeking candidate for the following position:
IT Support
Requirements :
• Pria
• Pendidikan Min D3 Teknik Informatika/ Komputer
• Skill dan Pengalaman Troubleshoot (minimal 1 tahun).
• Menguasai scripting linux/windows
• Mampu setting router/mikrotik
• Memahami Macintosh, Windows Server 2003 Active Directory, Networking, Email, perangkat keras PC/Server
• Menguasai Programing PHP & MySQL (nilai lebih)
• Mempunyai kemampuan troubleshooting IT yang baik, Inovatif dan kemampuan analisa yang baik
• Mempunyai communication skill yang baik, mudah bersosialisasi
• Kreatif, berinisiatif tinggi, dan mandiri, serta memiliki kemampuan memecahkan masalah
• Sikap sopan, dan komitmen bekerja sebagai tim maupun individual
Silahkan kirim CV disertai foto dan cantumkan permintaan gaji ke email: [email protected] cc: [email protected] sebelum tanggal 20 Februari 2013
Career Level : Middle
Location : Pancoran, Jakarta Selatan
Employment Type : Full Time, Permanent