全部博文(116)
发布时间:2014-02-19 12:04:33
https://trac.transmissionbt.com/wiki/EditConfigFiles......【阅读全文】
发布时间:2014-02-19 11:59:29
这个启动脚本适用于Ubuntu、Debian和其它BSD衍生系统,当transmission-daemon安装包没有提供启动脚本的情况下才使用。Installtion启动脚本存放在/etc/init.d/下,假定这个脚本名为transmission-daemon,即/etc/init.d/transmission-daemonMake the script executable and make sure the privileges are correct.........【阅读全文】
发布时间:2014-02-18 15:02:08
内网主机IP:192.168.1.150,PT端口号:53026,路由器:锐捷RG2632, 命令: ip nat inside source tcp 192.168.1.150 53062 interface dialer 0 53062 .csharpcode, .csharpcode pre{font-size: small;color: black;font-family: consolas, "Courier New", courier, monospace;background-color.........【阅读全文】
发布时间:2014-02-18 14:13:03
1.show ip interface brief2.show ip interface fastethernet 1/03.ip nat inside source static tcp 192.168.1.111 53026 interface FastEthernet 1/0 530264.ip nat pool pool_name start_IP end_IP netmask5.show ip nat static per_user //查看进程数命令6.show ip nat translation //查看地址转换情况7.i.........【阅读全文】
发布时间:2014-02-08 22:42:46
page(memory page, or virtual page) a block of virtual memory A page, memory page, or virtual page is a fixed-length contiguous block of virtual memory.分页,调页,页式调度 一种虚拟内存操作技术。操作系统把主内存空间划分成若干定长的页,从而简化了操作系统分.........【阅读全文】