<?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>Soul Of Free Loop &#187; Linux</title>
	<atom:link href="https://m.zohead.com/archives/tag/linux/feed?wpmp_switcher=true" rel="self" type="application/rss+xml" />
	<link>https://m.zohead.com</link>
	<description>Uranus Zhou&#039;s Blog</description>
	<lastBuildDate>Sat, 19 Jul 2025 15:42:46 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>Linux实现惠尔顿上网认证客户端</title>
		<link>https://m.zohead.com/archives/wholeton-linux-client/</link>
		<comments>https://m.zohead.com/archives/wholeton-linux-client/#comments</comments>
		<pubDate>Sun, 15 May 2022 03:34:10 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[WebSocket]]></category>
		<category><![CDATA[惠尔顿]]></category>

		<guid isPermaLink="false">https://zohead.com/?p=1745</guid>
		<description><![CDATA[最近公司由于某些特殊原因，需要上一套惠尔顿的上网行为管理系统，局域网内的所有设备在连接互联网时都需要通过惠尔顿 [&#8230;]]]></description>
				<content:encoded><![CDATA[最近公司由于某些特殊原因，需要上一套惠尔顿的上网行为管理系统，局域网内的所有设备在连接互联网时都需要通过惠尔顿上网认证客户端进行登录，或者需要管理员在上网行为管理中设置免监控。   惠尔顿官方只提供了 Windows 上的客户端进行用户登录，也可以访问网页版进行临时登录，效果如下：      不过...<br /><a href="https://m.zohead.com/archives/wholeton-linux-client/#more-1745" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/wholeton-linux-client/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux修改ELF解决glibc兼容性问题</title>
		<link>https://m.zohead.com/archives/mod-elf-glibc/</link>
		<comments>https://m.zohead.com/archives/mod-elf-glibc/#comments</comments>
		<pubDate>Wed, 27 Jun 2018 16:27:52 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[ELF]]></category>
		<category><![CDATA[glibc]]></category>
		<category><![CDATA[memcpy]]></category>
		<category><![CDATA[objdump]]></category>
		<category><![CDATA[patchelf]]></category>
		<category><![CDATA[readelf]]></category>

		<guid isPermaLink="false">https://zohead.com/?p=1539</guid>
		<description><![CDATA[Linux glibc 问题 相信有不少 Linux 用户都碰到过运行第三方（非系统自带软件源）发布的程序时的 [&#8230;]]]></description>
				<content:encoded><![CDATA[Linux glibc 问题  相信有不少 Linux 用户都碰到过运行第三方（非系统自带软件源）发布的程序时的 glibc 兼容性问题，这一般是由于当前 Linux 系统上的 GNU C 库（glibc）版本比较老导致的，例如我在 CentOS 6 64 位系统上运行某第三方闭源软件时会报：  ...<br /><a href="https://m.zohead.com/archives/mod-elf-glibc/#more-1539" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/mod-elf-glibc/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Linux C++程序使用Intel OpenCL的问题</title>
		<link>https://m.zohead.com/archives/cplus-intel-opencl/</link>
		<comments>https://m.zohead.com/archives/cplus-intel-opencl/#comments</comments>
		<pubDate>Sat, 26 May 2018 15:25:46 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[Intel]]></category>

		<guid isPermaLink="false">https://zohead.com/?p=1531</guid>
		<description><![CDATA[Intel OpenCL 问题 最近想在 Linux 环境下使用 Intel 核显测试我们的某个程序，该程序是 [&#8230;]]]></description>
				<content:encoded><![CDATA[Intel OpenCL 问题  最近想在 Linux 环境下使用 Intel 核显测试我们的某个程序，该程序是用 C++ 写的，主要调用 OpenCL 库使用 GPU 进行运算。之前我用 AMD 和 NVIDIA 的显卡都测试过没有问题，还以为会比较顺利，结果在程序刚开始调用...<br /><a href="https://m.zohead.com/archives/cplus-intel-opencl/#more-1531" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/cplus-intel-opencl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用Software Collections编译最新Linux kernel</title>
		<link>https://m.zohead.com/archives/scl-linux-kernel/</link>
		<comments>https://m.zohead.com/archives/scl-linux-kernel/#comments</comments>
		<pubDate>Thu, 07 Sep 2017 16:08:52 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[binutils]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[Software Collections]]></category>

		<guid isPermaLink="false">https://zohead.com/?p=1502</guid>
		<description><![CDATA[关于 Software Collections 使用 Software Collections（SCL）的契机 [&#8230;]]]></description>
				<content:encoded><![CDATA[关于 Software Collections  使用 Software Collections（SCL）的契机是最近我需要在 CentOS 6 系统上编译最新版本的 Linux kernel，主要用于测试 Btrfs 的数据校验对于 AVX2 指令的支持情况。然而大家都知道 CentOS 6...<br /><a href="https://m.zohead.com/archives/scl-linux-kernel/#more-1502" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/scl-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下使用tcpkill工具重置NFS连接</title>
		<link>https://m.zohead.com/archives/tcpkill-nfs/</link>
		<comments>https://m.zohead.com/archives/tcpkill-nfs/#comments</comments>
		<pubDate>Wed, 14 Sep 2016 18:00:14 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[网络技术]]></category>
		<category><![CDATA[Dsniff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[RST]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[tcpkill]]></category>

		<guid isPermaLink="false">https://zohead.com/?p=1272</guid>
		<description><![CDATA[有些时候在 Linux 系统中使用 NFS 挂载远程共享（使用默认的 TCP 方式）之后，偶尔会因为网络异常出 [&#8230;]]]></description>
				<content:encoded><![CDATA[有些时候在 Linux 系统中使用 NFS 挂载远程共享（使用默认的 TCP 方式）之后，偶尔会因为网络异常出现 NFS 连接出错的问题，这种情况下使用任何 ls 或者 df 等等常用的命令对 NFS 挂载目录进行简单的查看操作都可能卡顿几十秒乃至几分钟的时间。   此时如果在别的 Linux...<br /><a href="https://m.zohead.com/archives/tcpkill-nfs/#more-1272" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/tcpkill-nfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win10年度更新开启Bash on Ubuntu</title>
		<link>https://m.zohead.com/archives/win10-bash-ubuntu/</link>
		<comments>https://m.zohead.com/archives/win10-bash-ubuntu/#comments</comments>
		<pubDate>Sat, 06 Aug 2016 17:41:05 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redstone]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[Win10]]></category>
		<category><![CDATA[备份]]></category>

		<guid isPermaLink="false">https://zohead.com/?p=1262</guid>
		<description><![CDATA[关于 Bash on Ubuntu 之前为了能在 Windows 上使用 Bash 等类似 Unix（Linu [&#8230;]]]></description>
				<content:encoded><![CDATA[关于 Bash on Ubuntu  之前为了能在 Windows 上使用 Bash 等类似 Unix（Linux）系统的体验，我都是安装了 Cygwin、MSYS 等运行环境，都体验上都存在一些问题：Cygwin 上的程序基本都需要重新编译出基于其运行库（cygwin1.dll）的版本，MSYS...<br /><a href="https://m.zohead.com/archives/win10-bash-ubuntu/#more-1262" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/win10-bash-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux下USB 3.0移动硬盘读写错误问题分析</title>
		<link>https://m.zohead.com/archives/linux-usbhdd-err/</link>
		<comments>https://m.zohead.com/archives/linux-usbhdd-err/#comments</comments>
		<pubDate>Tue, 08 Mar 2016 19:09:23 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[barrier]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[FUA]]></category>
		<category><![CDATA[JMicron]]></category>
		<category><![CDATA[journal]]></category>
		<category><![CDATA[SCSI]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[移动硬盘]]></category>

		<guid isPermaLink="false">https://zohead.com/?p=1188</guid>
		<description><![CDATA[为了解决 Chromebook 上自带 SSD 空间不足的问题，之前我在淘宝上购入了一个绿帆 F200 USB [&#8230;]]]></description>
				<content:encoded><![CDATA[为了解决 Chromebook 上自带 SSD 空间不足的问题，之前我在淘宝上购入了一个绿帆 F200 USB 3.0 移动硬盘盒，该硬盘盒使用的是 JMicron JMS567 这款使用还比较广泛的 SATA 6.0Gbps to USB 3.0 桥接芯片，准备配上 N...<br /><a href="https://m.zohead.com/archives/linux-usbhdd-err/#more-1188" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/linux-usbhdd-err/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决Linux下使用davfs2挂载坚果云的问题</title>
		<link>https://m.zohead.com/archives/davfs2-nutstore/</link>
		<comments>https://m.zohead.com/archives/davfs2-nutstore/#comments</comments>
		<pubDate>Wed, 28 Oct 2015 16:53:51 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[davfs2]]></category>
		<category><![CDATA[WebDAV]]></category>
		<category><![CDATA[云存储]]></category>
		<category><![CDATA[坚果云]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=1068</guid>
		<description><![CDATA[...更多]]></description>
				<content:encoded><![CDATA[...<br /><a href="https://m.zohead.com/archives/davfs2-nutstore/#more-1068" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/davfs2-nutstore/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>在Koding云平台上编译Chromebook kernel</title>
		<link>https://m.zohead.com/archives/koding-chromebook/</link>
		<comments>https://m.zohead.com/archives/koding-chromebook/#comments</comments>
		<pubDate>Sat, 21 Mar 2015 16:39:08 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[binfmt_misc]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[Koding]]></category>
		<category><![CDATA[Secure Shell]]></category>
		<category><![CDATA[内核模块]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=880</guid>
		<description><![CDATA[最近从淘宝收了一台三星的 Series 3 ARM Chromebook，平时当作上网本用起来还是可以的，可以 [&#8230;]]]></description>
				<content:encoded><![CDATA[最近从淘宝收了一台三星的 Series 3 ARM Chromebook，平时当作上网本用起来还是可以的，可以运行一些 Chrome packaged 原生 App，Chrome OS 的运行速度也还凑合，主要电池续航比一般的笔记本要给力多了，这篇博文的编辑及实际 kernel 编译操作我都是在...<br /><a href="https://m.zohead.com/archives/koding-chromebook/#more-880" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/koding-chromebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux kernel DM map_info接口改为per-bio data</title>
		<link>https://m.zohead.com/archives/dm-mapinfo-perbio/</link>
		<comments>https://m.zohead.com/archives/dm-mapinfo-perbio/#comments</comments>
		<pubDate>Wed, 11 Mar 2015 15:05:46 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Device mapper]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[map_context]]></category>
		<category><![CDATA[map_info]]></category>
		<category><![CDATA[per-bio data]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=870</guid>
		<description><![CDATA[最近在将一个之前版本的 Linux DM（device mapper）驱动移植到新的 3.18 版本 Linu [&#8230;]]]></description>
				<content:encoded><![CDATA[最近在将一个之前版本的 Linux DM（device mapper）驱动移植到新的 3.18 版本 Linux kernel 上出现编译报错，提示 DM target_type 中的 dm_map_fn 等成员函数指针类型不正确。   看看老版本上 dm_map_fn 函数指针的声明：  ...<br /><a href="https://m.zohead.com/archives/dm-mapinfo-perbio/#more-870" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/dm-mapinfo-perbio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
