不灭的焱

革命尚未成功,同志仍须努力下载JDK17

作者:Albert.Wen  添加时间:2017-10-26 14:11:42  修改时间:2024-09-17 23:24:41  分类:Linux软件安装/参数优化  编辑

1、常用的几个操作:

(1)、视图 -> 功能区
(2)、视图 -> 打印版式
(3)、视图 -> 大纲
(4)、视图 -> 侧栏 -> 文档结构图窗格

作者:Albert.Wen  添加时间:2014-11-19 23:09:32  修改时间:2024-06-05 10:24:07  分类:Linux软件安装/参数优化  编辑

Zend OPcache 通过 opcode 缓存和优化提供更快的 PHP 执行过程。它将预编译的脚本文件存储在共享内存中供以后使用,从而避免了从磁盘读取代码并进行编译的时间消耗。同时,它还应用了一些代码优化模式,使得代码执行更快。

GitHub地址https://github.com/zendtech/ZendOptimizerPlus

作者:Albert.Wen  添加时间:2017-10-29 21:24:25  修改时间:2024-09-13 13:59:55  分类:Linux软件安装/参数优化  编辑

使用 Deepin 过程中,发现当点击“任务栏”上面的按钮,尤其是右键单击,选择菜单时,界面很容易卡顿,再也动弹不了。

好吧,,,就不使用自带的“任务栏”了,换成一个轻量级的“任务栏tint2”,

作者:Albert.Wen  添加时间:2014-11-17 16:26:20  修改时间:2024-09-17 06:49:27  分类:Linux软件安装/参数优化  编辑

参考文章:Memcached集群/分布式/高可用 及 Magent缓存代理搭建过程 详解,搭建Magent,在编译的过程中会出现很多错误:

执行到 make 的时候,

报错1:

gcc -Wall -g -O2 -I/usr/local/include -m64 -c -o magent.o magent.c
magent.c: In function 'writev_list':
magent.c:729: error: 'SSIZE_MAX' undeclared (first use in this function)
magent.c:729: error: (Each undeclared identifier is reported only once
magent.c:729: error: for each function it appears in.)
make: *** [magent.o] Error 1

作者:Albert.Wen  添加时间:2014-03-29 16:29:00  修改时间:2024-09-03 08:01:02  分类:Linux软件安装/参数优化  编辑

网卡eth0    IP修改为 102.168.0.1   

ifconfig eth0 102.168.0.1 netmask 255.255.255.0

作者:Albert.Wen  添加时间:2013-08-16 23:21:05  修改时间:2024-09-13 08:40:43  分类:Linux软件安装/参数优化  编辑

2、安装 PHP 5.2.17

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --with-openssl --with-zlib --with-bz2 --with-gettext --with-mhash --with-mcrypt --with-iconv=/usr/local/libiconv --with-curl --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --enable-gd-native-ttf --enable-bcmath --enable-mbstring --enable-zip --enable-soap --enable-sockets --enable-ftp --without-pear    
作者:Albert.Wen  添加时间:2017-10-29 21:28:08  修改时间:2024-09-05 23:07:08  分类:Linux软件安装/参数优化  编辑

参考先前的文章(Ubuntu 14 安装并破解SSH工具 SecureCRT),破解安装 SecureCRT-7.3  成功,但是破解安装 SecureFX-7.3 时就一直报错:

Insufficient privileges, please switch the root account. at securecrt_linux_crack.pl line 88.

作者:Albert.Wen  添加时间:2015-12-20 01:35:12  修改时间:2024-09-18 23:33:44  分类:Linux软件安装/参数优化  编辑

Deepin 15.11 安装 SecureCRT-SecureFX-7.3.7 详细过程

作者:Albert.Wen  添加时间:2019-09-01 22:40:16  修改时间:2024-09-17 09:27:09  分类:Linux软件安装/参数优化  编辑

CMake 最新版本 3.10.2 需要 C++11 支持,而 gcc4.8 以下并未包含,,,3.9.6 版本并不需要 C++11,那就安装 CMake-3.9.6

作者:Albert.Wen  添加时间:2017-10-29 21:25:01  修改时间:2024-08-24 22:08:13  分类:Linux软件安装/参数优化  编辑

自带的 软件包源 不好用,卡顿严重,准备替换它:

方式一:deepin linux 如何更新或者更换软件源(注意:好像不起作用)

方式二:【推荐利用 阿里云 提供的镜像快速更换本地的 yum 源 (CentOS/Ubuntu/Deepin 等系统都被支持),找到“deepin”,点击右边的“帮助”,会告诉你如何替换为“阿里云源”