Disk/Partition/Logical Volume (LVM) Management related commands in Centos/Redhat Linux #DevOps #RHCSA

echo “Dec 22nd 2017”
321 pvs
322 output
323 PV VG Fmt Attr PSize PFree
324 /dev/sda2 cl lvm2 a– 19.00g 0
325 pvs
326 vgs
327 lsblk
328 vgdisplay
329 vgdisplay | grep “PE Size”
330 PE Size 4.00 MiB
331 vgdisplay > vgdisplay20171222.txt
332 vgdisplay | grep ‘PE Size’> vgdisplay20171222.txt
333 lvs
334 lvs > lvs20171222.txt
335 lvs
336 lvdisplay vg00
337 lvdisplay cl
338 lvdisplay cl > lvdisplaycl.txt
339 lvdisplay /dev/cl
340 lvdisplay /dev/cl/root
341 lsblk
342 lvdisplay /dev/cl/swap
343 lvdisplay /dev/cl/swap > swaplv.txt
344 pvck
345 pvck /dev/sda
346 lsblk
347 pvck /dev/sda2
348 pvs
349 pvs > pvsoutput
350 pvck /dev/sda2
351 echo “physical volume related commands – just the terms”
352 pvck
353 pvcreate
354 pvdisplay
355 pvresize
356 pvmove
357 pvremove
358 pvs
359 pvscan
360 echo “volume group related commands”
361 echo “you create volume groups out of physical volumes”
362 vgch
363 vgck-> checks integrity of volume groups
364 vgck
365 vgcreate : you provide the physical volumes as parameters
366 vgcreate
367 vgdisplay
368 vgextend
369 vgextend -> you can add additional physical volumes to a volume group
370 vgreduce
371 vgreduce : reduce size of a volume group
372 use -L target-size as parameters for vgreduce along with vg name or -L -100m where 100m is the amount to reduce. not the final size
373 vgrename
374 vgremove
375 vgremove -> removes a volume group
376 vgs
377 vgs -> list volume groups
378 vgscan -> scan system find volume groups
379 vgscan
380 vgscan /dev/sda2
381 vgscan
382 echo “Logical Volume related commands”
383 lvcreate
384 lvdisplay
385 lvextend
386 lvreduce
387 lvremove
388 lvrename
389 lvresize
390 lvs
391 lvscan
392 lvm
393 lvscan
394 lvm
395 lsblk | grep vd
396 lsblk | grep sd
397 lvmdiskscan
398 lvscan
399 lvmdiskscan > outputoflvmdiskscan.txt
400 lsblk
401 parted /dev/sdc mkpart primary 1 100m
402 parted /dev/sdc mklabel msdos
403 parted /dev/sdc mkpart primary 1 201m
404 parted /dev/sdc print
405 pvcreate /dev/sdb /dev/sdc1 -v
406 pvcreate /dev/sdb /dev/sdc1 -v > outputofpvcreate
407 lsblk
408 vgcreate vg01 -s 16 /dev/sdb /dev/sdc1 -v
409 cat pvsoutput
410 cat outputofpvcreate
411 vgs vg01
412 vgscan
413 vgdisplay
414 vgdisplay -v
415 vgdisplay -v vg01
416 pvs
417 pvscan
418 pvdisplay /dev/sdb
419 pvdisplay /dev/sdb > pvdisplaydevsdb
420 pvdisplay /dev/vdc1
421 pvdisplay /dev/sdc1
422 lvcreate -n lvol0 -L 600MB vg01 -v
423 lvcreate -n oravol -L 1.3g vg01 -v
424 lvs
425 lvscan
426 lvdisplay
427 lvdisplay /dev/vg01/lvol0
428 lvdisplay /dev/vg01/oravol
429 vgextend vg01 /dev/sdd -v [need to initialize with pvcreate]
430 pvcreate /dev/sdd
431 vgextend vg01 /dev/sdd -v
432 vgs vg01
433 vgscan
434 lvextend /dev/vg01/lvol0 -L 1g -v
435 lvextend /dev/vg01/oravol -L 2g -v
436 lvdisplay oravol0
437 lvdisplay /dev/vg01/oravol
438 vgdisplay -v vg01
439 lvrename /dev/vg01/lvol0 lvolnew -v
440 lvs /dev/vg01/lvolnew
441 lvs
442 lvs | grep lvolnew
443 lvreduce /dev/vg01/lvolnew -L 800m -v
444 lvresize /dev/vg01/lvolnew -L -100m -v
445 lvremove /dev/vg01/lvolnew
446 lvremove -f /dev/vg01/oravol
447 vgdisplay vg01 | grep ‘Cur LV’
448 vgreduce vg01 /dev/sdb /dev/sdc1
449 vgs
450 vgs vg01
451 vgscan
452 lsblk
453 vgdisplay vg01
454 vgdisplay vg01 -v
455 vgremove vg01
456 vgdisplay vg01 -v
457 pvremove /dev/sdb /dev/sdc1 /dev/sdd
458 exit
459 history From: http://sitestree.com/?p=12008
Categories:DevOps, RHCSA
Tags:
Post Data:2017-12-22 11:56:05

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Redhat/CentOS Linux and Disk/Volume Management. LVM, parted, gdisk, vgcreate, lvcreate and similar #DevOps #RHCSA

Misc related commands from history

[Redhat/CentOS Linux and Disk/Volume Management. LVM, parted, gdisk, vgcreate, lvcreate and similar]

 

fdisk /dev/sdb
93 parted
94 parted /dev/sdb

96 parted /dev/sdb print
97 vi /etc/fstab
98 parted /dev/sdb
99 vi /etc/fstab
100 parted /dev/sdb
101 parted /dev/sdb print
102 gdisk /dev/sdc
103 gdisk -l /dev/sdc
104 fdisk -l /dev/sda
105 gdisk /dev/sdc
106 gdisk -l /dev/sdc
107 gdisk /dev/sdc
108 gdisk -l /dev/sdc
109 yum list installed
110 yum list installed | grep gnome-disk-utility
111 gdisk /dev/sdc
112 gdisk /dev/sdb
113 gdisk -l /dev/sdb
114 fdisk -l /dev/sdb
115 sfdisk -l /dev/sdb
116 fdisk -l /dev/sdb
117 parted
118 parted /dev/sdb
119 parted /dev/sdc
120 gdisk /dev/sdb
121 gdisk /dev/sdc
122 sfdisk /dev/sdc
123 cfdisk /dev/sdc
124 pvs
125 lsblk
126 pvs
127 pvdisplay
128 vgs
129 lvs
130 lsblk
131 lvs -v
132 vgs -v
133 lvdisplay /dev/vg00/root
134 lvmdiskscan
135 gdisk /dev/sdb
136 parted /dev/sdb mklabel msdos
137 parted /dev/sdb mkpart primary 1 1g
138 parted /dev/sdb print
139 pvcreate -v /dev/sdb1 /dev/sdc
140 parted /dev/sdc
141 lsblk
142 pvcreate -v /dev/sdb1 /dev/sdc
143 parted /dev/sdc mklabel msdos
144 pvcreate -v /dev/sdb1 /dev/sdc
145 vgcreate -s 16 vg01 -v /dev/sdb1 /dev/sdc
146 vgs
147 vgdisplay
148 vgs
149 vgscan
150 vgs vg01
151 vgdisplay vg01 -v
152 pvs
153 pvscan
154 pvdisplay
155 pvdisplay /dev/sdb
156 pvdisplay /dev/sdb1
157 lvcreate -L 600 vg01 -v
158 lvcreate -L 1.3g -n oravol vg01 -v
159 lvs
160 lvdisplay /dev/vgo1/lvol0
161 lvdisplay /dev/vg01/lvol0
162 lvdisplay /dev/vg01/oravol
163 lsblk
164 journalctl -xb
165 tail /var/log/messages
166 vi /etc/fstab
167 reboot
168 lsblk
169 pvcreate /dev/sdd
170 vgextend vg01 /dev/sdd -v
171 vgs
172 lvextend -L 1g /dev/vg01/lvol0 -v
173 lvresize -L 2g /dev/vg01/oravol -v
174 vgdisplay -v vg01
175 lvextend -L 3g /dev/vg01/oravol -v
176 vgdisplay -v vg01
177 lvdisplay
178 vgdisplay
179 lvrename /dev/vg01/lvol0 lvolnew
180 vgdisplay
181 vgdisplay -l
182 vgdisplay -v
183 lvrename vg01 lvolnew lvolrenew
184 vgdisplay -v
185 lvreduce -L 800m /dev/vg01/lvolrenew
186 lvreduce -L -200m /dev/vg01/lvolrenew
187 vgdisplay -v
188 lvresize -L +400m /dev/vg01/lvolrenew
189 lvresize -L -400m /dev/vg01/lvolrenew
190 lvreduce -L +200m /dev/vg01/lvolrenew
191 lvextend -L -1g /dev/vg01/oravol -v
192 lvextend -L +1g /dev/vg01/oravol -v
193 lvremove -f /dev/vg01/lvolrenew
194 lvremove -f /dev/vg01/oravol
195 vgreduce vg01 /dev/sdb1 /dev/sdc
196 vgdisplay vg01
197 lsblk
198 vgdisplay
199 vgdisplay -v
200 vgremove vg01
201 pvremove /dev/sdd /dev/sdb1 /dev/sdc
203 history From: http://sitestree.com/?p=12003
Categories:DevOps, RHCSA
Tags:
Post Data:2017-12-21 20:06:35

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Experiment with Firewalls in Linux (CentOS/RedHat) #DevOps #RHCSA

44 firewall-cmd –state
45 systemctl status firewalld
46 firewall-cmd –reload
47 systemctl restart firewalld.service

systemctl restart firewalld

48 firewall-cmd –get-default-zone
49 firewall-cmd –get-active-zones
50 firewall-cmd –get-zones
51 firewall-cmd –get-zone-of-interface=ens33
52 firewall-cmd –list-all
53 firewall-cmd –list-all-zones
54 firewall-cmd –get-default-zone
55 firewall-cmd –get-active-zones
56 firewall-cmd –list-all
57 firewall-cmd –get-zones
58 firewall-cmd –list-all-zones
59 firewall-cmd –list-all –zone external
60 firewall-cmd –new-zone testzone –perm
61 firewall-cmd –delete-zone testzone –perm
62 firewall-cmd –get-zones
63 firewall-cmd –new-zone testzone –perm
64 firewall-cmd –get-zones
65 cat /etc/firewalld/zones/testzone.xml
66 cat /etc/firewalld/zones/
67 ll /etc/firewalld/zones/
68 cat /etc/firewalld/firewalld.conf
69 firewall-cmd –get-services
70 firewall-cmd –list-services
71 firewall-cmd –list-services –zone internal
72 firewall-cmd –query-service tftp
73 firewall-cmd –query-service ftp

76 firewall-cmd –query-service ssh
77 firewall-cmd –new-service testservice –perm
78 ll /etc/firewalld/services/testservice.xml
79 firewall-cmd –add-service testservice testservice –zone work –perm
80 firewall-cmd –permanent –add-service testservice –zone work
81 firewall-cmd –list-services –zone work
82 firewall-cmd –list-ports
83 firewall-cmd –query-port 53/tcp –zone dmz
84 firewall-cmd –permanent –add-port 53/tcp
85 firewall-cmd –list-ports
86 firewall-cmd –query-port 53/tcp –zone dmz
87 firewall-cmd –query-port 53/tcp From: http://sitestree.com/?p=11980
Categories:DevOps, RHCSA
Tags:
Post Data:2017-12-15 12:47:48

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Create your own yum repo in Centos/Redhat #DevOps #RHCSA

Yum is a software installation manager for Redhat Linux and Related.

yum is a better tool than rpm.

Here, we will take the rpm packages as come with Redhat/Centos and then we will host those packages on our own Repo Server for yum. i.e. yum will use this Repo to find installers rather than going to the Internet.

Installing Yum Manager

First we have to install and configure ftp.

[if vsftpd is not already installed, use rpm -ivh vsftpd, you need to mount installer dvd and run rpm under Packages folder – or similar]

Check the status of vsftpd
systemctl status vsftpd
systemctl start vsftpd
systemctl enable vsftpd
cd /var/ftp/pub/
pwd
ls -la
df -h (see disks and default mounts)
mount /dev/sr0 /mnt/iso-installer
(mount DVD where the iso of the installer is kept. I was using VMWare Workstation Pro)

Copy installer rpms from .iso to our ftp server
cd /mnt/iso-installer/
ls -la
cd Packages/
cp -v * /var/ftp/pub/
pwd
ls -la

Create the Repo database
We have to create a database based on all these rpm files. This repo database will be queried by yum to find packages and dependencies to install.

rpm -ivh createrepo-0.9.9-26.el7.noarch.rpm (create repo is not installed by default)

createrepo .

Now configure local PC [workstation with our Yum Repo/server under ftp]. We need a file local.repo to point to our yum repo server

ls /etc/yum.repos.d/
cd /etc/yum.repos.d/
pwd
ls -la

[move existing repo files to old directory]
mkdir old
mv *.repo old/

ls -la
touch local.repo

 

[need to configure local.repo]
Try to check any of the existing .repo file and create based on that. A basic config might look like this

[local]
name=local.repo
baseurl=ftp://localhost/pub

If you want to put hostname for your ftp server

vim /etc/hosts
systemctl start vsftpd
systemctl restart vsftpd
ping localhost
ping yumserver
vi /etc/yum.repos.d/local.repo
hostnamectl set-hostname yumserver
cat /etc/hosts
hostnamectl set-hostname yumserver

You might need to run, if you see yum does not work
yum clean
yum clean cache

cd /etc/yum.repos.d/
cat old/CentOS-Base.repo
vim local.repo

Let FTP work through Firewall
firewall-cmd –add-service=vsftpd –perm
firewall-cmd –add-service=ftp –perm
systemctl reload firewalld
systemctl start firewalld
systemctl enable firewalld
vi /etc/yum.repos.d/local.repo

Check if your yum server is working or not

yum repolist
yum install tree

yum repolist enabled
yum repolist all From: http://sitestree.com/?p=11797
Categories:DevOps, RHCSA
Tags:
Post Data:2017-12-04 23:02:34

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Drupal 8 Beginner: Best Drupal Videos #Drupal

[embedyt] https://www.youtube.com/embed?listType=playlist&list=PLtaXuX0nEZk9MKY_ClWcPkGtOEGyLTyCO&layout=gallery[/embedyt] From: http://sitestree.com/?p=11353
Categories:Drupal
Tags:
Post Data:2017-10-04 18:21:04

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

WordPress Plugins for Integrating with AliExpress (or Related Plugins) #ecommerce

3.0 rating based on 2 ratings

(2)

Last Updated: 1 month ago
500+ Active Installs
Compatible with your version of WordPress

This plugin helps easily export Woocommerce products in CSV and import products from CSV and Aliexpress/Taobao/Amazon/Alibaba/Ebay to WooCommerce.

By RSpider

5.0 rating based on 7 ratings

(7)

Last Updated: 1 week ago
100+ Active Installs
Compatible with your version of WordPress

This plugin allows you to import the products directly from AliExpress in your WordPress WooCommerce store and earn a commission!

By CR1000Team

5.0 rating based on 2 ratings

(2)

Last Updated: 1 day ago
400+ Active Installs
Compatible with your version of WordPress

Easily adding auto updating products from affiliate systems and additional content to posts.

By keywordrush.com

4.0 rating based on 10 ratings

(10)

Last Updated: 2 weeks ago
10,000+ Active Installs
Compatible with your version of WordPress

This blocks semalt.com, buttons-for-website.com and others with a 403 Forbidden message so that they no longer show up in your Google Analytics stats.

By GreenMellen Media

4.5 rating based on 18 ratings

(18)

Last Updated: 3 weeks ago
8,000+ Active Installs
Compatible with your version of WordPress

Offer Latin American local payment methods & increase your conversion rates with the solution used by AliExpress, AirBnB and Spotify in Brazil.

By EBANX

5.0 rating based on 5 ratings

(5)

Last Updated: 5 days ago
Less Than 10 Active Installs
Compatible with your version of WordPress
10 items

  From: http://sitestree.com/?p=10561
Categories:ecommerce
Tags:
Post Data:2017-03-20 14:34:34

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Kids Laptops…Some laptops, Check

This can be bought

$309

ASUS X515MA 15.6" Laptop – Slate Grey (Intel Celeron N4020/128GB SSD/4GB RAM) – Open Box

https://www.bestbuy.ca/en-ca/product/asus-x515ma-15-6-laptop-slate-grey-intel-celeron-n4020-128gb-ssd-4gb-ram-open-box/15375994

This is also good
https://www.bestbuy.ca/en-ca/product/hp-15-6-laptop-jet-black-amd-athlon-silver-3050u-500gb-hdd-4gb-ram-windows-10-open-box/15460965

$399

  • 1.1GHz Intel Celeron N4020 dual-core processor and 4GB of RAM offer a smooth and fast performance and lag-free multi-tasking
  • 256GB solid state drive (SSD) offers plenty of high-speed storage space for all your important files and data
  • 15.6" two-sided slim bezel screen with 1366 x 768 resolution gives you excellent picture clarity and more viewing area
  • Integrated 2×2 Wi-Fi (802.11ac) and Bluetooth 5.0 let you connect to wireless networks and pair the laptop with compatible devices

https://www.bestbuy.ca/en-ca/product/lenovo-ideapad-3-15-6-laptop-platinum-grey-intel-celeron-n4020-256gb-ssd-4gb-ram-windows-10/15338022

https://ark.intel.com/content/www/us/en/ark/products/197310/intel-celeron-processor-n4020-4m-cache-up-to-2-80-ghz.html

$349
https://www.bestbuy.ca/en-ca/product/asus-x515ma-15-6-laptop-slate-grey-intel-celeron-n4020-128gb-ssd-4gb-ram-win-10-home-s/15300229

Ecommerce related Plugins Explored and/or used #ecommerce

Ecommerce related Plugins Explored (primarily) and/or used

 

To integrate with the DropShip functionality of DealExtreme (I do not know if DealExtreme is reliable or not): http://xml-import.eu/dealextreme-dropshipping-integration/

 

Synchronize Magento with Amazon: products, stock levels, sales and shipments.

https://www.magentocommerce.com/magento-connect/amazon-1.html

 

Import Amazon products to Magento

https://web-experiment.info/magento-amazon-products-manager

 

eBay-Amazon-Rakuten-Magento Integration – Order Import and Stock Level Synchronization.

https://www.magentocommerce.com/magento-connect/ebay-amazon-rakuten-magento-integration-order-import-and-stock-level-synchronization.html

 

Amazon Importer WordPress Plugin

https://codecanyon.net/item/amazon-importer-wordpress-plugin/5744913

 

If you want to dropship from Aliexpress and Want your shop on Shopify

Overlo: https://www.oberlo.com

 

AliCommerce, AliDropShip, or similar plugins can be there to integrate Magento with AliExpress Affiliate/DropShip Program

https://www.magentocommerce.com/magento-connect/aliexpress-affiliate.html

https://www.magentocommerce.com/magento-connect/aliexpress-affiliate-manager.html

https://alidropship.com/

 

 

 

 

 

https://www.oberlo.com/ From: http://sitestree.com/?p=10559
Categories:ecommerce
Tags:
Post Data:2017-03-18 21:16:26

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Metrilo: Sell more with data-driven decisions #ecommerce


Sell more with data-driven decisions

Your ecommerce data is all over the place. With Metrilo, you have the complete overview of your business performance. We measure your KPIs, analyze trends and present it all to you in one place, ready to help you sell more products”

https://www.metrilo.com From: http://sitestree.com/?p=10444
Categories:ecommerce
Tags:
Post Data:2017-03-14 23:53:59

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Output from git command: git reflog and history | grep “git ” #Git

Output from git command: git reflog and history | grep “git ”

-> did little change to http://visitorsshop.com
-> used two branches branches : Master, Develop
-> used some other feature branches such as (with all branches for this case)

develop
* master
remove-client-id-from-url
remove-justetc-identity

The idea was: create the master branch (will be deployed from), add all files to it, then create the develop branch from master, then create feature branches as required from the develop branch. When the feature work, merge the feature branch with the develop branch while still on the feature branch. then go to the develop branch and merge with the feature branch (seemed did not do much for this case i.e. when merged develop to feature), then merge master to develop, then merge develop to master. Sure, at each merge, resolve the conflicts if required.

the develop branch may or may not be important in your case…Additionally, you might think about release and bug fix branches…was not applicable for this case

The above steps might not be reflected in the actual commands executed as shown below though will be pretty close.

output from history:

history | grep “git “

541 git checkout -b master
542 git branch
543 git status
550 git status
551 git add -A
552 git commit -m “first initi all files and Database SQLs”
553 git status
554 git status
555 git checkout -b remove-justetc-identity
556 git status
557 git add -A
558 git commit -m “mostly justetc identity removed except from site-admin”
559 git add -A
560 git commit -m “removed header links”
561 git status
562 git branch
563 git checkout master
564 git checkout -b develop master
565 git checkout remove-justetc-identity
566 git branch -a
567 git merge develop
568 git branch
569 git merge develop
570 git merge master
571 git checkout develop
572 git merge remove-justetc-identity
573 git checkout master
574 git merge develop
575 git branch
576 git branch
577 git status
578 git stash
579 git checkout remove-justetc-identity
580 git stash pop
581 git stash list
582 git stash clear
583 git status
584 git add -A
585 git commit -m “fixed inconsistency in header links”
586 git status
587 git merge develop
588 git merge
589 git checkout develop
590 git merge remove-justetc-identity
591 git checkout master
592 git merge develop
593 git branch
594 git checkout develop
595 git checkout -b remove-client-id-from-url develop
596 git status
597 git log
598 git branch
599 git add -A
600 git commit -m “remove client id from url also select client id from database and store in session”
601 git status
602 git branch
603 git merge develop
604 git checkout develop
605 git merge remove-client-id-from-url
606 git checkout master
607 git merge develop
608 git branch –all
609 git branch
610 git status
611 git branch
612 git stash
613 git checkout remove-client-id-from-url
614 git stash list
615 git stash pop
616 git add -A
617 git status
618 git commit -m “made login work without clientid in url”
619 git status
620 git status
621 git merge develop
622 git checkout develop
623 git merge remove-client-id-from-url
624 git branch
625 git merge master
626 git checkout master
627 git merge develop
628 git hist
629 git reflog
630 git branch –all
631 git reflog
633 history | grep “git ”

Output from reflog:

928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
:
928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
77e4a68 HEAD@{28}: checkout: moving from master to remove-justetc-identity
:
928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
77e4a68 HEAD@{28}: checkout: moving from master to remove-justetc-identity
77e4a68 HEAD@{29}: commit (initial): first initi all files and Database SQLs
:
928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
77e4a68 HEAD@{28}: checkout: moving from master to remove-justetc-identity
77e4a68 HEAD@{29}: commit (initial): first initi all files and Database SQLs
~
(END)
928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
77e4a68 HEAD@{28}: checkout: moving from master to remove-justetc-identity
77e4a68 HEAD@{29}: commit (initial): first initi all files and Database SQLs
~
~
(END)
928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
77e4a68 HEAD@{28}: checkout: moving from master to remove-justetc-identity
77e4a68 HEAD@{29}: commit (initial): first initi all files and Database SQLs
~
~
~
(END)
928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
77e4a68 HEAD@{28}: checkout: moving from master to remove-justetc-identity
77e4a68 HEAD@{29}: commit (initial): first initi all files and Database SQLs
~
~
~
~
(END)
928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
77e4a68 HEAD@{28}: checkout: moving from master to remove-justetc-identity
77e4a68 HEAD@{29}: commit (initial): first initi all files and Database SQLs
~
~
~
~
~
(END)
928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
77e4a68 HEAD@{28}: checkout: moving from master to remove-justetc-identity
77e4a68 HEAD@{29}: commit (initial): first initi all files and Database SQLs
~
~
~
~
~
~
(END)
928af30 HEAD@{0}: merge develop: Fast-forward
f26822e HEAD@{1}: checkout: moving from develop to master
928af30 HEAD@{2}: merge remove-client-id-from-url: Fast-forward
f26822e HEAD@{3}: checkout: moving from remove-client-id-from-url to develop
928af30 HEAD@{4}: commit: made login work without clientid in url
f26822e HEAD@{5}: checkout: moving from master to remove-client-id-from-url
f26822e HEAD@{6}: merge develop: Fast-forward
ab11e11 HEAD@{7}: checkout: moving from develop to master
f26822e HEAD@{8}: merge remove-client-id-from-url: Fast-forward
ab11e11 HEAD@{9}: checkout: moving from remove-client-id-from-url to develop
f26822e HEAD@{10}: commit: remove client id from url also select client id from database and store in session
ab11e11 HEAD@{11}: checkout: moving from develop to remove-client-id-from-url
ab11e11 HEAD@{12}: checkout: moving from master to develop
ab11e11 HEAD@{13}: merge develop: Fast-forward
9fa8c13 HEAD@{14}: checkout: moving from develop to master
ab11e11 HEAD@{15}: merge remove-justetc-identity: Fast-forward
9fa8c13 HEAD@{16}: checkout: moving from remove-justetc-identity to develop
ab11e11 HEAD@{17}: commit: fixed inconsistency in header links
9fa8c13 HEAD@{18}: checkout: moving from master to remove-justetc-identity
9fa8c13 HEAD@{19}: merge develop: Fast-forward
77e4a68 HEAD@{20}: checkout: moving from develop to master
9fa8c13 HEAD@{21}: merge remove-justetc-identity: Fast-forward
77e4a68 HEAD@{22}: checkout: moving from remove-justetc-identity to develop
9fa8c13 HEAD@{23}: checkout: moving from develop to remove-justetc-identity
77e4a68 HEAD@{24}: checkout: moving from master to develop
77e4a68 HEAD@{25}: checkout: moving from remove-justetc-identity to master
9fa8c13 HEAD@{26}: commit: removed header links
abf2b3d HEAD@{27}: commit: mostly justetc identity removed except from site-admin
77e4a68 HEAD@{28}: checkout: moving from master to remove-justetc-identity
77e4a68 HEAD@{29}: commit (initial): first initi all files and Database SQLs From: http://sitestree.com/?p=10427
Categories:Git
Tags:
Post Data:2017-01-28 21:17:38

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada