
Linux
文章平均质量分 72
woini213
这个作者很懒,什么都没留下…
展开
-
Shell 自定义解压
Linux: Red Hat Enterprise Linux 5 写了一个名为 smartzip.sh 的脚本,该脚本可以自动解压bzip2, gzip和zip 类型的压缩文件: smartzip.sh #!/bin/bash ftype="$(file "$1")" case "$ftype" in "$1: Zip archive"*) ...原创 2013-04-10 16:06:10 · 150 阅读 · 0 评论 -
Red Hat Linux 安装 JDK
linux版本: RedHat Linux 9.0 i386 (Shrike) jdk: jdk-6u45-linux-i586-rpm.bin http://pan.baidu.com/s/1i3ImIv7 步骤: 1. 在linux的/opt/ 下建文件夹 softwares,在 softwares 下建文件夹 jdk; 2. 使用 FileZilla Clie...原创 2015-06-20 14:11:59 · 223 阅读 · 0 评论 -
Red Hat Linux 安装 Eclipse
环境:linux版本: RedHat Linux 9.0 i386 (Shrike)jdk: jdk-6u45-linux-i586-rpm.bin (已安装,见 http://xurichusheng.iteye.com/blog/2221012)eclipse: eclipse-jee-indigo-SR2 (3.7) 步骤:1. 在linux的/opt/softwares 下建文...原创 2015-06-20 15:43:17 · 430 阅读 · 0 评论 -
openSUSE 打开 sshd
操作系统:openSUSE-Leap-42.1 64位 (即 openSUSE-Leap-42.1-DVD-x86_64.iso) 远程连接工具:SecureCRT 在 VMware Workstation 中安装 openSUSE,已经配置好网络连接,使用 SecureCRT 远程连接,第一次连接的时候,连接失败,原因是 openSUSE 的 ssh 服务默认是关闭的,需要将其打...原创 2015-11-20 13:08:15 · 418 阅读 · 0 评论