-
Published Answer
root@test:~# iptables -A INPUT -p tcp –dport 21 -j ACCEPT
root@test:~# iptables -A OUTPUT -p tcp –sport 21 -j ACCEPT
root@test:…
•
By
rebuild
-
Published Question
I have installed vsftp service this way on my serverip:
#apt-get install vsftpd
#useradd -d /home/ftp virtual
#chown virtual /home/ftp
#chmod 700 /home/ftp
#chown virtual /var/www
#chmod 775 /var/www ...
2
•
•
By
rebuild
-
Published Answer
The pre-installed wordpress is 14.04, it means that pre-installed wordpress can only
build on ubunt os ,how about debian?
I fin…
•
By
rebuild
-
Published Question
I have write an onekey installation script in bash,it is tested .
DEBIANFRONTEND=noninteractive DEBIANPRIORITY=critical
mysqlword="xyzzy"
echo mysql-server mysql-server/rootpassword password $mysqlword | debconf-set...
3
•
•
By
rebuild
-
Published Answer
solved as the web said.
•
By
rebuild
-
Published Question
Why CREATE USER wpuser@localhost; can't ; CREATE USER wpusers@localhost; can?
alt text http://i.imgur.com/j4sRFsg.png?1
alt text http://i.imgur.com/nskJaox.png
There is no user named wpuser in mysql.user,why can't cre...
1
•
•
By
rebuild
-
Published Answer
think to kamaln7 ,
sudo apt-get install dos2unix
dos2unix /root/initial.sh
sh /root/initial.sh
it is ok.
But problem remains…
•
By
rebuild
-
Published Question
Can i paste picture in this community--questions when to ask question?I feel that SOMETIMES it is better to describe my question in pictures than character.
1
•
•
By
rebuild
-
Published Question
In my droplet d1 in DigitalOcean ,i take a snapshot named s1,and then destroy the droplet d1,re-create a droplet d2,there is the s1 in the panel images--sanpshot .
When i want to restore from the snapshot , to enter i...
1
•
•
By
rebuild
-
Published Question
If i power off my droplet in twelve housrs everyday,and reboot it to run for 12 hours everyday,will i pay for half fee (2.5 dollar) every month?
1
•
•
By
rebuild
-
Published Question
The following bash scripts can be executed one by one in my debian7 console.
apt-get update
apt-get -y upgrade
apt-get install -y build-essential gcc libtool libxml2-dev libxslt1-dev openssl libssl-dev
wget http...
1
•
•
By
rebuild
-
Published Question
I have installed my python3 this way:
sudo apt-get install make gcc
wget https://www.python.org/ftp/python/3.4.0/Python-3.4.0.tgz
tar xf Python-3.4.0.tgz -C /usr/local/src/
cd /usr/local/src/Python-3.4.0/
./configure ...
1
•
•
By
rebuild
-
Published Question
My serverip is a.b.c.d in digitalocean,when login into my sftp with putty,i downloaded a video file name movie1 in /root , i want to watch the video file played,input mplayer movie1 (mplayer have benn installed in sft...
1
•
•
By
rebuild
-
Published Answer
apt-get install python3-setuptools
ok.
•
By
rebuild
-
Published Answer
My application is writen in python3 , it should be python3 installed in my droplet.
•
By
rebuild
-
Published Question
I want to install setuptools according to the web.
https://pypi.python.org/pypi/setuptools/#unix-wget
In my vps console:
root@online:~# python3
Python 3.4.0 (default, Oct 22 2014, 09:59:53)
[GCC 4.7.2] on linux
Type "...
4
•
•
By
rebuild
-
Published Question
I have bought a domain name " noxp.info" from godaddy , my DigitalOcean vps ip is x.y.z.w , and build a wordpress on x.y.z.w , now how can i bind my DigitalOcean vps ip with my domain name? when input "http://nox...
2
•
•
By
rebuild
-
Published Question
I have build a wordpress on my digitalocean vps, my digitalocean ip is x.y.z.w .
How can i fill out the Hostname,FTP Username,FTP Password ,Connection Type when i want to install the import plugin for my wordpres...
1
•
•
By
rebuild