Learn English Tenses in a simple way
Author: blogtsadmin
Linux/Unix writing script/scripts
LINUX or UNIX script writing, Shell scripting, learn script writing
open a SSH vpn tunnel for linux/unix server
Sometime we need to access ports from the server which are not open on firewall, for application testing sometime we need more ports then the generic one, lets say one of your server is running 4 applications, two are on ports 80 and 443 which are open on firewall as well but for other two…
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…
स्वास्थ्य निर्देश – Health Tips
Very well saying about health – “HEALTH IS WEALTH” and there is no doubt in this. For long happy life you needs to be healthy physically as well as mentally. [table id=1 /]
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…