随笔分类 -  Centos

Centos 记录
centos7 搭建openvpn服务器
摘要:Introduction OpenVPN是一个开源代码的VPN应用程序,可让您在公共互联网上安全地创建和加入专用网络。相比pptp,openvpn更稳定、安全。 本篇博客主要介绍下面两点: 1. Centos 7下安装与配置OpenVPN; 2. 客户端连接OpenVPN服务器(window 、Ub 阅读全文

posted @ 2018-01-05 09:55 涛涛宝贝 阅读(48732) 评论(3) 推荐(0)

Win7 通过Smb共享CentOS文件步骤
摘要:Win7 通过Smb共享CentOS文件 1,Smb安装配置 具体可以自行百度 2,关闭防火墙和SELinux 单单禁用防火墙还不行 防火墙关闭 /etc/init.d/iptables stop /etc/init.d/iptables status 或者 service iptables sta 阅读全文

posted @ 2016-03-08 14:20 涛涛宝贝 阅读(521) 评论(0) 推荐(0)

Linux下用sudo 命令时出现 is not in the sudoers file
摘要:当我们使用sudo命令切换用户的时候可能会遇到提示以下错误: xxx is not in the sudoers file. This incident will be reported, xxx是你当前的用户名,究其原因是用户没有加入到sudo的配置文件里 解决方法: 切换到root用户, $ s 阅读全文

posted @ 2016-03-08 14:19 涛涛宝贝 阅读(794) 评论(0) 推荐(0)

导航