This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<!-- | |
Documented at | |
http://linux.die.net/man/5/fonts-conf | |
To check font mapping run the command at terminal | |
$ fc-match 'helvetica Neue' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
serial0.present = "TRUE" | |
serial0.fileType = "pipe" | |
serial0.fileName = "/tmp/vsrxA.socket" | |
serial0.tryNoRxLoss = "TRUE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'net/netconf/jnpr/serial' | |
puts "NETCONF v.#{Netconf::VERSION}" | |
serial_port = '/dev/pts/1' | |
login = { port: serial_port, | |
username: "netdevops", | |
password: "netdevops1" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -e "\e[1;40m" ; clear ; while :; do echo $LINES $COLUMNS $(( $RANDOM % $COLUMNS)) $(( $RANDOM % 72 )) ;sleep 0.05; done|awk '{ letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*()"; c=$4; letter=substr(letters,c,1);a[$3]=0;for (x in a) {o=a[x];a[x]=a[x]+1; printf "\033[%s;%sH\033[2;32m%s",o,x,letter; printf "\033[%s;%sH\033[1;37m%s\033[0;0H",a[x],x,letter;if (a[x] >= $1) { a[x]=0; } }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/netmap.conf b/netmap.conf | |
index 91b5934..5966798 100644 | |
--- a/netmap.conf | |
+++ b/netmap.conf | |
@@ -4,5 +4,5 @@ network0.name = "Bridged" | |
network0.device = "vmnet0" | |
network1.name = "HostOnly" | |
network1.device = "vmnet1" | |
-network2.name = "NAT" | |
-network2.device = "vmnet8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/netmap.conf b/netmap.conf | |
index 5966798..ed43cbf 100644 | |
--- a/netmap.conf | |
+++ b/netmap.conf | |
@@ -1,8 +1,9 @@ | |
-# This file is automatically generated. | |
+#This file is automatically generated. | |
# Hand-editing this file is not recommended. | |
+ | |
network0.name = "Bridged" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emu-system-x86_64 -m 2048 -smp 2 -drive file=junos-vsrx-12.1X44-D10.4-domestic-disk1.qcow2 -nographic | |
Consoles: serial port | |
BIOS drive A: is disk0 | |
BIOS drive C: is disk1 | |
BIOS 639kB/2096120kB available memory | |
FreeBSD/i386 bootstrap loader, Revision 1.2 | |
([email protected], Tue Jan 8 04:04:34 UTC 2013) | |
Loading /boot/defaults/loader.conf | |
/kernel text=0x894aa0 data=0x4d050+0x100b2c syms=[0x4+0x92cf0+0x4+0xd1487] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ file csr1000v-adventerprisek9.03.09.00a.S.153-2.S0a-C4-M4G-N3-D8.ova | |
csr1000v-adventerprisek9.03.09.00a.S.153-2.S0a-C4-M4G-N3-D8.ova: POSIX tar archive (GNU) | |
$ tar xvf csr1000v-adventerprisek9.03.09.00a.S.153-2.S0a-C4-M4G-N3-D8.ova | |
csr1000v-adventerprisek9.03.09.00a.S.153-2.S0a-C4-M4096-N3-DS8.ovf | |
csr1000v-adventerprisek9.03.09.00a.S.153-2.S0a-C4-M4096-N3-DS8.mf | |
csr1000v-adventerprisek9.03.09.00a.S.153-2.S0a-C4-M4096-N3-DS8.vmdk | |
csr1000v-adventerprisek9.03.09.00a.S.153-2.S0a-C4-M4096-N3-DS8.iso | |
bdeo.sh | |
README-OVF.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./bdeo.sh | |
bdeo.sh v2.05(Linux) | |
Build a Cisco CSR 1000V Cloud Services Router OVA from an ISO image. | |
Accepts user inputs for both Hardware and IOS configuration. | |
Optionally will deploy to an ESXi Host. | |
Option Params Description {value} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./bdeo.sh | |
bdeo.sh v2.07(Linux) | |
Build a Cisco CSR 1000V Cloud Services Router OVA from an ISO image. | |
Accepts user inputs for both Hardware and IOS configuration. | |
Optionally will deploy to an ESXi Host. | |
Option Params Description {value} |
OlderNewer