Categories
Performance Testing

Node JS and the website performance

Node JS Recently I got opportunity to test node server application web performance. I really wonder how fast it is when compared to typical JS or PHP applications. I noticed that CPU and memory utilization for node server was very low and efficient . In an enterprise application, that I worked on, Max CPU utilization […]

Categories
Android technews

Waze intergrated with Google Maps

Users of Google Maps for Mobile will now benefit from real time incident reports from Waze users. This means when Wazers report accidents, construction, road closures and more on Waze, the updates will also appear on the Google Maps app for Android and iOS in Argentina, Brazil, Chile, Colombia, Ecuador, France, Germany, Mexico, Panama, Peru, […]

Categories
Android technews

After Google, CyanogenMod unveils android device finder

Google’s recently release Android device tracker, allows to locate your android device, give a ring and erase the contents of your phone from a web interface. According to a some groups in case of a hack to the severs may leave almost all users of android device manager traceable. CyanogenMod’s upcoming service is a bit […]

Categories
Linux

is there an Office communicator for Linux?

Most Linux users come across a question “is there an office Communicator for Linux?” And the answer is “Yes, We have PIDGIN” For Linux users Pidgin (IM Client) provides access to the Lync functionality and therefore serves the purpose, even though we don’t have features like audio/video calls and sharing. For making Pidgin to work […]

Categories
technews

How to find our Lost android phone with Android Device Manager

Have you ever lost your phone in between the couch cushions or forgot it in a restaurant? Or maybe searching for your phone before you rush out the door is part of your morning routine? Let the new Android Device Manager help you out! It’s one of a few simple features you can use to keep your device—and the […]

Categories
technews

Why i’m not able to access some ports in firefox?

Many Firefox users would have come across errors like “This address uses a network port which is normally used for purposes other than Web browsing. Firefox has cancelled the request for your protection.“ Here is the solution for the above issue. open firefox Type “about:config” in the address bar Right click anywhere on the screen […]

Categories
technews

Free Amazon Web Services (AWS)

AWS is providing 12 month free usage tier, according to AWS website, The Free Usage Tier can be used for anything you want to run in the cloud: launch new applications, test existing applications in the cloud, or simply gain hands-on experience with AWS. Details on AWS Free Usage Tier (Per Month): Elastic Compute Cloud (EC2) 750 […]

Categories
Windows

How to Set MaxPageSize in Active Directory

Certain LDAP clients can only receive the first 1,000 results when they make an LDAP query to Active Directory, when more results exist that satisfy the query scope.  If there are 1,200 results to be returned, the client will receive the “Size Limit Exceeded” error when the paging control is not used. Microsoft lists MaxPageSize […]

Categories
Windows

How to edit the password policy on Windows Server 2008 R2 or Windows 2012

It’s not possible directly to edit the password policies in AD setup both in Windows 2008 and 2012 environment. Before doing the changes have a look into the current settings, and backup if necessary. To check the currents settings, type ‘gpedit.msc’ in command prompt and then navigate to  ‘Computer SettingsWindows SettingsSecurity SettingsAccount PoliciesPassword Policy’ section. Most […]