xauth, xwindows, vnc, tigervnc for linux like systems
Category: Technology
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
My Beautiful Himachal
Beautiful Himachal Pradesh – Bharat India
Add swap space on linux or aws instance
SWAP: swap is a virtual memory that can be used by server if main memory is short to process the running applications, however swap is very slow in comparison to main memory as the memory calls happens from disk space but at least it provides radial availability of lacking memory to keep processing the data…