Hi, I’m William Lina
a
Eye Sergeon Specialist
Eye Consultant
Explore the professional journey, expertise, and achievements of a dedicated medical practitioner. Discover education, experience, clinical skills, research, and patient care .
Special Facilities For Our Patients
Rehabilitation Retreat
A serene haven dedicated to physical and emotional recovery, providing specialized therapies.
Adventure Basecamp
An adventure facility providing equipment, training, and guided experiences.
Child Development
A nurturing environment for children's growth and learning, equipped with a range of developmental programs.
Dr. Laura Jerry
Dr. Laura Jerry brings a wealth of experience and expertise to her practice. With a focus on patient-centered care, she is known for her warm and empathetic approach, always taking the time to listen to her patients’ concerns. Her extensive medical knowledge and dedication to staying at the forefront of the field make her a trusted healthcare partner.
Explore the range of medical services Dr. Collins offers, including general check-ups, preventative care, chronic disease management, and more. She is committed to working with you to develop personalized treatment plans that suit your unique needs.
Services For You &
Your Family
Pediatric Healthcare
Your first line of defense in health. Our primary care services cover check-ups and vaccinations.
Specialist Care
Access to top medical specialists for in-depth evaluation and treatment of specific health conditions.
Women's Health
Tailored healthcare services for women, including gynecology, obstetrics, and reproductive health.
Geriatric Care
Specialized care for our senior patients, focusing on age-related health issues chronic disease.
Diagnostic Testing
State-of-the-art diagnostic services, including imaging, laboratory tests, and screenings
Testimonial
Jone Duone Joe
Operating OfficerChild Health Development
Upwork - Mar 4, 2016 - Aug 30, 2021Maecenas finibus nec sem ut imperdiet. Ut tincidunt est ac dolor aliquam sodales. Phasellus sed mauris hendrerit, laoreet sem in, lobortis mauris hendrerit ante. Ut tincidunt est ac dolor aliquam sodales phasellus smauris
Nevine Acotanza test
Chief Operating OfficerAndroid App Development
via Upwork - Mar 4, 2015 - Aug 30, 2021 testMaecenas finibus nec sem ut imperdiet. Ut tincidunt est ac dolor aliquam sodales. Phasellus sed mauris hendrerit, laoreet sem in, lobortis mauris hendrerit ante. Ut tincidunt est ac dolor aliquam sodales phasellus smauris
Nevine Dhawan
Operating OfficerAndroid App Design
Fiver - Mar 4, 2015 - Aug 30, 2021Maecenas finibus nec sem ut imperdiet. Ut tincidunt est ac dolor aliquam sodales. Phasellus sed mauris hendrerit, laoreet sem in, lobortis mauris hendrerit ante. Ut tincidunt est ac dolor aliquam sodales phasellus smauris
My Regular Scedule
Medical Diagnosis Treatment
- Address: Google Out Tech - (2017 - Present)
- Working Days: Monday, Wednesday, Saturday
- Visiting Hour: 9am - 4pm
- Contact No: +44 0015454500
Medical Diagnosis Treatment
- Address: Google Out Tech - (2017 - Present)
- Working Days: Monday, Wednesday, Saturday
- Visiting Hour: 9am - 4pm
- Contact No: +44 0015454500
Medical Diagnosis Treatment
- Address: Google Out Tech - (2017 - Present)
- Working Days: Monday, Wednesday, Saturday
- Visiting Hour: 9am - 4pm
- Contact No: +44 0015454500
Medical Diagnosis Treatment
- Address: Google Out Tech - (2017 - Present)
- Working Days: Monday, Wednesday, Saturday
- Visiting Hour: 9am - 4pm
- Contact No: +44 0015454500
Latest News
Juniper vs Cisco vs Nokia(formerly Alcatel) SR show commands
Juniper vs Cisco vs Nokia(formerly Alcatel) SR show commands
Most of the companies have multi-vendor routers in their network. In order to make troubleshooting easy we would like to list down shows commands of Juniper, Cisco and Nokia (Formerly Alcatel) Service Router in this post.
OSPF Commands:

| Juniper | Cisco IOS | Alcatel SR |
| show ospf neighbor | sh ip ospf neighbor | show router ospf neighbor |
| show ospf neighbor extensive | sh ip ospf neighbor detail | show router ospf neighbor detail |
| clear ospf neighbor all | clear ip ospf <> process | clear router ospf neighbor |
| show ospf statistics | sh ip ospf statistics | show router ospf statistics |
| show ospf interface | sh ip ospf interface brief | show router ospf interface |
| show ospf interface extensive | sh ip ospf interface | show router ospf interface detail |
| show route protocol ospf | sh ip route ospf | show router ospf routes |
| show ospf database | sh ip ospf database | show router ospf database |
| show ospf database router advertising-router <x.x.x.x> | sh ip ospf database adv-router <x.x.x.x> | show router ospf database adv-router <x.x.x.x> |
BGP Commands:
| Juniper | Cisco | Alcatel SR |
| show bgp summary | sh ip bgp summary | show router bgp summary |
| show bgp neighbor | sh ip bgp neighbors | show router bgp neighbor |
| show route protocol bgp | sh ip route bgp | show router route-table protocol bgp |
| show route receive-protocol bgp <x.x.x.x> | sh bgp ipv4 unicast neighbors <x.x.x.x> received-routes | show router bgp neighbor <x.x.x.x> received-routes |
| show route advertising-protocol bgp <x.x.x.x> | sh bgp ipv4 unicast neighbors <x.x.x.x> advertised-routes | show router bgp neighbor <x.x.x.x> advertised-routes |
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Welcome to Dubai (AWS Devops course)
Welcome to Dubai (AWS Devops course)

It gave me great pleasure to make the trip to Dubai and provide one of the most significant courses on cloud computing, in particular for devops.






CentOS Repo List: Working URLs
CentOS Repo List: Working URLs
This knowledge base serves as an easy-to-follow guide for configuring repository URLs for CentOS 7 and CentOS 8. It uses repository lists from the CentOS vault mirror, ensuring that these repositories remain accessible even after the OS has reached its end of life. Ideal for system administrators, developers, and CentOS enthusiasts, this guide guarantees effortless access to repository URLs for BaseOS, AppStream, Extras, CentOSPlus, and more, ensuring your CentOS machines are properly configured.

How to Configure a Repo in CentOS?
Before modifying the repository files, ensure you have appropriate backup procedures in place:
sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
Editing Repository Files:
To modify the repository sources, open the respective repository configuration file (/etc/yum.repos.d/CentOS-Base.repo) using your preferred text editor:
sudo vi /etc/yum.repos.d/CentOS-Base.repo
eplace the content in the file with the configurations listed below based on your CentOS version.
CentOS 7
To configure the working repositories for CentOS 7, add the following to your /etc/yum.repos.d/CentOS-Base.repo file:
[base]
name=CentOS-$releasever - Base
baseurl=https://vault.centos.org/7.9.2009/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
enabled=1
[updates]
name=CentOS-$releasever - Updates
baseurl=https://vault.centos.org/7.9.2009/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
enabled=1
[extras]
name=CentOS-$releasever - Extras
baseurl=https://vault.centos.org/7.9.2009/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
enabled=1
[centosplus]
name=CentOS-$releasever - CentOSPlus
baseurl=https://vault.centos.org/7.9.2009/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
enabled=0
CentOS 8
To configure the working repositories for CentOS 8, add the following to your /etc/yum.repos.d/CentOS-Base.repo file:
[baseos]
name=CentOS Linux $releasever - BaseOS
baseurl=https://vault.centos.org/$contentdir/$releasever/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
[appstream]
name=CentOS Linux $releasever - AppStream
baseurl=https://vault.centos.org/$contentdir/$releasever/AppStream/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
[extras]
name=CentOS Linux $releasever - Extras
baseurl=https://vault.centos.org/$contentdir/$releasever/extras/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
[centosplus]
name=CentOS Linux $releasever - Plus
baseurl=https://vault.centos.org/$contentdir/$releasever/centosplus/$basearch/os/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial