oraclehowtos.blogspot.com
Oracle How Tos: February 2012
http://oraclehowtos.blogspot.com/2012_02_01_archive.html
Mostly site would have info on things I work on i.e Oracle VM, Weblogic, oracle db or any new stuff on linux etc. that might be of help to someone out there. . . Saturday, February 25, 2012. Cisco Anyconnect Certificate issue on Fedora 16. This is what i did to resolve the Certificate issue:. Check this Link: http:/ blog.offenders.org/? Installing Cisco Anyconnect VPN on Linux. On Feb.18, 2012, under Cisco. Ln -s /lib/libplc4.so /usr/lib/libplc4.so. Ln -s /lib/libnspr4.so /usr/lib/libnspr4.so. Oracle Vir...
oraclehowtos.blogspot.com
Oracle How Tos: April 2012
http://oraclehowtos.blogspot.com/2012_04_01_archive.html
Mostly site would have info on things I work on i.e Oracle VM, Weblogic, oracle db or any new stuff on linux etc. that might be of help to someone out there. . . Friday, April 6, 2012. Change Hypervisor memory for Domain-0. Vi /boot/grub/grub.conf (default is 512M). You can change it to 4096 fro better performance. Oracle Weblogic How TO's . Subscribe to: Posts (Atom). Fusion Docs (all apps). Linux /Solaris Quick reference. Alison on Oracle VM. All about Oracle VM. Techsnail (Class based tutor).
oraclehowtos.blogspot.com
Oracle How Tos: How to use Vncserver with X or Console
http://oraclehowtos.blogspot.com/2011/11/how-to-use-vncserver-with-x-or-console.html
Mostly site would have info on things I work on i.e Oracle VM, Weblogic, oracle db or any new stuff on linux etc. that might be of help to someone out there. . . Wednesday, November 23, 2011. How to use Vncserver with X or Console. If you want to run Vncserver in console mode,. For console Mode= = = =. X /etc/vnc/xstartup ] & exec /etc/vnc/xstartup. R $HOME/.Xresources ] & xrdb $HOME/.Xresources. Xterm -geometry 80x24 10 10 -ls -title "$VNCDESKTOP Desktop" &. Startx (kde mode)= = = = = =.
oraclehowtos.blogspot.com
Oracle How Tos: November 2011
http://oraclehowtos.blogspot.com/2011_11_01_archive.html
Mostly site would have info on things I work on i.e Oracle VM, Weblogic, oracle db or any new stuff on linux etc. that might be of help to someone out there. . . Wednesday, November 23, 2011. How to use Vncserver with X or Console. If you want to run Vncserver in console mode,. For console Mode= = = =. X /etc/vnc/xstartup ] & exec /etc/vnc/xstartup. R $HOME/.Xresources ] & xrdb $HOME/.Xresources. Xterm -geometry 80x24 10 10 -ls -title "$VNCDESKTOP Desktop" &. Startx (kde mode)= = = = = =.
oraclehowtos.blogspot.com
Oracle How Tos: Rsync - Copy from remote hosts
http://oraclehowtos.blogspot.com/2011/12/rsync-remote-copy.html
Mostly site would have info on things I work on i.e Oracle VM, Weblogic, oracle db or any new stuff on linux etc. that might be of help to someone out there. . . Tuesday, December 6, 2011. Rsync - Copy from remote hosts. To copy files from remote servers. A) Mount the filesystem locally using NFS. Run the below :. Rsync -avtz /net/host name-mounted/faovm /scratch/aime/faovm local. Net/host name-mounted/faovm is a NFS point which is mounted locally. There is a difference in. Oracle Weblogic How TO's .
oraclehowtos.blogspot.com
Oracle How Tos: August 2011
http://oraclehowtos.blogspot.com/2011_08_01_archive.html
Mostly site would have info on things I work on i.e Oracle VM, Weblogic, oracle db or any new stuff on linux etc. that might be of help to someone out there. . . Tuesday, August 30, 2011. Exit status of Wget Validation of links inside File. While read file; do wget -q "$file" if [ $? Ne 0 ]; then echo "Link not up" else echo "OK" fi done url. Oracle Weblogic How TO's . Labels: wget shell script. Tuesday, August 23, 2011. VI Editor Quick Reference :. VI Editor Quick Reference :. 3,5 s/ /# /g. 3,5 s/# / g.
oraclehowtos.blogspot.com
Oracle How Tos: Change Hypervisor memory for Domain-0
http://oraclehowtos.blogspot.com/2012/04/change-hypervisor-memory-for-domain-0.html
Mostly site would have info on things I work on i.e Oracle VM, Weblogic, oracle db or any new stuff on linux etc. that might be of help to someone out there. . . Friday, April 6, 2012. Change Hypervisor memory for Domain-0. Vi /boot/grub/grub.conf (default is 512M). You can change it to 4096 fro better performance. Oracle Weblogic How TO's . May 16, 2012 at 11:45 PM. Thank you for blog. Subscribe to: Post Comments (Atom). Fusion Docs (all apps). Linux /Solaris Quick reference. Alison on Oracle VM.
oraclehowtos.blogspot.com
Oracle How Tos: Cisco Anyconnect Certificate issue on Fedora 16
http://oraclehowtos.blogspot.com/2012/02/cisco-anyconnect-certificate-issue-on.html
Mostly site would have info on things I work on i.e Oracle VM, Weblogic, oracle db or any new stuff on linux etc. that might be of help to someone out there. . . Saturday, February 25, 2012. Cisco Anyconnect Certificate issue on Fedora 16. This is what i did to resolve the Certificate issue:. Check this Link: http:/ blog.offenders.org/? Installing Cisco Anyconnect VPN on Linux. On Feb.18, 2012, under Cisco. Ln -s /lib/libplc4.so /usr/lib/libplc4.so. Ln -s /lib/libnspr4.so /usr/lib/libnspr4.so. This worke...
oraclehowtos.blogspot.com
Oracle How Tos: Install perl modules
http://oraclehowtos.blogspot.com/2011/10/install-perl-modules.html
Mostly site would have info on things I work on i.e Oracle VM, Weblogic, oracle db or any new stuff on linux etc. that might be of help to someone out there. . . Thursday, October 20, 2011. To install mod perl in ubuntu :. Root@ubuntu:/etc/apache2# apt-get install libapache2-mod-perl2. Add below directives in /etc/apache2/httpd.conf. Root@ubuntu:/etc/apache2# cat httpd.conf. AddHandler cgi-script .cgi .pl. Create directory inside /var/www as perl. Permission can be set as below. By default it is www-data.