-
Samba is a free Linux/Unix software which provides file and print access for Microsoft Windows clients. If you have a Linux file server or Linux based NAS device on a network with Windows clients you are probably using Samba. Samba…
-
List and run last used commands in Linux
To list through most recently used commands one by one use Arrow-Up key To display all used commands:history To run a command from the history list:!391 where 391 command number
-
Apple ID login not working: “The apple id you entered couldn’t be found” and “Fatal internal error occurred”
This morning (16 December 2011) a user came and complained that he wasn’t able to login into his iTunes account nor on this iPhone nor on the PC. He was worried account has been hacked or otherwise compromised. I quickly…
-
Enable LDAP over SSL (LDAPS) on Windows Sever 2003 Domain Controller
By default LDAP communications are insecure (unencrypted). To enable secure LDAP connections you simply need to install a properly formatted server authentication certificate on the LDAP server. This can be a trusted third party certificate or an internal Active Direcotry…
-
Microsoft Word 2010 prints wrong pages or doesn’t print at all
I’ve heard this complaint many times – “I am trying to print a page or page range from a word documents and it is printing completely different pages or doesn’t print anything at all.” This problem is almost always caused…
-
Insert Blank Page in PDF File with Nitro PDF
Don’t try to find a button or an option in to insert a blank page into existing PDF file in Nitro PDF v6. This functionality is not implemented. Nitro PDF guys say that there is not enough people requesting this.…
-
Installing LDAP support in PHP on Ubuntu LAMP server
LDAP support in PHP is not enabled by default. To enable LDAP support on an existing Ubuntu Apache web server you need to install php5-ldap package. Install php5-lda:sudo apt-get install php5-ldapReboot apache/etc/init.d/apache2 restart
-
PHP code to search Windows Active Directory (via LDAP)
Following sample PHP code will connect to your local (or remote) Active Directory Domain Controller (LDAP server) and return all object with specified OU: Number of objects found Common Name Distinguished Name Description (if exists) Primary Email Address (if exists)…
-
Automate telnet commands using VB Script
You can’t use standard .bat scripts to automate telnet commands. This can be done via a simple VB Script.To create a VBScript, simply create a plain text (.txt) file and change extension to .vbs Following example will connect to a…
-
“Faulting application explorer.exe” – TeamViewer v5 crashes explorer.exe process on Windows XP machines
I was running TeamViewer v5 on about 100 Windows XP machines for quite a while and never had any problems. One day some users started reporting pretty serious issue: immediately after users logs on, explorer.exe would crash leaving user with…
-
Calendar sharing is not available with the following entries because of permission settings on your network
It is very easy and intuitive for users to share their calendars in Exchange 2007 / Outlook 2010 environment.All they need to do is open a Calendar, click Share Calendar and send invitation to required users.
-
Excel 2010 does not re-calculate formulas automatically
Normally Excel will automatically recalculate formula when data in cells it is referring to changes . Users expect this behaviour and get confused if this doesn’t happen. On some complex spreadsheets automatic recalculation may be disabled to improve performance. When…