- Python 3
- Pip 3
$ brew install python3| JOB_NAME="master" | |
| score_status=`cat $JENKINS_HOME/jobs/$JOB_NAME/builds/lastSuccessfulBuild/log | grep Score: | sed -n 2p | awk {'print $2'}` | |
| echo "****" | |
| echo $score_status | |
| if [ $score_status -gt 4 ] | |
| then |
ls -la /usr/local/bin/stop_lifecycle
ls -la /usr/local/bin/start_lifecycle
if it has executable permission do nothing else please execute :
git branch -m old_branch new_branch # Rename branch locally
git push origin :old_branch # Delete the old branch
git push --set-upstream origin new_branch # Push the new branch, set local branch to track the new remote
#LVM
lsblk command to see it . Eg : /sda /sdbpvcreate /dev/sdb
4.put these physical volume in the volume group by "
vgcreate <vg-name> <physical-disk>
vgcreate test /dev/sda1 /dev/sda2
5.we can use pvdisplay and vgdisplay to see information about physical and volume group . similarly we can find information regarding volume group via vgscan.| group = core | |
| admin-port = 13000 | |
| admin-password = test | |
| admin-deny-ip = "*.*.*.*" | |
| admin-allow-ip = "127.0.0.1" | |
| smsbox-port = 13001 | |
| box-deny-ip = "*.*.*.*" | |
| box-allow-ip = "127.0.0.1" | |
| dlr-storage = internal | |
| log-level = 0 |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |