perloader

命令行FTP上传

yum install lftp lftp xx.xx.xx.xx -u 用户名,密码 mput *.zip  上传 ls -l 文件列表 mget *.txt 下载 mrm *.zip 删除 bye  

.

Read more

Centos 安装 ifstat

wget  http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz tar xzvf ifstat-1.1.tar.gz cd ifstat-1.1 ./configure make make install

.

Read more

查找僵死进程并杀死

一台服务器出现几百个同一进程,都是僵尸进程。   使用命令找出僵死进程: ps -A -o stat,ppid,pid,cmd | grep -e ‘^[Zz]’ 一条简单的命令,直接查找僵死进程,然后将父进程杀死~ ps -A -o stat,ppid,pid,cmd | grep -e ‘^[Zz]’ | awk ‘{print $2}’ | xargs kill -9

.

Read more

install XFileSharing Pro 2.4 extra file server

#wget http://ftp.tu-chemnitz.de/pub/linux/dag/redhat/el7/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm #rpm -Uvh rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm yum update yum install httpd iptables -F service httpd restart #systemctl restart httpd.service #sestatus setenforce 0 ip访问 “It works!” yum install php yum install perl-CGI perl-libwww-perl.noarch perl-DBI perl-DBD-MySQL perl-GD perl-Cache-Memcached 添加域名,/etc/httpd/conf/httpd.conf LimitRequestBody 10485760000 AddHandler cgi-script .cgi .py .sh .pl <VirtualHost *:80> ServerName ru01.jolinfile.com DocumentRoot /var/www/html/ru01 <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory […]

.

Read more

cinipac:罗马尼亚

2 CPUs 2 GB RAM Memory 50 GB HDD Unmetered Traffic 18.00 € /month 回Tk超慢,设置用了一星期,Bitcoin付款。VPS没有控制面板,只有root账号。 IO有点惨。。。 只允许放版权链接和种子,直接的文件甚至图片都不行,所以基本out. ———————————————————————- CPU model : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz Number of cores : 2 CPU frequency : 2666.761 MHz Total amount of ram : 1840 MB Total amount of swap : 2047 MB System uptime : 0days, […]

.

Read more

开机自动运行.sh程序

vi /etc/rc.d/rc.local 这里可以看到服务器上面所有开机自动运行的程序,后面那个& 意思是后台运行。 iptables -F & service mysqld restart & service httpd restart & setenforce 0  &   service crond start 0 2 * * * /sbin/reboot

.

Read more

Russia VPS

https://justhost.ru/services/vps 4$ 2 CPU Core 1 GB RAM SSD   https://gmhost.hosting/en/service/ssd-vps#undefined Ukraine/18$ 2 CPU Core 4 GB RAM SSD     http://ukrdc.net/en/index.html 13$ 2 CPU Core 2 GB RAM HDD   https://profitserver.ru/en/services/vds/ 10.22$ 2 CPU Core 4 GB RAM SSD   http://ispserver.com/en/products/vps 25€ 3 CPU Core 4 GB RAM SSD   http://cyberry.pro/vps.html 3.97$ 2 CPU Core […]

.

Read more

Meebox:Denmark丹麦

https://meebox.net/en/cloud-vps/ Denmark/4$ 1  vCPU 512 MB Memory   ———————————————————————- CPU model : QEMU Virtual CPU version (cpu64-rhel6) Number of cores : 1 CPU frequency : 2199.998 MHz Total amount of ram : 486 MB Total amount of swap : 1023 MB System uptime : 0days, 1:0:27 Load average : 0.00, 0.39, 0.68 OS : CentOS […]

.

Read more

Hetnix:罗马尼亚

https://www.hetnix.com/vps-vds.xml Romania/6 € 1 CPU Core 1 GB RAM DDR3 ECC   ———————————————————————- CPU model : QEMU Virtual CPU version (cpu64-rhel6) Number of cores : 1 CPU frequency : 2667.176 MHz Total amount of ram : 996 MB Total amount of swap : 0 MB System uptime : 0days, 1:38:29 Load average : 0.15, 0.14, […]

.

Read more
xyz