码迷,mamicode.com
首页 >  
搜索关键字:linux find    ( 176778个结果
Java01 常用的linux命令
一、linux 命令 0.man:查询使用手册1.pwd:Print the full filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information about the FILEs (the current...
分类:编程语言   时间:2014-04-29 11:31:46    阅读次数:489
域名无法解析 Linux临时或永久修改DNS
最近给VPS重装了系统,因为服务商不提供DHCP,所以只好手动设置IP和DNS Server。悲催的是系统重装的时候忘记了输入DNS Server,最后导致进去系统后,各种域名无法解析。Linux中修改DNS有两种方式,临时修改和永久修改,下面分别介绍。1、临时修改网卡DNS地址sudo vim /...
分类:系统相关   时间:2014-04-29 11:21:47    阅读次数:597
解决Fedora安装Virtualbox后无法运行:/etc/init.d/vboxdrv setup
解决Fedora安装Virtualbox后无法运行:/etc/init.d/vboxdrv setup 在Fedora下安装了Virtualbox,发现运行时出现以下问题: Kernel driver not installed (rc=-1908) The VirtualBox Linux ker...
分类:其他好文   时间:2014-04-29 11:21:46    阅读次数:397
openvswitch安装和使用 --修订通用教程的一些错误
1.下载openvswitch源文件,注意版本要适合操作系统内核。推荐openvswitch2.0及其以上版本。2.开始安装openvswitchcd openvswitchsudo ./boot.shsudo ./configure --with-linux=/lib/modules/`uname...
分类:其他好文   时间:2014-04-29 11:16:46    阅读次数:394
linux下Eclipse进行C编程时动态链接库的生成和使用
引用http://linux.chinaitlab.com/soft/864157.html欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入 一、创建动态链接库1、创建工程new->project->c++ project选择Shared Library->Empty Projec....
分类:系统相关   时间:2014-04-29 11:15:47    阅读次数:559
【转】LINUX文件系统剖析
引自:http://www.ibm.com/developerworks/cn/linux/l-linux-filesystem/在文件系统方面,Linux? 可以算得上操作系统中的 “瑞士军刀”。Linux 支持许多种文件系统,从日志型文件系统到集群文件系统和加密文件系统。对于使用标准的和比较奇特...
分类:系统相关   时间:2014-04-29 10:44:45    阅读次数:678
LeetCode2:Median of Two Sorted Arrays
题目: There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should...
分类:其他好文   时间:2014-04-29 10:32:46    阅读次数:359
.net List<T>
List的几个方法List=>List.Find()List.FindAll()List.Contains() List.ForEach()List.ConvertAll() 1. 先比较Find()跟FindAll()。 这个两个函数都是 遍历List的集合,只是 区别在于FindAll()返回的...
分类:Web程序   时间:2014-04-29 10:32:46    阅读次数:443
通过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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!