Property Management System practice

This information all about best practice of Property Management System especially for Fidelio, Opera from Micros-Fidelio

Thursday, November 22, 2012

Reconfigure IMSVA 8 - Trend Micro

Trend Micros IMSVA 8.0 Reconfigure the network interface, as follows, after logging as root/imsva8.0: cd /etc/sysconfig/network-scriptsrm ifcfg-eth0mv ifcfg-eth0.bak ifcfg-eth0ifup eth0 Restart the virtual machine. The Log on screen changes to display the default IPaddress used to access the IMSVA web console.You can now log on to the IMSVA web console to manage the product. The defaultnetwork settings are listed below. You can authenticate to the web console, CLI, andOS shell using the default system passwords below. Be sure to change thepasswords...

Reboot Linux command

Reboot Linux command You must login as root to reboot the system. Open the terminal and type any one of the following command to reboot the system (following is immediate reboot):  # /sbin/reboot OR  # /sbin/shutdown -r now  You can also use sudo command under Ubuntu Linux: $ sudo reboot  It is a good idea to provide notification to all logged-in usersthat the system is going down and, within the last five minutes of TIME, new logins are prevented. Type the following command:  # shutdown -r +5 Sample output: Broadcast...

Wednesday, September 05, 2012

Cloud Computing

Normal 0 false false false EN-US JA X-NONE ...

Tuesday, September 04, 2012

How to bypass portal connection on Mikrotik by Mac Address

When we using Mikrotik as portal gateway, we can bypass connection by inputting Mac Address of specific device in IP Binding, follow below steps: - Open WinBox tool - Click IP -> Hotspot - Click tab IP Bindings - Click "+" icon to add new hotspot IP Binding - Mac Address -> input mac address device that you want to bypass - Click type -> bypass Lasting you can add comment to easy identify of devi...

Monday, September 03, 2012

Portal "change password" using IISADMPWD Windows 2003

Portal change password for user non desktop that connected to Active Directory only for Exchange Email, we can use a IISADMPWD. To create the IISADMPWD virtual directory, follow these steps: In the internet Service Manager Microsoft Management Console (MMC), expand Web Sites, right click the Default Wed Site, and then select Virtual Directory. When virtual Directory Creation Wizard starts, follow the instructions to create the Virtual directory with the alias IISADMPWD. Point the path to local %systemroot%\System32\Inetsrv\Iisadmpwd directory....