-
-
ntc – tempalates :cisco_ios_show_mac-address-table.template
[crayon-68649b607a550102977352/]
-
Perl: Diamon operator: <> , $_, the default variable
The Diamond operator is almost exclusively used in a while-loop. It allows us to iterate over the rows in all…
-
Route 53: Apex domain quick fix
apex, bare domain ( domain without www) and www.domain.com should point to the same IP. In amazon load balance or…
-
git: fatal: index-pack failed
I recently had to clone a very large repository through SSH, every time i did i got this error …
-
How to tell git which private key to use?
Environment variable GIT_SSH_COMMAND: From Git version 2.3.0, you can use the environment variable GIT_SSH_COMMAND like this: [crayon-68649b607a89d407363683/] Note that -i…
-
Python: Realtime web print out
There are some situation when we run a time-consuming process, we need to see the output of that command to…
-
PHP7: Parse error: syntax error, unexpected ‘new’ (T_NEW)
You might see that error when upgrading from PHP5 to PHP7 your code might look like this: [crayon-68649b607aa57473881891/] Solution:…
-
Relocation subversion
Command: [crayon-68649b607ab1a332090898/]
-
How to check if your PHP support TLS V1.2?
Run this script to see your SSL Version [crayon-68649b607abe7369336085/] If you want to check your open SSL version? [crayon-68649b607abe9897412489/]…