会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Inside
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
下一页
2018年5月16日
CentOS7英文环境下使用中文输入法
摘要: 一般我们使用英文环境是没有办法使用中文的,这是因为我们没有设置在英文环境下的中文配置,下面我们在英文环境下配置中文输入法ibus使得我们可以输入中文。 首先,安装ibus(centos6以后已经默认安装)#yum install ibus 其次,将安装到文件复制到英文环境下#cp /usr/shar
阅读全文
posted @ 2018-05-16 08:19 InsideOut
阅读(2542)
评论(0)
推荐(1)
2018年5月15日
CentOS7安装Pycharm后无法使用日常的快捷键
摘要: 1.在百度查了一圈,原来是vim在搞鬼 楼主在安装的时候,有另外添加了vim插件,所以ctrl +c之类的键都用不了,而且每次写py文件前都要先按insert键,真坑! 2.卸载pycharm里面的vim插件 File >Settings >Plugins >搜索vim,然后删除uninstall,
阅读全文
posted @ 2018-05-15 12:23 InsideOut
阅读(530)
评论(0)
推荐(0)
centos7.5安装opendesktop
摘要: 1.下载地址 http://gnome-look.org/ 2.安装 chmod +x opendesktop-app-3.1.3-1-x86_64.AppImage ./opendesktop-app-3.1.3-1-x86_64.AppImage --install reboot 3.运行 在桌
阅读全文
posted @ 2018-05-15 10:26 InsideOut
阅读(398)
评论(0)
推荐(0)
centos7.5英文环境切换到中文环境,再切回中文环境后 ,terminal不能用
摘要: 1.查看系统日志 less /var/logs/message May 12 21:54:41 localhost python: SELinux is preventing /usr/libexec/ibus-x11 from read access on the file /usr/share/
阅读全文
posted @ 2018-05-15 08:33 InsideOut
阅读(581)
评论(0)
推荐(0)
centos7.5&ubuntu18.10安装Google浏览器
摘要: 一、手动安装 1. 下载 rpm 包https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm 2. 安装依赖包yum install -y lsb yum install -y libXScrnSaver 3
阅读全文
posted @ 2018-05-15 08:27 InsideOut
阅读(1216)
评论(0)
推荐(0)
centos7.5安装seafile
摘要: 1.配置yum源 [root@localhost yum.repos.d]# uname -r3.10.0-693.el7.x86_64 [root@localhost yum.repos.d]# cat /etc/redhat-release CentOS Linux release 7.5.18
阅读全文
posted @ 2018-05-15 08:22 InsideOut
阅读(635)
评论(0)
推荐(0)
2018年5月6日
解决CentOS7.4KDE桌面或者gnome桌面安装VLC及声音问题
摘要: 一、安装VLC 1.下载源 https://mirrors.tuna.tsinghua.edu.cn/epel/7/x86_64/e/epel-release-7-11.noarch.rpm http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-de
阅读全文
posted @ 2018-05-06 19:34 InsideOut
阅读(1041)
评论(0)
推荐(0)
解决CentOS7 firefox崩溃问题
摘要: 现象:我在博客园写随笔的时候插入图片,每次都会崩溃,百度了好久,发现这个方法还挺好用的 在终端敲入如下命令: setsebool -P unconfined_mozilla_plugin_transition 0
阅读全文
posted @ 2018-05-06 17:10 InsideOut
阅读(671)
评论(0)
推荐(0)
2018年4月20日
CentOS7.3安装electronic-wechat
摘要: 方法一、简单粗暴 1.到https://github.com/geeeeeeeeek/electronic-wechat/找到最新的安装包linux-x64.tar.gz 2.解压tar -zxvf linux-x64.tar.gz 3.直接运行[root@localhost electronic-
阅读全文
posted @ 2018-04-20 23:05 InsideOut
阅读(1074)
评论(0)
推荐(0)
CentOS7下python工作环境管理
摘要: 一、pyenv管理不同的python版本1.下载安装git clone git://github.com/yyuu/pyenv.git ~/.pyenv echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc echo 'export PATH="$
阅读全文
posted @ 2018-04-20 17:59 InsideOut
阅读(571)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
下一页
公告