To be a better coder
发布时间:2019-01-21 10:54:17
server:[root@localhost /]# cat server.py #!/bin/pythonimport socketser=socket.socket()hostname=socket.gethostname()port=1234A=hostname,portser.bind(A)ser.listen(5)while 1: cli,addr=ser.accept() print addr cli.send('hahhahahahahahha'.........【阅读全文】
发布时间:2019-01-16 16:21:53
https://blog.csdn.net/shaobingj126/article/details/7301797clearpart (可选) 在建立新分区前清空系统上原有的分区表,默认不删除分区; --all 擦除系统上原有所有分区; --drives 删除指定驱动器上的分区&nb.........【阅读全文】
发布时间:2019-01-09 14:24:45
https://blog.csdn.net/octopusflying/article/details/77609199VLAN·概况 VLAN (Virtual Local Area Network)意为虚拟局域网,是在交换机实现过程中涉及到的概念,由802.1Q标准所定义。由于交换机是工作在链路层的网络设备,连接在同一台交换机的终端处于同一个三层网中,同时也处于同一个广播域。.........【阅读全文】
发布时间:2019-01-07 14:15:03
客户端:[root@localhost /]# [root@localhost /]# iperf3 -c 192.168.27.190 Connecting to host 192.168.27.190, port 5201[ 4] local 192.168.27.189 port 49275 connected to 192.168.27.190 port 5201[ ID] Interval Transfer &nb.........【阅读全文】
发布时间:2019-01-07 13:55:10
[root@localhost ens5]# [root@localhost ens5]# lsaddr_assign_type addr_len carrier device dev_port duplex ifalias iflink mtu &.........【阅读全文】