[root@rusky ~]# free -m total used free shared
buffers cachedMem: 1011 343 667 0 34 218-/+ buffers/cache: 91 919Swap: 1992 0
1992[root@rusky ~...
分类:
系统相关 时间:
2014-06-06 22:22:56
阅读次数:
399
总是报错:root@gitlab:/opt# newlispnewLISP v.10.6.0
64-bit on Linux IPv4/6 UTF-8 libffi, options: newlisp -h> (load
"/opt/mysql.lsp")ERR: string expected i...
分类:
数据库 时间:
2014-06-06 20:55:10
阅读次数:
298
1、准备oracle安装文件Oracle11gR2包含两个文件linux_11gR2_database_1of2.zip和linux_11gR2_database_2of2.zip,将这两个文件通过SSH上传到/usr/local/oracle中。解压安装文件到当前目录[root@localhost...
分类:
数据库 时间:
2014-06-06 13:12:24
阅读次数:
303
Given a binary tree containing digits
from0-9only, each root-to-leaf path could represent a number.An example is the
root-to-leaf path1->2->3which rep...
分类:
其他好文 时间:
2014-06-06 12:38:42
阅读次数:
255
1、mysql的安装我是使用apt-get直接安装的 :sudo apt-get install
mysql-server sudo apt-get install mysql-client2、配置mysql管理员密码sudo mysqladmin -u
root 当前密码 新密码安装的时候貌似也没...
分类:
数据库 时间:
2014-06-06 12:15:58
阅读次数:
432
1、sort将文件的每一行作为一个单位,相互比较,比较原则是从首字符向后,依次按ASCII码值进行比较,最后将他们按升序输出。[root@rusky
~]# cat seq.txt bananaapplepearorange[root@rusky ~]# sort seq.txt #默认升序a...
分类:
系统相关 时间:
2014-06-04 15:37:33
阅读次数:
397
Linux下默认的用户目录一般为/home/xxx(root用户除外),有些时候我们可能需要修改这个目录,下面我就给大家分享2中修改的方法
工具/原料 Linux操作系统 方法/步骤 1
1、切换到root用户,直接修改/etc/passwd文件,找到你的用户名你一行,如下图所示修改路径,然后保存即...
分类:
系统相关 时间:
2014-06-04 14:44:02
阅读次数:
417
1.检查系统是否安装iSCSIinitiator[root@justin~]#rpm-qa|grepiscsi
[root@justin~]#
[root@justin~]#mount/dev/cdrom/mnt/
mount:blockdevice/dev/sr0iswrite-protected,mountingread-only
[root@justin~]#cd/mnt/
[root@justinPackages]#find.-name*iscsi*
./iscsi-initiator..
分类:
系统相关 时间:
2014-06-04 12:56:26
阅读次数:
731
一、配置网络YUM源(仅以163源为例)1.1卸载RHEL原有YUM套件;[root@instructorDesktop]#rpm-qa|grepyum##记录下YUM套件的各个构成部分
[root@instructorDesktop]#rpm-qa|grepyum|xargsrpm-e--nodeps1.2下载对应RHEL发行版的CENT的yum套件(可借助浏览器完成);[root@instructorD..
分类:
其他好文 时间:
2014-06-04 12:53:09
阅读次数:
467
来自:http://www.jb51.net/LINUXjishu/10981.html错误描述:
Mysql中添加用户之后可能出现登录时提示ERROR 1045 (28000): Access denied for
user的错误.删除user.user中值为NULL的,或更新NULL为test ...
分类:
数据库 时间:
2014-06-03 14:44:43
阅读次数:
491