- configure deploy user
groupadd deployers
adduser deploy
usermod -a -G deployers deploy
- to give the deployers group the permissions, run the following and edit the /etc/sudoers file:
visudo
| #!/bin/bash | |
| session_name=$1 | |
| case $1 in | |
| "SW1") | |
| devname=/dev/tty.usbserial-AL00LMJ1 | |
| ;; | |
| "SW2") | |
| devname=/dev/tty.usbserial-A504CVAJ | |
| ;; |
| VPC1 | |
| ip 192.168.0.1 255.255.255.0 192.168.0.254 | |
| VPC2 | |
| ip 10.1.1.1 255.255.255.0 10.1.1.254 | |
| conf t | |
| router ospf 1 |
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| "bufio" | |
| "io/ioutil" | |
| "os" | |
| "os/exec" | |
| "strings" |
| --- /etc/gitlab/gitlab.rb.ssl 2017-11-17 01:32:09.200968784 +0000 | |
| +++ /etc/gitlab/gitlab.rb 2017-11-17 01:52:59.928804825 +0000 | |
| @@ -1068,7 +1068,7 @@ | |
| ##! Docs: https://docs.gitlab.com/omnibus/gitlab-mattermost | |
| ################################################################################ | |
| -#mattermost_external_url 'https://mattermost.demo.pg1x.com' | |
| +mattermost_external_url 'https://mattermost.demo.pg1x.com' | |
| #mattermost['enable'] = false |
wataru@uni-wn-nb-0002:~/vagrant/lpic/lpic2/centos6$ sudo dpkg-reconfigure virtualbox-5.1
[sudo] wataru のパスワード:
addgroup: グループ `vboxusers' はシステムグループとしてすでに存在しています。終了します。
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
Since an installation from source is a lot of work and error prone we strongly recommend the fast and reliable Omnibus package installation (deb/rpm).
You can download PCPT Software following URL:
http://www.pearsonitcertification.com/content/downloads/pcpt/engine.zip
But Version 1.0.0.26 2016/04/27 Could not register software because of register endpoint suddenly not support TLS 1.0 Client Hello negotiation.
But above url still distributed 1.0.0.26 version.
| 💪('ω'💪) |