<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>中国白客联盟 - 电脑and系统（Computer and Systems）</title>
    <link>http://www.chinabaiker.com/forum-60-1.html</link>
    <description>Latest 20 threads of 电脑and系统（Computer and Systems）</description>
    <copyright>Copyright(C) 中国白客联盟</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 13 May 2026 14:23:22 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.chinabaiker.com/static/image/common/logo_88_31.gif</url>
      <title>中国白客联盟</title>
      <link>http://www.chinabaiker.com/</link>
    </image>
    <item>
      <title>Linux Shell 上处理文本，这些工具可以用！</title>
      <link>http://www.chinabaiker.com/thread-3274-1-1.html</link>
      <description><![CDATA[原文链接：https://mp.weixin.qq.com/s?__biz=MjM5NTU2MTQwNA==&amp;mid=2650656353&amp;idx=1&amp;sn=6bb4cd53231064f07502467f47f69d40&amp;chksm=beffc4b289884da4ae60a82aded8ef2769feb9d9b48ce2e29103b5ac2ca43bf631c66daf1ec0&amp;mpshare=1&amp;scene=1&amp;srcid=0326whHWWj3sMUYeijHU48H1#r ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Mon, 26 Mar 2018 13:10:37 +0000</pubDate>
    </item>
    <item>
      <title>sed命令详解</title>
      <link>http://www.chinabaiker.com/thread-3247-1-1.html</link>
      <description><![CDATA[1.简介
sed是非交互式的编辑器。它不会修改文件，除非使用shell重定向来保存结果。默认情况下，所有的输出行都被打印到屏幕上。
sed编辑器逐行处理文件（或输入），并将结果发送到屏幕。具体过程如下：首先sed把当前正在处理的行保存在一个临时缓存区中（也称为模式空 ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Thu, 28 Dec 2017 14:15:52 +0000</pubDate>
    </item>
    <item>
      <title>linux常用下载工具</title>
      <link>http://www.chinabaiker.com/thread-3139-1-1.html</link>
      <description><![CDATA[重点介绍一下wget这个工具是在linux下最常用的下载的工具，支持多种条件的下载。普通下载wget http://example.com/file.iso指定保存文件名wget ‐‐output-document=myname.iso http://example.com/file.iso保存到指定目录wget ‐‐directory-prefix=folder/subfolder h ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Sun, 09 Jul 2017 14:29:18 +0000</pubDate>
    </item>
    <item>
      <title>Linux&amp;bash闯关CTF</title>
      <link>http://www.chinabaiker.com/thread-3044-1-1.html</link>
      <description><![CDATA[关卡说明每一关的目标是获取下一关的入口密码，有了这个密码才能进行下一关。第一关描述下一关的密码保存在当前目录下的readme中。命令



第二关描述下一关密码保存在系统中文件名中包含\'-\'的文件。命令



第三关描述下一关密码保存在当前目录下的隐藏文件中 ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Thu, 06 Jul 2017 03:45:04 +0000</pubDate>
    </item>
    <item>
      <title>linux之cp/scp命令＋scp命令详解</title>
      <link>http://www.chinabaiker.com/thread-2863-1-1.html</link>
      <description><![CDATA[名称：cp使用权限：所有使用者使用方式：cp [options] source destcp [options] source... directory说明：将一个档案拷贝至另一档案，或将数个档案拷贝至另一目录。把计-a 尽可能将档案状态、权限等资料都照原状予以复制。-r 若 source 中含有目录名，则将目录下之档案 ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Fri, 31 Mar 2017 13:57:42 +0000</pubDate>
    </item>
    <item>
      <title>Linux xargs命令</title>
      <link>http://www.chinabaiker.com/thread-2775-1-1.html</link>
      <description><![CDATA[xargs是给命令传递参数的一个过滤器，也是组合多个命令的一个工具。它把一个数据流分割为一些足够小的块，以方便过滤器和命令进行处理。通常情况下，xargs从管道或者stdin中读取数据，但是它也能够从文件的输出中读取数据。xargs的默认命令是echo，这意味着通过管道传递 ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Mon, 23 Jan 2017 06:44:36 +0000</pubDate>
    </item>
    <item>
      <title>Linux下比find快N倍的文件查找命令</title>
      <link>http://www.chinabaiker.com/thread-2752-1-1.html</link>
      <description><![CDATA[使用linux操作系统的人，一般都用过文件查找命令find，在文件数量非常庞大的时候，比如在高通的android工程项目中，目录大小有十几个G，文件数量非常多，用find命令就太慢了。下面介绍一个比find快得多的命令，搜索任何文件几乎都能在一秒内返回，时间复杂度O(1)。mloca ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Mon, 02 Jan 2017 13:42:18 +0000</pubDate>
    </item>
    <item>
      <title>gcc中 -pthread和 -lpthread的区别</title>
      <link>http://www.chinabaiker.com/thread-2728-1-1.html</link>
      <description><![CDATA[用gcc编译使用了POSIX thread的程序时通常需要加额外的选项，以便使用thread-safe的库及头文件，一些老的书里说直接增加链接选项 -lpthread 就可以了，像这样：而gcc手册里则指出应该在编译和链接时都增加 -pthread 选项，像这样：
那么 -pthread 相比于 -lpthread 链 ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Thu, 17 Nov 2016 09:59:13 +0000</pubDate>
    </item>
    <item>
      <title>Windows CMD中 findstr命令</title>
      <link>http://www.chinabaiker.com/thread-2664-1-1.html</link>
      <description><![CDATA[一、作用

findstr是Window系统自带的命令，用于查找某路径下指定的一个或多个文件中包含某些特定字符串的行，并将该行完整的信息打印出来，或者打印查询字符串所在的文件名。其用途和用法类似Linux下的grep命令。findstr命令在MS-DOS下使用。

 

二、命令语法
 ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Tue, 20 Sep 2016 03:07:26 +0000</pubDate>
    </item>
    <item>
      <title>ssh爆破msf靶机</title>
      <link>http://www.chinabaiker.com/thread-2654-1-1.html</link>
      <description><![CDATA[新的风暴已经出现……装逼勇往直前……
这个是搭建的一个靶机，靶机的漏洞用脚掌都数不过来
因为是利用SSH漏洞，接下来打开msf，search一下ssh的漏洞模块

各种模块都有不同的用法，其实用来爆破登陆口令的也就ssh_login
用use调用一下这个漏洞模块，可以看到前缀 ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>xema</author>
      <pubDate>Sun, 11 Sep 2016 06:42:20 +0000</pubDate>
    </item>
    <item>
      <title>教你如何快速帮小白朋友重装系统！无需U盘，不进bios</title>
      <link>http://www.chinabaiker.com/thread-2641-1-1.html</link>
      <description><![CDATA[　　喂，哥们，我电脑坏了，帮我修修。额，，你先找个U盘，然后，，，，U盘要多大?4G够么? 不够，整个8G的，然后你去什么什么网站去下个镜像，，，镜像是啥? 你不用管，去下载就行，然后呢?然后下个制作U盘的工具，制作好之后从bios调U盘启动，，，bios是啥? ，，，，@# ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>渗透小能手</author>
      <pubDate>Sun, 04 Sep 2016 12:57:04 +0000</pubDate>
    </item>
    <item>
      <title>Linux wget命令整站下载做网站镜像</title>
      <link>http://www.chinabaiker.com/thread-2608-1-1.html</link>
      <description><![CDATA[在linux下完整的用wget命令整站采集网站做镜像
的命令是：
wget命令
参数注释：\&quot;-e robots=off\&quot;  让wget耍流氓无视robots.txt协议

-U \&quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6\&quot;  伪造agent信息--EOF--]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Fri, 29 Jul 2016 07:39:00 +0000</pubDate>
    </item>
    <item>
      <title>使用Cookie注入绕过密码登录Tenda路由管理页</title>
      <link>http://www.chinabaiker.com/thread-2367-1-1.html</link>
      <description><![CDATA[打开192.168.0.1.来到登录页面，需要输入密码（不知道这个密码怎么暴力破解）：

 
 ALT+C调出Cookie注入对话框，输入 Cookie: admin:language=cn ，然后点OK： 

 
写入成功！

 
刷新页面，成功进入管理页面：

 


Chrome浏览器下则安装 Edit this coo ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Thu, 19 Nov 2015 02:53:39 +0000</pubDate>
    </item>
    <item>
      <title>linux快速搭建VPN教程</title>
      <link>http://www.chinabaiker.com/thread-2252-1-1.html</link>
      <description><![CDATA[前期准备: 


1:首先要检测tun/tap是否已经开启: 


如果没有开启可以联系VPS供应商开启即可.一般VPS的管理页面应该都有自助开启的功能. 


2.下载安装脚本: 



3.安装: 


如图所示即表示安装成功: 


修改用户或者添加用户在此文件修改: 


4. ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Fri, 11 Sep 2015 09:29:12 +0000</pubDate>
    </item>
    <item>
      <title>SysinternalsSuite 微软自家的工具包</title>
      <link>http://www.chinabaiker.com/thread-2029-1-1.html</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Tue, 16 Jun 2015 01:46:07 +0000</pubDate>
    </item>
    <item>
      <title>微软工具包的global.exe</title>
      <link>http://www.chinabaiker.com/thread-2027-1-1.html</link>
      <description><![CDATA[下面是工具的介绍。 

GLOBAL 

Displays members of global groups on remote servers or domains. 

GLOBAL group_name domain_name | \\\\server 

  group_name    The name of the global group to list the members of. 
  domain_name   The name of a ne ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Tue, 16 Jun 2015 01:01:40 +0000</pubDate>
    </item>
    <item>
      <title>Error The VPN Client Agent Was Unable To Create Interprocess While Installing...</title>
      <link>http://www.chinabaiker.com/thread-2025-1-1.html</link>
      <description><![CDATA[今天安装思科VPN遇到的问题

记录下

ERROR THE VPN CLIENT AGENT WAS UNABLE TO CREATE INTERPROCESS COMMUNICATION DEPOT – FIXHere is Step by Step guide ( with Screenshots ) to fix this problem,  See the error screenshot below.
As per Official Cisco ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Sun, 14 Jun 2015 03:21:14 +0000</pubDate>
    </item>
    <item>
      <title>最常用Linux操作系统用户</title>
      <link>http://www.chinabaiker.com/thread-1962-1-1.html</link>
      <description><![CDATA[把某台服务器ssh改成了pubkey认证，开放了22端口的公网访问权限。 
于是有各种批量扫描，收集到如下扫描信息。 
统计了下所有被扫描的用户，去重后近3K条，拿去当字典。 

List: 

重复部分:]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Tue, 19 May 2015 05:32:14 +0000</pubDate>
    </item>
    <item>
      <title>有了这个插件 再也不怕Chrome爆内存了</title>
      <link>http://www.chinabaiker.com/thread-1960-1-1.html</link>
      <description><![CDATA[尽管Chrome浏览器是目前综合表现最好的产品之一，但它在内存占用方面的表现却让人诟病不已。其实Chrome浏览器内存占用太高并非没救，只需通过一款小小的插件就能搞定了。外媒今天推荐了一款名为“The Great Suspender”的插件，它能够有效控制Chrome内存占用过高的问题 ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Mon, 18 May 2015 14:37:57 +0000</pubDate>
    </item>
    <item>
      <title>如何优化SSD固态硬盘</title>
      <link>http://www.chinabaiker.com/thread-1935-1-1.html</link>
      <description><![CDATA[由于传统的HDD硬盘速度其实也并不慢，因为在一般应用方面我们很难感受到速度差距，不过我们可以在开机时间、大型应用载入以及文件传输方面感受到SSD固态硬盘的高速体验，不过并不是购买了固态硬盘就可以体验其最高读取传输速度，这里还会涉及到很多SSD固态硬盘优化的相 ...]]></description>
      <category>电脑and系统（Computer and Systems）</category>
      <author>admin</author>
      <pubDate>Wed, 06 May 2015 09:40:55 +0000</pubDate>
    </item>
  </channel>
</rss>