How to edit Windows hosts file (C:\Windows\System32\Drivers\Etc\hosts)?

Feb
04

Windows users have a trouble saving plain TXT files without extensions on a Windows machine. For example, if you have to edit C:\Windows\System32\Drivers\Etc\hosts file and save as a plain text file, Windows will automatically add .txt file extension to the file and save it as hosts.txt. Also, Windows does not allow you to edit the file directly in the system folder such as the C:\Windows\System32\Drivers\Etc.

To get around this problem, you'll first have to change folder options of your Windows machine. To do this, please follow the instruction below.

Posted By admin read more

Centos 6 (VMware) Sticking Mouse Cursor - PDF Viewer Related

Nov
05

I'm running Centos 6, and every once in a while the cursor changes to the one shown below

I am not 100% sure, but this has happened about 3 times and it may have to do with Adobe Acrobat reader. Clicking on the windows doesn't do anything, and the only way to solve this problem is by rebooting my VM instance. Any idea what may be causing this issue?

Posted By admin read more

[SOLVED] Sendmail to remote server for local domain ignores MX record

Oct
04

Problem: You have a contact us form hosted on your website sending an email to your local domain, but the email never leaves your web server because your mail server is hosted elsewhere. The mail works fine for all other email domains (your customers receive confirmation emails), but your own domain fails to arrive (cc'ing to yourself).

This is really mind boggling problem, and it took me a while to find a solution that works in my environment. In a nutshell, there are a number of solutions but in certain environment first few options doesn't work.

Posted By admin read more

Netsuite PHP Search Tutorials

Sep
06

To perform operations on Netsuite records and objects, it is crucial to understand search functionality provided by Netsuite. Netsuite offers basic and advanced search objects on various record types, and their operations are practically the same.

The search results are either an array if there are more than 1 record returned, or an object if there is only 1 record in its result set. As a programmer, the result set must be examined whether it's an array or an object before performing an operation on them.

Posted By admin read more

How to input Korean, Japanese and Chinese on Centos / RHEL

Sep
06

There seems to be a number of RHEL packages that support far east Asian language support like Korean, Japanese or Chinese. None of the package description explains how to install them, and configure to work with different languages so here is one method I found working.

1. Before you can install Linux packages on your system, you'll have to login as a 'root' user either by 'su' or 'login' command.

2. Install required Linux packages.

Posted By admin read more

SimpleSAMLphp Implementation Tutorial

Aug
25

SimpleSAMLphp is an open-source application that implements SAML 2.0 and Shibboleth 1.3 Single Sign-On (SSO). Third party applications that require SSO integration with SAML 2.0 or Shibboleth 1.3 may use SimpleSAMLphp to simplify integration process. SimpleSAMLphp offers an administrative interface to convert SAML meta data, and also provides a link to test and integrate with other Identity Providers and Service Providers. SimpleSAMLphp also offers a programming APIs which makes it easier for 3rd party applications to implement Single Sign On.

Posted By admin read more

How to search custom fields in Netsuite with PHP

Aug
23

Netsuite allows an administrator to add custom fields and custom records via GUI. Custom fields are business specific attributes defined by the company to tailor Netsuite. When a custom field is created in Netsuite, the administrator will assign an ID of the custom field and this ID becomes internal ID of the custom field. To show internal ID on Netsuite GUI, it must be turned on by going to Home -> Set Preferences -> General -> Defaults, and checking "Show Internal IDs" checkbox.

Posted By admin read more

[SOLVED] Vmware Server 2 network bridge is not working (missing vmnet0)

Aug
05

I've had a hell of time today trying to figure out vmware server 2 network bridging problem. The server I've setup more than 2 years ago have been running flawlessly with more than a few reboots over the course of 2 years, and never had network problem in the Guest Operating system running Centos 5.

Posted By admin read more

Netsuite Custom Record to store external form data

Jul
24

Netsuite allows you to create a Custom Record to store table of data collected from an external form. For example, you may create an email opt-in form on your external website, and submit the form to Netsuite. The submitted data will be processed by a Suitelet, and stored as a Custom Record in Netsuite. The form must be able to process concurrent users, and hence Suitelet is favored over SuiteTalk (Web Service).

Posted By admin read more

Netsuite PHPToolkit Web Service - Search ItemFulfillment Tutorial

Jul
20

Our business require that we retrieve Quantum View data from UPS, and create or edit ItemFulfillment records with PackageList and Packages. As described in the earlier articles, we've created a UPS developer access key and setup required Quantum View subscriptions for later retrieval of Quantum View events.

Posted By admin read more

Pages

Subscribe to Web Traffic Exchange RSS