惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
I
InfoQ
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Recent Announcements
Recent Announcements
GbyAI
GbyAI
爱范儿
爱范儿
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
美团技术团队
罗磊的独立博客
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
M
MIT News - Artificial intelligence
D
Docker
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs
博客园 - 叶小钗

博客园 - 樊凯

Weblogic10.3客户端jar文件 PHP5操作MySQL数据库 - 樊凯 - 博客园 Struts2拦截器 使用AppServ快速建立php运行环境 Hibernate缓存 一个关于SpringSecurity很好的参考文档 Struts2.1.6 + Spring2.5+Hibernate3.2整合 JQuery和Struts实现Ajax文件上传 struts1.x+spring2.5+JPA(hibernate)整合 使用Apache的commons-codes加密 Spring备忘(涵盖Spring2.5) Spring备忘四(涵盖Spring2.5) Sping备忘三(涵盖Spring2.5) Spring备忘二(涵盖Spring2.5) - 樊凯 - 博客园 Spring备忘一(涵盖Spring2.5) ubuntu遇到的错误 异常java.lang.UnsupportedClassVersionError: Bad version number in .class file 根据ResultSetMetaData对象动态创建pojo或其集合(JDBC) 天生我牛必有用
Ubuntu命令(更新中)
樊凯 · 2009-04-28 · via 博客园 - 樊凯

使用ADSL拨号:

sudo pppoeconf

安装nvidia显卡驱动:

ubuntu默认使用的受限驱动,无法开启3D等特效,所以必须安装Nvidia的官方驱动,到www.nvidia.com下载需要的驱动,下载好的驱动为.run文件,该类型文件必须使用sh命令进行编译后再执行。

步骤如下:

1。在系统中启用root用户;

2。重启系统后在系统登录的窗口中按下ctrl+alt+F1,使用文本界面进行登录;

3。在文本界面中使用root进行登录;

4。登录后禁用掉gdm界面:

  sudo /etc/init.d/gdm stop

5。安装nvidia驱动:

  sudo sh NVIDIA-Linux-x86-180.51-pkg1.run

6。接下来就是关于许可,肯定选择同意;

7。安装完毕后,重启开启gdm界面

  sudo /etc/init.d/gdm start

8。接下来就会重新进入图形界面进行登录,就会看到安装成功的Nvidia显卡驱动了。

安装屏幕录像软件:

在终端中输入以下命令:

  sudo apt-get install recordmydesktop gtk-recordmydesktop

下载并安装完成后在应用程序-->影音-->gtk-recordmydesktop