Friday, December 6, 2019

Alternative for telnet in linux

Ever needed to test firewalls but didn't have netcat, telnet or even FTP? Enter /dev/tcp which is alternate for telnet 

/dev/tcp/(hostname)/(port) is a bash builtin that bash can use to open connections to TCP and UDP ports.




How to Compile Forms , Reports & Custom.pll in R12.2

How to Compile Custom.pll   cd $AU_TOP/resource  cp CUSTOM.plx CUSTOM.plx_bkup  cp CUSTOM.pll CUSTOM.pll_bkup  frmcmp_batch module=CUSTOM.pl...