随笔分类 - linux
摘要:yum install system-config-kickstart mobaterm 案例:
阅读全文
摘要:systemctl start dnsmasq systemctl status dnsmasq
阅读全文
摘要:手动设置重传次数为3,抓包测试如下:
阅读全文
摘要:Realm: EXAMPLE.COM Primary KDC: kdc.example.com (10.0.0.4) User principal: ubuntu Admin principal: ubuntu/admin kdc server: hostnamectl set-hostname k
阅读全文
摘要:1. package management 2. iproute2管理网络资源 目前很多Linux使用之前的ARP, ifconfig, route命令,虽然这些工具能够工作,但他们在Linux2.2和更高版本的内核上显得有些落伍。 高级网络管理工具 iproute2相对于系统提供的arp, ifc
阅读全文
摘要:rpm -qa | grep ntp yum install ntp ntpdate -y init代表不成功 下面同步都是OK的
阅读全文
摘要:tcpdump -i any -n host baidu.com and 'tcp[tcpflags] & tcp-syn != 0'
阅读全文
摘要:A Hashing Algorithm is a mathematical formula that takes a Message of arbitrary length as input and produces as output a representational sample of th
阅读全文
摘要:The client sends the PASV command to an FTP server on port 21. The source port is a random, high-numbered port. The destination port is 21. The server
阅读全文
摘要:apt install vsftpd -y root@test:~# adduser xman3Adding user `xman3' ...Adding new group `xman3' (1002) ...Adding new user `xman3' (1002) with group `x
阅读全文
摘要:root@test:~# ssh-keygen -t rsa Generating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty
阅读全文
摘要:https://www.acunetix.com/blog/articles/establishing-tls-ssl-connection-part-5/ The process of establishing a secure SSL/TLS connection involves severa
阅读全文
摘要:# generate private keyopenssl genrsa -out myprivate.key # extract the public key from the private key openssl rsa -in myprivate.key -pubout -out mypub
阅读全文
摘要:Generating Your Private Key After deciding on a key algorithm, key size, and whether to use a passphrase, you are ready to generate your private key.
阅读全文
浙公网安备 33010602011771号