不灭的火

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

作者:AlbertWen  添加时间:2015-11-15 14:49:06  修改时间:2025-04-19 20:21:21  分类:06.Linux软件安装  编辑

在终端输入安装命令:

sudo apt-get install Okular
作者:AlbertWen  添加时间:2015-01-15 10:03:58  修改时间:2025-04-24 03:46:05  分类:06.Linux软件安装  编辑

启动MongoDB时,提示:

error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

作者:AlbertWen  添加时间:2017-10-26 14:11:42  修改时间:2025-04-23 14:51:36  分类:06.Linux软件安装  编辑

1、常用的几个操作:

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

作者:AlbertWen  添加时间:2014-11-19 23:09:32  修改时间:2025-04-18 22:26:00  分类:06.Linux软件安装  编辑

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

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

作者:AlbertWen  添加时间:2017-10-29 21:24:25  修改时间:2025-04-23 18:55:58  分类:06.Linux软件安装  编辑

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

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

作者:AlbertWen  添加时间:2014-11-17 16:26:20  修改时间:2025-04-19 22:59:26  分类:06.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

作者:AlbertWen  添加时间:2014-03-29 16:29:00  修改时间:2025-04-29 13:55:09  分类:06.Linux软件安装  编辑

网卡eth0    IP修改为 102.168.0.1   

ifconfig eth0 102.168.0.1 netmask 255.255.255.0

作者:AlbertWen  添加时间:2013-08-16 23:21:05  修改时间:2025-04-29 01:20:56  分类:06.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    
作者:AlbertWen  添加时间:2017-10-29 21:28:08  修改时间:2025-05-01 15:50:05  分类:06.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.

作者:AlbertWen  添加时间:2015-12-20 01:35:12  修改时间:2025-04-27 02:59:09  分类:06.Linux软件安装  编辑

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