简述 >> FTP: 1. Install FTP service on Linux(Red Hat) as root user [root]# yum install ftp 2. Configure FTP as root user a) Be clear with below properties, and configure them in the file /etc/vsftpd/vsftpd.conf as root user # Uncomment this to allo…
For example, change mysql data directory from /var/lib/mysql to /var/data/mysql Step1: Copy the /var/lib/mysql to new name /var/lib/mysqlnew cp -prvf /var/lib/mysql /var/lib/mysqlnew sudo vi /etc/mysql/my.cnf Looking for: datadir = /var/lib/mysql Ch…
本来这篇博文应该在上周就完成的,可无奈,最近工作比较忙,没有时间写,所以推迟到了今天.可悲的是,今天也没有太多的时间,所以决定给大家贴出源码,不做详细的分析说明,如果有不懂的,可以给我留言,我们共同讨论. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using Sys…