版本ubuntu desktop, v12.4, v13.10.
优点:
1)绚丽易用的可视化环境;
2)丰富的可用package,在这点上比centos强太多,后者更新较慢;
不足:
1)在笔记本上运行较慢,笔记本很快温度变高;(特别是ThinkPad上)
2)是桌面端系统,所以作为一个用来进行程序开发的人来说需要装一些其他软件,但是方便易用的package安装方式减轻了这一过程的负...
分类:
其他好文 时间:
2014-08-22 08:11:25
阅读次数:
160
一.日志审计基本结构图。二.构建环境:操作系统采用CentOS6.5x86_64操作系统,构建rsyslog+loganalyzer,日志集中存储在数据库服务器。运维人员的排错很多都是靠分析日志来解决问题的,但是日志过于分散会耽误排错时间,对于线上的服务器要尽快的查找问题,及时给出解决方案。..
分类:
Web程序 时间:
2014-08-22 02:54:16
阅读次数:
371
今天git上传的时候出现了如下错误:Permission denied (publickey).fatal: The remote end hung up unexpectedly原因分析:ssh key 过期,重新创建即可。步骤如下:1.ssh-keygen (注意短横线前后都没有空格)2.Ent...
分类:
其他好文 时间:
2014-08-21 22:29:04
阅读次数:
211
1、首先安装与下载图形界面GNOMEyum groupinstall "Desktop"yum groupinstall "X Window System"yum groupinstall "Chinese Support" (可选项)假如提示有以下错误产生:Loaded plugins: fast...
分类:
其他好文 时间:
2014-08-21 19:08:34
阅读次数:
184
Set-SPCentralAdministration -Port to fix the error:Got this error: Failed to register SharePoint services. An exception of type System.UriFormatExcept...
分类:
其他好文 时间:
2014-08-21 18:32:34
阅读次数:
256
git remote add origin https://git.oschina.net/wcms/WCMS.git?//添加仓库 git remote 查看当前仓库 git remote remove origin //删除仓库 git push origin ?:version ?//删除远程分支...
分类:
其他好文 时间:
2014-08-21 17:27:34
阅读次数:
218
配置为NTP Client:Windows Server 2003配置时间同步:1.设定同步时间间隔 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient 编辑 SpecialPo.....
分类:
其他好文 时间:
2014-08-21 16:42:04
阅读次数:
184
1. ls命令
ls命令是列出目录内容(List Directory Contents)的意思。运行它就是列出文件夹里的内容,可能是文件也可能是文件夹。
root@tecmint:~# ls
Android-Games Music
Pictures Public
Desktop ...
分类:
系统相关 时间:
2014-08-21 11:29:24
阅读次数:
327
UnityBootstrapper (abstract class)继承自Bootstrapper(abstract)类, 在Prism.UnityExtensions.Desktop project中。主要是为了支持Unity Container(Dependency Injection Cont...
分类:
移动开发 时间:
2014-08-20 22:25:02
阅读次数:
368
本文转自:http://blog.csdn.net/feixiang_song/article/details/17395811Overview总体概述CBCentralManagerobjects are used to manage discovered or connected remote ...
分类:
其他好文 时间:
2014-08-20 15:48:02
阅读次数:
246