Property Management System practice

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

Best Practice using Microsoft Office

This is best practice can help you to use Ms. Office more effisient and effective.

Apple best practice

All about Apple

Networking

Networking section... vlan,Cisco,Mikrotik,Switch,Router

Cloud Computing

Information about cloud computing and best practice...

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-scripts
rm ifcfg-eth0
mv ifcfg-eth0.bak ifcfg-eth0
ifup eth0

Restart the virtual machine. The Log on screen changes to display the default IP
address used to access the IMSVA web console.
You can now log on to the IMSVA web console to manage the product. The default
network settings are listed below. You can authenticate to the web console, CLI, and
OS shell using the default system passwords below. Be sure to change the
passwords after you log on.

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 message from wkariana@kariana.com
        (/dev/pts/1) at 13:21 ...
The system is going down for reboot in 5 minutes!
TIME may have different formats, the most common is simply the word now which will bring the system down immediately. Other valid formats are +m, where m is the number of minutes to wait until shutting down and hh:mm which specifies the time on the 24hr clock.

How do I reboot remote Linux server?

Simply login as the root user using ssh command:
$ ssh root@remote-server.com /sbin/reboot

Wednesday, September 05, 2012

Cloud Computing


Term of Cloud computing refer to integration of all IT resources contain infrastructure, hardware and software connected each other to delivering IT services to end user.
Cloud computing can be classified base on range of users and services.
Based on range of users, cloud computing can be classified as:
  • Private Cloud
  • Community Cloud
  • Public Cloud
 Based on Services, cloud computing can be classified as:
  1. Software as a service
  2. Platform as a service
  3. Infrastructure as a service

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 device.

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. For the access permissions allow both Read and Run Script privilages.

To set the PasswordChangeFlags value in the IIS metabase, do the following:
From command prompt browse to the C:\Inetpub\Adminscripts directory.
Type adsutil.vbs, and then press the ENTER key. If this is the first time that Adsutil.vbs has been run, you may get error messages stating that Csript is not registered. Follow the prompts and choose Yes to register Cscript.
Type adsutil.vbs set w3svc/1/PasswordChangeFlags [Value].

w3svc/1 represents the Default Web Site and [Value] can be set to one of the following options:
0 - SSL connection requred
1 - Password changing allowed on no-secure ports.
2 - Password changing disabled.
3 - Password changing disabled. (Undocumented)
4 - Advance notification of password expiration disabled.

Users should now be able to change their Local Account password by visiting:
http[s]://[server address]/iisadmpwd/aexp2.asp
Or their Domain Account password by visiting:
http[s]://[server address]//iisadmpwd/aexp2b.asp
Where "S" exists in an SSL connection and "server address" is either the host name or unique IP address of the server.