上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 154 下一页
摘要: 一、Nginx简介 Nginx是一个web服务器也可以用来做负载均衡及反向代理使用,目前使用最多的就是负载均衡,具体简介我就不介绍了百度一下有很多,下面直接进入安装步骤 二、Nginx安装 1、下载Nginx及相关组件 Linux系统是Centos 6.5 64位,我直接切换到root用户下安装 进 阅读全文
posted @ 2020-04-23 14:59 lclc 阅读(14348) 评论(0) 推荐(0)
摘要: Linux 查看端口占用情况可以使用 lsof 和 netstat 命令。 lsof lsof(list open files)是一个列出当前系统打开文件的工具。 lsof 查看端口占用语法格式: lsof -i:端口号 实例 查看服务器 8000 端口的占用情况: # lsof -i:8000 C 阅读全文
posted @ 2020-04-23 14:57 lclc 阅读(1694) 评论(0) 推荐(0)
摘要: 进入目录:/home/weblogic/user_projects/domains/base_domain/bin 查看目录下的命令,如图: 启动WebLogic: 1 [root@dev bin]# ./startWebLogic.sh 停止WebLogic: 1 [root@dev bin]# 阅读全文
posted @ 2020-04-21 15:49 lclc 阅读(1353) 评论(0) 推荐(0)
摘要: I ran into this error the first time I restarted Weblogic on one of my installs, the only reference that I was able to find is the error description b 阅读全文
posted @ 2020-04-21 15:46 lclc 阅读(318) 评论(0) 推荐(0)
摘要: 【原文】:http://blog.chinaunix.net/uid-23886490-id-3565998.html 一.安装前准备 1.内存及swap要求 至于swap如何添加,后文将提到 1 2 grep MemTotal /proc/meminfo grep SwapTotal /proc/ 阅读全文
posted @ 2020-04-12 01:03 lclc 阅读(741) 评论(0) 推荐(0)
摘要: 1、# uname -a (Linux查看版本当前操作系统内核信息) 2、# cat /proc/version (Linux查看当前操作系统版本信息) 3、# cat /etc/issue 或 cat /etc/redhat-release (Linux查看版本当前操作系统发行版信息) 4、# c 阅读全文
posted @ 2020-04-12 01:01 lclc 阅读(520) 评论(0) 推荐(0)
摘要: 只需要三步:sudo yum -y groups install "GNOME Desktop"sudo systemctl set-default graphical.targetsudo reboot如果你想要开机默认进入命令行模式:echo "exec gnome-session" >> ~/ 阅读全文
posted @ 2020-04-12 01:00 lclc 阅读(1726) 评论(0) 推荐(0)
摘要: 一、linux安装(root用户操作) 1. 安装vncserver; yum install tigervnc-server 2. 安装vncviewer; yum install vnc 3. 设置密码: vncpasswd 4. 启动vncserver: vncserver 4. 停止并禁用防 阅读全文
posted @ 2020-04-12 00:58 lclc 阅读(2724) 评论(0) 推荐(0)
摘要: vnc服务端机器地址:10.165.38.68 vnc客户端机器地址:本机(windows机器) vnc客户端包:vnc_82537_82537.rar (百度云盘下载地址:http://pan.baidu.com/s/1pLo6MGN 密码:rhjy) 在linux机器上安装vnc服务端,然后通过 阅读全文
posted @ 2020-04-12 00:57 lclc 阅读(1883) 评论(0) 推荐(0)
摘要: 正文 CentOS 7 默认是没有图形化界面的,但我们很多人在习惯了 Windows 的图形化界面之后,总是希望有一个图形化界面从而方便我们使用,这里介绍一下 CentOS7安装图形化桌面系统的方法。 一、进入 root 模式 因为权限限制,所以我们需要进入 root 模式,开机使用 root 登陆 阅读全文
posted @ 2020-04-12 00:56 lclc 阅读(1245) 评论(0) 推荐(0)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 154 下一页