<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>生信菜鸟团 &#187; ssh</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bio-info-trainee.com</link>
	<description>欢迎去论坛biotrainee.com留言参与讨论，或者关注同名微信公众号biotrainee</description>
	<lastBuildDate>Sat, 28 Jun 2025 14:30:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.33</generator>
	<item>
		<title>Linux服务器基础知识</title>
		<link>http://www.bio-info-trainee.com/416.html</link>
		<comments>http://www.bio-info-trainee.com/416.html#comments</comments>
		<pubDate>Sat, 21 Mar 2015 11:00:19 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[xshell]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=416</guid>
		<description><![CDATA[想了想，既然是菜鸟教程，那就索性再介绍点更基础的东西，基本上只要是大学毕业的都能 &#8230; <a href="http://www.bio-info-trainee.com/416.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>想了想，既然是菜鸟教程，那就索性再介绍点更基础的东西，基本上只要是大学毕业的都能看懂，不需要懂计算机了。首先讲讲linux服务器吧，因为生物信息也算是半个大数据分析，所以我们平常的办公电脑一般都是不能满足需求的，大部分实验室及公司都会自己配置好服务器给菜鸟们用，菜鸟们首先要拿到服务器的IP和高手给你的用户名和密码。</p>
<p>一般我们讲服务器，大多是linux系统，而我这里所讲的linux系统呢，特指ubuntu，其余的我懒得管了，大家也不要耗费无谓的时间纠结那些名词的不同！</p>
<p>登录到服务器有两种方法，一种是ssh，传输你的命令给服务器执行，另一种是ftp，和服务器交换文件。而ssh我们通常用putty，xshell等等。ftp呢，我们可以用winscp，xshell，所以我一直都用xshell，因为它两者都能搞定！</p>
<p>Xshell软件自行搜索下载，打开之后新建一个连接，然后登陆即可。</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Linux服务器基础知识405.png"><img class="alignnone size-full wp-image-417" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Linux服务器基础知识405.png" alt="Linux服务器基础知识405" width="554" height="310" /></a></p>
<p>然后输入以下命令，可以查看服务器配置，包括cpu。内存，还有硬盘</p>
<p>cat /proc/cpuinfo |grep pro|wc -l</p>
<p>free -g</p>
<p>df -h</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Linux服务器基础知识488.png"><img class="alignnone size-full wp-image-418" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Linux服务器基础知识488.png" alt="Linux服务器基础知识488" width="554" height="282" /></a></p>
<p>&nbsp;</p>
<p>这个服务器配置好一点，有80个cpu，内存256G，硬盘有2个11T的，是比较成熟的配置。</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Linux服务器基础知识536.png"><img class="alignnone size-full wp-image-419" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Linux服务器基础知识536.png" alt="Linux服务器基础知识536" width="527" height="244" /></a></p>
<p>&nbsp;</p>
<p>这个是一个小型服务器。也就24个核，64G的内存，但是存储量有点小呀，其实可以随便花几百块钱买个1T的硬盘挂载上去的。</p>
<p>然后linux的其它命令大家就得自己去搜索一个个使用，然后熟悉，记牢，然后创新啦！</p>
<p>我随便敲几个我常用的吧： ls cd mkdir rm cp cat head tail more less diff grep awk sed grep perl 等等！</p>
<p>呀，突然间发现我才介绍了ssh的方法登陆服务器并且发送命令在服务器上面运行，下面贴图如何传输文件。一般xshell的菜单里面有绿的文件夹形式的标签就是打开ftp文件传输，这种可视化的软件，大家慢慢摸索吧！</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Linux服务器基础知识830.png"><img class="alignnone size-full wp-image-420" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Linux服务器基础知识830.png" alt="Linux服务器基础知识830" width="447" height="163" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/416.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
