本文主要介绍Ubuntu 10.04上NFS服务的安装、配置。 安装NFS相关的软件包 $ sudo apt-get install nfs-kernel-server 进行配置 与之相关的配置文件有: /etc/default/nfs-kernel-server NEED_SVCG...
OS
What does it mean: apt-get with caret (^)
I was confused about this for quite a long while, but now I find the answer and I am going to let you know. 我也曾为此问题困扰很久,直到最近我才直到答案,现分享给大家: A past post of mine ment...
在Ubuntu上建立tftp服务器 ( Set up tftp server on Ubuntu )
tftp(Trival File Transfer Protocol)是一种轻量级的文件传输协议,TFTP报文封装在UDP包之中(默认端口:69),并不可靠,因此不能 ls ,也不能认证。 但是,在嵌入式开发中,它能够为目标机提供高速下载服务。...
被打开的端口谁(哪个进程)在监听? (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后即可...
Win7:找到Aero特效的关键选项
为什么关闭Aero特效 为了在配置不高的计算机上使用win7 为什么要开启Aero特效 更美观 为了能够在远程控制时能够访问特定的程序 事实上,知道了如何关闭Aero也就知道了如何开启。唯一不同的...
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...
win7:如何获得system权限 (How to gain system permission)
Save the following two lines into .bat batch file. [code] sc Create SuperCMD binPath= "cmd /K start" type= own type= interact sc start SuperCMD [/code] Run as Administrator