This is the band that we control and it follow us
Category: Technology
Lifestraw water Filter
Specifications: 1.It is Ultralight,weights only “2 ounces (57 grams)”. 2.Meets US “EPA drinking water standards”. 3.It is Portable,”only 9 (22.5 cm) long” and “1 inch (2.5 cm) in diameter”. 4.It Requires no electrical power, batteries or replacement parts. 5.It is BPA free and contains no chemicals. 6.No aftertaste, LifeStraw doesn’t use iodine or iodinated resin…
X Windows, xauth on Linux like Operating systems
xauth, xwindows, vnc, tigervnc for linux like systems
Insert file into Microsoft word document
Insert file into word, excel docs
Linux commands
List the files in linux/unix ls – list the contents of the current directory ls ls -a ls -lart ll – Long Listing the files and directories copy first column into a file: awk ‘{ print $1 }’ access_log > clientips.txt delete the matching pattern from a file: :g/127.0.0.1/d delete the duplicate patters: sort client.txt…
Security tips for your webserver and websites
In today’s world of growing IT knowledge, its neccessary that we keep our IT Infrastructure, applications and websites secure from vulnerable security bugs, security breaches and hackers. I am pin pointing few of the security tips below to secure your website: 1. HTTPS – enable a secure communication to your webserver – Get the ssl…
Oracle DB Security enhancements
We can secure the oracle database with various measures, like: – apply time to time patches – keep db Infra safe and intact from public network – best firewall protection – network level segmentation – meeting the requirements defined by Security standards (OASIS Key Management Interoperability Protocol (KMIP) TC) Important Terms: -TDE – Transparent data…
Oracle diagnistic tool usage
To use oracle diagnostic tool for weblogic/forms and reports/enterprise manager/soa/osb download the latest version from Oracle MyOS extract the zip file into MW_HOME/utils/ to check the version ./rda.sh -V ./rda.sh -V RDA 8.16 Software build: 20170613 Engine build: 20170613 Installation type: dft RDA software directory: /pathtoyourMWsetup/Middleware/utils/rda Work directory: /pathtoyourMWsetup/Middleware/utils/rda Operating System: linux VERSION OF RDA…
Oracle Weblogic 12c with Forms and Reports Installation
Install Oracle Weblogic 12c with Forms and Reports – a walk through
Apache – SSL step by step
learn how to setup SSL on Apache server in five simple steps