码迷,mamicode.com
首页 >  
搜索关键字:cp    ( 4753个结果
【初始化-sshd】init_sshd.sh
【初始化-sshd】init_sshd.sh#!/bin/bash # #2014/09/02 #1)禁用selinux #modify/etc/sysconfig/selinux #to:SELINUX=disabled #andrebootlater. cp-a/etc/selinux/config/etc/selinux/config.bak echo‘SELINUX=disabled‘>/etc/selinux/config #2)清空firewall iptables-..
分类:其他好文   时间:2014-12-24 18:33:51    阅读次数:161
Autosuspend流程
Autosuspend流程 Autosuspend的使能         通过流程我们了解到只有屏关了,才会进入autosleep。上层通过sys fs 向 /system/power/autosleep写off 激活内核处理,   内核响应autosleep, 调用pm_suspend。       Pm_suspend进入正式的待机过程, 冻结进程,关设备,CP...
分类:其他好文   时间:2014-12-24 18:09:22    阅读次数:190
suse linux 常用命令
命令ls——列出文件ls-la给出当前目录下所有文件的一个长列表,包括以句点开头的“隐藏”文件lsa*列出当前目录下以字母a开头的所有文件ls-l*.doc给出当前目录下以.doc结尾的所有文件命令cp——复制文件cpafileafile.bak把文件复制为新文件afile.bakcpafile/h...
分类:系统相关   时间:2014-12-24 18:02:44    阅读次数:294
编译华硕asuswrt固件时遇到的问题 configure not supporting AM_INIT_AUTOMAKE
Description Configure of icinga-reports-1.8.0 throws the following error: root@localhost:/usr/src/icinga-reports-1.8.0# ./configure --with-jasper-server=/opt/jasperreports-server-cp-4.7.0 ./confi...
分类:其他好文   时间:2014-12-24 10:00:10    阅读次数:395
Hortonworks HDP Sandbox定制(配置)开机启动服务(组件)
定制Hortonworks HDP开机启动服务可以这样做:找到文件:/usr/lib/hue/tools/start_scripts/start_deps.mf,首先做一个备份:cp /usr/lib/hue/tools/start_scripts/start_deps.mf /usr/lib/hue/tools/start_scripts/start_deps.mf.bak然后:vim /usr...
分类:数据库   时间:2014-12-23 22:44:28    阅读次数:360
vsftpd环境下的创建本地yum源镜像
1.安装FTP软件#yuminstall-yvsftpd*安装FTP软件#servicevsftpdstart启动FTP服务#chkconfig--addvsftpd#chkconfigvsftpdon2.把redhat6.2的光盘挂载到服务器上,之后拷贝DVD中所有文件到本机ftp目录下#mount/dev/cdrom/mnt#mkdir-p/var/ftp/pub/rhel6/#cp-r/mnt/*/var/ftp/pub/rh..
分类:其他好文   时间:2014-12-22 19:46:19    阅读次数:232
ORA-01078: 、 LRM-00109: 及 ORA-32001: 报错的解决方案
SQL> startup; ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/oracle/product/11.2/db_1/dbs/initorcl.ora' --解决方案 [oracle@CentOS]$ cp /u01/ora...
分类:其他好文   时间:2014-12-22 16:18:41    阅读次数:164
Linux常用命令之cp
1.命令功能cp:复制文件或目录,文件存在的会询问是否覆盖2.命令格式cp[选项]文件或目录3.命令参数-i:覆盖时进行询问-r:复制目录,递归复制-f:强制复制-p:保持文件属性并复制--backup:为存在的文件进行备份-a:相当于-pr4.命令实例例子1:交互式复制[root@bogon~]#cp/etc/..
分类:系统相关   时间:2014-12-22 07:11:17    阅读次数:214
高效的计算Laplacian 矩阵
直接上代码,可以直接调用: function L1 = CP_Laplacian( M ) %UNTITLED Summary of this function goes here % Detailed explanation goes here % number of vertices (size...
分类:其他好文   时间:2014-12-21 22:04:15    阅读次数:289
sudo apt-get update 不了
Ubuntu 11.04 (Natty) 已经停止支持,但可以使用old-releases源了,先备份源列表文件:sudo cp /etc/apt/sources.list /etc/apt/sources.list.backupsudo gedit /etc/apt/sources.list把里面...
分类:其他好文   时间:2014-12-21 17:55:08    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!