给本本改装散热系统,加装内存的血泪史
前两天突然想给我的本本加强一下散热系统,想到便做,于是在淘宝上面买铜片、硅脂、冰蚕;本来银片的导热性更好但是一片就要近40块,本着性价比最高的情况下,我还是选择了铜片(一块钱两块),因为从来没有弄过笔记本的散热系统,所以还是要在网上看看别人是怎么做的,小心为上,大概步骤如下
前两天突然想给我的本本加强一下散热系统,想到便做,于是在淘宝上面买铜片、硅脂、冰蚕;本来银片的导热性更好但是一片就要近40块,本着性价比最高的情况下,我还是选择了铜片(一块钱两块),因为从来没有弄过笔记本的散热系统,所以还是要在网上看看别人是怎么做的,小心为上,大概步骤如下
To view the current bridges, use the following command on a SSH/Telnet terminal:
|
|
The command will then output a bridge name (Often br0 or br1), bridge ID (Used to uniquely specify the bridge), and the current settings for STP (Spanning Tree Protocol). The output wil be formated similar to this:
|
|
A bridge can be added using the following command, with name
being replaced with the name of the bridge being replaced.
|
|
|
|
|
|
|
|
|
|
ps命令输出字段的含义:
伴随着Linux日益普及,也越来越受到用户的青睐,有相当一部分朋友很希望体验这个神秘的系统,对于大多数人来说,驾驶Linux似乎是可望不可及的,为什么会发生这种情况,可能是应用不够广,操作难的原故吧。
Just like that — Linux is 20 years old. As part of the Linux Foundation’s 20th anniversary celebrations, the organization conducted a survey about Linux among attendees of LinuxCon in July 2011. The findings of that survey are showcased in this infographic, which illustrates the changes in Linux over the years.
1992年,在Linux Kernel平台上工作的开发者只有100位;2010年,在Linux Kernel平台上工作的开发者有1000位。
1995年Linux Kernel里有代码25万行;2010年Linux Kernel里有代码1400万行。
SSH 的详细使用方法如下:
ssh [-l login_name] [hostname | user@hostname] [command] ssh [-afgknqtvxCPX246] [-c blowfish | 3des] [-e escape_char] [-i identity_file] [-l login_name] [-o option] [-p port] [-L port:host:hostport] [-R port:host:hostport] [hostname | user@hostname] [command]
sshd
为执行 ssh 的 daemon,在读者使用 ssh 之前必须去激活 sshd,在此建议把它加在 /etc/init/rc.local 中,在每次开机时激活。