Technology

Fetching File From FTP in Background With Curl.

Last night I had to restore file with size greater than 220GB from our backup FTP server to our main server after OS re installation. Now I could have simply done “get” after logging into ftp out server, but that would have required my machine to stay awake all night unattended. Seems simple but everything I tried didn't seem...

by Hitesh Bhatia
Tag: System
09-May-2012

Technology

Multiple Bootable OS in Single USB

Recently I have been knee deep into Linux installations. Installing through  USB is great process, there is no hassle of CD and its faster too. But problem is first we need bootable USB. Up till now I used "Start Disk Creator", which is bundled in Ubuntu and is great for creating bootable USB, major problem with it is that it ...

by Hitesh Bhatia
Tag: System
19-Apr-2012

DevOps, Technology

Increasing the connection timeout between browser and the tomcat server

There is a case stuck recently in my Grails development project where I need to increase the connection timeout between the browser and the server, because of the reason before the response get completed server leave the connection which resulted in no response. My colleague Himanshu told me to change the setting in server.xml, which...

by Tarun Pareek
Tag: System
21-Dec-2011

Grails

Setting System property from command line in grails

Hi, In one of my recent grails project, i needed to set System property from command line while running the grails application. I looked for it and found a simple solution to do so and found it worth sharing. Suppose we want to set any property, say app.property="propertyValue", then the command to set the property in grails...

by Vishal Sahu
Tag: System
24-Aug-2011

Technology

Linux Trick for screen collaboration or shell sharing

In recent week, i got to know about really good way of collaborating the screen in a linux.   Let us take a scenario, Suppose User having name 'B' on the 5th floor of the company is having a problem/difficulty related to code execution, unable to figure out what to do?, and then he call the fellow guy who can help him out, but he...

by Tarun Pareek
Tag: System
14-Nov-2010