全部
  • linux技术
  • (11)

解决ubuntu很卡的原因 

1. 涉及内存小或者虚拟SWAP分区调整问题 可以通过 系统监视器 进行查看 在UBUNTU系统里面,并不是你的物理内存全部耗尽之后,系统才使用swap分区!系统的swappiness设定值,对如何使用swap分区是有着很大的联系。 swappiness=0 的时候表示最大限度使用物理内存,然后才是 swap空间swappiness=100的时候表示积极的使用swap分区,并且把内存上的数据及时的搬运到swap空间里面上面2个设置是极端设置,对于UBUNTU系统的默热值来说,这...

  • 131
  • 0
  • 1
  • 0
2018.08.31 11:12

Xubuntu设置 

最近在研究linux,一直一来用ubuntu的桌面环境unity,诚然它很漂亮,也很好用,但是以下两点让我放弃了它:1. 它的通知程序不能禁用,有时候特别影响工作情绪。2. 相对而言它对资源的消耗比较大,所以尽管我的电脑配置比较好,但是也不想过多的浪费资源。3. 对于dash搜索我不太喜欢,看着非常混乱。但是它的精简的桌面还是比较好的,所以一直以来我养成了在ubuntu下办公的习惯。综合多方考虑,我选择了新的桌面环境xface,同时我又...

  • 162
  • 0
  • 0
  • 0
2018.08.31 11:11

Ubuntu放弃Unity8,Desktop18.04默认桌面为gnome

对于这个消息我很高兴,因为之前从linuxDeepin入手,然后进入linuxmint,又在ubuntu下待了两年。感觉ubuntu最源汁原味, 但是用了一段时间就发现了问题,虽然配置比较容易,可是依赖比较麻烦,尤其是输入法和臃肿的软件包,同时还有祖传的内部错误,这让我决定放弃它。转而进入 更稳定的Debian8下工作,很喜欢这种简洁美,虽然不在ubuntu下工作了,但是听到它转到gnome下来,还是比较兴奋的,故转此文以享读者。Mark Shuttleworth...

  • 869
  • 0
  • 3
  • 0
2018.08.31 11:10

Creatingtemplateonvim-latexsuite(Debian)

First of all placed a template file on(need root power)/usr/share/vim/addons/ftplugin/latex-suite/templates/use command ls -al in terminal#ls -al /usr/share/vim/addons/ftplugin/latex-suite/templates/then you will get somme temple like:article.tex report.tex IEEEtran.tex report_two_column.texI creat a new file book.tex,that I wanna to added template.Then I created the soft link of it in directory:/...

  • 42
  • 0
  • 0
  • 0
2018.08.31 11:09

Debian9liveCD暂时有bug不能正确安装

这是从官网copy的:Known issues with these imagesRelease testing found a few issues with these images:KDE live desktop unstable on some (tested) hardwareThere is a segmentation fault in kmanage - the first obvious symptom will be a failure to atuomatically log in. A workaround is to switch to VT1 and wait for the desktop to start there. This has been reproduced on hardware (using Intel graphics?),...

  • 474
  • 0
  • 0
  • 0
2018.08.31 11:09

Debian9stretch配置2017版——Mr.Feng

一、安装开源显卡Debian9 wiki https://wiki.debian.org/AtiHowTo1.Add "contrib" and "non-free" components to /etc/apt/sources.list, for example:deb http://httpredir.debian.org/debian/ stetch main contrib non-free2.安装过程# apt-get update # apt-get upgrade# apt-get install firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-atiRestart your system to load GPU device firmware.3.设定xrandr --listp...

  • 34
  • 0
  • 0
  • 0
2018.08.31 11:08

linux下的打包和解压tar--Mr.Feng 

tar-c: 建立压缩档案-x:解压-t:查看内容-r:向压缩归档文件末尾追加文件-u:更新原压缩包中的文件这五个是独立的命令,压缩解压都要用到其中一个,可以和别的命令连用但只能用其中一个。下面的参数是根据需要在压缩或解压档案时可选的。-z:有gzip属性的-j:有bz2属性的-Z:有compress属性的-v:显示所有过程-O:将文件解开到标准输出下面的参数-f是必须的-f: 使用档案名字,切记,这个参数是最后一个参数,后面只能接档案名。#...

  • 114
  • 0
  • 0
  • 0
2018.08.31 11:07

Debian下apt-get命令详解----Mr.Feng 

在安装debian 9 stretch后我所做的工作是安装一些自己必须的软件,所以首先安装了texlive2017.iso,如果开发宏包则借助vim-latexsuit非常神速,但是在工作环境下处理从word里考备过来的大量文档时,还是用texstudio或 latexila方便,但是在安装时问题来了,比如:# apt-get install latexila则会自动处理依懒关系,所以这里面就有texlive2016,可是我已经安装了texlive2017,所以就得研究了方法。使用#apt-get download latexila下...

  • 589
  • 0
  • 2
  • 0
2018.08.31 11:06

克隆Debian系统--Mr.Feng 

这是所谓的克隆系统是指让两台安装debian的电脑具备相同的软件。在源主机上执行# dpkg -- get - selections selectfile在目标主机上执行# dpkg -- set - selections selectfile#apt - get dselect - upgrade这样两台主机就具有相同的软件包了。

  • 22
  • 0
  • 0
  • 0
2018.08.31 11:05

Debian设置单击打开文件 

打开 文件浏览器(也就是打开 主目录),点击 编辑(E),再点击 首选项(N),在 行为 ,点选 单击时打开项

  • 22
  • 0
  • 0
  • 0
2018.08.31 11:02