Category: Linux, Windows, Mac
Secure Apache Webserver
By default Apache web server does not come with all the securities enabled. We have to enable enhanced securities before making it live & accessible to the outside world. Remove Server Version Banner : Modify httpd.conf and add following directives
Eclipse – Java decompiler (jd-eclipse)
If you are working with eclipse IDE, it provides many plugins and one of them is java decompiler. This plugin will decompile all your class files to give you Java source code. JD-Eclipse is a plug-in for the Eclipse platform.
Zoho CRM | Reduce API call consumption
This is a simple idea to reduce API calls consumption when you pull data from Zoho CRM into an integrated piece of code (like server side code in PHP or Java that connects to Zoho CRM to retrieve records). In
Moodle / PHP | The uploaded file exceeds the upload_max_filesize directive in php.ini
How to increase the value of ‘upload_max_filesize’ variable to upload a file/plugin of larger size. We were trying to install a new plugin with size of approx 3.5 mb in our moodle site. It was showing an error:“The uploaded file
Ubuntu Linux | Using ‘alias’ for a set of commands
If you run a set of commands on regular basis you can use Ubuntu ‘alias’ command to create an alias for entire set and use the alias name in future. For example these are a set of commands to compile
Air Gapping | Mobile app connectivity with localhost services
When we were trying to connect an android app with the php localhost services it was giving an error: cannot connect to the server please check your network connection. Code independently was working but not when we were connecting Android
Salesforce | Methods defined as TestMethod do not support Web service callouts
Our code has some classes which contain functions that are used to make webservice callouts to connect with AWS S3 or EC2 machine. We have to cover these functions in our test methods but “Run Test” fails after running the
Heroku | How to create/deploy your Php/CakePHP app (Ubuntu)
1. Sign up: First, go to Heroku.com and click “sign up” to get your free Heroku account. 2. Install the Heroku Toolbelt: The Heroku Toolbelt contains the Heroku client, a command-line tool for creating and managing Heroku apps. Install Heroku
Ubuntu | Open VPN Client Connection
How to connect to VPN using open vpn-client in ubuntu 12.04 using username, password and ssl keys? You have to first install openvpn 1. Run this command in terminal:
