Showing posts with label displays. Show all posts
Showing posts with label displays. Show all posts

Monday, August 31, 2015

How to Open Ports in a MikroTik Router (6 Steps)


Open the Internet Explorer Web browser on the Windows computer and click the address bar near the top of the 'Windows Internet Explorer' window that appears.
Type 'http://router_ip_address' into the address bar except replace 'router_ip_address' with the IP address of the MikroTik router and press the 'Enter' key.
Click the 'Winbox' link in the Web page that appears. Click 'Open' in the window that displays and confirm that you wish to run the 'Winbox' program if prompted.
Type the IP address of the MikroTik router into the 'Connect to' text box of the 'Winbox Loader' window that appears. Enter 'admin' into the 'Login' text box and write the Administrator password into the 'Password' field. Click the 'Connect' button.
Click 'IP' item in the left pane and then click 'Firewall' and then click the 'NAT' tab in the window that appears. Right-click empty space and click 'Add.' Click the 'General' tab and type the public or Internet IP address of the MikroTik router into the 'Dst Address' field. Type the port number that you wish to open into the 'Dst Port' box.
Click the 'Action' tab. Click the 'Action' drop down box and click the 'dst-nat' option. Enter the private network IP address to which you want the port traffic forwarded into the 'To Addresses' box. Write the port number to be forwarded into the 'To Ports' box. Click the 'Apply' button and then click the 'OK' button to save the setting.
VPS Hosting

Tuesday, August 25, 2015

How to Make a Custom CSS for Webs.com


Log in to your Webs.com account and click the 'Modify Template' tab in the menu bar on the top right corner.
Click the 'Change Template' link that appears beneath the main menu, then click the 'All' option that displays on the left side. This action presents all of the template options available on Webs.com.
Scroll to the very right of the template options and click the 'Custom CSS' box. Click the 'Advanced CSS' tab that displays to bring up a text box where you enter your style rules.
Type your custom CSS code to design your Webs.com template. For instance, specify the background color of the body, which controls the overall appearance of your page, as in the following example:body { background-color: #cccccc; }
Click the 'Save' button in the upper right-hand corner. Click the 'See My Site' button in the dialog window that displays to view the custom CSS published to your Webs.com website.
VPS Hosting