Hi Brian,
Can you explain the easiest way to construct a regular expression in BGP?
Thanks,
Rowan
Hi Rowan,
Regular expressions are strings of special characters that can be used to search and find character patterns. Within the scope of BGP in Cisco IOS regular expressions can be used in show commands and AS-Path access-lists to match BGP prefixes based on the information contained in their AS-Path.
In order to understand how to build regular...
Saturday, February 22, 2020
Kali ini saya akan nyimpen catetan enable bash-completion di centos7. Sebagaimana kita tahu, untuk mencari file itu menggunakan perintah locate namafile
Tapi sebelumnya harus install locate pada debian, kl di centos namanya mlocate.
Baiklah, langsung saja begini caranya
[root@server ~]# yum install bash-completion bash-completion-extras -y[root@server ~]# yum install mlocate -y[root@server ~]# updatedb[root@server ~]# locate bash_completion.sh[root@server...
Monday, February 17, 2020
install mysql-server di centos
wget https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpmrpm -Uvh mysql80-community-release-el7-1.noarch.rpmyum install mysql-server -ysystemctl start mysqldsystemctl status mysqldcleargrep 'temporary password' /var/log/mysqld.log | awk '{print "password mysql: " $13}'echo "silahkan diganti dengan command mysql_secure_installatio...
Wednesday, February 12, 2020
1 ip addr
2 nano /etc/network/interfaces
3 nano /etc/apt/sources.list
#deb cdrom:[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 xfce-CD Binary-1 20190706-10:24]/ buster maindeb http://deb.debian.org/debian/ buster main contrib non-freedeb-src http://deb.debian.org/debian/ buster main contrib non-freedeb http://security.debian.org/debian-security buster/updates main contrib non-freedeb-src...
Subscribe to:
Posts (Atom)