Linux系统构建和运用samba进行和windows的共享
采用红帽的企业版5,安装的时候要把必要的开发组建选择上!如tftp,samba,和nfs等。。。。
安装VMware而后设置安装红帽企业版5,最后安装VMware tools,运用VMware tools就可以在Linux和windows之间复制粘贴文件,这样可以取代samba服务器的功能。
samba服务器使用时候,要先定义wm连接0把它定义成一个指定的网络连接,然后设置windows共享,最后启用samba服务器,连接wm连接0对应的ip地址iu可以啦。
相关文档:
1. linux下启动oracle
su - oracle
sqlplus /nolog
conn /as sysdba
startup
exit
lsnrctl start
exit
2. linux下关闭oracle
su - oracle
sqlplus /nolog
conn /as sysdba
shutdown immediate
exit
lsnrctl stop
exit
可以使用lsnrctl 进去后用status查看状态,类似:
lsnrctl
status
http://hi.baidu.c ......
一、安装JDK
安装包名为:jdk-1_5_0_18-linux-i586.rpm.bin
安装步骤:
1. 以root身份登录Linux操作系统
2. 将jdk-1_5_0_18-linux-i586.rpm.bin安装包上传到/tmp目录下, 检测确保jdk-1_5_0_18-linux-i586.rpm.bin有可执行权限;
如果jdk-1_5_0_18-linux-i586.rpm.bin没有可执行权限,可使用一下命令添加
#c ......
<!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
一般说来,
Linux
社区版总有点儿凑合的意思,人们不敢使用,但是,也有例外的情况。比如,冠名为
Mint
的
Linux
发行版。具体情况是怎样的呢?
......
Linux version
[1] 2.6.10
2.6 version number, 10 release number
[2] 2.6.10 and 2.6.11
They can differ significantly even in core components and in fundamental algorithms
[3] 2.6.11.12
when a new kernel release appears, it is potentially unstable and buggy. To address this problem, the kern ......