Friday, January 29, 2021

ZIP & UNZIP files on UNIX; Compress and Uncompress files

 

tar -cvzf <name of tarball>.tgz /path/to/source/folder

tar -xvzf /path/to/yourfile.tgz




https://askubuntu.com/questions/83868/compress-in-tgz



Install Python setup on UNIX; Setup

 Python is mandatory to setup SVN and other software:

Download src from https://www.python.org/downloads/ and unzip on UNIX box.

tar -xvzf /path/to/yourfile.tgz

Navigate to unzipped folder /home/app/src/Python-3.8.7/ and run 
$./configure
$ make
$ python -V 


https://askubuntu.com/questions/499807/how-to-unzip-tgz-file-using-the-terminal



Friday, January 15, 2021

There was a problem starting the Subversion Server; CollabNet SubversionEdge issue fix


Check the logs in subversion logs:
Make sure you have right JAVA installed while setting up SVN.

chown the directory and subdirectories to the user who started the SVN.

>sudo chown username:username -R <directory location>


 

 

Typical Project Team Structure in RPA;

                                                                Project Manager

____________________________________________________________________________________

                    Solution Architect                                                    Infrastructure Engineer

_____________________________________________________________________________________

Business Process Analyst                   Sr. Advanced Developer                         Developer

____________________________________________________________________________________


CoE includes : Business stake holders, Solution Architect, RPA Lead, Manager







Monday, January 4, 2021

UNIX Commands;

 Command to know age and turn off password expiry:

  • chage -l username

https://www.cyberciti.biz/tips/setting-off-password-aging-expiration.html


More-

https://oracle-compendium.blogspot.com/p/blog-page.html

Bash Profile; Define Alias UNIX

-> .bash_profile also contains the aliases

These are aliases defined in .bash_profile
------------------------------------------

(Go to ADF_domain/) 

alias adfh='cd /app/WL12c/app/oracle/product/fmw12cr3/user_projects/domains/ADF_domain/'