Easiest way to take a screenshot in Windows 10 without installing anything or using multiple steps. Just 1 step and screenshot will be taken automatically.…
Above file contains many follow along examples with easy to understand instructions. All examples tested in Ubuntu bash shell. After going through this pdf you…
2 – Take backup of /path/weblogic/wls1213 (tarball – tar -cvf wls1213.tar wls1213 ) with app user mkdir /path/wls1213/OPatch/PATCH_TOP 3. Unzip the patch zip file into…
1 – View installed: ./bsu.sh -prod_dir=/path/wls1036/wlserver_10.3 -status=applied -view -verbose -log=/tmp/GFWX_bsu_applied.log -log_priority=trace 2 – View: Downloaded: show current patch details which is downloaded and present inside…
Weblogic Setup on VM machine POC: 1 – Set Proxy: 2 – curl -s https://raw.githubusercontent.com/typekpb/oradown/master/oradown.sh | bash -s — –cookie=accept-weblogicserver-server –username=oracle_support_e-mail –password=XXXXX http://download.oracle.com/otn/nt/middleware/12c/12212/fmw_12.2.1.2.0_wls_Disk1_1of1.zip 1 –…
# Exclude log files from find: find . -type f \( -iname “*.*” ! -iname “*log*” \) | xargs grep “searchString”
1 – OOM issues Young Generation : It is place where lived for short period and divided into two spaces: Eden Space : When object…
1 – Download VirtualBox from below link: http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html 2 – Download Tuxedo Virtualbox Disk image(VDI) for Tuxedo from below link http://download.oracle.com/otn/other/virtualbox/tuxedo/tuxweb.7z OR http://www.oracle.com/technetwork/middleware/tuxedo/downloads/index.html & look…
Yes, you can use Original & latest windows 10 for free without much limitations, No Cracks, No Viruses, Download is from official Microsoft Site. It…
Fanout is a nifty tool for sysadmins to quickly run a set of commands on multiple servers: It runs non-interactive commands (like dd, cat, adduser, uname -a, etc.) and…