We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3592ac5 commit dccf9cfCopy full SHA for dccf9cf
bashrc/oneline_cmd
@@ -117,3 +117,8 @@ printf "%`tput cols`s" | tr ' ' '#'
117
118
#install django use douban mirror.
119
pip install django --index-url http://pypi.douban.com/simple
120
+
121
+# checks to [192.168.32.208]: host [32.208 xuebao] not found
122
+# match [xxx] and [xxx] content.
123
+grep -Po '(?<=\[)[^]]+'
124
+ifconfig | grep -oP '(?<=inet addr:).*(?= Bcast:)' | xargs -n 4
0 commit comments