不灭的焱

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

作者:Albert.Wen  添加时间:2017-10-29 20:51:39  修改时间:2024-05-07 03:31:44  分类:Linux软件安装/参数优化  编辑
作者:Albert.Wen  添加时间:2017-10-27 19:28:58  修改时间:2024-04-27 12:43:56  分类:Linux软件安装/参数优化  编辑

先前参考 如何 实现PHP多版本的 共存 和 切换? 实现了Linux(Ubuntu/CentOS)系统下,PHP多版本的切换,但是在 Mac OS 下,由于用户权限控制的比较严格,文章里提到的脚本运行失败(没达到预期效果)。后面采用了其他方式实现了 通过执行脚本自由切换PHP版本:

1、新建 2 个 .bash_profile 文件模板,文件名分别为

/Users/jianbao/.bash_profile_5.6

/Users/jianbao/.bash_profile_7.1

作者:Albert.Wen  添加时间:2015-12-14 23:35:32  修改时间:2024-05-08 22:41:17  分类:Linux软件安装/参数优化  编辑

解决 Deepin 外接显示器分辨率异常的问题

作者:Albert.Wen  添加时间:2017-10-29 21:29:01  修改时间:2024-04-28 23:52:59  分类:Linux软件安装/参数优化  编辑

到 adobe 官方下载 flash插件 flash_player_ppapi_linux

~/.config/google-chrome/PepperFlash下建个目录 23.0.0.185,把 libpepflashplayer.somanifest.json 拷入

修改 /usr/share/applications/google-chrome.desktop

Exec=/usr/bin/google-chrome-stable %U 

改为 Exec=/usr/bin/google-chrome-stable %U --ppapi-flash-path=/home/用户名/.config/google-chrome/PepperFlash/23.0.0.185/libpepflashplayer.so --ppapi-flash-version=23.0.0.185

重启一下 chrome 就可以了!

作者:Albert.Wen  添加时间:2017-10-26 14:43:55  修改时间:2024-04-21 19:13:14  分类:Linux软件安装/参数优化  编辑

1、安装SS

sudo apt-get install openssh-client   # 用来登录别的机器的SSH
sudo apt-get install openssh-server   # 用来开放本机的SSH服务
作者:Albert.Wen  添加时间:2017-10-29 09:56:42  修改时间:2024-05-07 02:39:35  分类:Linux软件安装/参数优化  编辑

Supervisor是用Python开发的一套通用的进程管理程序,能将一个普通的命令行进程变为后台daemon,并监控进程状态,异常退出时能自动重启。

作者:Albert.Wen  添加时间:2016-04-17 17:45:20  修改时间:2024-04-19 21:10:04  分类:Linux软件安装/参数优化  编辑

VirtualBox 从 4.3.36 升级到 5.0.16 时,遇到 “共享文件夹挂载失败错误”:

/sbin/mount.vboxsf: mounting failed with the error: No such device

stackoverflow.com 上也有人遇到过这个问题:

http://stackoverflow.com/questions/...mounting-failed-with-the-error-no-such-device

作者:Albert.Wen  添加时间:2017-10-27 19:43:25  修改时间:2024-05-03 17:43:38  分类:Linux软件安装/参数优化  编辑
./configure --with-mysql=/backup/mysql --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-curl --with-gd --enable-gd-native-ttf --with-apxs2=/usr/local/apache/bin/apxs --enable-sockets --with-iconv

make时提示:

.....................................................
ext/iconv/.libs/iconv.o(.text+0x1738): In function `zif_iconv_mime_encode':
/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1017: undefined reference to `libiconv_open'
ext/iconv/.libs/iconv.o(.text+0x1756):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1031: undefined reference to `libiconv_open'
作者:Albert.Wen  添加时间:2015-11-25 12:36:44  修改时间:2024-04-19 22:10:11  分类:Linux软件安装/参数优化  编辑

操作步骤如下:

1、打开虚拟机中的 Ubuntu 系统;

2、安装“增强工具

3、设置“共享文件夹

作者:Albert.Wen  添加时间:2018-08-25 18:58:34  修改时间:2024-04-30 22:01:45  分类:Linux软件安装/参数优化  编辑

1、下载

http://zookeeper.apache.org/releases.html

当前stable版是zookeeper-3.4.13

3、解压

tar –xzvf  ./zookeeper-3.4.13.tar.gz

解压文件到 "/alidata/server/zookeeper/zookeeper-3.4"

4、复制 conf 目录下的 zoo_sample.cfg,并命名为 zoo.cfg