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

推荐订阅源

G
Google Developers Blog
宝玉的分享
宝玉的分享
月光博客
月光博客
B
Blog
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
博客园_首页
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
有赞技术团队
有赞技术团队
D
Docker
爱范儿
爱范儿
博客园 - 司徒正美
H
Hackread – Cybersecurity News, Data Breaches, AI and More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net

博客园 - 樊凯

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