Git revert specific commits from the command line
There can be cases where you want to revert a branch or commits in git but due to many other commits on the top of… Read More »Git revert specific commits from the command line
There can be cases where you want to revert a branch or commits in git but due to many other commits on the top of… Read More »Git revert specific commits from the command line
In this post we will see how SonarQube can be upgraded to the newer version, for example, upgrading SonarQube 5.2 to SonarQube 5.4. NOTE: Read… Read More »How to Upgrade SonarQube from its previous version to new version.
SonarQube provides Github plugin using which it can publish inline comments in the git pull request for issues found in the modified/new codes of the… Read More »GitHub pull request analysis using SonarQube
This post is useful for people who are maintaining their code on below scenarios: You are using aws cloud server to manage your application codebase.… Read More »AWS: From creating instance AMI to updating Auto Scaling group at once using shell script
PHP CPD (PHP Copy Paste Detector) – Detecting duplicate code in PHP files
It is a PEAR tool that makes it easier to find duplicate code in php application.
htop is an interactive system-monitor process viewer. It’s a utility for process monitoring. It is an alternative to the Linux program top. It displays a frequently… Read More »htop – an interactive system-monitor process-viewer
KeepAlive: KeepAlive is to reuse the same connection to transfer multiple files between the web browser and the web server. Its a persistant connection. KeepAlive [Advantage]:… Read More »Apache KeepAlive – On or Off?
To List all databases with its size in MB or GB, below command can be used to get the information. Below is the command to… Read More »Get all databases size of an instance/server in MB or GB (Human readable format)
In this post, we will see how to password protected a zip file using command line so that even if the anyone outside gets access… Read More »Create password protected zip file via command line
This post is useful to those who want to convert AWSÂ ec2 instance from PV type to HVM type. Linux Amazon Machine Images(AMI) uses two type… Read More »Converting AWS EC2 PV(Para Virtual) instance to HVM instance