Tuesday, May 10, 2016

Tutorial VPN Mikrotik



Perusahaan PT MAKMUR TERUS memiliki 2 Kantor, Kantor Utama danKantor Cabang. Pada Kantor Utama Koneksi internet yang disewa adalah beda bandwidth, Domestik 100 MB dan Internasional 50MB.
Sedangkan pada kantor cabang hanya koneksi domestik saja (10 MB) di karenakan keterbatasan anggaran, sehingga dibutuhkan perutean koneksi dimana untuk koneksi selain ke Domestik di arahkan ke VPN yang gatewaynya adalah kantor utama, untuk domestik langsung ke ISP di kantor cabang.

Langkah-Langkah :
1. Tentukan Interface ke LAN dan ke ISP
/interface ethernet
set [ find default-name=ether3 ] comment=LAN
set [ find default-name=ether7 ] comment=IIX
2. Koneksikan VPN PPTP ke Kantor Utama serta menjadikan gateway utama ke sini dengan kunci add-default-route=yes (PPTP Client di Kantor Cabang)
/interface pptp-client
add add-default-route=yes connect-to=202.62.11.200 disabled=no mrru=1600 name=pptp-out1 password=kant0r user=cabangPadang
(asumsi admin yang melakukan ini sudah paham bagaimana membangun PPTP Server di Kantor Utama )
3. Menambahkan IP address Jaringan Lokal serta dari ISP
/ip address
add address=192.168.0.1/24 comment=LAN interface=ether3 network=192.168.0.0
add address=121.100.18.120/30 comment=”Gateway IIX” interface=ether7 network=121.100.18.118 –> IP dari ISP
4. Membuat DHCP untuk Client di Kantor Cabang
/ip pool
add name=dhcp_pool1 ranges=192.168.0.2-192.168.0.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=ether3 lease-time=5h name=dhcp1
/ip dhcp-server network
add address=192.168.0.0/24 gateway=192.168.0.1
5. Menambahkan DNS
/ip dns
set allow-remote-requests=yes servers=180.131.144.144,180.131.145.145
6. download address list nice di sini http://ixp.mikrotik.co.id/download/nice.rsc lalu buka aplikasi OS mikrotik menggunakan winbox
setelah itu import ke dalam os mikrotik dengan cara mendrag ke files, lalu :
/import file-name=nice.rsc
7. Konfigurasi Mangle untuk mengarahkan koneksi dari Client ke NICE melalui ISP
/ip firewall mangle
add action=mark-routing chain=prerouting comment=IIX dst-address-list=nice new-routing-mark=con-iix src-address=192.168.0.0/24
8. Set NAT untuk kedua gateway, PPTP dan ISP di kantor cabang
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pptp-out1
add action=masquerade chain=srcnat out-interface=ether7
9. Membuat Routing Static untuk mengarahkan koneksi dari Client Menuju NICE dengan gateway dari ISP di Kantor Cabang.
/ip route
add distance=1 gateway=121.100.18.119
add distance=1 gateway=121.100.18.119 routing-mark=con-iix
Untuk melihat sukses atau tidak silahkan ketik perintah berikut (Client Windows) di CMD
c:\>  tracert google.com
c:\> tracert detik.com
dan perhatikan hasilnya
ini dilakukan di client.. jika tool > traceroute di router hasilnya akan tetap ke PPTP-out karena dia merupakan default route nya router

Friday, March 4, 2016

Kung Fu Panda 3 (2016) Watch HD




Kung Fu Panda 3 is a 2016 3D American-Chinese[5] computer-animated action comedy martial arts film, produced by DreamWorks Animation and Oriental DreamWorks,[6] and distributed by 20th Century Fox. It was directed by Jennifer Yuh Nelson and Alessandro Carloni. The film was written by Jonathan Aibel and Glenn Berger, produced by Melissa Cobb, and executive produced by Guillermo del Toro. It is a sequel to the 2011 film Kung Fu Panda 2 and the third installment in the Kung Fu Panda franchise. The film features the voices of Jack BlackAngelina JolieDustin HoffmanJ. K. SimmonsJackie ChanLucy LiuSeth RogenDavid CrossBryan CranstonKate Hudson, and James HongJean-Claude Van Damme and Randall Duk Kim reprise their roles as Master Croc and Oogway from the previous two films.
The film received a limited release in China on January 23 for a special three-hour sneak preview and was released day and date starting from January 28 in South Korea and Russia and on January 29 in the United States and Canada in 3D with other markets scheduled to be released in March and April.
The film, like its predecessors, received generally positive reviews from critics and the public. It had a bigger opening weekend in China than in the U.S. and Canada and in the latter market recorded the lowest opening among the franchise. As of February 29, 2016, it has grossed over $314 million worldwide. It is now the biggest grossing animated feature ever in the Chinese market.

Watch Kung Fu Panda 3 (2016) Full Movie
SERVER 1 ⋙ http://adf.ly/1XmPAj ⋘

Watch Kung Fu Panda 3 (2016) Full Movie
SERVER2 ⋙ http://adf.ly/1XmP6r

SUBTITLE : http://adf.ly/1XmPtE

Monday, February 29, 2016

Download Bracket 1.6



download link http://adf.ly/1Xd0na

With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. Try Creative Cloud Extract (preview) for Brackets for an easy way to get clean, minimal CSS straight from a PSD with no generated code.

Why Use Brackets?

Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long.

 Get Code Hints from a PSD

The Extract for Brackets (Preview) extension lets you pull out design information from a PSD including colors, fonts, gradients, and measurement information as clean, minimal CSS via contextual code hints. You can also extract layers as images, use information from the PSD to define preprocessor variables, and easily get dimensions between objects. All in the context of your code.

Inline Editors
Instead of jumping between file tabs, Brackets lets you open a window into the code you care about most. Want to work on the CSS that applies to a specific ID? Put your mouse cursor on that ID, push Command / Ctrl+E and Brackets will show you all the CSS selectors with that ID in an inline window so you can work on your code side-by-side without any popups.


Live Preview
Get a real-time connection to your browser. Make changes to CSS and HTML and you'll instantly see those changes on screen. Also see where your CSS selector is being applied in the browser by simply putting your cursor on it. It's the power of a code editor with the convenience of in-browser dev tools.


Preprocessor Support

Work with preprocessors in a whole new way. We know how important preprocessors are to your workflow. That’s why we want to make Brackets the best code editor for preprocessors out there. With Brackets you can use Quick Edit and Live Highlight with your LESS and SCSS files which will make working with them easier than ever.

Friday, February 26, 2016

Update SSH AKUN TERBARU 16 Maret 2016



SSH SINGAPORE SERVER 
16-19 MARET 2016 

SSH Server Singapore zxc http://adf.ly/1YOXX4
SSH Server Singapore Root http://adf.ly/1YOYAJ

Bonus : 
SSH Server Indonesia http://adf.ly/1YOYvr
SSH Server Japan http://adf.ly/1YOZ4z

No for torrent and cracking
click iklan buat donasi ya gan, supaya kita bisa bagi lagi akun SSHnya hehe
salam bloger 



Wednesday, February 24, 2016

SSH Akun Terbaru Februari 2016



SSH AKUN TERBARU 2016

FEBRUARI

SSH Server Singapore ZXC  http://adf.ly/1XPght

SSH Server Singapore MCT http://adf.ly/1XPgn6

donasinya gan adfly :-)





MICROSOFT VISUAL STUDIO 2012 FOR WINDOWS DESKTOP


Microsoft Visual Studio merupakan sebuah perangkat lunak lengkap yang dapat digunakan untuk melakukan pengembangan aplikasi, baik itu aplikasi bisnis, aplikasi personal, ataupun komponen aplikasinya, dalam bentuk aplikasi console, aplikasi Windows, ataupun aplikasi Web. Visual Studio mencakup kompiler, SDK, Integrated Development Environment (IDE), dan dokumentasi (umumnya berupa MSDN Library). Kompiler yang dimasukkan ke dalam paket Visual Studio antara lain Visual C++, Visual C#,Visual Basic, Visual Basic .NET, Visual InterDev, Visual J++, Visual J#, Visual FoxPro, dan Visual SourceSafe.
Microsoft Visual Studio juga dapat digunakan untuk mengembangkan aplikasi dalam native code (dalam bentuk bahasa mesin yang berjalan di atas Windows) ataupun managed code(dalam bentuk Microsoft Intermediate Language di atas .NET Framework). Selain itu, Visual Studio juga dapat digunakan untuk mengembangkan aplikasi Silverlight, aplikasi Windows Mobile (yang berjalan di atas .NET Compact Framework).
Beberapa versi yaitu : versi Visual Studio 9.0.21022.08, atau dikenal dengan sebutan Microsoft Visual Studio 2008 yang diluncurkan pada 19 November 2007, yang ditujukan untuk platform Microsoft .NET Framework 3.5. Versi sebelumnya, Visual Studio 2005 ditujukan untuk platform .NET Framework 2.0 dan 3.0. Visual Studio 2003 ditujukan untuk .NET Framework 1.1, dan Visual Studio 2002 ditujukan untuk .NET Framework 1.0. Versi-versi tersebut di atas kini dikenal dengan sebutan Visual Studio .NET, karena memang membutuhkan Microsoft .NET Framework. Sementara itu, sebelum muncul Visual Studio .NET, terdapat Microsoft Visual Studio 6.0 (VS1998).
Microsoft Visual Studio kini telah menginjak versi Visual Studio 2012, dan ini yang kebetulan sedang saya
gunakan utuk mengembangkan  aplikasi di  windows 8 , Saya sudah instal dan mencobanya sendiri dan memang sangat bagus sekali. Banyak sekali fitur fitur baru yang tentunya akan semakin mempermudah kita sebagai developer. dan  menurut saya visual studio 2012 ini memang ditujukan untuk memfasilitasi pengembangan aplikasi di windows 8.
download link : http://adf.ly/1XPSdD

serial number : MMVJ9-FKY74-W449Y-RB79G-8GJGJ