码迷,mamicode.com
首页 >  
搜索关键字:linux server ubuntu    ( 228227个结果
【转】LINUX文件系统剖析
引自:http://www.ibm.com/developerworks/cn/linux/l-linux-filesystem/在文件系统方面,Linux? 可以算得上操作系统中的 “瑞士军刀”。Linux 支持许多种文件系统,从日志型文件系统到集群文件系统和加密文件系统。对于使用标准的和比较奇特...
分类:系统相关   时间:2014-04-29 10:44:45    阅读次数:678
.net安装包自动安装Mysql数据库
原文:.net安装包自动安装Mysql数据库在制作.Net安装包的时候,如果项目有用到数据库,怎么能够把数据库打包安装呢?网上已经有很多自动安装Sql Server数据库的例子,但是自动安装mysql的例子似乎不多。本文就介绍一下如何在.Net安装包中自动安装Mysql数据库。最终我们要实现的效果是...
分类:数据库   时间:2014-04-29 10:42:47    阅读次数:772
ubuntu cscope
add the following text to .vimrc or .gvimrc: if has("cscope") set csprg=/usr/bin/cscope set csto=0 set cst set nocsverb " add any database in cur...
分类:其他好文   时间:2014-04-29 10:27:46    阅读次数:398
CloudStack添加新的API注意事项
1、***Cmd上面的@APICommand里的responseObject关联对于的Response;2、在tomcatconf/command.properties.in添加新API的权限;3、为得到Cmd,都需要实现PluggableService接口的getCommands()方法,核心Cm...
分类:Windows程序   时间:2014-04-29 10:24:46    阅读次数:538
Migration from TF Service to TF Server with the TFS Integration Platform
Are you worried that you will not be able to migrate from http://tfs.visualstudio.com when they start charging for it and you don’t want to pay? Fear ...
分类:其他好文   时间:2014-04-29 10:23:47    阅读次数:496
通过MCollective实现puppet向windows的推送
puppet在比较老的版本的时候是通过kick进行推送实现配置及时更新,由于kick的效率问题,在比较新的版本中开始采用第三方工具MCollective来实现,网上介绍如何部署MCollective文章也不少,但大都是linux平台下的部署,windows下的几乎没有,我在研究的时候也是一路坎坷,差...
分类:Windows程序   时间:2014-04-29 10:21:46    阅读次数:937
Linux加密压缩
Linux加密压缩2014年2月25日11:38压缩: zip-refilename.zipfilename //回车,输入2次密码 zip-rPpassworkfilename.zipfilename // passwork是要输入的密码解压: unzipfilename.zip //按提示输入密...
分类:系统相关   时间:2014-04-29 10:18:47    阅读次数:509
Ubuntu下手动安装Nvidia显卡驱动
1. 下载最新版的nVidia驱动。http://www.nvidia.com/page/drivers.html2.编辑blacklist.conf。sudo gedit /etc/modprobe.d/blacklist.conf添加以下部分并保存:blacklist vga16fbblackl...
分类:其他好文   时间:2014-04-29 10:15:46    阅读次数:653
关闭Linux终端下的蜂鸣
关闭Linux终端下的蜂鸣2014年1月12日15:29setterm -blength0来自为知笔记(Wiz)
分类:系统相关   时间:2014-04-29 10:13:46    阅读次数:589
使用公钥登录OpenSSH
使用公钥登录OpenSSH2013年10月24日16:47 生成密钥对 我所知道的,有三种生成密钥对的工具,分别为GNU/Linux下的ssh-keygen命令、puttygen、SSH Secure Shell。 使用ssh-keygen生成密钥对 [root@ld365 ~]# ssh-keyg...
分类:其他好文   时间:2014-04-29 10:11:47    阅读次数:615
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!