• support[@]kurinchilion.com
  • +1 (888) 666-4252

Tags

Git: error: RPC failed; curl 55 SSL_write() returned SYSCALL,

Dec 17, 2016 - by kurinchilamp / / Post Comment
Git uses "Transfer-encoding" in POST requests and some proxy servers do not support this encoding by default. When large files are pushed, the git client requires higher http.postBuffer setting. Increase the buffer size to see if the issue is related to it. $ git config --global http.postBuffer 134217728
Continue Reading

Netbeans: HTTP Status 404 – There is no Action mapped for namespace / and action name

Feb 13, 2011 - by kurinchilamp / Java / Post Comment
i) Check where struts.xml is defined - Path where the file exists. In netbeans, easy way to do this to add the struts.xml file to package folder. ii) Check if the correct namespace is added in the struts.xml iii) Check if the package name is given correctly for the class in execution.
Continue Reading

HTTP-Header: User-agent modification

Dec 06, 2009 - by kurinchilamp / HTML / Post Comment
When a browser makes a request to the server, it sends information such as its operating system name, version in addition to the type of the browser from which the request originates in the header variable "user-agent". Depending on the request made, server responds back with specific details which can range from browser specific css layout to calling certain javascriptsfor certain browsers. Changing the user-agent also helps us in understanding how spider-agents or bots will see the pages that we build. It also helps us design applications that will mimic a request as originating from a mobile phone and helps us in viewing the behavior of the application in different mobile clients. To read more about HTTP-Headers check ietf
Continue Reading

World Wide Web Get – wget

Apr 30, 2009 - by kurinchilamp / / Post Comment
Grab entire website content with "wget" The web get feature "wget" enables a user to grab the entire content of the website. There may be situations where your may have difficulty in getting the source code from your software vendor, or may not have access details to certain location in which case "Wget" comes in handy. This feature is available for win32 platform as well. Work around for this is for the user to install cygwin to run the "wget" command (more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.