Monday, September 18, 2017
Ubiquiti Aircontrol 2 Server Ubuntu Install Step by step
Ubiquiti Aircontrol 2 Server Ubuntu Install Step by step

The new version of Aircontrol may still be in beta, but it as vast improvement over the original Aircontrol. One of the best features of the software is the fact that it runs natively on linux. Here is a step by step tutorial on getting it running on Ubuntu:
1. Log in to your Ubuntu server and switch to a root user.
2. Update your apt-get resources:
apt-get update
3. Download the Aircontrol 2 Beta *.deb file. You should register on the Ubiquiti beta forums to make sure you get the latest version.:
3.Install the *.deb file using dpkg:
4. Run apt-get to fix missing dependencies
5. On the "Installation Type" screen, select "Server" and select "OK"

6. Configure a Username

7. Configure a Password

8. Set the port (I leave it as is)

9. Configure the service to start automatically

10. Verify that Aircontrol 2 is running by navigating to http://server-ip:9081
You should see a message saying: Welcome to Ubiquit Aircontrol 2
Thats it. You should now be able to connect using the Aircontrol Client on your PC!
download file now
Unable to verify certificate for vCenter on Horizon View Connection Server
Unable to verify certificate for vCenter on Horizon View Connection Server
Recently during an outage of my host during to hardware issue in my home lab where my vCenter 6.0 sit on it, resulted some strange behaviour on my View Connection Server 6.1. I encounter the below error message:

When I go to my Horizon View Dashboard, it looks fine.

When I try to remove the vCenter entry under the Server options and adding it back I end up with another error when trying to add the View Composer.

Back to the strange behaviour. It seems my connection to my vCenter via Connection Server has a sudden slowness and the certificate seems to be corrupted. I tried to find a solution to replace the self-signed (in my case) certificate on my View Connection Server however in vain. I tried removing the vCenter and re-adding it back, that does not help.
So I chanced upon some steps by our internal team and use it to resolve my problem and it works.
In summary, this is what was done. First we backup the ADAM database and then we invalid the entry of the vCenter in View Connection Server. Then we try to add the existing vCenter again. So now we have two entry of the vCenter where oneis an invalid entry. Taking from the valid entry certificate thumbprint, we overwrite the invalid ones and remove the latter vCenter entry. Next revert back the entry to previous valid entry.
Here are the detailed steps that help me resolved my issues.
Note: Back up the ADAM database before proceeding. For more information, see Performing an end-to-end backup and restore for View Manager (1008046).
- Log in to the machine hosting your View Connection Server. If there is a cluster of View Connection Servers, this step can be done on any of the servers.
- Click Start > Run, type cmd, and click OK. The command prompt opens.
- Run this command, substituting a name for your back up file.
vdmexport > ViewBackupFilename.ldf - Connect to the ADAM database. For more information, see Connecting to the View ADAM Database (2012377).
- Expand OU=Properties > OU=VirtualCenter.
Note the entry is is after expanding the OU=VirtualCenter.
- Document the first four characters of the vCenter Server entry, for example CN=f030. Right-click the vCenter Server entry and click Properties.
- Document these three values:
- pae-NameValuePair. Note the entry here and then remove it.
- pae-SVIURL. Note the entry and set to a value similar to https://OFFvComposer.domain.com:18443
- pae-VCURL. Note the entry and set to a value similar to https://OFFvCenter.domain.com:443/sdk
- In the View Administrator portal, refresh the dashboard to confirm the name change you made.
Do note that changes are reflected at two different location.

- In View Configuration > Servers > vCenter Server, add an entry for the proper
- Open the properties page for each vCenter Server entry.
- Manually copy these values from the new vCenter Server entry to the old vCenter Server entry:
Note: Take a note of the entries before copying. When copying these values, copy and paste directly between properties sheets or copy to a plain text editor that does not add any formatting such as Windows Notepad.exe.- pae-SVISslCertThumbprint
- pae-SVISslCertThumbprintAlgorithm
- pae-SVIUserName
- pae-SVIUserPassword
- pae-VCSslCertThumbprint
- pae-VCSslCertThumbprintAlgorithm
- pae-VCUserName
- pae-VCUserPassword
- Remove the new vCenter Server entry from the View Administrator webpage.
- Undo the three changes you made at the beginning of the process, including adding the UNIQUEID=XX value back into pae-NameValuePair and rename the pae-SVIURL and pae-VCURL.
- Reboot all Connection Servers in the replicated group.
- In the View Administrator webpage, refresh the Dashboard page again and confirm vCenter Server and Composer are both shown correctly and are now showing as green status.
- Proceed with testing provisioning and recomposing, as well as login functionality.
download file now
Sunday, September 17, 2017
Ubuntu Server Free Download
Ubuntu Server Free Download

Ubuntu Server Free Download iso picture in single direct connection. Assemble your server on adaptable superior server effortlessly after ubuntu server download free.
Ubuntu Server Overview
Ubuntu server is a quick and free of expense Debian based Linux dispersion. Ubuntu is a working framework that is ideal for desktop, portable computer and servers. It is just as helpful for anybody whether at home or at act as it contains all the fundamental applications that one needs as often as possible like word processor and Email applications and so forth.
One thing that is great about this device is that they say it is free and dependably will stay free. You dont have to pay any charge for utilizing this apparatus. So what else one needs an apparatus which has all the fundamental fixings needed for performing consistently errands on the PC with no charge. You can impart Ubuntu to your loved ones without paying anything.
Ubuntu server issues another form after at regular intervals which implies you ca appreciate new applications which are offered by the open source world. One thing that each client has worries about is security. Ubuntu has it as a top priority and gives the best conceivable security to year and a half without pay even a penny.
The establishment methodology of Ubuntu server is speedy and takes short of what 25 minutes to finish. When establishment procedure is finished you can instantly get to the full gimmicks of Ubuntu and can utilize it.
Ubuntu server does not have its own particular interface. Amid establishment the device offer decision to the clients to include diverse administrations like DNS, PostgreSQL, SAMBA and so forth.
A variant of Eucalyptus is likewise included in the Ubuntu server which is an open source device for executing Linux on open or Private mists.
On an indisputable note we can say that Ubuntu server is an instrument which will provide for you all that you require.
Features Of Ubuntu Server
- Free of cost.
- Quick installation.
- Open source.
- Can share with friends and family.
- Great emphasis on security.
- Updated version every six months.
- A version of Eucalyptus included.
Ubuntu Server System Requirements:
- Operating System: Windows XP, Vista, 7 and 8
- Processor: 700MHz Processor
- RAM: 512MB
- Hard Disk Space: 7GB space required
Technical Setup Details For Ubuntu Server
- Software Name: Ubuntu Server 13.10
- File name: ubuntu-13.10-server-amd64.iso
- Setup Full Size: 672 MB
- Latest Version Release Added On: 11th Feb 2014
- Developers: Ubuntu Server
- License: Freeware
Ubuntu Server Free Download
download file now
Thursday, September 7, 2017
Ubuntu Linux Start Restart Stop Apache Web Server
Ubuntu Linux Start Restart Stop Apache Web Server
How do I start, restart or stop Apache 2 web server under Ubuntu Linux operating systems?
/etc/init.d/apache2 is service script used to start / stop / restart the Apache2 service under Debian or Ubuntu Linux. You need to login as root or use sudo command restart Apache.
Task: Start Apache 2 Server
# /etc/init.d/apache2 start
or
$ sudo /etc/init.d/apache2 start
Task: Restart Apache 2 Server
# /etc/init.d/apache2 restart
or
$ sudo /etc/init.d/apache2 restart
Task: Stop Apache 2 Server
# /etc/init.d/apache2 stop
or
$ sudo /etc/init.d/apache2 stop
download file now
Wednesday, September 6, 2017
Tutorial Cara Install PPTP Server di Linux Debian
Tutorial Cara Install PPTP Server di Linux Debian
Point-to-Point Tunneling Protocol (PPTP) adalah suatu protokol jaringan yang memungkinkan pengiriman data secara aman dari remote client kepada server perusahaan swasta dengan membuat suatu virtual private network (VPN) melalui jaringan data berbasis TCP/IP
Beberapa keuntungan dari teknologi VPN diantaranya adalah :
- Remote Access, dengan VPN kita dapat mengakses komputer atau jaringan kantor, dari mana saja selama terhubung ke internet
- Keamanan, dengan koneksi VPN kita bisa berselancar dengan aman ketika menggunakan akses internet publik seperti hotspot atau internet cafe.
- Menghemat biaya setup jaringan, VPN dapat digunakan sebagai teknologi alternatif untuk menghubungkan jaringan lokal yang luas dengan biaya yang relatif kecil, karena transmisi data teknologi VPN menggunakan media jaringan public yang sudah ada tanpa perlu membangun jaringan pribadi.
- Koneksi internet (jaringan publik) yang tidak bisa kita prediksi. Hal ini dapat kita maklumi karena pada dasarnya kita hanya �nebeng� koneksi pada jaringan pihak lain sehingga otomatis kita tidak mempunyai kontrol terhadap jaringan tersebut.
- Perhatian lebih terhadap keamanan. Lagi-lagi karena faktor penggunaan jaringan publik, maka kita perlu memberikan perhatian yang lebih untuk mencegah terjadinya hal-hal yang tidak diinginkan seperti penyadapan, hacking dan tindakan cyber crime pada jaringan VPN
- Dan banyak lagi, mohon tambahan dan koreksinya
Selanjutnya kita akan install PPTP VPN Server, berikut langkah-langkahnya :## Install pptpd
apt-get install pptp
## Edit /etc/ppp/pptp.conf
nano /etc/ppp/pptp.conf ## Masukan ip dan rentang ip yang akan digunakan pptp.conf
localip 172.16.20.1
remoteip 172.16.0.210-250
## Edit /etc/ppp/pptpd-optionnano /etc/ppp/pptpd-option
## Masukan dipaling bawah dari pptpd-option
nobsdcomp
ms-dns 172.16.20.1
noipx
mtu 1490
mru 1490
## Masukan username dan password di /etc/ppp/chap-secrets
nano /etc/ppp/chap-secrets
## Tambahkan pada chap-secret yaitu username dan password
client server secret ip address
user1 * password *
## Setelah itu restart paket pptpdnya
service pptpd restart
Copy - Paste di TerminalSource/Reference :
- http://mikrotik.co.id
- http://www.howtogeek.com
- https://www.digitalocean.com/community/tutorials/how-to-setup-your-own-vpn-with-pptp
download file now
Tuesday, September 5, 2017
Ubuntu Server 12 04 LTS
Ubuntu Server 12 04 LTS

download file now
Tutorial Installation and Configuration FTP Server in Linux Ubuntu Using ProFTPd
Tutorial Installation and Configuration FTP Server in Linux Ubuntu Using ProFTPd
Installation ProFTPd:
- Install proftpd with the following command:
sudo apt-get install proftpd
- While the installation process, you are given two options to running proFTPd from inetd or standalone. If FTP traffic is large, you must choose standalone. You mus create FTP user with the following commands for edit file:
sudo nano /etc/shells
Then add the following code:/bin/false
Then create folder/directory what you want to share using FTP, for example: /home/ShareFTP. So you must type this command to create that directory:sudo mkdir /home/ShareFTP
- Create user and password with type this command:
sudo useradd name_user -p password_user -d /home/ShareFTP -s /bin/false
*name_user is username for account FTP server. password_user is password of that username. - Then create download and upload directory into ShareFTP with the following command:
sudo mkdir /home/ShareFTP/download
sudo mkdir /home/ShareFTP/upload
- Setting permission directory for user with the following command:
sudo chmod 755 /home/ShareFTP
sudo chmod 755 /home/ShareFTP/download
sudo chmod 755 /home/ShareFTP/upload
Configuration ProFTPd:
- Edit configuration file /etc/proftpd/proftpd.conf using nano editor with this following way:
sudo nano /etc/proftpd/proftpd.conf
- Will display the text editor of proftpd configuration, then put your cursor on the bottom line. Then add this script:
<Anonymous /home/ShareFTP/>
User nama_user
Group nogroup
UserAlias anonymous ftp
DirFakeUser on ftp
DirFakeGroup on ftp
RequireValidShell off
MaxClients 10
DisplayLogin welcome.msg
DisplayChdir .message
<Directory *>
<Limit WRITE>
AllowAll
</Limit>
</Directory>
</Anonymous> - Save and restart proftpd service with the following command:
sudo /etc/init.d/proftpd restart
- Configuration proFTPd has been completed. For transfer file from windows to linux server, you can run an application FileZilla, then fill with this configuration:
hostname: alamat IP server
username: username FTP
password: password user FTP
port : 21
or you can type ftp localhost in linux Terminal, then type username and password.
download file now
Sunday, September 3, 2017
Ubuntu 14 04 Server Static IP
Ubuntu 14 04 Server Static IP
By default, Ubuntu 14.04 server sets the network interface using DHCP. In most cases this is eth0, but could vary. To set that interface using a static IP address, the interfaces file needs to be edited. At the console type the command in bold to open the nano editor. (Replace nano with your editor of choice). For this exercise we are going to give the server a static IP of 10.0.1.5 in a 24-bit network.
user@server:/# nano /etc/network/interfaces
Find this line:
iface eth0 inet dhcp
and change dhcp to static, then append the following lines after:
address 10.0.1.5
netmask 255.255.255.0
network 10.0.1.0
broadcast 10.0.1.255
gateway 10.0.1.1
dns-nameservers 10.0.1.2
The last line can be replaced with a public DNS server such as Google, or OpenDNS. In this, I chose my private DNS server running a simple Bind9 instance in my network. The interfaces file can be saved and exited. Next the nameservers need to be added to the resolv.conf file located at /etc/resolv.conf
user@server:/# nano /etc/resolv.conf
Add the nameservers of your choice, public or private, or a combination of both, as well as a search domain if you have one, or you can make up one.
nameserver 10.0.1.2
nameserver 10.0.1.3
search network.domain
Save the file and exit. The last step is to add the server name to the hosts file.
user@server:/# nano /etc/hosts
10.0.1.5 ubuntu-srv.network.domain ubuntu-srv
Save and exit. The final step is to restart the network service for the server to get the new IP address.
user@server:/# sudo ifdown eth0 && sudo ifup eth0
Thats all, from another computer on the local network you should be able to ping the servers static IP address if all went well and there were no errors.
download file now
Tuesday, August 29, 2017
Tutorial Setting Routing Dinamis OSPF di Mikrotik Server VPN
Tutorial Setting Routing Dinamis OSPF di Mikrotik Server VPN
OSPF (Open Shortest Path First ) adalah sebuah protokol routing otomatis (Dynamic Routing) yang mampu menjaga, mengatur dan mendistribusikan informasi routing antar network mengikuti setiap perubahan jaringan secara dinamis. Pada OSPF dikenal sebuah istilah Autonomus System (AS) yaitu sebuah gabungan dari beberapa jaringan yang sifatnya routing dan memiliki kesamaan metode serta policy pengaturan network, yang semuanya dapat dikendalikan oleh network administrator
Gambaran mengenai prinsip kerja dari OSPF :
- Setiap router membuat Link State Packet (LSP)
- Kemudian LSP didistribusikan ke semua neighbour menggunakan Link State Advertisement (LSA) type 1 dan menentukan DR dan BDR dalam 1 Area.
- Masing-masing router menghitung jalur terpendek (Shortest Path) ke semua neighbour berdasarkan cost routing.
- Jika ada perbedaan atau perubahan tabel routing, router akan mengirimkan LSP ke DR dan BDR melalui alamat multicast 224.0.0.6
- LSP akan didistribusikan oleh DR ke router neighbour lain dalam 1 area sehingga semua router neighbour akan melakukan perhitungan ulang jalur terpendek.
- Mengaktifkan OSPF instance

- Konfigurasi OSPF area
- Konfigurasi OSPF network

Backbone dari name area , Network : Segmen IP Lokal untuk Client VPN
Jika sudah selesai step-step diatas, lanjut ke OSPF CLient, buka link di Cara Setting OSPF Client Over VPN
Source/Reference :
- http://mikrotik.co.id
- Syaifuddin JW
7. Cara Mengalihkan Pelanggan Hotspot Mikrotik Yang Expired Ke Halaman Isolir
download file now
Ubuntu Setting up an NFS Server and Client
Ubuntu Setting up an NFS Server and Client
What is NFS?
"NFS stands for Network File System, a file system developed by Sun Microsystems, Inc. It is a client/server system that allows users to access files across a network and treat them as if they resided in a local file directory"
"The NFS protocol is designed to be independent of the computer, operating system, network architecture, and transport protocol. This means that systems using the NFS service may be manufactured by different vendors, use different operating systems, and be connected to networks with different architectures. These differences are transparent to the NFS application, and thus, the user. "
[ source ]
Host Installation Steps
To set up an NFS host in Ubuntu, you need to run the following command to install the necessary packages:
sudo apt-get install nfs-kernel-server nfs-common -y
Add lines to your
sudo $EDITOR /etc/exports

Heres another example with comments explaining each part.
# Share the top level files directory
# Allow access from computers accessing from the IPs in the range of 192.168.1.1 -> 192.168.1.255
# The client can access/edit files as if they were a root user on the host
# Grant both read and write access (rw)
/files 192.168.1.1/24(rw,no_root_squash,async)
root_squash or no_root_squash?
The option root_squash prevents root users connected remotely from having root privileges and assigns them the nfsnobody user ID. This effectively "squashes" the power of the remote root user to the lowest local user, preventing unauthorized alteration of files on the NFS host.
The alternative option no_root_squash, allows the root user on the client to access/create files as root on the NFS host which is dangerous, so dont enable this unless you know that you need to. Typically this is needed if one is hosting root filesystems on an NFS server for diskless clients (e.g. AWS EC2).
async or sync?
Async mode (which is the default) means that the system will reply to a clients write request, stating that it has completed, as soon as it has handled the request by passing it off to the filesystem to manage, rather than waiting for it to be written to stable storage (e.g. replying as soon as it has gone into cache rather than disk). This yields much better performance at the expense in a risk of data corruption should the server reboot or lose power whilst still holding data in cache.
If your system needs to work with other proprietary systems that work with NFS (Solaris, HP-UX, RS/6000, etc.), you will need to enable sync mode.
subtree_check or no_subtree_check?
Applying Export Changes
Whenever you make changes to the /etc/exports file, for them to take effect you need to run the following command which will let you know if there are any issues, and tell you about any defaults it assumes.
sudo exportfs -a
Restart NFS Service
You can restart the NFS service at any point with the following command:
sudo /etc/init.d/nfs-kernel-server restart
Client Steps
To be able to mount NFS shares as a client, you need to run the following command to install the relevant packages:
sudo apt-get install nfs-common -y
Mount the NFS by adding a line to your /etc/fstab file like below:
$NFS_HOST_IP:$HOST_EXPORT_DIR_PATH $LOCAL_DIR nfs auto 0 0

Now run the following command to mount everything in your fstab.
sudo mount -a
sudo mount $NFS_HOST_IP:$HOST_EXPORT_DIR_PATH $LOCAL_DIR
References
- Indiana University - What is NFS?
- Ubuntu Forums - HOWTO: NFS Server/Client
- Ubuntu Geek - NFS Server And Client Configuration In Ubuntu
- Optimizing NFS Performance
- What is the use of "root_squash" and "no_root_squash" in NFS"
download file now
Monday, August 28, 2017
Una visita al primo server Web
Una visita al primo server Web
Pochi giorni fa sono stato al CERN e, fra le tante meraviglie tecnologiche di questo centro di ricerca scientifica, ho finalmente visto con i miei occhi il primo server Web della storia: la workstation NeXT usata da Tim Berners-Lee, l�informatico che insieme a Robert Cailliau concep� presso il CERN quello che oggi chiamiamo il Web, ossia la parte di Internet strutturata in pagine contenenti testo, immagini e collegamenti ad altre pagine. Era il 1989: un�eternit� di tempo fa, ai ritmi dell�informatica.Oggi questa workstation � esposta al CERN qui in una teca sferica insieme al documento Information Management: A Proposal che Berners-Lee scrisse per proporre l�idea al suo capo, Mike Sendall, che la comment� laconicamente con tre parole visibili ancora oggi, scritte a mano, sulla stampa del documento: �Vague but exciting� (�Vago ma stimolante�).

Va ricordato che all�epoca Berners-Lee aveva pensato al Web soltanto come sistema di gestione delle informazioni interne del CERN e non come modo per organizzare tutta Internet, e che intendeva chiamare la propria creatura Mesh: solo in seguito, durante la scrittura del software per realizzarla, scelse di chiamarla World Wide Web. La parola �web� ricorre gi�, comunque, nel testo originale della sua proposta.
Fu proprio il CERN a ospitare la prima pagina del Web pubblico: � ancora visitabile oggi qui in una versione leggermente modificata (l�indirizzo originale era http://nxoc01.cern.ch/hypertext/WWW/TheProject.html).

Il primo server Web era un computer che nel 1989 era ai massimi livelli ma che oggi considereremmo primitivo: 8 megabyte (s�, megabyte) di RAM, 256 megabyte di disco magneto-ottico, processore a 25 MHz e disco rigido facoltativo. Il NeXT era una creatura di un altro nome celebre di Internet: Steve Jobs.
download file now
Sunday, August 27, 2017
Tutorial Setting Mikrotik dan Proxy Server Squid di Virtual Box
Tutorial Setting Mikrotik dan Proxy Server Squid di Virtual Box
Sebelum kita bahas ke tutorial instalasi, sebelumnya saya asumsikan bahwa anda sudah bisa install dan konfigurasi mikrotik di virtual box, atau pun install ubuntu server di virtual box, supaya memudahkan kita dalam persiapan implementasi, bisa anda baca lagi di artikel bahasan sebelumnya mengenai Cara Install dan Konfigurasi Mikrotik di Virtual Box , untuk peralatan-peralatann yang harus kita siapkan adalah sebagai berikut dibawah :
- Virtual Box
- Mikrotik routerOS.iso
- Ubuntu Server.iso


Setting network sesuaikan adapternya :
Virtual Mikrotik :
Adapter1 : Bridge ( interface mengarah ke modem/internet )
Adapter2 : Internal network
Adapter3 : host-only adapter
Virtual Squid :
Adapter1 : Internal network
Ilustrasinya seperti gambar dibawah :

Keterangan :
- PC master adalah PC yang di install Virtual box.
- Pada eth0 di PC master, saya beri tanda X karna eth0(PC) hanya akan menjadi jembatan eth0 (mikrotik) dengan demikan agar PC master dapat mengakses internet melewati eth2 (mikrotik) sebagai Client dari mikrotik walaupun pada eth0 (PC) adalah client dari internet/setara dengan mikrotik

- Hilangkan centang pada TCP/IPv4 pada adapter yang digunakan untuk mengakses inter pada PC master untuk mendapatkan tanda X di eth0(PC) tadi.
Setting IP masing-masing Machine nya seperti dibawah :



## Firewall => Nataction : dst-domainsrc address : !192.168.2.2protocol : tcpdst port : 80action : dst-natto adresses : 192.168.2.2to ports : 3128- Untuk Konfigurasi Squid, Sesuaikan dengan gambar dibawah ini :



- http://mikrotik.co.id
7. Cara Mengalihkan Pelanggan Hotspot Mikrotik Yang Expired Ke Halaman Isolir
download file now
Monday, August 21, 2017
Tutorial Register Server Sundawani
Tutorial Register Server Sundawani
- )
Pertama-tama silahkan connect battle net server sundawani.
- )
kemudian silahkan pilih "create new account"
- )
Selanjutnya scroll mouse ke bawah sampai mentok kemudian klick "agree"
- )
Kemudian tinggal masukan ID dan Passwordnya
- )
Terakhir tinggal Login dan masukan email
download file now
Saturday, August 19, 2017
Ubuntu as Time Machine server
Ubuntu as Time Machine server
This guide will help you to install and configure the netatalk servise on an Ubuntu server so it can function as a Time Machine backup server for your Mac OS machines.
First install the necessary packages:
sudo apt-get install netatalk avahi-daemon libnss-mdnsOpen the netatalk default configuration file:
sudo vi /etc/default/netatalkModify the lines:
ATALKD_RUN=yesEdit the atalkd.conf file:
PAPD_RUN=no
CNID_METAD_RUN=yes
AFPD_RUN=yes
TIMELORD_RUN=no
A2BOOT_RUN=no
sudo vi /etc/netatalk/atalkd.confadd to the bottom
eth0Edit the AppleVolumes.default file:
sudo vi /etc/netatalk/AppleVolumes.defaultadd to the bottom:
/backups/timemachine "Time Machine" allow:@admin cnidscheme:cdb volsizelimit:200000 options:usedots,upriv,tmThe example above also limits the size shown to OS X as 200 GB (the number is given in MiB, so its 200,000 times 1024 in the real world)
Edit the afpd configuration file:
sudo vi /etc/netatalk/afpd.confadd to the bottom:
- -transall -uamlist uams_dhx.so,uams_dhx2.so -nosavepassword -advertise_ssh -mimicmodel TimeCapsule6,106 -setuplog "default log_warn /var/log/afpd.log"
Create a configuration file for the avahi afpd discovery:
sudo vi /etc/avahi/services/afpd.serviceand enter the following into it:
<?xml version="1.0" standalone=no?><!--*-nxml-*-->Restart the services:
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">%h</name>
<service>
<type>_afpovertcp._tcp</type>
<port>548</port>
</service>
<service>
<type>_device-info._tcp</type>
<port>0</port>
<txt-record>model=MacPro</txt-record>
</service>
</service-group>
sudo service netatalk restart
sudo service avahi-daemon restart
download file now
Friday, August 18, 2017
Tutorial Install Quagga Routing BGP Server di Linux Debian
Tutorial Install Quagga Routing BGP Server di Linux Debian
Mode CLI
## Jika belum update, lakukan update terlebih dahuluapt-get update
## Install quaggaapt-get install quaggaCopy - Paste di New Terminal- Konfigurasi berada pada /etc/quagga, dan edit file debian.conf dan daemons.conf


Mode CLI
chown quagga.quaggavty /etc/quagga/*.conf
chmod +x /etc/quagga/*.conf
## Setelah langkah diatas selesai kita restart
/etc/init.d/quagga restart
## Masuk ke file /etc/quagga/bgpd.conf dan edit file (masukan list netblock
ip game garena)
!
! Zebra configuration saved from vty
! 2015/06/06 23:57:46
!
hostname bgpd
password zebra
log stdout
!
router bgp 65530
bgp router-id 192.168.100.1
network 8.31.97.0/24
network 23.67.246.0/24
network 31.13.79.0/24
dst....
neighbor 10.10.11.10 remote-as 65530
neighbor 10.10.11.11 remote-as 65530
neighbor 10.10.11.12 remote-as 65530
neighbor 10.10.11.13 remote-as 65530
dst...
!
line vty
!
## Save dan Restart kembali
Ctrl+O
/etc/init.d/quagga restartCopy - Paste di New TerminalSource/Reference :
- http://mikrotik.co.id
- https://wiki.ubuntu.com/JonathanFerguson/Quagga
- Syaifuddin JW
7. Cara Mengalihkan Pelanggan Hotspot Mikrotik Yang Expired Ke Halaman Isolir
download file now
Tutorial Server Router Client pada Debian
Tutorial Server Router Client pada Debian
Tutorial Server Router Client pada Debian
download file now
Saturday, August 12, 2017
UCPRO Malaysia local Dota Starcraft and counter strike private server
UCPRO Malaysia local Dota Starcraft and counter strike private server
UCPRO is a new Malaysia local private server that currently hosting Dota, Starcraft and counter strike server. They just change the UCPRO website to a new design and new site like what you can see on the screen shot above. UCPRO server is actually a reborn of Blueserver which close down due to previous sponsor company dont want to sponsor them for the Blueserver hosting fee. This is the reason given by the Blueserver developer Megablue.
When the time Blueserver was running, I already predicted that they will slowly change to add advertisement on their homepage too because they dont have any other income other than the sponsor from one company. It will be very hard for them to carry and and survive until they suddenly announced that Blueserver was down due to didnt pay hosting fee for few months. The server was pulled out (PP) from the rack... its a sad case to hear it.
After down for sometime, finally they come out with this new server call UCPRO instead of Blueserver. Its a reincarnation of Blueserver and this time they joint with AMICI Sdn Bhd which is the main sponsor and solely sponsor for this whole new project(UCPRO) entirely.
Obviously they are try to make it like the Garena(GG client) which is another International private server hosting company that hosting several games like Dota, starcraft, counter strike and so on. I think their main income is from Google Adsense that been added into their homepage.
But for UCPRO new website design I feel that its not professional enough maybe its just a temporary setup and will do some improvement or enhancement from time to time. For example the UCPRO title header shouldnt be placed as a background under the login column. It blocked out the title and make it not well present. For the forum, alignment was wrong and the background looks confusing. You need to scroll to right hand side in order view another portion of the forum.
What is your opinion for this new UCPRO dota server? Any comment? Well its a better choice for local people in Malaysia as many of them dont buy original warcraft III game so they cant play in original battlenet therefore its a another good alternative way for them to play online and its where real gamers meet that turn to be their slogan for this project. Good luck!
To play in UCPRO server click HERE
download file now
Wednesday, August 9, 2017
Tutorial Install Cacti di Ubuntu Server Untuk Kebutuhan Monitoring Trafik Client
Tutorial Install Cacti di Ubuntu Server Untuk Kebutuhan Monitoring Trafik Client
Cacti adalah aplikasi open source yang yang merupakan solusi pembuatan grafik network yang lengkap yang didesign untuk memanfaatkan kemampuan fungsi RRDTool sebagai peyimpanan data dan pembuatan grafik. Cacti menyediakan pengumpulan data yang cepat, pola grafik advanced, metoda perolehan multiple data, dan fitur pengelolaan user. Semuanya dikemas secara intuitif, sebuah interface yang mudah digunakan mudah dipahami untuk jaringan LAN hingga jaringan yang kompleks dengan ratusan perangkat.
- MySQL
- PHP
- RRDTool
- Net-SNMP
- Apache atau IIS (Webserver yang support PHP)
## Install Apache, Mysql, dan PHP
$ sudo apt-get install apache2 mysql-server php5 libapache2-mod-php5
## Install RRDtools
$ sudo apt-get install rrdtools
## Install SNMP dan SNMPD
$ sudo apt-get install snmp snmpd
## Instalasi dan Konfigurasi Cacti
$ sudo apt-get install cacti
Configuring libphp-adodb <ok>
Web Server apache2
Configure database for cacti <ok>
Password of the database administrative user isipasswordrootmysqlanda
## Konfigurasi selesai,selanjutnya restart pada servise SNMP
$ sudo /etc/init.d/snmpd restart
Copy - Paste di Terminal



Cara Konfigurasi Cacti :
- Menambahkan Device :
- Cara menampilkan grafik monitor dari device :

- Lalu pilih Graph Templates yang ingin anda tampilkan. Pilih apa saja yang ingin anda monitor (misal Aktifitas CPU : CPU Usage, Load Average, dan Memory usage, aktifitas interface (eth0 mengenai Total bandwidth) maupun penggunaan ruang HDD). Saya memilih yang In/Out Bytes with Total Bandwidth untuk mengamati inbound dan outbond dari Total Bandwidth pada ethernet saya.3. Jika sudah lengkap maka, klik tombol create.Contoh Hasil Monitoring :Terlihat semua interface yang digunakan didalam router kampus serta grafik IN/OUT Bytes total Bandwidth dari tiap interface yang telah kita pilih untuk dimonitoring sebelumnya. Berikut beberapa tampilan grafik yang saya peroleh setelah beberapa jam.


Source/Reference :
- http://www.cacti.net/
7. Cara Mengalihkan Pelanggan Hotspot Mikrotik Yang Expired Ke Halaman Isolir
download file now