上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 59 下一页
  2015年11月16日
摘要: Go语言下载地址:https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz 安装: 1,以root身份在shell里执行: tar -C /usr/local -xzf go1.5.1.linux-amd64.tar.gz 2, 阅读全文
posted @ 2015-11-16 03:25 sunylat 阅读(165) 评论(0) 推荐(0)
  2015年11月15日
摘要: ubuntu14.10刚安装完毕,我首先按照了经典Gnome桌面,随后我发现ubuntu软件中心里面能找到的软件明显不如先前我安装过的ubuntu了,我觉得有可能是因为我以前安装的ubuntu14.10安装了最新版的Gnome 15.10,更新了apt源,简单点吧,直接安装了最新版的Gnome 15 阅读全文
posted @ 2015-11-15 23:46 sunylat 阅读(141) 评论(0) 推荐(0)
摘要: 一,安装docker: 1,安装curl:在shell中执行:sudo apt-get install curl 2,shell中执行:curl -sSL https://get.daocloud.io/docker | sh 3,上面命令执行完毕后,执行提示命令:sudo usermod -aG  阅读全文
posted @ 2015-11-15 18:35 sunylat 阅读(209) 评论(0) 推荐(0)
摘要: 在shell中执行:sudo apt-get install git-core 阅读全文
posted @ 2015-11-15 16:54 sunylat 阅读(175) 评论(0) 推荐(0)
  2015年11月14日
摘要: 锁定屏幕快捷键:ctrl+alt+L 阅读全文
posted @ 2015-11-14 19:58 sunylat 阅读(195) 评论(0) 推荐(0)
摘要: Ubuntu缺省情况下,并没有提供C/C++的编译环境,因此还需要手动安装。 如果单独安装gcc以及g++比较麻烦,幸运的是,为了能够编译Ubuntu的内核,Ubuntu提供了一个build-essential软件包。 查看该软件包的依赖关系,可以看到以下内容: $ apt-cache depend 阅读全文
posted @ 2015-11-14 01:02 sunylat 阅读(265) 评论(0) 推荐(0)
摘要: Linux:ubuntu14.04 一直都很喜欢谷歌浏览器,进入linux怎么能没有? 安装方法:谷歌浏览器官方下载的ubuntu版本,下载后点击即可安装。 下载地址:http://download.csdn.net/detail/sunylat/9278381 阅读全文
posted @ 2015-11-14 00:24 sunylat 阅读(245) 评论(0) 推荐(0)
摘要: Linux:ubuntu14.10 ubuntu软件中心对它的描述:KSnapshot captures images of the screen. It can capture the whole screen, a specified region, an individual window, 阅读全文
posted @ 2015-11-14 00:08 sunylat 阅读(210) 评论(0) 推荐(0)
  2015年11月13日
摘要: Linux:ubuntu14.04 Gnome:15.10 更新最新版Gnome的一个好处:更新了ubuntu的软件源,我们可以使用ubuntu的软件中心获取更多需要的软件!! ubuntu默认的桌面真的不喜欢,那么我就换一个我想要的,下面就是我更换为Gnome的操作过程。 官方文档:https:/ 阅读全文
posted @ 2015-11-13 23:58 sunylat 阅读(210) 评论(0) 推荐(0)
摘要: Linux:ubuntu14.04 Gnome:15.10 更新最新版Gnome的一个好处:更新了ubuntu的软件源,我们可以使用ubuntu的软件中心获取更多需要的软件!! ubuntu默认的桌面真的不喜欢,那么我就换一个我想要的,下面就是我更换为Gnome的操作过程。 官方文档:http... 阅读全文
posted @ 2015-11-13 23:58 sunylat 阅读(185) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 59 下一页