Postingan

Menampilkan postingan dari April, 2017

Membuat interface bridge untuk proxmox

auto vmbr0 iface vmbr0 inet static         address  192.168.2.1         netmask  255.255.255.0         bridge_ports none         bridge_stp off         bridge_fd 0         post-up echo 1 > /proc/sys/net/ipv4/ip_forward         post-up iptables -t nat -A POSTROUTING -s '192.168.2.0/24' -o eth0 -j MASQUERADE         post-down iptables -t nat -D POSTROUTING -s '192.168.2.0/24' -o eth0 -j MASQUERADE Jika nic vm di map ke vmbr0 maka akan di bridge dengan mode nat, di nat ke eth0, eth0 adalah interface utama untuk manajemen dan koneksi internet. More network mode in proxmox  https://pve.proxmox.com/wiki/Network_Model

Cara mount samba share dengan perintah mount

Berikut adalah perintahnya: #mkdir /mnt/lnxsrv1-data1 sebagai tempat untuk mount server lnxsrv1 dengan ip 10.12.13.100  #mount -t cifs -o username=nasohi,workgroup=workgroup,password=Skills39 //10.12.13.100/data1 /mnt/lnxsrv1-data1/ Untuk melihat hasilnya mount dengan perintah: #mount maka muncul dibawah ini: //10.12.13.100/data1 on /mnt/lnxsrv1-data1 type cifs (rw,relatime,vers=1.0,cache=strict,username=nasohi,domain=workgroup,uid=0,noforceuid,gid=0,noforcegid,addr=10.12.13.100,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=65536,actimeo=1) atau cek saja di folder /mnt/lnxsrv1-data1  apakah sudah ada file dari server 10.12.13.100/data1

Download URLs for VMware Vsphere client

VMware Vsphere client digunakan untuk memanajemen vm di VMware vSphere Hypervisor (ESXi) https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2089791

How to monetize a game

I would like to share my ideas how to monetize a game in mobile apps:  1. Monetize premium apps  In this monetization model, the user who wants to download your game, it needs payment but makes sure your game has good feature.  2. Monetize freemium apps  It consists free and premium, the user can download your game free with the limited feature, after the user plays until some levels, you offer them to make apps purchase.  3. Earn revenue from AdMob  This way is by inserting the ads in your game app. more information about it https://www.google.com/admob/#subid=us-en-et-dac  Another way https://developer.android.com/distribute/monetize/index.html