一、安装samba软件 1、使用yum -y install samba samba-client samba-common安装Samba 2、查看S...
Laravel 初体验——安装(一)
前言:首先你必须有LAMP或LNMP环境,这里我们不再做介绍。我的环境为LANMP环境,即nginx做前端反向代理,apache处理动态php请求,php版本为5.4.42,mysql版本为:5.5....
C语言检测USB口
#include <stdio.h> #include <stdlib.h> #include <error.h> #include&...
自动登录FTP
#!/bin/sh ftp -n<<! open 192.168.1.1 user youruser yourpassword cd we...
Making RPM packet for Libmcrypt on CentOS 7 X86_64
1. Pre enviroement First ,we have to install some necessary tools--rpmdevtools ,just type command as...