Bash script to download images from website
Image crawlers are very useful when we need to download all the images that appear in a web page. Instead...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published August 17, 2011 · Last modified September 3, 2014
Image crawlers are very useful when we need to download all the images that appear in a web page. Instead...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published August 17, 2011 · Last modified September 3, 2014
Below shell script to find a word frequency can be used to find frequency of occurrence of word or words...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published August 17, 2011 · Last modified September 3, 2014
Files on extended type file systems, which are common in Linux (for example, ext2, ext3, ext4,and so on) can be...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published August 17, 2011 · Last modified September 3, 2014
Below command will find and list all duplicate files by its size and md5hash which you can later delete on...
Application Servers / Java App Servers / Oracle/BEA WebLogic
by Ramakanta · Published August 17, 2011 · Last modified December 18, 2014
There are few things which a wl admin should look at and make sure the application managed server health is...
Application Servers / IBM Websphere Application Server / Installation / Java App Servers
by Ramakanta · Published August 17, 2011 · Last modified September 3, 2014
WASND 6.1.0.0 Cluster Environment setup steps: Packages Required to be Downloaded(Machine: Solaris SPARC 32x) Package Details: PkgNo:1>C88SRML.tar.gz **************************************************************** WebSphere Application...
IBM HTTP Server / Security / Troubleshooting
by Ramakanta · Published August 10, 2011 · Last modified September 2, 2014
usually after a fresh installation we face issues while starting IBM HTP server regarding access of admin username provided in...
bash / Installation / Linux / Must Know / Shell Scripting / Solaris Unix
by Ramakanta · Published August 10, 2011 · Last modified September 2, 2014
Below script can be used to start xvfb and manage the same. #!/bin/sh XVFB_DISPLAY=”:1″ case “`uname`” in “Linux”) XVFB_BINARY=/usr/X11R6/bin/Xvfb ;;...
Installation / Java App Servers / Jboss/WildFly / Linux / Oracle/BEA WebLogic
by Ramakanta · Published August 8, 2011 · Last modified August 8, 2014
1.Copy the current java agent setup(JavaAgentSetup_linux_xxx.xx.bin) to the server: /tmp directory 2. execute this file: ./JavaAgentSetup_linux_x_xxxx.bin -console 3. hit enter...
Beginning Java / Java / Java in General
by Ramakanta · Published August 2, 2011 · Last modified August 13, 2016
Java split file into multiple files, this File Split in Java Program code can be used to merge and split files...
Advertisement
Advertisement
Advertisement