Search Results for: sed

The scheme was not recognised as a valid LDAP URL scheme.

When you are configuring Apache-Aactive directory integration you may find this error. This is bit strange error, this type of errors will come when the LDAP URL is not mention properly. There may be a special character in the line which you coped from some file/doc/blog causing this issue. If you see below lines both look same AuthLDAPURL “ldap://server.example.com:3268/dc=example,dc=com?sAMAccountName?sub?(objectClass=*)” AuthLDAPURL "ldap://server.example.com:3268/dc=example,dc=com?sAMAccountName?sub?(objectClass=*)" But there is a hidden new line in first AuthLDAPURL line. so be careful when coping this line. So how to resolve this issue? To resolve this issue just remove entire AuthLDAPURL line in httpd.conf file and recreate...

Read More

How To See Total Processes Are Running, Files Opened, Memory Used By An User?

To see all the process run by a perticular user #ps -u username u -u used to specify user name, and u at the end of the command shows you complete path of the command executed. Example #ps -u rajesh u or To see all the files opened by user #lsof | grep username Example #lsof | grep rajesh To see memory used by a perticular user #ps -u username u | awk ‘{print $2}’ Example ps -u krishna u | awk ‘{print $2}’ Now you will get all the PID’s run by user Krishna. So try to get memory usage by using pmap command. Please visit https://www.linuxnix.com for more linux admin...

Read More

The Canonical Has Released Its Latest OS “Ubuntu 10.04”

The latest Ubuntu 10.04 was launched on 29 April 2010. The codename of this operating system is “Lucid Lynx “. This new release includes the Linux kernel 2.6.32. It is a long term support edition. Which is having a brand new theme which makes it better looking than the previous releases. And name of the theme is “Ambience”. It is upgraded with more than 1200 packages. This OS will boot within 10 Seconds. Here is the link to download latest Ubuntu desktop ISO http://www.blogger.com/www.ubuntu.com/getubuntu/download The new features of Ubuntu 10.04 are : 1. Ubuntu 10.04 is having OpenOffice.org. Which is fully compatible with Microsoft Office. Where we can create documents, presentations and spread sheets. Its really good featuer to open docx and other files by default. 2. The new things in Ubuntu 10.04 is we can read and update our social networks such as Facebook, twitter using "Me" menu. And the new 10.04 Ubuntu’s music player includes an integrated store, from which we can buy and download new tracks. And one more thing is we can store the music online and listen to it from other computers and music players. 3. Ubuntu 10.04 is flexible with all types of gadgets. Where we can connect our phones and cameras to download the pictures. And we can edit the pictures also using free application. Which is available in Ubuntu Software Centre....

Read More

Over 16,000 readers, Get fresh content from “The Linux juggernaut”

Email Subscribe

ABOUT ME..!

My photo
My name is Surendra Kumar Anne. I hail from Vijayawada which is cultural capital of south Indian state of Andhra Pradesh. I am a Linux evangelist who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. At present I work at Bank of America as Sr. Analyst Systems and Administration. You can contact me at surendra (@) linuxnix dot com.