Raising the file limit for MongoDB If you installed from the Ubuntu/Debian package, then there is a simple way to increase the open file limit. MongoDB’s startup script is /etc/init/mongodb.conf. This is an upstart script which supersedes the /etc/init.d scripts we’re all
Enable PHP in HTML or other files
Sometimes we need to parse HTML or other files as PHP. This can be done using either apache2.conf or httpd.conf whichever applies to your Apache Web Server or by using .htaccess file placed in your root web document directory. We
Installing MongoDB for PHP in Ubuntu 14.04
First, to get this thing going, we’ll need to resolve some dependencies. To do that, run this command from the terminal: $ sudo apt-get install php-pear php5-dev Next, you should easily be able to install the driver with the following
Creating HotSpot in Windows 8/8.1
In era of Smartphones we seldom feel the need of having a good high speed internet connection on the mobile. Sometimes we do have the access of the wired connection but WiFi signals are not available or not so strong.
Installation Issues faced on Ubuntu 14.04.1
Installation of Ubuntu 14.04.1 was supposed to be a smooth one on my desktop computer but sadly it turned into a nightmare when I had to install it 4 times to get it right. I thought of sharing the problem
Memory Leak Error Ubuntu 14.04
After a clean installation of Ubuntu 14.04 I found an error plaguing my system no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory This error is caused by the SMB Synchronization code in the system. It was easily resolved by removing the
Settting up Centralized Server for Movies, Music and files
Mobile devices have completely changed the way how we access our media and files. Also by mobile devices i don’t mean tableta and mobile. I am also considering TV, gaming consoles like PS3. We often want them to be connected
Wireshark Crashes in Ubuntu 14.04
I customized Ubuntu to disable scroll bars inside the GTK theme and customized the screen as per my liking but this caused an issue when running wireshark. Wireshark started crashing giving the segmentation fault. This issue can be easily resolved
Enabling PHP code in .HTML files
Sometimes we wish to execute PHP code inside the HTML files and allow their parsing to be done by PHP This can be easily achieved by enabling .htaccess files in the Apache, following steps will help in enabling this: Open
Enabling root user in Ubuntu 14.04
By default root user account is disabled for login in Ubuntu. Steps mentioned below will allow you to enable the root user and login as root on the OS. Login to your account and open Terminal sudo passwd root Type