kchmviewer-7.1安装错误的解决方法
Linux / 2014年11月15日

原创内容,转载请注明出处: https://www.myzhenai.com.cn/post/1925.html
kchmviewer依赖QT,所以在安装之前您必须先要安装QT,请参考官方安装包里的README文档.
3. INSTALLATION
Usually kchmviewer is distributed in source code archive, so you need to compile it first. It requires Qt version
4.4 or higher. Note that you need to install qt4-devel and qt4-tools packages (the last one might be included in
qt4-devel in your distribution), not just qt package.
Also make sure you have chmlib-devel (some distros have it as libchm-devel) package installed. KDE build will check
for its presence, but qmake does not have necessary functionality to do so. If you are getting errors regarding missing
chm_lib.h file this means chmlib-devel is not installed.
3.1. Qt-only version
To compile Qt-only version of kchmviewer, follow the procedure:
> tar zxf kchmviewer-.tar.gz
> cd kchmviewer-

> qmake
> make
The compiled binary is in bin/kchmviewer. You could copy it somewhere, or use it as-is. It does not require installation.
If QtWebKit module is not found, you will get the following error:
> kchmviewwindow_qtwebkit.h:25:21: error: QWebView: No such file or directory
Either install QtWebKit module, or remove “webkit” from QT+= line in src/src.pro

3.2 KDE4 version
To compile the version of kchmviewer with KDE4 support, follow the procedure:
> tar zxf kchmviewer-.tar.gz
> mkdir build
> cd build
> cmake ..
> make
> sudo make install
For KDE version the installation is required, since the KHTML KIO slave cannot be used in place.

Linux下的Pptpd和OpenVpn客户端端口转发教程
Linux / 2014年11月9日

连接过程
客户端从本地的1194或1723端口发起访问请求,或是从这两个端口接收VPN服务器返回的信息,但这个过程都需要经过中间的ISP网络服务器的,所以GFW可以在这里中止来自这两个端口的请求达到屏蔽效果.我的理解是这样的.所以我们需要做端口转发.让本地客户端使用其他端口来发起连接请求或接收返回信息.在做端口转发的同时,请在本地客户端连接里将你的VPN使用的DNS改成国外的或可以正常连接外部的.你使用ISP提供商提供的DNS也有可能会出现无法连接的问题.

UltraEdit 21.30.0.1016 安装注册教程
仙岛教程 , 软件下载 / 2014年11月2日

关键字:UltraEdit21注册机 UltraEdit21 keygen UltraEdit21注册码 UltraEdit21算号器
UltraEdit 是一款十分强大的编辑工具,用户可以通过它来编辑十六进制、编辑文本、ASCII 码,而且还可以用它来替换你系统自带的记事本,内建英文单字检查、C++ 及 VB 指令突显。本款文本编辑工具可同时编辑多个文件,而且即使开启很大的文件速度也不会慢。软件附有 HTML 标签颜色显示、搜寻替换以及无限制的还原功能,一般用其来修改EXE 或 DLL 文件。你的编辑需求基本都能满足。
【功能特点】
用做普通文本文件编辑器(.txt/ .bat/ .conf/ .ini等)
用做。bat文件编辑器 (bat,是指批量处理文件)
用做c, c++, java, jsp, html, xml等的源代码编辑器
(以上文件可以是本地的,也可以是通过FTP方式操作远程的文件) 对文本文件进行按行排序,排序的方式是可以定义的。
对16进制的文件直接修改字节指定直接的内容
对文件全体内容或选定内容进行整体的操作,比如转换格式、内容等
对文件的字符、词数量进行统计
对一个文本文件或源代码文件组成的项目进行操作.
注:此教程只用作程序安装演示用,请支持正版………..

简单检测图片是否经过PS处理的方法
仙岛教程 / 2014年11月2日

方法很简单,用UltraEdit之类的软件打开图片,可以在进制代码中看到关于这图片的一些信息.这里我们可以明了的知道这图片是不是经过PS编辑或其他工具软件编辑过的了.
UltraEdit linux:https://www.ultraedit.com/downloads/uex.html