
Linux系统编程
文章平均质量分 67
数据我最大
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How to run scripts under Linux
How do I run a Linux shell script? How can I run a script in Linux operating system using command line options? By default shell script will not run. You need to set execute permission for your she翻译 2013-12-04 23:23:44 · 629 阅读 · 0 评论 -
常用术语解释
1. Buffer A buffer is a portion of a computer's memory that is set aside as a temporary holding place for data that is being sent to or received from an external device, such as a hard disk drive (H原创 2013-12-02 20:50:04 · 588 阅读 · 0 评论 -
C/C++中头文件和库文件的原理、区别及应用
Firstly, think of both like this (a analogy) : The header is a phone number u can call, while ...The library is the actual person u can reach there. It's the similar difference between "interfa原创 2013-12-25 10:09:09 · 1070 阅读 · 0 评论 -
Linux下SQL Developer 4.0 安装
一、Oracle SQL Developer 3.2.2 选择Linux RPM版本下载 http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html 1、安装sqldeveloper, rpm -ivh sqldeveloper-3.2.20.09.87-1.noarch原创 2014-01-02 10:46:00 · 1749 阅读 · 0 评论 -
Telling INIT to go to single user mode. init: rc main process (4483) killed by TERM signal
Running the command 'shutdown now' in RHEL6 resulting the system to boot to single user mode Telling INIT to go to single user mode. init: rc main process (4483) killed by TERM signal. One m原创 2014-01-01 18:31:05 · 10659 阅读 · 0 评论 -
https://localhost:1158/em cant' establish a connection to the server at localhost:1158.
Windows的话看oracledbconsole这个服务有没有启动 Linux的话这样看 $ emctl status dbconsole Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0 Copyright (c) 1996, 2009 Oracle Corporation. All rights r原创 2014-01-01 17:36:58 · 1462 阅读 · 0 评论 -
Linux 常用命令
1. 重启系统 > sudo reboot原创 2013-12-02 20:07:25 · 682 阅读 · 0 评论 -
安装Oracle 11g R2 under CentOS 6.4
1. Follow up http://www.server-world.info/en/note?os=CentOS_5&p=oracle11g&f=2 Issue1 [oracle@d01dba1 database]$ ./runInstaller ./runInstaller: /root/database/install/.oui: /lib/ld-linux.so.原创 2013-12-04 15:58:31 · 668 阅读 · 0 评论 -
Linux虚拟机下建立FTP服务器实现与host主机互传文件 - 简易版
Ubuntus系统 1. 安装FTP服务器 sudo apt-get install vsftpd 2. FTP服务器配置 vi /etc/vsftpd.conf 3. 禁止FTP服务器匿名访问 anonymous_enable=YES 为anonymous_enable=NO 4. 允许本地用户以和系统用户相同的账户和密码连接访问 l原创 2013-12-01 22:50:26 · 7856 阅读 · 2 评论