skip to main | skip to sidebar

My notes

2009-04-23

variable in awk

As reported here, the correct syntax is:

awk '/^'"$VAR"'/'
Posted by Roberto at 9:48 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: awk, variable

Kofax Ascent Capture permission settings

A brief note which always comes handy is available at:
http://knowledgebase.kofax.com/faqsearch/results.aspx?QAID=2482
Posted by Roberto at 4:28 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: kofax, permission, security

xkill for Windows

Also on Windows the very useful application available here. Yay!
Posted by Roberto at 4:27 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: xkill

2009-04-06

how to erase file older than 1 day

Very useful instruction: find . -name 'file*' -mtime +1 -exec rm {} \;
Posted by Roberto at 9:32 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: erase, find, mtime

Solving memory problems in WebSphere applications

Nice doc titled: Solving memory problems in WebSphere applications.

Also read How to allocate large objects into Large Object Area on IBM SDK 1.4.2 SR1 and later and Avoiding Java heap fragmentation with Java SDK V1.4.2.
Posted by Roberto at 7:33 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: memory, OutOfMemory, websphere application server
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Followers

Blog Archive

  • ►  2010 (3)
    • ►  November (1)
    • ►  March (1)
    • ►  January (1)
  • ▼  2009 (37)
    • ►  December (3)
    • ►  November (4)
    • ►  October (4)
    • ►  September (4)
    • ►  May (3)
    • ▼  April (5)
      • variable in awk
      • Kofax Ascent Capture permission settings
      • xkill for Windows
      • how to erase file older than 1 day
      • Solving memory problems in WebSphere applications
    • ►  March (9)
    • ►  February (5)

About Me

My photo
Roberto
Rome, Italy
View my complete profile