CentOS 7 - 安装Python 3
摘要:Enable Software Collections (SCL) Software Collections, also known as SCL is a community project that allows you to build, install, and use multiple v
阅读全文
posted @
2019-07-24 16:46
sunylat
阅读(478)
推荐(0) 编辑
CentOS - Eclipse安装Shelled
摘要:一,下载Shelled: https://sourceforge.net/projects/shelled/ 二,打开Eclipse,以离线方式安装: Help->Install New Software,add->Archive,选择下载的zip包,随后就可以安装了。 参考: https://bl
阅读全文
posted @
2019-07-24 16:21
sunylat
阅读(336)
推荐(0) 编辑
CentOS 7 - 安装Eclipse
摘要:一,以Root身份登入CentOS 7:比较简单是使用Root身份进行操作,下面是如何 。 https://www.cnblogs.com/sunylat/p/11236845.html 二,安装Eclipse。 Prerequisites Open a terminal (Applications
阅读全文
posted @
2019-07-24 13:54
sunylat
阅读(934)
推荐(0) 编辑
CentOS 7 - 以root身份登入Gnome
摘要:新版的7.0很多资料没有,为了安全,linux是禁止root登录到桌面,但为了方便又想用root登录到桌面,在网上找了找,基本上都是这这一篇: http://shaoguangleo.blog.163.com/blog/static/227798320121022270901/ 但是在7.0中是没有
阅读全文
posted @
2019-07-24 11:21
sunylat
阅读(6684)
推荐(0) 编辑
Linux目录结构说明
摘要:文件系统层级标准(filesystem hierarchy standard,FHS)。 http://www.pathname.com/fhs/pub/fhs-2.3.html 以下是对这些目录的解释: /bin:bin是Binary的缩写, 这个目录存放着最经常使用的命令。 /boot:这里存放
阅读全文
posted @
2019-07-12 10:08
sunylat
阅读(296)
推荐(0) 编辑