【水文】NOIlinux使用体验(持续更新)

时间:2015-01-31 16:27:14   收藏:0   阅读:3129

听说NOIlinux写代码的界面挺好,今天尝试着安装了一下,准备熟悉一下界面,以后用NOIlinux写程序。

安装过程很简单,就是用vmware虚拟机直接加载NOIlinux.iso,然后登录。

技术分享

这是我改完桌面之后的界面,看起来似乎还不错= =看惯了windows,偶尔换换风格感觉还可以。

不过。。。。。。

NOIlinux的版本太老了(基于ubuntu 10.10,已经是官方不支持的版本),可修改性太差,啥都不能干,不适合我这种好奇心强的人用。但只敲代码的话应该还可以接受。

那就让它激励我少干无意义的事多刷题吧~

以下是NOIlinux使用的几个小技巧:

1.上方菜单的系统——首选项——外观 可以更改窗口风格、桌面背景、字体等。

2.上方菜单的系统——首选项——显示器 可以更改窗口的分辨率。

3.修改源的方法:

(1) 打开 应用程序——附件——终端

输入如下两行:

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bk

sudo gedit /etc/apt/sources.list

这两句的意思是备份然后打开源所存储的文件。

(2) 将该文件内容更改为:

## Major bug fix updates produced after the final release of the
## distribution.
deb http://old-releases.ubuntu.com/ubuntu/ maverick main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick main restricted
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick-updates main restricted
 
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu/ maverick universe
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick universe
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates universe
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick-updates universe
 
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://old-releases.ubuntu.com/ubuntu/ maverick multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick multiverse
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick-updates multiverse
 
## Uncomment the following two lines to add software from the ‘backports‘
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.old-releases.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
# deb-src http://us.old-releases.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
 
#remastersys for backup installed system
deb http://www.remastersys.com/ubuntu maverick main

(3) sudo apt-get upgrade 升级

不过真的是慢成狗,速度就20KB每秒,简直就是不能忍,不过也没什么办法0.0

凑活着用吧。

不要骂我神经病。

技术分享




评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!