tftp(Trival File Transfer Protocol)是一种轻量级的文件传输协议,TFTP报文封装在UDP包之中(默认端口:69),并不可靠,因此不能 ls ,也不能认证。 但是,在嵌入式开发中,它能够为目标机提供高速下载服务。...
Ubuntu
被打开的端口谁(哪个进程)在监听? (Detect service of opened port)
Ubuntu netstat -lnput 结果如下: (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) Active Internet connections (...
Ubuntu下抓取网络包的方法
本文主要介绍如何安全地在Ubuntu下抓取网络包,你应该已经具备如下工具: tcpdump 或者 dumpcap Wireshark Wireshark在抓取时必须要root权限,并且弹出一个安全提示:running wireshark as sudo can b...
PHP调试利器:Zend Debugger安装详解 (How to install Zend Bebugger)
本文主要介绍Zend Debugger的安装,以实现PHP Web Page Debug。 你应当已经安装以下软件: Zend Studio Zend Server 或者 Apache 在官方文件中提到,如果你使用的是Zend Core 或者 Zend Platform,...
更新DNS缓存 (Flush DNS Cache)
通过刷新DNS缓存可使自己尽快访问到被更新的主机 笔者就亲身经历过,电信和联通的网络,同样使用google的8.8.8.8,更新记录是在使用电信网络的计算机上,但是用联通的网络反而优先访问到站点。 而刷新DNS后即可...
GRUB basic settings
I will walk through the basic settings of GRUB on Ubuntu You may be interested in Modify the default boot item Delete old grub items Modify the default boot item As root use your f...
Solved: Network Manager disappeared
This problem may be caused by recent PPPoE setting up. If you didn't create a PPPoE configure file with pppoeconf, you can make it reveal by [bash] sudo vi /etc/NetworkManager/nm-system-settin...