Sie sind auf Seite 1von 54

git push

git status
git commit -m"ILP-19587 change port for jpda"
git init
git config user.name hmahajan
git config user.email "hmahajan@intralinks.com"
git add *
git commit -m"ILP-19587 change port for jpda"
git push
git pull
git status
git push
history | grep git add
history | grep git
git remote add origin https://hmahajan@stash.intralinks.com/scm/smp/il-
subscription-service.git
git remote add feature/ILP-16928 https://hmahajan@stash.intralinks.com/scm/smp/il-
subscription-service.git
git push feature/ILP-16928
git config user.name "Himali Mahajan"
git config user.email "hmahajan@intralinks.com"
git add *
git push feature/ILP-16928
git init
git config user.name "Himali Mahajan"
git config user.email "hmahajan@intralinks.com"
git add *
git push feature/ILP-16928
git commit --amend --allow-empty --author="Mahajan, Himali
<hmahajan@intralinks.com>"
git push feature/ILP-16928
git branch
git push
git push simple feature/ILP-16928
git push -simple feature/ILP-16928
git push feature/ILP-16928
git push origin feature/ILP-16928
cd ..
ll
git clone ssh://git@stash.intralinks.com:7999/plat/il-virusscan-sophos-service.git
git clone https://hmahajan@stash.intralinks.com/scm/plat/il-virusscan-sophos-
service.git
ll
cd il-virusscan-sophos-service/
ll
vi README.md
ll
git -branch
git branch
ll
vi RELEASE.md
cd src/
ll
vi package.json
cd ..
ll
cd dist/
ll
vi do-rpmbuild.sh
cd ..
cd chef/
ll
cp il-dnsmasq-service il-virusscan-sophos-service
ll
mv il-dnsmasq-service il-virusscan-sophos-service
ll
mv il-dnsmasq-service-diagnostics il-virusscan-sophos-service-diagnostics
mv il-dnsmasq-service-role il-virusscan-sophos-service-role
ll
cd il-virusscan-sophos-service
ll
vi metadata.rb
ll
vi CHANGELOG.md
ll
vi Berksfile
ll
vi Vagrantfile
cd recipes/
ll
vi default.rb
curl -X POST 'http://10.34.46.195:8080/subscription?clientId=c496c49e-8a02-4223-
afd1-501ecd10e01f&operation=getSubscription'
curl -X POST 'http://10.34.32.231:8080/subscription?clientId=c496c49e-8a02-4223-
afd1-501ecd10e01f&operation=getSubscription'
curl -X POST 'http://10.34.32.231/subscription?clientId=c496c49e-8a02-4223-afd1-
501ecd10e01f&operation=getSubscription'
cd ..
cd il-subscription-service/service/bin/
kk
ll
vi il-subscription-service
git status
git add -all
git add --all
git status
history | grep git
git branch
git commit -m"ILP-19587 update the port for JPDA"
history | grep git
git push
git branch
history | grep git
git remote add feature/ILP-16928 https://hmahajan@stash.intralinks.com/scm/smp/il-
subscription-service.git
git clone feature/ILP-16928 https://hmahajan@stash.intralinks.com/scm/smp/il-
subscription-service.git
cd ..
git clone feature/ILP-16928 https://hmahajan@stash.intralinks.com/scm/smp/il-
subscription-service.git
git clone https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-service.git
cd ..

cd il-subscription-service/
history | grep git
git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-service.git
git branch
git status
git push origin feature/ILP-16928
git status
history | grep commit
git commit -m"ILP-19587 update the port for JPDA"
git push origin feature/ILP-16928
cd service/bin
ll
vi il-subscription-service
git commit -m"ILP-19587 update the port for JPDA"
git reset
git status
git branch
git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-service.git
git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-service.git
HEAD
git branch
git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-service.git
HEAD
exit
history | grep ssh
ssh devuser@10.34.46.195
vagrant
cd vagrant/
vagrant init
ll
vi Vagrantfile
vagrant up
vi Vagrantfile
vagrant up
cp ~/Downloads/centos-7.0-x86_64.box .
vagrant up
ll
vi Vagrantfile
vagrant up
vagrant box add centos-7.0-x86_64.box --name centos7
vi Vagrantfile
vagrant up
vagrant box add centos-7.0-x86_64.box --name centos7
rm Vagrantfile
ll
vagrant box add centos-7.0-x86_64.box --name centos7
vagrant init
ll
vi Vagrantfile
vagrant up
vagrant up --provider=VirtualBox
vagrant box list
vagrant up
vagrant up --provider=virtualbox
vagrant box list
vi Vagrantfile
vagrant box list
vagrant up
vagrant up --provider=virtualbox
ll
rm centos-7.0-x86_64.box
rm Vagrantfile
ll
vagrant init
ll
vagrant up
cd ~/Downloads/
ll
sudo yum install VirtualBox-5.0-5.0.20_106931_el7-1.x86_64.rpm
cd ..
cd vagrant/
ll
cp ../Downloads/centos-7.0-x86_64.box .
vi Vagrantfile
vagrant box centos-7.0-x86_64.box
vagrant box add centos-7.0-x86_64.box
vagrant box -add centos-7.0-x86_64.box
vagrant box add centos-7.0-x86_64.box Centos-7
ll
vagrant box add centos-7.0-x86_64.box --name Centos-7
vagrant box list
vagrant box
vagrant box remove centos7
vagrant box list
vagrant up
VboxManage --version
VBoxManage --version
yum install kernel-devel
sudo yum install kernel-devel
VBoxManage --version
sudo /sbin/rcvboxdrv setup
tail -1000f /var/log/vbox-install.log
/etc/init.d/vboxdrv setup
/usr/src/kernels/
cd /usr/src/kernels/
ll
/etc/init.d/vboxdrv setup KERN_DIR=/usr/src/kernels/3.10.0-327.13.1.el7.x86_64
cd /usr/src
;;
ll
/etc/init.d/vb[Aoxhost-5.0.20 setup KERN_DIR=/usr/src/kernels/3.10.0-
327.13.1.el7.x86_64
cd /etc/
ll
cd /etc/init.d/
;;
ll
cd ..
cd ~/vagrant/
ll
vagrant up
VBoxManage --version
rpm -qa |grep devel
sudo /sbin/rcvboxdrv setup
less /var/log/vbox-install.log
cat /etc/grub2.cfg
sudo cat /etc/grub2.cfg
less /var/log/vbox-install.log
ls /boot
ls /boot/vmlinuz-3.10.0-327.el7.x86_64
ls /boot/vmlinuz-3.10.0-327.el7.x86_64 -lah
sudo KERN_DIR=/boot/vmlinuz-3.10.0-327.el7.x86_64 /sbin/rcvboxdrv setup
cat /var/log/vbox-install.log
ls -lah /boot
ls / |less
rpm -qa |grep devel
rpm -ql kernel-devel |less
sudo KERN_DIR=/usr/src/kernels/3.10.0-327.13.1.el7.x86_64 /sbin/rcvboxdrv setup
cat /var/log/vbox-install.log
yum provides */gcc
sudo yum -y install libstdc++
sudo yum -y install gcc
sudo KERN_DIR=/usr/src/kernels/3.10.0-327.13.1.el7.x86_64 /sbin/rcvboxdrv setup
VBoxManage --version
vagrant up
vagrant ssh
history | grep curl
ssh devuser@10.34.46.196
vagrant ssh ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
history
ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
scp -i smp_01.pem centos@10.21.10.185:/usr/local/savdi/savdid.conf /tmp
scp -i smp_01.pem ec2-user@52.29.77.37:/usr/local/savdi/savdid.conf /tmp
sudo scp -i smp_01.pem ec2-user@52.29.77.37:/usr/local/savdi/savdid.conf /tmp
sudo scp -i ~/Downloads/smp_01.pem ec2-
user@52.29.77.37:/usr/local/savdi/savdid.conf /tmp
sudo scp -i ~/Downloads/smp_01_dot_pem ec2-
user@52.29.77.37:/usr/local/savdi/savdid.conf /tmp
sudo scp -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37:/tmp/savdid.conf /tmp
mv /tmp/savdid.conf ../il-virusscan-sophos-service/chef/il-virusscan-sophos-
service/templates/default/
sudo mv /tmp/savdid.conf ../il-virusscan-sophos-service/chef/il-virusscan-sophos-
service/templates/default/
cd ..
cd il-virusscan-sophos-service/chef/il-virusscan-sophos-service/templates/
exit
cd ~/Downloads/
tar -xvf linux.amd64.glibc.2.3.tar
ll
cd ..
cd ..
cd Downloads/
python /var/lib/chef/cookbooks/il-virusscan-sophos-service/sav-download.py -i -U
SET45611 -P kw1y8wdh
python sav-download.py -i -U SET45611 -P kw1y8wdh
ll
unzip sav-download.zip
python sav-download.py -i -U SET45611 -P kw1y8wdh
ll
python sav-download.py -d -U SET45611 -P kw1y8wdh
rm ide_5.27.zip
rm vdl.zip
ll
python sav-download.py -d -U SET45611 -P kw1y8wdh
python sav-download.py -i -U SET45611 -P kw1y8wdh
ll
c
cd ..
;;
ll
cd recipes/
cd ..
ll
cd dist/
ll
vi do-rpmbuild.sh
./do-rpmbuild.sh
rpm rpm-build -q
sudo yum install rpm-build
./do-rpmbuild.sh
vi do-rpmbuild.sh
sudo yum install openssl-devel
./do-rpmbuild.sh
vi do-rpmbuild.sh
./do-rpmbuild.sh
ll
cd build/
ll
cd rpmbuild/
ll
cd RPMS/
ll
cd ..
cd SPECS/
ll
vi il-virusscan-sophos-service.spec
cd ..
ll
rm -fr build/
ll
./do-rpmbuild.sh
vi il-virusscan-sophos-service.spec
ll
vi il-virusscan-sophos-service.spec
cd ..
cd il-subscription-service/
ll
cd dist/
ll
vi component.spec.in
vi do-rpmbuild.sh
cp component.spec.in ../../il-virusscan-sophos-service/dist/
cd ..
ll
cd il-virusscan-sophos-service/
cd dist/
ll
vi component.spec.in
vi do-rpmbuild.sh
./do-rpmbuild.sh
vi component.spec.in
./do-rpmbuild.sh
vi component.spec.in
cd ..
cd chef/
cd il-virusscan-sophos-service
ll
vi component.spec.in
ll
mv component.spec.in ../../dist/
ll
cd ..
cd dist/
ll
./do-rpmbuild.sh
cd build/
ll
cd rpmbuild/
ll
cd RPMS/
ll
cd x86_64/
ll
scp il-virusscan-sophos-service-0.1.1-25_g9a4acd2.el7.x86_64.rpm
vagrant@192.168.10.10
scp il-virusscan-sophos-service-0.1.1-25_g9a4acd2.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
ll
cd ..
ll
cd ..
cd chef/
cd il-virusscan-sophos-service
ll
vi metadata.rb
vi Thorfile
vi Berksfile
cd attributes/
ll
vi default.rb
cd ..
ll
cd recipes/
vi default.rb
cd ..
cd chef/
ll
rm il-virusscan-sophos-service-diagnostics/
ll
cd il-virusscan-sophos-service
ll
cd ..
cd il-virusscan-sophos-service/
cd dist/
rm -fr build/
ll
vi do-rpmbuild.sh
./do-rpmbuild.sh
ll
cd build/
;;
ll
cd rpmbuild/
ll
cd RPMS/
ll
cd x86_64/
ll
scp il-virusscan-sophos-service-0.1.1-25_g9a4acd2.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
ll
scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
ll
rm il-virusscan-sophos-service-0.1.1-25_g9a4acd2.el7.x86_64.rpm
ll
scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
cd ..
cd ..
rm -fr build/
ll
cd build/
cd rpmbuild/
ll
cd RPMS/
ll
cd x86_64/
ll
scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
cd ..
rm -fr build/
./do-rpmbuild.sh
cd build/rpmbuild/
ll
cd RPMS/
ll
cd x86_64/
ll
scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
scp il-virusscan-sophos-service-0.1.1-29_g0a5347a.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
scp il-virusscan-sophos-service-0.1.1- vagrant@192.168.10.10:/home/vagrant
ll
cd ..
ll
cd build/
ll
cd rpmbuild/
cd RPMS/
ll
cd x86_64
ll
scp il-virusscan-sophos-service-0.1.1-30_gaec51df.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
ll
pwd
cd ../../..
cd ..
ll
vi component.spec.in
cd
cd Downloads/
ls
cat il-subscription-service/.git/config
git
cd
cd repos/
cat il-components-seed/.git/config
ls
ls il-subscription-service/.git/config
cat il-subscription-service/.git/config
cd il-virusscan-sophos-service/
ls
./dist/do-rpmbuild.sh
ls -l /home/Himali/repos/il-virusscan-sophos-
service/dist/build/rpmbuild/SOURCES/linux.amd64.glibc.2.3.tar:
cd ..
cd il-build-tools/
git pull
cd ..
cd il-virusscan-sophos-service/
ls
./dist/do-rpmbuild.sh
sudo su -
ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
vi /var/log
savdid
ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
history | grep curl
cd ..
ll
cd il-virusscan-sophos-service/
ll
cd chef
ll
cd il-virusscan-sophos-service
ll
cd recipes/
vi default.rb
sudo apt-get install gnome-terminal
sudo yum install gnome-terminal
sudo
sudo yum install xterm
cd ..
ll
find . il-dnsmasq-service-cookbook
find . -type f | xargs -0 grep -l il-dnsmasq-service-cookbook
ll
cd ..
ce il-virusscan-sophos-service/
git status
cd il-virusscan-sophos-service/
git status
git add --all
git status
ll
git branch
git commit -m"ILP-19895 add chef recipe for sophos deployment"
git config --global user.email "you@example.com"
git config --global user.email "hmahajan@intralinks.com"
git config --global user.name "Your Name"
git config --global user.name "Himali Mahajan"
git commit -m"ILP-19895 add chef recipe for sophos deployment"
git push origin
ll
cd chef/
ll
cd il-virusscan-sophos-service
ll
vi metadata.rb
vi chefignore
ll
cd ..
;;
ll
rm -fr il-virusscan-sophos-service-diagnostics/
rm -fr il-virusscan-sophos-service-role/
ll
cd ..
cd dist/
./do-rpmbuild.sh
cd ..
gradle build
gradle
ll
cd dist/
./do-rpmbuild.sh
cd ..
cd chef/il-virusscan-sophos-service/recipes/
vi default.rb
git status
git add -all
git add --all
cd ..

git commit -m"ILP-19895 add chef recipe for sophos deployment"


git push origin
cd ..
cd..
ll
cd il-subscription-service/
cd chef/il-subscription-service
ll
cd attributes/
ll
vi default.rb
cd ..
cd templates/
ll
cd default/
ll
cd ..
cd il-virusscan-sophos-service/chef/il-virusscan-sophos-service/templates/
ll

ll
scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
scp savdid.conf vagrant@192.168.10.10:/home/vagrant
pwd
export PATH=$PATH:/usr/local/sav
echo $PATH
pwd
cd ..
git status
git add --all
git status
git commit -m"ILP-19895 add chef recipe for sophos deployment"
git push origin
cd ..
cd il-virusscan-sophos-service/
cd dist/
vi component.spec.in
rm -fr build/
./do-rpmbuild.sh
cd ..
cd dist/
cd ..
cd chef/il-virusscan-sophos-service/recipes
vi default.rb
cd ..
git status
git add --all
git commit -m"ILP-19895 add chef recipe for sophos deployment"
git push origin
cd dist/
vi component.spec.in
cd ..
cd chef/
ll
cd il-virusscan-sophos-service/templates/default/
ll
mv savdid.conf savdid.conf.erb
cd ..
git status
git add --all
git commit -m"ILP-19895 add chef recipe for sophos deployment"
git push origin
pwd
cd dist/
rm -fr build/
ll
./do-rpmbuild.sh
vi component.spec.in
./do-rpmbuild.sh
sudo rm -rf build/
./do-rpmbuild.sh
vi component.spec.in
./do-rpmbuild.sh
ls build/rpmbuild/RPMS/x86_64
ll
ll build/rpmbuild/RPMS/x86_64
vi component.spec.in
cd ..
cd repos/
ll
git clone https://hmahajan@stash.intralinks.com/scm/plat/il-components-seed.git
ll
cd il-components-seed/
ll
vi seed.groovy
git status
git add --all
git commit -m"ILP-19963 add jenkins job"
git push origin
ls
cd ..
cd il-virusscan-sophos-service/
ls
ls -lrt
emacs dist/component.spec.in
df .
ls
sudo su - yum install emacs
sudo yum install emacs
ls
cd dist/
ls
emacs component.spec.in &
ll
vi component.spec.in
./do-rpmbuild.sh
vi component.spec.in
./do-rpmbuild.sh
cd build/
cd rpmbuild/
ll
cd SOURCES/
ll
cd ..
vi component.spec.in
./do-rpmbuild.sh
vi component.spec.in
./do-rpmbuild.sh
vi component.spec.in
vi do-rpmbuild.sh
./do-rpmbuild.sh
rpmbuild -bbb component.spec.in
rpmbuild -b component.spec.in
rpmbuild
rpmbuild -help
ll
./do-rpmbuild.sh
vi component.spec.in
./do-rpmbuild.sh
vi component.spec.in
rpmbuild -ba component.spec.in
vi do-rpmbuild.sh
vi component.spec.in
vi do-rpmbuild.sh
./do-rpmbuild.sh
ll
cd build/
ll
cd rpmbuild/
ll
cd SOURCES/
ll
cd ..
cd SPECS/
ll
vi do-rpmbuild.sh
cd ..
vi component.spec.in
vi do-rpmbuild.sh
./do-rpmbuild.sh
spectools
spectool
yum install spectool
sudo yum install spectool
./do-rpmbuild.sh
vi do-rpmbuild.sh
vi component.spec.in
./do-rpmbuild.sh
vi do-rpmbuild.sh
./do-rpmbuild.sh
vi collect_artifacts.sh
vi do-rpmbuild.sh
vi component.spec.in
history | ssh
history | grep scp
scp collect_artifacts.sh vagrant@192.168.10.10:/home/vagrant
scp ~/Downloads/linux.amd64.glibc.2.3.tar vagrant@192.168.10.10:/home/vagrant
scp ~/Downloads/vdl.zip vagrant@192.168.10.10:/home/vagrant
scp ~/Downloads/ide_5.27.zip vagrant@192.168.10.10:/home/vagrant
scp ~/Downloads/linux.amd64.glibc.2.3.tar vagrant@192.168.10.10:/home/vagrant
scp ~/Downloads/ide_5.27.zip vagrant@192.168.10.10:/home/vagrant
scp ~/Downloads/vdl.zip vagrant@192.168.10.10:/home/vagrant
scp collect_artifacts.sh vagrant@192.168.10.10:/home/vagrant
cp ~/Downloads/linux.amd64.glibc.2.3.tar /tmp/
cp ~/Downloads/vdl.zip /tmp/
cp ~/Downloads/ide_5.27.zip /tmp/
cp ~/Downloads/savdi-linux-64bit.tar /tmp/
vi do-rpmbuild.sh
./do-rpmbuild.sh
cd build/rpmbuild/SOURCES/
ll
cd ..
ll
vi do-rpmbuild.sh
chown +x collect_artifacts.sh
chmod +x collect_artifacts.sh
./do-rpmbuild.sh
vi do-rpmbuild.sh
./do-rpmbuild.sh
vi do-rpmbuild.sh
./do-rpmbuild.sh
vi /tmp/linux.amd64.glibc.2.3.tar
vi do-rpmbuild.sh
ll
vi collect_artifacts.sh
./do-rpmbuild.sh
cd build/rpmbuild
ll
cd SOURCES/
ll
cd ..
vi collect_artifacts.sh
./do-rpmbuild.sh
ll
vi collect_artifacts.sh
ll
vi do-rpmbuild.sh
vi component.spec.in
./do-rpmbuild.sh
vi component.spec.in
./do-rpmbuild.sh
ll
cd ..
ls
cd chef/
ls
cd il-virusscan-sophos-service/
ls
ls -lrt
less recipes/default.rb
ls
ls -lrt
cd ..
ls
cd ..
ls
cd dist/
ls
less component.spec.in
cd ..
ls
cd ..
ls
cd il-subscription-service/
ls
cd dist/
ls
less component.spec.in
history | grep ssh
ssh devuser@10.34.46.160
ll
cd cix_5.1/
ll
cd modules/
ll
cd ..
cd tomcat/
ll
cd bin/
./setenv.sh
ps -eaf | grep java
kill -9
kill -9 11927
ps -eaf | grep java
echo $JAVA_HOME
cd /usr/java/jdk1.7.0_79/
export JAVA_HOME=/usr/java/jdk1.7.0_79/
cd /home/Himali/cix_5.1/
ll
cd modules/
ll
cd services/
ll
cd ..
cd batch/
ll
cd reprocess-virusScan-batch/
ll
mvn clean install -DksipTests
yum install mvn
sudo yum install mvn
sudo yum install maven
mvn clean install -DskipTests
vi pom.xml
cd ..
ll
cd modules/
ll
mvn clean install -DskipTests
/etc/
cd /etc/maven/
l
ls
vi settings.xml
sudo vi settings.xml
cd ~/cix_5.1/
cd modules/
cd core/
ll
cd ..
cd batch/
ll
cd reprocess-virusScan-batch/
mvn clean install -DskipTests
ll
cd src/
cd ..
cd src/
cd ..
cd target/
ll
cd generated-
cd generated-sources/
ll
cd ..
cd classes/
ll
cd jobs/
ll
cd ..
cd..
cd ..
ll
unzip reprocessVirusScan.zip
ll
cd reprocessVirusScan/
ll
cd bin/
ll
start.bash
./start.bash
chmod +x start.bash
./start.bash
vi start.ba
vi start.bash
./start.bash
cd ..
ll
mvn clean install -DskipTests
cd target/
ll
unzip reprocessVirusScan.zip
cd reprocessVirusScan/
ll
cd bin/
ll
chmod +x start.bash
./start.bash
cd ..
ll
cd etc/
ll
cd bi
cd ..
ll
./bin/start.bash etc/config.keystore
./bin/start.bash etc
ls
./bin/start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan
ls
./bin/start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/jars/
./bin/start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/jars
ls
vi manifest.xml
cd ..
./reprocessVirusScan/bin/start.bash reprocessVirusScan
cd reprocessVirusScan/bin/
ll
./start.bash
cd ../jars/*
./start.bash
ls
./start.bash ../etc/
./start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/etc/
./start.bash ///home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/etc/
cd ..
ll
cd..
cd ..
ll
cd classes/
ll
cd com/
cd intralinks/
cd b
cd bat
ls
cd fileprocessing/
ls
cd batch/
ls
cd ..
ls
cd jobs/
ls
vi virusscan-reprocessing-jobs.xml
ls
cd ..
cd .
cd ..
ls
cd tasr
cd target/
ls
cd reprocessVirusScan/
ls
cd bin/
;s
ls
cd ..
ls
cd ..
./reprocessVirusScan/bin/start.bash ///home/Himali/cix_5.1/modules/batch/reprocess-
virusScan-batch/target/reprocessVirusScan/etc/
exit
ssh ilpuser@10.34.46.160
ssh devuser@10.34.46.160
exit
cd repos/
ll
rm -fr il-subscription-service/
ll
git clone ssh://git@stash.intralinks.com:7999/smp/il-subscription-service.git
git clone https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-service.git
ll
cd il-subscription-service/
ll
cd chef/
cd ..
cd service/bin/
git branch
git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-service.git
cd ..
git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-service.git

git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-service.git


git status
git checkout feature/ILP-16928
git branch
ll
cd service/bin/
vi il-subscription-service
git status
git add -all
git add --all
git status
git commit -m"ILP-19587 update the port for JPDA"
cd ..
history | grep git
634
git config user.name "Himali Mahajan"
cd il-subscription-service/
git config user.name "Himali Mahajan"
git config user.email "hmahajan@intralinks.com"
ll
git commit -m"ILP-19587 update the port for JPDA"
git push origin feature/ILP-16928
history | grep curl
curl -X POST 'http://10.34.32.231/subscription?clientId=c496c49e-8a02-4223-afd1-
501ecd10e01f&operation=getSubscription'
history | grep ssh
ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
ll
ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
mvn clean install -DskipTests
mvn clean install -DskipTests -U
ping 192.168.10.10
telnet 192.168.10.10 42080
yum install telnet
sudo yum install telnet
telnet 192.168.10.10 42080
traceroute 192.168.10.10
traceroute 10.0.2.15
telnet 10.0.2.15 42080
telnet 192.168.10.10 42080
telnet 10.0.2.15 42080
history | grep ssh
ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37

304 rm -fr build/


305 ll
306 ./do-rpmbuild.sh
307 vi il-virusscan-sophos-service.spec
308 ll
309 vi il-virusscan-sophos-service.spec
310 cd ..
311 cd il-subscription-service/
312 ll
313 cd dist/
314 ll
315 vi component.spec.in
316 vi do-rpmbuild.sh
317 cp component.spec.in ../../il-virusscan-sophos-service/dist/
318 cd ..
319 ll
320 cd il-virusscan-sophos-service/
321 cd dist/
322 ll
323 vi component.spec.in
324 vi do-rpmbuild.sh
325 ./do-rpmbuild.sh
326 vi component.spec.in
327 ./do-rpmbuild.sh
328 vi component.spec.in
329 cd ..
330 cd chef/
331 cd il-virusscan-sophos-service
332 ll
333 vi component.spec.in
334 ll
335 mv component.spec.in ../../dist/
336 ll
337 cd ..
338 cd dist/
339 ll
340 ./do-rpmbuild.sh
341 cd build/
342 ll
343 cd rpmbuild/
344 ll
345 cd RPMS/
346 ll
347 cd x86_64/
348 ll
349 scp il-virusscan-sophos-service-0.1.1-25_g9a4acd2.el7.x86_64.rpm
vagrant@192.168.10.10
350 scp il-virusscan-sophos-service-0.1.1-25_g9a4acd2.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
351 ll
352 cd ..
353 ll
354 cd ..
355 cd chef/
356 cd il-virusscan-sophos-service
357 ll
358 vi metadata.rb
359 vi Thorfile
360 vi Berksfile
361 cd attributes/
362 ll
363 vi default.rb
364 cd ..
365 ll
366 cd recipes/
367 vi default.rb
368 cd ..
369 cd chef/
370 ll
371 rm il-virusscan-sophos-service-diagnostics/
372 ll
373 cd il-virusscan-sophos-service
374 ll
375 cd ..
376 cd il-virusscan-sophos-service/
377 cd dist/
378 rm -fr build/
379 ll
380 vi do-rpmbuild.sh
381 ./do-rpmbuild.sh
382 ll
383 cd build/
384 ;;
385 ll
386 cd rpmbuild/
387 ll
388 cd RPMS/
389 ll
390 cd x86_64/
391 ll
392 scp il-virusscan-sophos-service-0.1.1-25_g9a4acd2.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
393 ll
394 scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
395 ll
396 rm il-virusscan-sophos-service-0.1.1-25_g9a4acd2.el7.x86_64.rpm
397 ll
398 scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
399 cd ..
400 cd ..
401 rm -fr build/
402 ll
403 cd build/
404 cd rpmbuild/
405 ll
406 cd RPMS/
407 ll
408 cd x86_64/
409 ll
410 scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
411 cd ..
412 rm -fr build/
413 ./do-rpmbuild.sh
414 cd build/rpmbuild/
415 ll
416 cd RPMS/
417 ll
418 cd x86_64/
419 ll
420 scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
421 scp il-virusscan-sophos-service-0.1.1-29_g0a5347a.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
422 scp il-virusscan-sophos-service-0.1.1- vagrant@192.168.10.10:/home/vagrant
423 ll
424 cd ..
425 ll
426 cd build/
427 ll
428 cd rpmbuild/
429 cd RPMS/
430 ll
431 cd x86_64
432 ll
433 scp il-virusscan-sophos-service-0.1.1-30_gaec51df.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
434 ll
435 pwd
436 cd ../../..
437 cd ..
438 ll
439 vi component.spec.in
440 cd
441 cd Downloads/
442 ls
443 cat il-subscription-service/.git/config
444 git
445 cd
446 cd repos/
447 cat il-components-seed/.git/config
448 ls
449 ls il-subscription-service/.git/config
450 cat il-subscription-service/.git/config
451 cd il-virusscan-sophos-service/
452 ls
453 ./dist/do-rpmbuild.sh
454 ls -l /home/Himali/repos/il-virusscan-sophos-
service/dist/build/rpmbuild/SOURCES/linux.amd64.glibc.2.3.tar:
455 cd ..
456 cd il-build-tools/
457 git pull
458 cd ..
459 cd il-virusscan-sophos-service/
460 ls
461 ./dist/do-rpmbuild.sh
462 sudo su -
463 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
464 vi /var/log
465 savdid
466 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
467 history | grep curl
468 cd ..
469 ll
470 cd il-virusscan-sophos-service/
471 ll
472 cd chef
473 ll
474 cd il-virusscan-sophos-service
475 ll
476 cd recipes/
477 vi default.rb
478 sudo apt-get install gnome-terminal
479 sudo yum install gnome-terminal
480 sudo
481 sudo yum install xterm
482 cd ..
483 ll
484 find . il-dnsmasq-service-cookbook
485 find . -type f | xargs -0 grep -l il-dnsmasq-service-cookbook
486 ll
487 cd ..
488 ce il-virusscan-sophos-service/
489 git status
490 cd il-virusscan-sophos-service/
491 git status
492 git add --all
493 git status
494 ll
495 git branch
496 git commit -m"ILP-19895 add chef recipe for sophos deployment"
497 git config --global user.email "you@example.com"
498 git config --global user.email "hmahajan@intralinks.com"
499 git config --global user.name "Your Name"
500 git config --global user.name "Himali Mahajan"
501 git commit -m"ILP-19895 add chef recipe for sophos deployment"
502 git push origin
503 ll
504 cd chef/
505 ll
506 cd il-virusscan-sophos-service
507 ll
508 vi metadata.rb
509 vi chefignore
510 ll
511 cd ..
512 ;;
513 ll
514 rm -fr il-virusscan-sophos-service-diagnostics/
515 rm -fr il-virusscan-sophos-service-role/
516 ll
517 cd ..
518 cd dist/
519 ./do-rpmbuild.sh
520 cd ..
521 gradle build
522 gradle
523 ll
524 cd dist/
525 ./do-rpmbuild.sh
526 cd ..
527 cd chef/il-virusscan-sophos-service/recipes/
528 vi default.rb
529 git status
530 git add -all
531 git add --all
532 cd ..
533 git commit -m"ILP-19895 add chef recipe for sophos deployment"
534 git push origin
535 cd ..
536 cd..
537 ll
538 cd il-subscription-service/
539 cd chef/il-subscription-service
540 ll
541 cd attributes/
542 ll
543 vi default.rb
544 cd ..
545 cd templates/
546 ll
547 cd default/
548 ll
549 cd ..
550 cd il-virusscan-sophos-service/chef/il-virusscan-sophos-service/templates/
551 ll
552 ll
553 scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
554 scp savdid.conf vagrant@192.168.10.10:/home/vagrant
555 pwd
556 export PATH=$PATH:/usr/local/sav
557 echo $PATH
558 pwd
559 cd ..
560 git status
561 git add --all
562 git status
563 git commit -m"ILP-19895 add chef recipe for sophos deployment"
564 git push origin
565 cd ..
566 cd il-virusscan-sophos-service/
567 cd dist/
568 vi component.spec.in
569 rm -fr build/
570 ./do-rpmbuild.sh
571 cd ..
572 cd dist/
573 cd ..
574 cd chef/il-virusscan-sophos-service/recipes
575 vi default.rb
576 cd ..
577 git status
578 git add --all
579 git commit -m"ILP-19895 add chef recipe for sophos deployment"
580 git push origin
581 cd dist/
582 vi component.spec.in
583 cd ..
584 cd chef/
585 ll
586 cd il-virusscan-sophos-service/templates/default/
587 ll
588 mv savdid.conf savdid.conf.erb
589 cd ..
590 git status
591 git add --all
592 git commit -m"ILP-19895 add chef recipe for sophos deployment"
593 git push origin
594 pwd
595 cd dist/
596 rm -fr build/
597 ll
598 ./do-rpmbuild.sh
599 vi component.spec.in
600 ./do-rpmbuild.sh
601 sudo rm -rf build/
602 ./do-rpmbuild.sh
603 vi component.spec.in
604 ./do-rpmbuild.sh
605 ls build/rpmbuild/RPMS/x86_64
606 ll
607 ll build/rpmbuild/RPMS/x86_64
608 vi component.spec.in
609 cd ..
610 cd repos/
611 ll
612 git clone https://hmahajan@stash.intralinks.com/scm/plat/il-components-
seed.git
613 ll
614 cd il-components-seed/
615 ll
616 vi seed.groovy
617 git status
618 git add --all
619 git commit -m"ILP-19963 add jenkins job"
620 git push origin
621 ls
622 cd ..
623 cd il-virusscan-sophos-service/
624 ls
625 ls -lrt
626 emacs dist/component.spec.in
627 df .
628 ls
629 sudo su - yum install emacs
630 sudo yum install emacs
631 ls
632 cd dist/
633 ls
634 emacs component.spec.in &
635 ll
636 vi component.spec.in
637 ./do-rpmbuild.sh
638 vi component.spec.in
639 ./do-rpmbuild.sh
640 cd build/
641 cd rpmbuild/
642 ll
643 cd SOURCES/
644 ll
645 cd ..
646 vi component.spec.in
647 ./do-rpmbuild.sh
648 vi component.spec.in
649 ./do-rpmbuild.sh
650 vi component.spec.in
651 vi do-rpmbuild.sh
652 ./do-rpmbuild.sh
653 rpmbuild -bbb component.spec.in
654 rpmbuild -b component.spec.in
655 rpmbuild
656 rpmbuild -help
657 ll
658 ./do-rpmbuild.sh
659 vi component.spec.in
660 ./do-rpmbuild.sh
661 vi component.spec.in
662 rpmbuild -ba component.spec.in
663 vi do-rpmbuild.sh
664 vi component.spec.in
665 vi do-rpmbuild.sh
666 ./do-rpmbuild.sh
667 ll
668 cd build/
669 ll
670 cd rpmbuild/
671 ll
672 cd SOURCES/
673 ll
674 cd ..
675 cd SPECS/
676 ll
677 vi do-rpmbuild.sh
678 cd ..
679 vi component.spec.in
680 vi do-rpmbuild.sh
681 ./do-rpmbuild.sh
682 spectools
683 spectool
684 yum install spectool
685 sudo yum install spectool
686 ./do-rpmbuild.sh
687 vi do-rpmbuild.sh
688 vi component.spec.in
689 ./do-rpmbuild.sh
690 vi do-rpmbuild.sh
691 ./do-rpmbuild.sh
692 vi collect_artifacts.sh
693 vi do-rpmbuild.sh
694 vi component.spec.in
695 history | ssh
696 history | grep scp
697 scp collect_artifacts.sh vagrant@192.168.10.10:/home/vagrant
698 scp ~/Downloads/linux.amd64.glibc.2.3.tar
vagrant@192.168.10.10:/home/vagrant
699 scp ~/Downloads/vdl.zip vagrant@192.168.10.10:/home/vagrant
700 scp ~/Downloads/ide_5.27.zip vagrant@192.168.10.10:/home/vagrant
701 scp ~/Downloads/linux.amd64.glibc.2.3.tar
vagrant@192.168.10.10:/home/vagrant
702 scp ~/Downloads/ide_5.27.zip vagrant@192.168.10.10:/home/vagrant
703 scp ~/Downloads/vdl.zip vagrant@192.168.10.10:/home/vagrant
704 scp collect_artifacts.sh vagrant@192.168.10.10:/home/vagrant
705 cp ~/Downloads/linux.amd64.glibc.2.3.tar /tmp/
706 cp ~/Downloads/vdl.zip /tmp/
707 cp ~/Downloads/ide_5.27.zip /tmp/
708 cp ~/Downloads/savdi-linux-64bit.tar /tmp/
709 vi do-rpmbuild.sh
710 ./do-rpmbuild.sh
711 cd build/rpmbuild/SOURCES/
712 ll
713 cd ..
714 ll
715 vi do-rpmbuild.sh
716 chown +x collect_artifacts.sh
717 chmod +x collect_artifacts.sh
718 ./do-rpmbuild.sh
719 vi do-rpmbuild.sh
720 ./do-rpmbuild.sh
721 vi do-rpmbuild.sh
722 ./do-rpmbuild.sh
723 vi /tmp/linux.amd64.glibc.2.3.tar
724 vi do-rpmbuild.sh
725 ll
726 vi collect_artifacts.sh
727 ./do-rpmbuild.sh
728 cd build/rpmbuild
729 ll
730 cd SOURCES/
731 ll
732 cd ..
733 vi collect_artifacts.sh
734 ./do-rpmbuild.sh
735 ll
736 vi collect_artifacts.sh
737 ll
738 vi do-rpmbuild.sh
739 vi component.spec.in
740 ./do-rpmbuild.sh
741 vi component.spec.in
742 ./do-rpmbuild.sh
743 ll
744 cd ..
745 ls
746 cd chef/
747 ls
748 cd il-virusscan-sophos-service/
749 ls
750 ls -lrt
751 less recipes/default.rb
752 ls
753 ls -lrt
754 cd ..
755 ls
756 cd ..
757 ls
758 cd dist/
759 ls
760 less component.spec.in
761 cd ..
762 ls
763 cd ..
764 ls
765 cd il-subscription-service/
766 ls
767 cd dist/
768 ls
769 less component.spec.in
770 history | grep ssh
771 ssh devuser@10.34.46.160
772 ll
773 cd cix_5.1/
774 ll
775 cd modules/
776 ll
777 cd ..
778 cd tomcat/
779 ll
780 cd bin/
781 ./setenv.sh
782 ps -eaf | grep java
783 kill -9
784 kill -9 11927
785 ps -eaf | grep java
786 echo $JAVA_HOME
787 cd /usr/java/jdk1.7.0_79/
788 export JAVA_HOME=/usr/java/jdk1.7.0_79/
789 cd /home/Himali/cix_5.1/
790 ll
791 cd modules/
792 ll
793 cd services/
794 ll
795 cd ..
796 cd batch/
797 ll
798 cd reprocess-virusScan-batch/
799 ll
800 mvn clean install -DksipTests
801 yum install mvn
802 sudo yum install mvn
803 sudo yum install maven
804 mvn clean install -DskipTests
805 vi pom.xml
806 cd ..
807 ll
808 cd modules/
809 ll
810 mvn clean install -DskipTests
811 /etc/
812 cd /etc/maven/
813 l
814 ls
815 vi settings.xml
816 sudo vi settings.xml
817 cd ~/cix_5.1/
818 cd modules/
819 cd core/
820 ll
821 cd ..
822 cd batch/
823 ll
824 cd reprocess-virusScan-batch/
825 mvn clean install -DskipTests
826 ll
827 cd src/
828 cd ..
829 cd src/
830 cd ..
831 cd target/
832 ll
833 cd generated-
834 cd generated-sources/
835 ll
836 cd ..
837 cd classes/
838 ll
839 cd jobs/
840 ll
841 cd ..
842 cd..
843 cd ..
844 ll
845 unzip reprocessVirusScan.zip
846 ll
847 cd reprocessVirusScan/
848 ll
849 cd bin/
850 ll
851 start.bash
852 ./start.bash
853 chmod +x start.bash
854 ./start.bash
855 vi start.ba
856 vi start.bash
857 ./start.bash
858 cd ..
859 ll
860 mvn clean install -DskipTests
861 cd target/
862 ll
863 unzip reprocessVirusScan.zip
864 cd reprocessVirusScan/
865 ll
866 cd bin/
867 ll
868 chmod +x start.bash
869 ./start.bash
870 cd ..
871 ll
872 cd etc/
873 ll
874 cd bi
875 cd ..
876 ll
877 ./bin/start.bash etc/config.keystore
878 ./bin/start.bash etc
879 ls
880 ./bin/start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan
881 ls
882 ./bin/start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/jars/
883 ./bin/start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/jars
884 ls
885 vi manifest.xml
886 cd ..
887 ./reprocessVirusScan/bin/start.bash reprocessVirusScan
888 cd reprocessVirusScan/bin/
889 ll
890 ./start.bash
891 cd ../jars/*
892 ./start.bash
893 ls
894 ./start.bash ../etc/
895 ./start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/etc/
896 ./start.bash ///home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/etc/
897 cd ..
898 ll
899 cd..
900 cd ..
901 ll
902 cd classes/
903 ll
904 cd com/
905 cd intralinks/
906 cd b
907 cd bat
908 ls
909 cd fileprocessing/
910 ls
911 cd batch/
912 ls
913 cd ..
914 ls
915 cd jobs/
916 ls
917 vi virusscan-reprocessing-jobs.xml
918 ls
919 cd ..
920 cd .
921 cd ..
922 ls
923 cd tasr
924 cd target/
925 ls
926 cd reprocessVirusScan/
927 ls
928 cd bin/
929 ;s
930 ls
931 cd ..
932 ls
933 cd ..
934 ./reprocessVirusScan/bin/start.bash
///home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/etc/
935 exit
936 ssh ilpuser@10.34.46.160
937 ssh devuser@10.34.46.160
938 exit
939 cd repos/
940 ll
941 rm -fr il-subscription-service/
942 ll
943 git clone ssh://git@stash.intralinks.com:7999/smp/il-subscription-
service.git
944 git clone https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-
service.git
945 ll
946 cd il-subscription-service/
947 ll
948 cd chef/
949 cd ..
950 cd service/bin/
951 git branch
952 git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-
service.git
953 cd ..
954 git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-
service.git
955 git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-
service.git
956 git status
957 git checkout feature/ILP-16928
958 git branch
959 ll
960 cd service/bin/
961 vi il-subscription-service
962 git status
963 git add -all
964 git add --all
965 git status
966 git commit -m"ILP-19587 update the port for JPDA"
967 cd ..
968 history | grep git
969 634
970 git config user.name "Himali Mahajan"
971 cd il-subscription-service/
972 git config user.name "Himali Mahajan"
973 git config user.email "hmahajan@intralinks.com"
974 ll
975 git commit -m"ILP-19587 update the port for JPDA"
976 git push origin feature/ILP-16928
977 history | grep curl
978 curl -X POST 'http://10.34.32.231/subscription?clientId=c496c49e-8a02-4223-
afd1-501ecd10e01f&operation=getSubscription'
979 history | grep ssh
980 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
981 ll
982 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
983 mvn clean install -DskipTests
984 mvn clean install -DskipTests -U
985 ping 192.168.10.10
986 telnet 192.168.10.10 42080
987 yum install telnet
988 sudo yum install telnet
989 telnet 192.168.10.10 42080
990 traceroute 192.168.10.10
991 traceroute 10.0.2.15
992 telnet 10.0.2.15 42080
993 telnet 192.168.10.10 42080
994 telnet 10.0.2.15 42080
995 history | grep ssh
996 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
997 cd repos/
998 ll
999 git clone https://hmahajan@stash.intralinks.com/scm/plat/il-virusscan-
sophos-tools.git
1000 ll
1001 cd il-virusscan-sophos-tools/
1002 ll
1003 cd dist/
1004 ll
1005 vi component.spec.in
1006 cd ..
1007 cd il-build-tools/
1008 git pull
1009 cd ..
1010 cd il-virusscan-sophos-
1011 cd il-virusscan-sophos-tools/
1012 ls
1013 ./dist/do-rpmbuild.sh
1014 rpm -ql /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
3_g146fcd7.el7.x86_64.rpm
1015 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
3_g146fcd7.el7.x86_64.rpm
1016 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
3_g146fcd7.el7.x86_64.rpm|less
1017 ls
1018 emacs dist/component.spec.in &
1019 ./dist/do-rpmbuild.sh
1020 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
3_g146fcd7.el7.x86_64.rpm|less
1021 git commit -m"ILP-19895"
1022 add chef recipe for sophos deployment
1023 git status
1024 git add -all
1025 git add --all
1026 git status
1027 git reset
1028 ls
1029 cd dist/
1030 ll
1031 rm -fr build/
1032 ls
1033 git status
1034 git add --all
1035 git status
1036 cd ..
1037 cd chef/il-virusscan-sophos-tools/attributes/
1038 vi default.rb
1039 cd ..
1040 pwd
1041 git status
1042 git add --all
1043 git status
1044 git commit -m"ILP-19895 refactor rpm build to create savsavdi rpms"
1045 git push origin
1046 cd dist/
1047 ./do-rpmbuild.sh
1048 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-cookbook-0.0.0-
4_gcc92ba4.el7.x86_64.rpm vagrant@192.168.10.10:/home/vagrant
1049 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
4_gcc92ba4.el7.x86_64.rpm vagrant@192.168.10.10:/home/vagrant
1050 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
3_g146fcd7.el7.x86_64.rpm|less
1051 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
4_gcc92ba4.el7.x86_64.rpm|less
1052 !
1053 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
4_gcc92ba4.el7.x86_64.rpm|less
1054 vi component.spec.in
1055 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
4_gcc92ba4.el7.x86_64.rpm|less
1056 !
1057 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
4_gcc92ba4.el7.x86_64.rpm|less
1058 !
1059 vi component.spec.in
1060 rm -fr build/
1061 ./do-rpmbuild.sh
1062 vi component.spec.in
1063 ./do-rpmbuild.sh
1064 vi component.spec.in
1065 ./do-rpmbuild.sh
1066 vi component.spec.in
1067 ./do-rpmbuild.sh
1068 vi component.spec.in
1069 rpmbuild --showrc
1070 rpmbuild --showrc|less
1071 emacs component.spec.in
1072 ./do-rpmbuild.sh
1073 git diff
1074 ls
1075 ./do-rpmbuild.sh
1076 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
4_gcc92ba4.el7.x86_64.rpm|less
1077 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-cookbook-0.0.0-
4_gcc92ba4.el7.x86_64.rpm vagrant@192.168.10.10:/home/vagrant
1078 rm -fr build/
1079 git status
1080 vi do-rpmbuild.sh
1081 git add --all
1082 git status
1083 git commit -m"ILP-19895 refactor rpm build to create savsavdi rpms"
1084 git push origin
1085 vi component.spec.in
1086 cd ..
1087 cd chef/il-virusscan-sophos-tools/recipes/
1088 vi default.rb
1089 cd ..
1090 ls
1091 cd dist/
1092 vi component.spec.in
1093 rpmbuild --showrc|less
1094 1
1095 vi component.spec.in
1096 ./do-rpmbuild.sh
1097 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
4_gcc92ba4.el7.x86_64.rpm|less
1098 1
1099 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
5_g942f9ba.el7.x86_64.rpm|less
1100 vi component.spec.in
1101 rpmbuild --showrc|less
1102 vi component.spec.in
1103 ./do-rpmbuild.sh
1104 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
5_g942f9ba.el7.x86_64.rpm|less
1105 !
1106 vi component.spec.in
1107 ./do-rpmbuild.sh
1108 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
5_g942f9ba.el7.x86_64.rpm|less
1109 emacs -nw component.spec.in
1110 ./do-rpmbuild.sh
1111 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
5_g942f9ba.el7.x86_64.rpm|less
1112 emacs -nw component.spec.in
1113 rpm -qip /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
5_g942f9ba.el7.x86_64.rpm|less
1114* emacs
1115 fg
1116 emcas ../../il-build-tools/src/rpmbuild-util.sh &
1117 emacs ../../il-build-tools/src/rpmbuild-util.sh &
1118 rpm -qipR /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
5_g942f9ba.el7.x86_64.rpm|less
1119 rpm -qipR /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-cookbook-0.0.0-
5_g942f9ba.el7.x86_64.rpm|less
1120 ls -lrt
1121 sync
1122 dpwd
1123 pwd
1124 git diff
1125 cd build/
1126 ls
1127 cd rpmbuild/
1128 ls
1129 find .
1130 ls
1131 ls SOURCES/
1132 cd BUILD
1133 ls
1134 cd ..
1135 cd BUILDROOT/
1136 ls
1137 cd ..
1138 ls
1139 cd BUILD
1140 ls
1141 find .
1142 cd il-virusscan-sophos-tools-0.0.0/
1143 ls
1144 cd src/
1145 ls
1146 cd parts/
1147 ls
1148 cd ..
1149 ls
1150 ls -lrt
1151 cd parts/
1152 ls
1153 cd sav-install/
1154 ls
1155 less install
1156 less install.sh
1157 less ../../sav-install.patch
1158 less install.sh
1159 cd ..
1160 cd savdi-install/
1161 ls
1162 less savdi_install
1163 less savdi_install.sh
1164 cd ..
1165 cd sav-install/
1166 ls -lrt
1167 cd ..
1168 mkdir t
1169 cd t
1170 ls
1171 tar xvf ../../../../../SOURCES/linux.amd64.glibc.2.3.tar
1172 cd sav-install/
1173 ls
1174 cp install.sh install.sh-orig
1175 patch -p0 < ../../../sav-install.patch
1176 diff -u install.sh-orig install.sh
1177 cp install.sh install.sh.1
1178 emacs install.sh -n
1179 emacs install.sh &
1180 rpmbuild --showrc
1181 rpmbuild --showrc|grep /etc
1182 cd ..
1183 ls
1184 cd ..
1185 ls
1186 cd
1187 s
1188 ls
1189 cd repos/il-virusscan-sophos-tools/
1190 ls
1191*
1192 ./dist/do-rpmbuild.sh
1193 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
5_g942f9ba.el7.x86_64.rpm
1194 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
5_g942f9ba.el7.x86_64.rpm|less
1195 mkdir t
1196 cd t
1197 rpm2cpio /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
5_g942f9ba.el7.x86_64.rpm|cpio -id
1198 ls
1199 less etc/sav.conf
1200 cd ..
1201 cd t
1202 less etc/sav.conf
1203 cat etc/sav.conf
1204 cd ..
1205 rm -rf t
1206 ls
1207 git status
1208 ls
1209 emacs dist/component.spec.in &
1210 git status
1211 git add dist/systemd.in
1212 git add dist/component.spec.in dist/do-rpmbuild.sh
1213 git log|less
1214*
1215 ls
1216 ./dist/do-rpmbuild.sh
1217 git log
1218 git commit --amend
1219 ./dist/do-rpmbuild.sh
1220 git commit --amend
1221 git log
1222 ../il-build-tools/src/gitlog-2-changelog
1223 ./dist/do-rpmbuild.sh
1224 cd dist/
1225 less component.spec.in
1226 ./dist/do-rpmbuild.sh
1227 pwd
1228 less do-rpmbuild.sh
1229 emacs -nw do-rpmbuild.sh
1230 ./dist/do-rpmbuild.sh
1231 ./do-rpmbuild.sh
1232 emacs -nw component.spec.in
1233 ./do-rpmbuild.sh
1234 history | grep scp
1235 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-cookbook-0.0.0-
4_gcc92ba4.el7.x86_64.rpm vagrant@192.168.10.10:/home/vagrant
1236 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-cookbook-0.0.0-
6_g6649a8c.el7.x86_64.rpm vagrant@192.168.10.10:/home/vagrant
1237 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
6_g6649a8c.el7.x86_64.rpm vagrant@192.168.10.10:/home/vagrant
1238 less ../../il-subscription-service/dist/component.spec.in
1239 pwd
1240 cat > systemd.in
1241 emacs component.spec.in &
1242 git status
1243 git log
1244 git commit -am 'ILP-19895 systemd stuff'
1245 ./do-rpmbuild.sh
1246 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
7_g3aafc0d.el7.x86_64.rpm
1247 rpm -qlp /home/Himali/repos/il-virusscan-sophos-
tools/dist/build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
7_g3aafc0d.el7.x86_64.rpm|less
1248 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
6_g6649a8c.el7.x86_64.rpm vagrant@192.168.10.10:/home/vagrant
1249 rm -rf build/
1250 ./do-rpmbuild.sh
1251 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
7_g3aafc0d.el7.x86_64.rpm vagrant@192.168.10.10
1252 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
7_g3aafc0d.el7.x86_64.rpm vagrant@192.168.10.10:
1253 scp ~/Downloads/javasavdiclient.zip vagrant@192.168.10.10:/home/vagrant
1254*
1255 rm -rf build/
1256 ./do-rpmbuild.sh
1257 ssh-copy-id vagrant@192.168.10.10
1258 ssh-keygen
1259 ssh-copy-id vagrant@192.168.10.10
1260 scp build/rpmbuild/RPMS/x86_64/il-virusscan-sophos-tools-0.0.0-
7_g3aafc0d.el7.x86_64.rpm vagrant@192.168.10.10:/home/vagrant
1261 git status
1262 rm -f vagrant@192.168.10.10
1263 git log
1264 git commit -am 'ILP-19895 systemd more stuff'
1265 git push
1266 cat ~/.ssh/id_rsa.pub
1267 cd ..
1268 cd chef/il-virusscan-sophos-tools/templates/
1269 ls
1270 cd default/
1271 ls
1272 vi savdid.conf.erb
1273 git status
1274 git add savdid.conf.erb
1275 git status
1276 git commit -am 'ILP-19895 support zip scanning'
1277 git push
1278 cd ..
1279 ls
1280 cd ..
1281 cd il-virusscan-sophos-tools/
1282 cd recipes/
1283 vi default.rb
1284 git status
1285 git add default.rb
1286 git status
1287 git commit -am 'ILP-19895 added savdi service in chef'
1288 git push
1289 cd ..
1290 cd..
1291 history | grep scp
1292 scp -i ~/Downloads/smp_01_dot_pem ~/Downloads/javasavdiclient.zip
ec2user@52.29.77.37
1293 scp -i ~/Downloads/smp_01_dot_pem ~/Downloads/javasavdiclient.zip
ec2user@52.29.77.37:/home/ec2-user
1294 sudo scp -i ~/Downloads/smp_01_dot_pem ~/Downloads/javasavdiclient.zip
ec2user@52.29.77.37:/home/ec2-user
1295 scp -i ~/Downloads/smp_01_dot_pem ~/Downloads/javasavdiclient.zip
ec2user@52.29.77.37:/home/ec2-user
1296 scp -i ~/Downloads/smp_01_dot_pem ~/Downloads/javasavdiclient.zip
ec2user@52.29.77.37:/home
1297 scp -i ~/Downloads/smp_01_dot_pem ~/Downloads/javasavdiclient.zip
ec2user@52.29.77.37:/tmp
1298 scp -i ~/Downloads/smp_01_dot_pem ~/Downloads/javasavdiclient.zip
ec2user@52.29.77.37:/home/ec2-user
1299 history
1300 echo $HISTFILE
1301 vi /home/Himali/.bash_history
1302 cp /home/Himali/.bash_history ~/Desktop/history.txt
1303 history

6 cd Downloads/
7 ls
8 cat il-subscription-service/.git/config
9 git
10 cd
11 cd repos/
12 cat il-components-seed/.git/config
13 ls
14 ls il-subscription-service/.git/config
15 cat il-subscription-service/.git/config
16 cd il-virusscan-sophos-service/
17 ls
18 ./dist/do-rpmbuild.sh
19 ls -l /home/Himali/repos/il-virusscan-sophos-
service/dist/build/rpmbuild/SOURCES/linux.amd64.glibc.2.3.tar:
20 cd ..
21 cd il-build-tools/
22 git pull
23 cd ..
24 cd il-virusscan-sophos-service/
25 ls
26 ./dist/do-rpmbuild.sh
27 sudo su -
28 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
29 vi /var/log
30 savdid
31 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
32 history | grep curl
33 cd ..
34 ll
35 cd il-virusscan-sophos-service/
36 ll
37 cd chef
38 ll
39 cd il-virusscan-sophos-service
40 ll
41 cd recipes/
42 vi default.rb
43 sudo apt-get install gnome-terminal
44 sudo yum install gnome-terminal
45 sudo
46 sudo yum install xterm
47 cd ..
48 ll
49 find . il-dnsmasq-service-cookbook
50 find . -type f | xargs -0 grep -l il-dnsmasq-service-cookbook
51 ll
52 cd ..
53 ce il-virusscan-sophos-service/
54 git status
55 cd il-virusscan-sophos-service/
56 git status
57 git add --all
58 git status
59 ll
60 git branch
61 git commit -m"ILP-19895 add chef recipe for sophos deployment"
62 git config --global user.email "you@example.com"
63 git config --global user.email "hmahajan@intralinks.com"
64 git config --global user.name "Your Name"
65 git config --global user.name "Himali Mahajan"
66 git commit -m"ILP-19895 add chef recipe for sophos deployment"
67 git push origin
68 ll
69 cd chef/
70 ll
71 cd il-virusscan-sophos-service
72 ll
73 vi metadata.rb
74 vi chefignore
75 ll
76 cd ..
77 ;;
78 ll
79 rm -fr il-virusscan-sophos-service-diagnostics/
80 rm -fr il-virusscan-sophos-service-role/
81 ll
82 cd ..
83 cd dist/
84 ./do-rpmbuild.sh
85 cd ..
86 gradle build
87 gradle
88 ll
89 cd dist/
90 ./do-rpmbuild.sh
91 cd ..
92 cd chef/il-virusscan-sophos-service/recipes/
93 vi default.rb
94 git status
95 git add -all
96 git add --all
97 cd ..
98 git commit -m"ILP-19895 add chef recipe for sophos deployment"
99 git push origin
100 cd ..
101 cd..
102 ll
103 cd il-subscription-service/
104 cd chef/il-subscription-service
105 ll
106 cd attributes/
107 ll
108 vi default.rb
109 cd ..
110 cd templates/
111 ll
112 cd default/
113 ll
114 cd ..
115 cd il-virusscan-sophos-service/chef/il-virusscan-sophos-service/templates/
116 ll
117 ll
118 scp il-virusscan-sophos-service-0.1.1-26_gec51317.el7.x86_64.rpm
vagrant@192.168.10.10:/home/vagrant
119 scp savdid.conf vagrant@192.168.10.10:/home/vagrant
120 pwd
121 export PATH=$PATH:/usr/local/sav
122 echo $PATH
123 pwd
124 cd ..
125 git status
126 git add --all
127 git status
128 git commit -m"ILP-19895 add chef recipe for sophos deployment"
129 git push origin
130 cd ..
131 cd il-virusscan-sophos-service/
132 cd dist/
133 vi component.spec.in
134 rm -fr build/
135 ./do-rpmbuild.sh
136 cd ..
137 cd dist/
138 cd ..
139 cd chef/il-virusscan-sophos-service/recipes
140 vi default.rb
141 cd ..
142 git status
143 git add --all
144 git commit -m"ILP-19895 add chef recipe for sophos deployment"
145 git push origin
146 cd dist/
147 vi component.spec.in
148 cd ..
149 cd chef/
150 ll
151 cd il-virusscan-sophos-service/templates/default/
152 ll
153 mv savdid.conf savdid.conf.erb
154 cd ..
155 git status
156 git add --all
157 git commit -m"ILP-19895 add chef recipe for sophos deployment"
158 git push origin
159 pwd
160 cd dist/
161 rm -fr build/
162 ll
163 ./do-rpmbuild.sh
164 vi component.spec.in
165 ./do-rpmbuild.sh
166 sudo rm -rf build/
167 ./do-rpmbuild.sh
168 vi component.spec.in
169 ./do-rpmbuild.sh
170 ls build/rpmbuild/RPMS/x86_64
171 ll
172 ll build/rpmbuild/RPMS/x86_64
173 vi component.spec.in
174 cd ..
175 cd repos/
176 ll
177 git clone https://hmahajan@stash.intralinks.com/scm/plat/il-components-
seed.git
178 ll
179 cd il-components-seed/
180 ll
181 vi seed.groovy
182 git status
183 git add --all
184 git commit -m"ILP-19963 add jenkins job"
185 git push origin
186 ls
187 cd ..
188 cd il-virusscan-sophos-service/
189 ls
190 ls -lrt
191 emacs dist/component.spec.in
192 df .
193 ls
194 sudo su - yum install emacs
195 sudo yum install emacs
196 ls
197 cd dist/
198 ls
199 emacs component.spec.in &
200 ll
201 vi component.spec.in
202 ./do-rpmbuild.sh
203 vi component.spec.in
204 ./do-rpmbuild.sh
205 cd build/
206 cd rpmbuild/
207 ll
208 cd SOURCES/
209 ll
210 cd ..
211 vi component.spec.in
212 ./do-rpmbuild.sh
213 vi component.spec.in
214 ./do-rpmbuild.sh
215 vi component.spec.in
216 vi do-rpmbuild.sh
217 ./do-rpmbuild.sh
218 rpmbuild -bbb component.spec.in
219 rpmbuild -b component.spec.in
220 rpmbuild
221 rpmbuild -help
222 ll
223 ./do-rpmbuild.sh
224 vi component.spec.in
225 ./do-rpmbuild.sh
226 vi component.spec.in
227 rpmbuild -ba component.spec.in
228 vi do-rpmbuild.sh
229 vi component.spec.in
230 vi do-rpmbuild.sh
231 ./do-rpmbuild.sh
232 ll
233 cd build/
234 ll
235 cd rpmbuild/
236 ll
237 cd SOURCES/
238 ll
239 cd ..
240 cd SPECS/
241 ll
242 vi do-rpmbuild.sh
243 cd ..
244 vi component.spec.in
245 vi do-rpmbuild.sh
246 ./do-rpmbuild.sh
247 spectools
248 spectool
249 yum install spectool
250 sudo yum install spectool
251 ./do-rpmbuild.sh
252 vi do-rpmbuild.sh
253 vi component.spec.in
254 ./do-rpmbuild.sh
255 vi do-rpmbuild.sh
256 ./do-rpmbuild.sh
257 vi collect_artifacts.sh
258 vi do-rpmbuild.sh
259 vi component.spec.in
260 history | ssh
261 history | grep scp
262 scp collect_artifacts.sh vagrant@192.168.10.10:/home/vagrant
263 scp ~/Downloads/linux.amd64.glibc.2.3.tar
vagrant@192.168.10.10:/home/vagrant
264 scp ~/Downloads/vdl.zip vagrant@192.168.10.10:/home/vagrant
265 scp ~/Downloads/ide_5.27.zip vagrant@192.168.10.10:/home/vagrant
266 scp ~/Downloads/linux.amd64.glibc.2.3.tar
vagrant@192.168.10.10:/home/vagrant
267 scp ~/Downloads/ide_5.27.zip vagrant@192.168.10.10:/home/vagrant
268 scp ~/Downloads/vdl.zip vagrant@192.168.10.10:/home/vagrant
269 scp collect_artifacts.sh vagrant@192.168.10.10:/home/vagrant
270 cp ~/Downloads/linux.amd64.glibc.2.3.tar /tmp/
271 cp ~/Downloads/vdl.zip /tmp/
272 cp ~/Downloads/ide_5.27.zip /tmp/
273 cp ~/Downloads/savdi-linux-64bit.tar /tmp/
274 vi do-rpmbuild.sh
275 ./do-rpmbuild.sh
276 cd build/rpmbuild/SOURCES/
277 ll
278 cd ..
279 ll
280 vi do-rpmbuild.sh
281 chown +x collect_artifacts.sh
282 chmod +x collect_artifacts.sh
283 ./do-rpmbuild.sh
284 vi do-rpmbuild.sh
285 ./do-rpmbuild.sh
286 vi do-rpmbuild.sh
287 ./do-rpmbuild.sh
288 vi /tmp/linux.amd64.glibc.2.3.tar
289 vi do-rpmbuild.sh
290 ll
291 vi collect_artifacts.sh
292 ./do-rpmbuild.sh
293 cd build/rpmbuild
294 ll
295 cd SOURCES/
296 ll
297 cd ..
298 vi collect_artifacts.sh
299 ./do-rpmbuild.sh
300 ll
301 vi collect_artifacts.sh
302 ll
303 vi do-rpmbuild.sh
304 vi component.spec.in
305 ./do-rpmbuild.sh
306 vi component.spec.in
307 ./do-rpmbuild.sh
308 ll
309 cd ..
310 ls
311 cd chef/
312 ls
313 cd il-virusscan-sophos-service/
314 ls
315 ls -lrt
316 less recipes/default.rb
317 ls
318 ls -lrt
319 cd ..
320 ls
321 cd ..
322 ls
323 cd dist/
324 ls
325 less component.spec.in
326 cd ..
327 ls
328 cd ..
329 ls
330 cd il-subscription-service/
331 ls
332 cd dist/
333 ls
334 less component.spec.in
335 history | grep ssh
336 ssh devuser@10.34.46.160
337 ll
338 cd cix_5.1/
339 ll
340 cd modules/
341 ll
342 cd ..
343 cd tomcat/
344 ll
345 cd bin/
346 ./setenv.sh
347 ps -eaf | grep java
348 kill -9
349 kill -9 11927
350 ps -eaf | grep java
351 echo $JAVA_HOME
352 cd /usr/java/jdk1.7.0_79/
353 export JAVA_HOME=/usr/java/jdk1.7.0_79/
354 cd /home/Himali/cix_5.1/
355 ll
356 cd modules/
357 ll
358 cd services/
359 ll
360 cd ..
361 cd batch/
362 ll
363 cd reprocess-virusScan-batch/
364 ll
365 mvn clean install -DksipTests
366 yum install mvn
367 sudo yum install mvn
368 sudo yum install maven
369 mvn clean install -DskipTests
370 vi pom.xml
371 cd ..
372 ll
373 cd modules/
374 ll
375 mvn clean install -DskipTests
376 /etc/
377 cd /etc/maven/
378 l
379 ls
380 vi settings.xml
381 sudo vi settings.xml
382 cd ~/cix_5.1/
383 cd modules/
384 cd core/
385 ll
386 cd ..
387 cd batch/
388 ll
389 cd reprocess-virusScan-batch/
390 mvn clean install -DskipTests
391 ll
392 cd src/
393 cd ..
394 cd src/
395 cd ..
396 cd target/
397 ll
398 cd generated-
399 cd generated-sources/
400 ll
401 cd ..
402 cd classes/
403 ll
404 cd jobs/
405 ll
406 cd ..
407 cd..
408 cd ..
409 ll
410 unzip reprocessVirusScan.zip
411 ll
412 cd reprocessVirusScan/
413 ll
414 cd bin/
415 ll
416 start.bash
417 ./start.bash
418 chmod +x start.bash
419 ./start.bash
420 vi start.ba
421 vi start.bash
422 ./start.bash
423 cd ..
424 ll
425 mvn clean install -DskipTests
426 cd target/
427 ll
428 unzip reprocessVirusScan.zip
429 cd reprocessVirusScan/
430 ll
431 cd bin/
432 ll
433 chmod +x start.bash
434 ./start.bash
435 cd ..
436 ll
437 cd etc/
438 ll
439 cd bi
440 cd ..
441 ll
442 ./bin/start.bash etc/config.keystore
443 ./bin/start.bash etc
444 ls
445 ./bin/start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan
446 ls
447 ./bin/start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/jars/
448 ./bin/start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/jars
449 ls
450 vi manifest.xml
451 cd ..
452 ./reprocessVirusScan/bin/start.bash reprocessVirusScan
453 cd reprocessVirusScan/bin/
454 ll
455 ./start.bash
456 cd ../jars/*
457 ./start.bash
458 ls
459 ./start.bash ../etc/
460 ./start.bash /home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/etc/
461 ./start.bash ///home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/etc/
462 cd ..
463 ll
464 cd..
465 cd ..
466 ll
467 cd classes/
468 ll
469 cd com/
470 cd intralinks/
471 cd b
472 cd bat
473 ls
474 cd fileprocessing/
475 ls
476 cd batch/
477 ls
478 cd ..
479 ls
480 cd jobs/
481 ls
482 vi virusscan-reprocessing-jobs.xml
483 ls
484 cd ..
485 cd .
486 cd ..
487 ls
488 cd tasr
489 cd target/
490 ls
491 cd reprocessVirusScan/
492 ls
493 cd bin/
494 ;s
495 ls
496 cd ..
497 ls
498 cd ..
499 ./reprocessVirusScan/bin/start.bash
///home/Himali/cix_5.1/modules/batch/reprocess-virusScan-
batch/target/reprocessVirusScan/etc/
500 exit
501 ssh ilpuser@10.34.46.160
502 ssh devuser@10.34.46.160
503 exit
504 cd repos/
505 ll
506 rm -fr il-subscription-service/
507 ll
508 git clone ssh://git@stash.intralinks.com:7999/smp/il-subscription-
service.git
509 git clone https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-
service.git
510 ll
511 cd il-subscription-service/
512 ll
513 cd chef/
514 cd ..
515 cd service/bin/
516 git branch
517 git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-
service.git
518 cd ..
519 git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-
service.git
520 git pull https://hmahajan@stash.intralinks.com/scm/smp/il-subscription-
service.git
521 git status
522 git checkout feature/ILP-16928
523 git branch
524 ll
525 cd service/bin/
526 vi il-subscription-service
527 git status
528 git add -all
529 git add --all
530 git status
531 git commit -m"ILP-19587 update the port for JPDA"
532 cd ..
533 history | grep git
534 634
535 git config user.name "Himali Mahajan"
536 cd il-subscription-service/
537 git config user.name "Himali Mahajan"
538 git config user.email "hmahajan@intralinks.com"
539 ll
540 git commit -m"ILP-19587 update the port for JPDA"
541 git push origin feature/ILP-16928
542 history | grep curl
543 curl -X POST 'http://10.34.32.231/subscription?clientId=c496c49e-8a02-4223-
afd1-501ecd10e01f&operation=getSubscription'
544 history | grep ssh
545 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
546 ll
547 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
548 mvn clean install -DskipTests
549 mvn clean install -DskipTests -U
550 ping 192.168.10.10
551 telnet 192.168.10.10 42080
552 yum install telnet
553 sudo yum install telnet
554 telnet 192.168.10.10 42080
555 traceroute 192.168.10.10
556 traceroute 10.0.2.15
557 telnet 10.0.2.15 42080
558 telnet 192.168.10.10 42080
559 telnet 10.0.2.15 42080
560 history | grep ssh
561 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
562 cd ..
563 cd il-subscription-service/
564 ll
565 cd dist/
566 vi component.spec.in
567 vi do-rpmbuild.sh
568 ll
569 cd /home/vag
570 cd /home/
571 ll
572 cd Himali/
573 ll
574 cd vagrant/
575 vagrant ssh
576 cd ~/cix_5.1/modules/batch/
577 ls
578 cd batch
579 cd batch-services/
580 ls
581 mvn clean install -DskipTests
582 cd target/
583 ls
584 cd ..
585 ls
586 cd ..
587 ls
588 cd environment/
589 ls
590 cd batch/
591 ls
592 cd all
593 ls
594 cd BatchServices/
595 ls
596 cd batchApps/
597 ls
598 cd ..
599 cd webapps/
600 ls
601 scp ~/Downloads/jdk-7u79-linux-x64.rpm vagrant@192.168.10.10:/home/vagrant
602 scp ~/Downloads/aspectjweaver-1.8.7.jar vagrant@192.168.10.10:/home/vagrant
603 scp ~/cix_5.1/environment/batch/all/BatchServices
vagrant@192.168.10.10:/home/vagrant
604 scp -r ~/cix_5.1/environment/batch/all/BatchServices
vagrant@192.168.10.10:/home/vagrant
605 cd ..
606 cd modules/batch/
607 ll
608 cd batch-services/
609 ls
610 echo $JAVA_HOME
611 export JAVA_HOME=/usr/java/jdk1.7.0_79/
612 mvn clean install -DskipTests
613 cd target/
614 ls
615 scp batch-services.war vagrant@192.168.10.10:/home/vagrant
616 ll
617 cd batch-services/
618 ls
619 cd WEB-INF/
620 ls
621 cd lib/
622 ls
623 cd il-subscription-service/q!
624 cd ..
625 cd //
626 cd ..
627 ;s
628 ls
629 cd home/Himali/cix_5.1/
630 ls
631 cd modules/batch/
632 ls
633 cd reprocess-virusScan-batch/
634 ls
635 echo $JAVA_HOME
636 mvn clean install -DskipTests
637 ls
638 cd target/
639 ls
640 scp reprocessVirusScan.zip vagrant@192.168.10.10:/home/vagrant
641 ls
642 scp ~/Downloads/batch-jobs.xml vagrant@192.168.10.10:/home/vagrant
643 cd ..
644 cd tomcat/
645 ls
646 cd conf/intralinks/
647 ls
648 scp master.properties vagrant@192.168.10.10:/home/vagrant
649 ls
650 scp config.keystore vagrant@192.168.10.10:/home/vagrant
651 vi master.properties
652 l
653 ls
654 cd ..
655 cd cix_5.1/modules/batch/reprocess-virusScan-batch/
656 ls
657 cd target/
658 ls
659 unzip reprocessVirusScan.zip
660 ls
661 cd reprocessVirusScan/
662 cd bin/
663 l;s
664 ls
665 pwd
666 scp /home/Himali/cix_5.1/modules/batch/batch-apps/target/batch-apps.zip
vagrant@192.168.10.10:/home/vagrant
667 cd ..
668 cd batch-apps/
669 echo $JAVA_HOME
670 scp /home/Himali/cix_5.1/modules/batch/batch-apps/target/batch-apps.zip
vagrant@192.168.10.10:/home/vagrant
671 curl http://localhost:42080/quartzmgr/
672 curl http://192.168.10.10:42080/quartzmgr/
673 netstat -lnp
674 netstat -lnp | 42080
675 netstat -lnp | grep 42080
676 netstat -lnp
677 netstat -lnp
678 cd /home/Himali/vagrant/
679 vagrant ssh
680 vi Vagrantfile
681 curl http://192.168.10.10:42080/quartzmgr/
682 ping 192.168.10.10
683 ping 10.0.2.15
684 traceroute 192.168.10.10
685 ip route show
686 history
687 zip sophosVirus1.com sophos.zip
688 zip sophos.zip sophosVirus1.com
689 netstat -a
690 telnet localhost:9999
691 telnet http://localhost:9999
692 telnet localhost 9999
693 sudo yum install x11vnc
694 sudo yum apt-get x11vnc
695 sudo api-get install x11vnc
696 yum install api-get
697 sudo apt-get install x11vnc
698 sudo apt-get update
699 cd ~/Downloads/
700 wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-
1.el7.rf.x86_64.rpm
701 rpm -Uvh rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
702 sudo rpm -Uvh rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
703 1
704 yum install apt
705 sudo yum install apt
706 sudo apt-get update
707 sudo rpm -i rpmforge-release-0.5.*.rpm
708 sudo yum install apt
709 sudo yum update
710 sudo yum install apt
711 ll
712 history | grep ssh
713 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
714 sudo yum install vnc-server
715 wget http://dag.wieers.com/rpm/packages/x11vnc/x11vnc-0.9.3-
1.el5.rf.i386.rpm
716 yum install x11vnc-0.9.3-1.el5.rf.i386.rpm
717 sudo yum install x11vnc-0.9.3-1.el5.rf.i386.rpm
718 x11vnc -nopw -display :0.0
719 systemctl status vnc-server
720 ifconfig
721 iptables-save
722 sudo iptables-save
723 intralinks
724 mvn --version
725 cd cix_5.1/
726 cd modules/batch/reprocess-virusScan-batch/
727 cd ..
728 ll
729 cd ..
730 ll
731 cd modules/
732 ll
733 cd core/fileprocessing/
734 ll
735 cd services/
736 ll
737 cd virusscan/
738 mvn clean install -DskipTests
739 ifconfig
740 exit
741 history | grep x11
742 x11vnc -nopw -display :0.0
743 x11vnc -nopw -display :0
744 ifconfig
745 ps -eaf \ vnc
746 ps -eaf | grep vnc
747 sudo systemctl vnc
748 systemctl status vncserver
749 x11vnc -nopw -display :0
750 x11vnc -nopw -display -forever :0
751 x11vnc -nopw -display :0
752 x11vnc -nopw -display :0 -forever
753 x11vnc -nopw -display :10.30.40.133.0 -forever
754 x11vnc -nopw -display :0.0 -forever
755 x11vnc -nopw -display :127.0.0.1.0 -forever
756 x11vnc -nopw -display :0.0 -forever
757 x11vnc -nopw -display :0 -forever
758 ps -eaf | grep x11vnc
759 x11vnc -nopw -display :0
760 ps -eaf | grep x11vnc
761 netstat -a
762 ps -eaf | grep x11vnc
763 cd cix_5.1/modules/core/platform/
764 /usr/java/jdk1.7.0_79/ /usr/java/jdk1.7.0_79/
765 echo $JAVA_HOME
766 /usr/java/jdk1.7.0_79/ /usr/java/jdk1.7.0_export
JAVA_HOME=/usr/java/jdk1.7.0_79/
767 export JAVA_HOME=/usr/java/jdk1.7.0_79
768 echo $JAVA_HOME
769 mvn clean install -DskipTests
770 cd platform-impl/
771 mvn clean install -DskipTests
772 mvn clean install -DskipTests -U
773 history | grep ssh
774 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
775 x11vnc -nopw -display :0
776 yum install vncserver
777 sudo yum install vncserver
778 sudo systemctl status vncserver
779 sudo systemctl status vnc-server
780 sudo yum install vnc-server
781 cd /sbin
782 ll
783 vncserver start
784 vncserver on
785 ps -eaf \ grep java
786 ps -eaf | grep vnc
787 vncserver start
788 cd..
789 cd ..
790 pwd
791 cd home/
792 vncserver
793 vncserver &
794 x11vnc -nopw -display :0
795 ps -eaf | grep vnc
796 x11vnc -nopw -display :0
797 ps -eaf | grep vnc
798 git status
799 git commit -m"ILP-20725 fixed pace JAVA_OPPTS"
800 git add --all
801 git commit -m"ILP-20725 fixed pace JAVA_OPPTS"
802 git branch
803 git push origin feature/ILP-16928
804 cd /opt/charles/bin/
805 ll
806 ./charles &
807 history | grep ssh
808 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
809 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
810 history | grep ssh
811 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
812 q!
813 clear
814 cd ${0%/*}
815 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
816 exit
817 history | grep ssh
818 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
819 history | grep ssh
820 ssh -i ~/neo-dev.pem -N -L 9999:10.21.10.233:8080 -o TCPKeepAlive=no -o
ServerAliveInterval=15 ec2-user@52.29.77.37
821 ssh -i ~/Downloads/smp_01_dot_pem -N -L 9999:10.21.10.233:8080 -o
TCPKeepAlive=no -o ServerAliveInterval=15 ec2-user@52.29.77.37
822 cd /opt/charles/bi
823 cd /opt/charles/bin/
824 ./charles
825 curl -X POST 'http://10.34.32.231:8080/subscription?clientId=c496c49e-8a02-
4223-afd1-501ecd10e01f&operation=getSubscription'
826 curl -X POST 'http://10.34.32.231/subscription?clientId=c496c49e-8a02-4223-
afd1-501ecd10e01f&operation=getSubscription'
827 curl -X POST 'http://10.34.32.231/subscription?clientId=c60804e1-0594-402a-
8658-fc93d18f8521&operation=getSubscription'
828 history | grep ssh
829 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
830 cd cix_5.1
831 svn up
832 ll
833 cd modules/
834 ll
835 cd core/
836 cd .
837 cd fileprocessing/
838 ll
839 cd ..
840 cd services/
841 ll
842 cd fp-services/
843 svn up
844 mvn clean install -DskipTests
845 ll
846 cd target/
847 ll
848 history | grep scp
849 scp -i ~/Downloads/smp_01_dot_pem fp-services.war ec2user@52.29.77.37
850 echo $JAVA_HOME
851 /usr/java/jdk1.7.0_79/
852 export JAVA_HOME=/usr/java/jdk1.7.0_79
853 echo $JAVA_HOME
854 cd ..
855 rm -fr target/
856 ll
857 mvn clean install -DskipTest
858 cd target/
859 scp -i ~/Downloads/smp_01_dot_pem fp-services.war ec2user@52.29.77.3
860 scp -i ~/Downloads/smp_01_dot_pem fp-services.war ec2user@52.29.77.37:/tmp
861 scp -i ~/Downloads/smp_01_dot_pem fp-services.war ec2user@52.29.77.37:/tmp
862 sudo scp -i ~/Downloads/smp_01_dot_pem fp-services.war
ec2user@52.29.77.37:/tmp
863 scp -i ~/Downloads/smp_01_dot_pem fp-services.war
ec2user@52.29.77.37:/home/ec2user
864 scp -i ~/Downloads/smp_01_dot_pem fp-services.war ec2user@52.29.77.37:/tm
865 scp -i ~/Downloads/smp_01_dot_pem ~/Downloads/javasavdiclient.zip
ec2user@52.29.77.37:/home/ec2-user
866 cd ..
867 scp -i ~/Downloads/smp_01_dot_pem ~/Downloads/javasavdiclient.zip
ec2user@52.29.77.37:/home/ec2-user
868 scp -i ~/Downloads/smp_01_dot_pem target/fp-services.war
ec2user@52.29.77.37:/home/ec2-user
869 scp -i ~/Downloads/smp_01_dot_pem target/fp-services.war
ec2user@52.29.77.37:/tmp/
870 history | grep java
871 history | grep ssh
872 scp -i ~/Downloads/smp_01_dot_pem target/fp-services.war ec2-
user@52.29.77.37:/tmp/
873 history | grep java
874 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
875 history | grep ssh
876 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
877 ifconfig
878 cd cix_5.1/
879 cd core
880 cd modules/core/
881 ll
882 cd fileprocessing/services/virusscan/
883 echo JAVA_HOME
884 echo $JAVA_HOME
885 /usr/java/jdk1.7.0_79/
886 export JAVA_HOME=/usr/java/jdk1.7.0_79
887 echo $JAVA_HOME
888 mvn clean install -DskipTests
889 cd ..
890 cd services/fp-services/
891 ll
892 rm -fr target
893 ll
894 mvn clean install -DskipTests -o
895 mvn clean install -DskipTests
896 history grep scp
897 scp -i smp_01.pem target/fp-services.war ec2-user@52.29.77.37:/tmp
898 scp -i ~/Downloads/smp_01_dot_pem target/fp-services.war ec2-
user@52.29.77.37:/tmp
899 history | grep ssh
900 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
901 rm -fr target/
902 ll
903 mvn clean install -DskipTests
904 scp -i ~/Downloads/smp_01_dot_pem target/fp-services.war ec2-
user@52.29.77.37:/tmp
905 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
906 ssh -i ~/Downloads/smp_01_dot_pem -N -L 9999:10.21.10.233:8080 -o
TCPKeepAlive=no -o ServerAliveInterval=15 ec2-user@52.29.77.37
907 ll
908 cd repos/
909 cd il-subscription-service/
910 git status
911 git add --all
912 git status
913 git commit -m"ILP-20681 updated ip address in json"
914 git branch
915 git push origin feature/ILP-16928
916 git status
917 git add --all
918 git status
919 git push origin feature/ILP-16928
920 git commit -m"ILP-20681 updated ip address in json"
921 git push origin feature/ILP-16928
922 ssh devuser@10.34.46.168
923 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
924 ssh devuser@
925 10.34.46.164
926 ssh devuser@10.34.46.164
927 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
928 cd /sbin
929 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
930 history | grep ssh
931 ssh ilpuser@10.34.46.160
932 ssh ilpuser@10.34.46.195
933 ssh devuser@10.34.46.195
934 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
935 sudo yum install cups
936 service cups start
937 sudo yum install gnome-panel
938 ssh devuser@
939 ssh devuser@10.34.46.185
940 ssh devuser@10.34.46.168
941 ssh devuser@10.34.46.185
942 ssh devuser@10.34.46.168
943 ssh devuser@10.34.46.105
944 ssh devuser@10.34.46.103
945 cd cix_5.1/
946 svn up
947 cd ..
948 cd cix_5.1/
949 cd modules/
950 ll
951 cd batch/
952 ll
953 cd content-file-validation-batch/
954 echo $JAVA_HOME
955 /usr/java/jdk1.7.0_79/
956 export JAVA_HOME=/usr/java/jdk1.7.0_79/
957 echo $JAVA_HOME
958 mvn clean install -DskipTests
959 cd target/
960 ll
961 history | grep scp
962 scp /home/Himali/cix_5.1/modules/batch/batch-apps/target/batch-apps.zip
ec2-user@52.29.77.37:/home/vagrant
963 scp -i ~/Downloads/smp_01_dot_pem contentFileValidation.zip ec2-
user@52.29.77.37:/tmp
964 cd ..
965 rm -fr target/
966 ll
967 mvn clean install -DskipTests
968 cd target/
969 scp -i ~/Downloads/smp_01_dot_pem contentFileValidation.zip ec2-
user@52.29.77.37:/tmp
970 cd ..
971 rm -fr target/
972 ll
973 mvn clean install -DskipTests
974 cd target/
975 scp -i ~/Downloads/smp_01_dot_pem contentFileValidation.zip ec2-
user@52.29.77.37:/tmp
976 cd ..
977 rm target/
978 rm -fr target/
979 mvn clean install -DskipTests
980 cd target/
981 ssh -i ~/Downloads/smp_01_dot_pem contentFileValidation.zip ec2-
user@52.29.77.37:/tmp
982 history | grep ssh
983 ssh -i ~/Downloads/smp_01_dot_pem ec2-user@52.29.77.37
984 exit
985 ssh -i ~/Downloads/neo-dev.pem centos@52.4.192.161
986 chmod 600 ~/Downloads/neo-dev.pem
987 ssh -i ~/Downloads/neo-dev.pem centos@52.4.192.161
988 ssh-add ~/Downloads/neo-dev.pem
989 ssh -i ~/Downloads/neo-dev.pem centos@52.4.192.161
990 ssh devuser@10.34.46.197
991 ssh devuser@10.34.46.196
992 svn -co https://subversion.intralinks.com/repos/Neo/trunk/neo/
993 svn checkout https://subversion.intralinks.com/repos/Neo/trunk/neo/
994 vncserver start
995 vncserver -list
996 history | grep x11vnc
997 x11vnc -nopw -display :0.0
998 cd /etc/sysconfig/
999 cat iptables-config
1000 sudo cat iptables-config
1001 systemctl status firewalld
1002 systemctl stop firewalld
1003 sudo netstat -anp |grep LISTEN\
1004 systemctl start firewalld
1005 history

Das könnte Ihnen auch gefallen