测试环境 系统版本:openSUSE Leap 42.2 桌面环境:KDE Plasma 5输入法:fcitx-rime (中州韵) 见周围用 Windows 和 macOS 的小伙伴几乎都在用简单强大的 Sublime Text 敲代码,唯有长期泡在 Linux 环境的自己一直把 Vim 当主力(长时间在终端里折腾,GUI 环境也用 Atom 和 Emacs),略好奇 Linux 版本的 Sublime Text 体验会怎么样.各种原因没有打算试用中文版,于是安装了官网的 Sublime Te
转:装完Centos7提示Initial setup of CentOS Linux 7 (core) 在用U盘装完CentOS后,重新开机启动后显示: Initial setup of CentOS Linux 7 (core) 1) [x] Creat user 2) [!] License information (no user will be created) (license not accepted) Please make your choice from above ['q
装完RHEL7后,重新开机启动后显示: 1) [x] Creat user 2) [!] License information (no user will be created) (license not accepted) Please make your choice from above ['q' to quit | 'c' to continue | 'r' to refresh]: 解决方法: 输入"1",按Enter键 输入"2",按Enter键 输入
在CentOS6.5下将自带的python2.6升级到python2.7,并安装了ipython,启动ipython后显示如下信息: WARNING: IPython History requires SQLite, your history will not be saved 解决方法如下: 下载并解压sqlite包,输入命令:#wget http://www.sqlite.org/sqlite-autoconf-3071401.tar.gz#tar zxvf sqlite-autoconf-