服务器1小时前
1) 1. 更换阿里云源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo #...
服务器12小时前
在安装python3.7,配置编译路径时会遇到以下问题: configure: error: no acceptable C compiler found in $PATH See `config.log' for more details 查看得知没有找到合适的编译器。 可以使用下面的命令安装编译器,解决./configure时报错。 sudo yum ...
服务器16小时前
一、crond简介 crond是linux下用来周期性的执行某种任务或等待处理某些事件的一个守护进程,与windows下的计划任务类似,当安装完成操作系统后,默认会安装此服务工具,并且会自动启动crond进程,crond进程每分钟会定期检查是否有要执行的任务,如果有要执行的任务,则自动执行该任务。 Linux下的任务调度分为两类,系统任务调度和用户任务调度...
服务器前天 16:32
转载自:http://blog.csdn.net/jkxsanger/article/details/8897306 1、安装VNC软件 yum install tigervnc tigervnc-server fontforge -y 2、配置多个用户用户下的vnc登录密码 #例如设置oracle用户的vnc登录密码: [oracle@oracle ~]...
服务器前天 15:36
(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...
服务器前天 13:30
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...
服务器前天 06:00
安装命令: sudo yum groupinstall tex support /yum的软件群组功能 sudo yum install texlive* /安装xelatex 注: 软件组tex support中没有xelatex ...
服务器前天 14:56
[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...
服务器前天 11:13
# 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...
服务器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....