Saturday, July 8, 2017

Give permission to edit file Ubuntu LINUX


       sudo chown vijay /etc/hosts


       sudo chown <username> <file or Directory>

Friday, July 7, 2017

Image not showing up for src=/resources/images/show_logo.gif (using HTML code ) ADF App on Weblogic

try ../../show_logo.gif  instead of src=/resources/images/show_logo.gif 


  • / is the root of the current drive;
  • ./ is the current directory;
  • ../ is the parent of the current directory.

Saturday, January 21, 2017

Addressing localhost from a virtualbox virtual machine

Guest OS: Ubuntu LINUX
HOST : Windows machine

Windows Machine -> Virtual BOX -> Ubuntu

I am trying to access local host from Ubuntu

Get the ipAddress from Windows machine

use the IPAddress to address local host from Virtual Machine

example: 192.165.34.2:7101/console works
127.0.0.1:7101/console didn't work



Monday, January 16, 2017

To do

Install JIRA on linux
Install GIT on linux (http://www.collab.net/products/giteye)

GIT client - > GUI for the backend; visually see what's there
GIT server->  Which is the actual GIT software/server ; GIT server can be used from CommandLine 

Install SVN on linux (Subversion for enterprise)

http://www.collab.net/products/subversion


admin/admin would be the default username/password after you 1st install Subversion edge software

There is an amazing software SubVersionEdge by CollabNet


https://pawan6782.wordpress.com/2015/08/20/collabnet-edge-subversion/



SSH to linux(Ubuntu) on Virtual Box on/from Windows machine


  • Download Ubuntu linux software online 
  • Installed VirtualBox on the Windows machine
  • Installed Ubuntu on VM (min 60GB hard disk space)
  • install on ubuntu--->$ sudo apt-get install openssh-server to be able to ssh linux server

ssh to ubuntu on virtualbox
https://www.unixtutorial.org/2009/05/ubuntu-ssh-how-to-enable-secure-shell-in-ubuntu/



Now I tried to SSH to VM from Windows


Go to Settings(on VirtualBox, select the machine -> Go to Networks-> Select NAT-> Advanced properties )->






Then SSH the VM from MobaXterm

Image 3

Add all the required ports here




------------------------------------------------------------------------------------------------------------------------


Another Approach: