本篇文章给大家谈谈ubuntu如何补丁,以及ubuntu 修复对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。
本文目录一览:
- 1、怎么给ubuntu 内核打补丁 成为实时操作系统
- 2、dnf手动补丁怎么安装 Ubuntu1604手动安装MongoDB
- 3、Ubuntu14如何打补丁
- 4、魔兽争霸3在ubuntu中怎么打补丁
- 5、如何在Ubuntu上安装/升级到LibreOffice 5.4
- 6、Linux有问必答:如何更新过期版本的Ubuntu
1、怎么给ubuntu 内核打补丁 成为实时操作系统
linux有实时内核的。
有四种内核,分别为:
-generic
kernel - this is the stock kernel that is provided by
default in Ubuntu.
-preempt
kernel - this kernel is based on the -generic kernel source
tree but is built with different configurations (settings) to reduce
latency. Also known as a soft
real-time kernel.
-rt
kernel - is based on the Ubuntu kernel source tree with Ingo
Molnar maintained PREEMPT_RT patch applied to
it. Also known as a hard
real-time kernel.
-lowlatency
kernel - very similar to the -preempt kernel and based on
the -generic kernel source tree, but uses a more aggressive
configuration to further reduce latency. Also known as a soft
real-time kernel.
-realtime
kernel - is based on the vanilla kernel source tree with
Ingo
Molnar maintained PREEMPT_RT patch applied to
it. Also known as a hard
real-time kernel.
×*******************************如何选择适合你的内核************************************
Choosing
a Kernel for Your Use Case
These
are some simple guidelines provided to help you understand which
kernel, and in which order, you should test to fit your use case.
If
you do not require low latency for your system then please use the
-generic kernel.
If
you need a low latency system (e.g. for recording audio) then please
use the -preempt kernel as a first choice. This reduces latency but
doesn't sacrifice power saving features. It is available only for 64
bit systems (also called amd64).
If
the -preempt kernel does not provide enough low latency for your
needs (or you have an 32 bit system) then you should try the
-lowlatency kernel.
If
the -lowlatency kernel isn't enough then you should try the -rt
kernel
If
the -rt kernel isn't enough stable for you then you should try the
-realtime kernel
××*********************************************去哪里下载内核********************************************8
kernel点ubuntu点com/~kernel-ppa/mainline/
2、dnf手动补丁怎么安装 Ubuntu1604手动安装MongoDB
一. 在Ubuntu下最傻瓜的步骤(以下都在root用户下进行操作):
1.运行;apt-get install mongo;
如果遇到找不到安装包的话运行;apt-get update;
2.这时装好以后应该会自动运行mongod程序,通过;pgrep mongo -l ;查看进程是否已经启动
3.在终端输入;mongo;,然后回车进入数据库
(Over)
下面说下如何自己启动mongodb的程序。
二. 重启系统以后mongo程序要自己重新手动启动,步骤如下:
1.运行“locate mongo”命令查看系统默认把mongo装到了哪里,这里主要关注三个东西.
(1)一个是名为“mongod”的程序的位置(他相当于mongo数据库的Server,需要一直在后台运行,我的路径:/usr/bin/mongod);
(2)一个是mongo 数据库log日志文件的位置(log日志文件要查看到具体的文件名,具体用法在后面有介绍,我的路径:/var/log/mongodb/mongodb.log);
(3)一个是mongo的log日志的位置(我的路径:/var/log/mongodb/mongodb.log)。
2.先进入mongod所在的目录(/usr/bin/mongod),然后运行“./mongod --dbpath /var/lib/mongodb/ --logpath /var/log/mongodb/mongodb.log --logappend ”
--dbpath:指定mongo的数据库文件在哪个文件夹
--logpath:指定mongo的log日志是哪个,这里log一定要指定到具体的文件名
--logappend:表示log的写入是采用附加的方式,默认的是覆盖之前的文件
:表示程序在后台运行
注意:如果是系统非正常关闭,这样启动会报错,由于mongodb自动被锁上了,这是需要进入mongodb数据库文件所在的目录(/var/lib/mongodb/),删除目录中的mongodb.lock文件,然后再进行上述操作。
3、Ubuntu14如何打补丁
只要有补丁就会有提示;只要按提示及时升级,就不存在“需要安装”却未安装的补丁。
4、魔兽争霸3在ubuntu中怎么打补丁
首先,ubuntu默认是不能运行exe软件的,所以必须先安装wine(至于怎么安装,还是搜索论坛吧)。
接下来,如果魔兽是在windows下已经装好的,那么在ubuntu运行的时候免CD补丁可能失效,要重新打免CD补丁。
有些版本的方法很简单,只要在魔兽的目录下面找到regsetup.exe,双击运行即可。
运行完毕以后,双击war3.exe的时候应该不会提示插入光盘了。
在运行魔兽之前,先要把桌面的3D特效(compiz等)关掉,否则可能出现闪屏的情况。
另外,直接运行war3.exe,因为默认是directx模式,所以会很卡,解决办法是用opengl模式打开。
具体方法:
在你想要的目录下右击,创建一个空文件,命名为“war3.sh”,里面加入
wine "(war3.exe的路径)" -opengl
复制代码
保存。
运行的时候,双击war3.sh即可。
冰封王座只需把war3.exe全部替换为Frozen Throne.exe即可。
------------------------------------
注意:用wine加载windows程序,不能代替windows操作系统本身,程序稳定性不作保证,请谨慎选择!
5、如何在Ubuntu上安装/升级到LibreOffice 5.4
一、从 Ubuntu 中卸载 LibreOffice
1、要在 Ubuntu 中手动安装 LibreOffice 的官方版本,必须先卸载当前版。在 Ubuntu 中要卸载 LibreOffice,运行下面的命令。
sudo apt-get remove --purge libreoffice* sudo apt-get autoremove
2、运行以上命令之后,重启你的电脑。当再次登录以后,从下载页面下载 LibreOffice 的.deb包。
二、安装 LibreOffice
1、下载.deb包后,打开终端,在 home 目录进入 Downloads 文件夹。默认情况下,Firefox下载的文件保存在那里。
cd ~/Downloads
2、然后运行下面的命令来提取下载文件中的.tar.gz文件。
tar -xvf LibreOffice_*.tar.gz
3、解压.tar.gz文件后,会在 Downloads 文件夹下看到一个新的 LibreOffice Deb 文件夹。要开始手动安装 LibreOffice,运行下面的命令。
sudo dpkg -i LibreOffice_*/DEBS/*.deb
4、运行上面的命令后,LibreOffice 将被安装并可以使用了。
5、接下来,进入 Unity Dash 并启动 LibreOffice。以上就是指导你在 Ubuntu 中手动安装 LibreOffice 的方法。
6、如果在 Ubuntu 中手动安装 LibreOffice,很有可能每次有版本更新和安全更新时必须手动更新。
7、或者仅仅希望 Canonical(Ubuntu母公司)通过它的储存库进行 LibreOffice 的安装和补丁/更新管理。
上面就是Ubuntu安装LibreOffice的方法介绍了,如果系统有自带LibreOffice且能够满足需求,那就不需要再安装LibreOffice官方标准版了,因为安装LibreOffice后还要定时更新,较为麻烦。
6、Linux有问必答:如何更新过期版本的Ubuntu
每个Ubuntu版本都有生命结束周期(EOL)时间;常规的Ubuntu发行版提供18个月的支持,而LTS(长期支持)版本则长达3年(服务器版本)和5年(桌面版本)。当某个Ubuntu版本达到生命结束周期时,其仓库就不能再访问了,你也不能再从Canonical获取任何维护更新和安全补丁。在撰写本文时,Ubuntu 13.04(急切的浣熊)已经达到了它的生命结束周期。
如果你所使用的Ubuntu系统已经被结束生命周期,你就会从apt-get或aptitude得到以下404错误,因为它的仓库已经被遗弃了。
W:Failed to fetch 404 Not Found [IP: 91.189.91.13 80]
W:Failed to fetch 404 Not Found
W:Failed to fetch 404 Not Found [IP: 91.189.88.149 80]
E:Some index files failed to download.They have been ignored,or old ones used instead
对于那些还在使用旧版本Ubuntu的用户,Canonical维护了一个old-releases.ubuntu.com的网站,这里包含了结束生命周期的仓库归档。因此,当Canonical对你安装的Ubuntu版本结束支持时,你需要将仓库切换到old-releases.ubuntu.com(除非你在结束生命周期之前想要升级)。
这里,通过切换到旧版本仓库提供了一个快速修复“404 Not Found”错误的便捷方式。
首先,使用old-releases仓库替换main/security仓库,就像下面这样。
$ sudo sed -i -r 's/([a-z]{2}\.)?archive.ubuntu.com/old-releases.ubuntu.com/g'/etc/apt/sources.list
$ sudo sed -i -r 's/security.ubuntu.com/old-releases.ubuntu.com/g'/etc/apt/sources.list
然后,使用文本编辑器打开/etc/apt/sources.list,并查找extras.ubuntu.com。该仓库也不再支持Ubuntu 13.04了,所以你需要使用“#”号将extras.ubuntu.com注释掉。
#deb raring main
#deb-src raring main
现在,你应该可以在旧版不受支持的Ubuntu上安装或更新软件包了。
关于ubuntu如何补丁和ubuntu 修复的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站。