近来读书,做些笔记,来年好翻翻。
本文所使用的操作系统为 CentOS7.0,如果不想装双系统的可以装虚拟机,可以参考这里:
http://blog.csdn.net/alex_my/article/details/38142229
Files and Directories
1 stat, fstat, lstat, fstatat
...
分类:
其他好文 时间:
2014-09-10 19:33:31
阅读次数:
193
Just follow this:http://www.haiyun.me/archives/centos-freeradius-daloradius-ros.html, and I will list something different in CentOS7#1:CentOS7 replace...
分类:
其他好文 时间:
2014-09-10 17:14:00
阅读次数:
231
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:
数据库 时间:
2014-09-10 01:37:39
阅读次数:
392
systemd的服务管理程序systemctl是最主要的工具。它融合 service 和chkconfig的功能于一体。你可以使用它永久性或只在当前会话中启用/禁用服务。下面命令用于列出正在运行的服务或其他: systemctl更多详细信息请参考手册页(man systemctl)。systemd-...
分类:
其他好文 时间:
2014-09-10 01:36:49
阅读次数:
310
使用的是linode的centos7系统,安装mysql发现已经默认的是mariadb。
但是不管是使用linode官网说明还是百度搜索到的的根本安装方法无法安装成功。
总是提示这一句:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
...
分类:
数据库 时间:
2014-09-09 13:07:08
阅读次数:
326
Installed the Ubuntu 14.04.1 on the Dell Inspiron 1420, now this computer had installed three OS, Windows Vista, RHEL7, Ubuntu 14.04.1...
分类:
其他好文 时间:
2014-09-09 12:42:28
阅读次数:
306
最近发现centos7的/etc/rc.local不会开机执行,于是认真看了下/etc/rc.local文件内容的就发现了问题的原因了#!/bin/bash
#THISFILEISADDEDFORCOMPATIBILITYPURPOSES
#
#Itishighlyadvisabletocreateownsystemdservicesorudevrules
#torunscriptsduringbootinsteadofusingthisfi..
分类:
其他好文 时间:
2014-09-06 18:49:04
阅读次数:
281
首先想到的是安装VMware Tools,安装成功后,配置好共享文件夹后,总是报这个错 无奈,只好另寻他法。 ????????随后又想到了,做个iso镜像,然后挂载在CDrom上,然后安装JDK成功,但是m...
分类:
数据库 时间:
2014-09-05 16:32:01
阅读次数:
277
Blog:http://www.simlinux.com许多系统管理员仍然使用ifconfig、route、arp、netstat命令组合来管理和排错网络配置,这些命令有net-tools包提供,但在ArchLinux、Centos7/RHEL7等发行版里面已经使用iproute2替代了net-toolsiproute2是另外一个网络配置工具,用来取代net-tools的..
分类:
Web程序 时间:
2014-09-05 16:30:22
阅读次数:
410
许多系统管理员仍然使用ifconfig、route、arp、netstat 命令组合来管理和排错网络配置,这些命令有net-tools包提供,但在Arch Linux、Centos7/RHEL7等发行版里面已经使用iproute2替代了net-toolsiproute2是另外一个...
分类:
Web程序 时间:
2014-09-05 14:37:02
阅读次数:
266