码迷,mamicode.com
首页 >  
搜索关键字:debian 7    ( 2870个结果
linux下搭建gitlab
GitLabGitLab,是一个使用RubyonRails开发的开源应用程序,与Github类似,能够浏览源代码,管理缺陷和注释,非常适合在团队内部使用。官方只提供了Debian/Ubuntu系统下的安装说明文档,如果需要在centos下安装,可以参考这篇:https://github.com/gitlabhq/gitlab-recipes/tree..
分类:系统相关   时间:2015-05-29 15:59:06    阅读次数:626
linux dpkg命令
Linux 命令学习系列之dpkg命令详解 普通 dpkg 用法 dpkg -i 安装一个Debian包裹文件,如你手动下载的文件。 dpkg -c 列出的内容。 dpkg -I 从中提取包裹信息。 dpkg -r 移除一个已安装的包裹。 dpkg -L 列出 安装的所有文件清单。同时请看 dpkg...
分类:系统相关   时间:2015-05-28 13:53:50    阅读次数:178
Flash插件flashplugin-nofree的手动更新
Debian,nofree库里有flashplugin-nofree,这个就是网页浏览器的Flash插件了。不过它好像不会自动更新,每次更新网页浏览器后都会提示flashplugin版本过低。但flashplugin-nofree又不会自动更新,需要使用其提供的手动更新命令进行更新: update-...
分类:其他好文   时间:2015-05-28 12:15:33    阅读次数:134
一些程序语言或者OS的包管理工具
npm 之于 Node.js,就像 pip 之于 Python,gem 之于 Ruby,pear 之于 PHP,CPAN 之于 Perl ……同时也像 apt-get 之于 Debian/Ubutnu,yum 之于 Fedora/RHEL/CentOS,homebrew 之于 Mac OS X。
分类:编程语言   时间:2015-05-28 00:22:16    阅读次数:147
带彩色字体的man pages(debian centos)
简介mostmostisapagingprogramthatdisplays,onewindowfulatatime,thecontentsofafileonaterminal.Itpausesaftereachwindowfulandprintsonthewindowstatuslinethescreenthefilename,currentlinenumber,andthepercentageofthefilesofardisplayed.一、debian1、安装包apt-get-yins..
分类:其他好文   时间:2015-05-27 16:02:18    阅读次数:183
mysql面试(转载)
mysql面试(转载) 问题1:你如何确定 MySQL 是否处于运行状态?答案: Debian 上运行命令service mysql status,在RedHat 上运行命令service mysqld status。然后看看输出即可。问题2:如何开启或停止 MySQL 服务?答案:运行命令serv...
分类:数据库   时间:2015-05-26 21:00:27    阅读次数:129
什么事软件的授权策略,以及社区版和商业版的区别在哪里?
社区版和商业版是相对应的。社区版就是志愿者开发,维护的Linux,如debian,centos,fedora,ubuntu,gentoo,arch等,完全免费,而商业版是服务收费的版本,如redhat,suse,oracle等。 同样,社区...
分类:其他好文   时间:2015-05-26 12:53:23    阅读次数:282
目录索引
shell MegaCli的相关shell脚本 shell分析swap分区被哪些程序占用(stress模拟环境) shell的单、多、控制进程 shell脚本日志清理和压缩 在shell脚本里显示带颜色的字(linux) shell批量检查N个网站地址是否正常(debian/centos) shellmuttmsmtp发邮件 shell脚本备份服务并上传 shel..
分类:其他好文   时间:2015-05-26 10:52:58    阅读次数:186
Longview 源码剖析
debian├── changelog├── compat├── control├── copyright├── linode-longview.conffiles├── linode-longview.config├── linode-longview.install├── linode-long...
分类:其他好文   时间:2015-05-26 10:35:51    阅读次数:116
keepalived安装和配置(debian)
一、keepalived介绍及搭建环境说明 1、ThekeepalivedThekeepalivedserverimplementsthevrrpdroutingdemonwhichenables routingfailoverforapair(orset)ofrouters(orLVSdirectors)andthekeepalived demonwhichsetsupanddoesthehealthcheckingofvirtualservicesinaLinuxVirtualSe..
分类:其他好文   时间:2015-05-25 20:45:11    阅读次数:3438
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!