您的当前位置:首页 > 建站学院 > 服务器 > 
  • 如何在CentOS中设置VNC多用户登录

    服务器2025年05月17日

    转载自:http://blog.csdn.net/jkxsanger/article/details/8897306 1、安装VNC软件 yum install tigervnc tigervnc-server fontforge -y 2、配置多个用户用户下的vnc登录密码 #例如设置oracle用户的vnc登录密码: [oracle@oracle ~]...

  • CentOS7 搭建 python pypi 私有源

    服务器2025年05月17日

    (2)创建数据同步目录:/root/pypi(如果想存放到其他目录,可以通过软链接的方式更改) (3)开始同步数据,参考如下脚本: #!/bin/bash pypi_site="rsync://rsync.mirrors.ustc.edu.cn/pypi/web/" dest_dir="/root/pypi" log_file="/var/log/pypi...

  • CentOS 6.7中安装python3.5

    服务器2025年05月17日

    1.安装一些依赖的软件包 yum groupinstall "Development tools" yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-deve...

  • centos下安装texlive

    服务器2025年05月17日

    安装命令: sudo yum groupinstall tex support /yum的软件群组功能 sudo yum install texlive* /安装xelatex 注: 软件组tex support中没有xelatex ...

  • Installing BCM4313 driver in Centos6.2

    服务器2025年05月16日

    [user@host ~]$ /sbin/lspci | grep Broadcom //确定无线网卡型号05:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)07:00.0 Ethernet controll...

  • CentOS-Media.repo

    服务器2025年05月16日

    # CentOS-Media.repo## This repo is used to mount the default locations for a CDROM / DVD on# CentOS-6. You can use this repo and yum to install items directly off the# DVD ISO tha...

  • CentOS 6.0更新源

    服务器2025年05月16日

    中科大(http://centos.ustc.edu.cn/)的镜像站里面有Centos 6.0 镜像了。先备份一下/etc/yum.repos.d/CentOS-Base.repo #mv /etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.bak 然后把/etc/yum....

  • CentOS-Base.repo

    服务器2025年05月15日

    # CentOS-Base.repo## The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are updated to and# geographically c...

  • LAMP一键安装包-CentOS 5/6下自动编译安装Apache,MySQL,PHP

    服务器2025年05月15日

    http://www.centos.bz/lamp/ 此安装包已经不再维护,请使用新版http://www.centos.bz/ezhttp/。 适用环境: 系统支持:CentOS-5 (32bit/64bit)、CentOS-6 (32bit/64bit) 内存要求:≥256M 安装了什么: 1、Apache 2.2.22或Apache 2.4.2 2、...

  • centos7 docker更换源地址(阿里云)

    服务器2025年05月15日

    确认安装docker完成后并正常启动 mkdir -p /etc/docker cd /etc/docker/daemon.json 没有就创建一个daemon.json touch daemon.jsonvim daemon.json添加{ "registry-mirrors": ["https://rvof9czj.mir...