Recursive Linux “Find Files Containing”
find . -name “*.ext” -exec grep -i -H -n “texttofind” {} \;
find . -name “*.ext” -exec grep -i -H -n “texttofind” {} \;
I am installing Postfix on my unmanaged VPS hosting machine and I am doing it first time ever. I followed the installation manual on Ubuntu site and everything looks all right except one tiny thing: I can’t send email using Telnet. Here is the response: 421 4.3.0 collect: Cannot write ./dfnBA9gfVO030273 (bfcommit, uid=0, gid=111): No [...]
Moved my blog to a cheaper VPS. Also now this blog is served by Lighttpd instead of Apache. Everything seems to be a bit faster!
Image via CrunchBase After rave reviews from my coworkers, who seen the IBM presentation, I decided to give it a try on my local machine. As it usually happens with IBM beta software, the expectancy of it working is close to zero. Let’s give it a try this time, could it be better? First, I [...]
I tried to search all over the web for a Java Faces component, which will do a simple thing: totals and subtotals. And I failed. It seems that whole web is about how much more AJAX you could put everywhere, not how more useful your product could be for average user. It could be done [...]
Excellent article on branching in Subversion. One thing missing is the branch timeline chart. Something like this: Where horisontal line is the trunk timeline and angled lines are releases. Based on my experience, that chart often helps developers to understand when branches are created and how to deal with them.
Just made a configuration change on my hosting account: disabled Java in order to get Ruby-On-Rails
For a website I want to build, I have to choose the platform and the programming language. At work I use Java and Websphere 6, but can’t use it for my own project. The reason is that I don’t know how popular my service would be it seems quite expensive to put it into Websphere [...]
Java Developer’s Journal published a very good article on security issues in JSF applications. The article consists of three pages. Two first pages provide the neccessary background information with the possible solution. The third page looks like the editors decided not to publish more details and just finish that article as fast as possible. And [...]
The corporate policy setting on my work notebook always sets the screen saver to 15 minutes and require login password. I don’t mind to have a screen save 15 minutes, but that login requirement… I just hate it! And I hate it mostly because the screen saver tab in the Display Properties dialog is disabled [...]