-
Published Question
In the manual
https://www.digitalocean.com/community/tutorials/how-to-use-and-understand-action-objects-and-the-digitalocean-api
curl -X GET -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN...
1
•
•
By
elearn
PHP
-
Published Question
https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-private-network-dns-server-on-ubuntu-14-04
The material was read four times ,but i still can't set configuration in my status.
There is a min...
1
•
•
By
elearn
DNS
-
Published Answer
I am foolish,haha.
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/mail.key -out /etc/ssl/certs/mail…
•
By
elearn
-
Published Question
I am reading the material to build my email server.
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-postfix-e-mail-server-with-dovecot
Here is a something confused me in the material:
Setting up SSL...
1
•
•
By
elearn
Email
-
Published Question
To make http://127.0.0.1/wp jump to http://127.0.0.1:8080/wp ,and 127.0.0.1/wp jump to 127.0.0.1:8080/wp ,how to write the rewrite rule in /etc/apache2/apache2.conf
?
1
•
•
By
elearn
Apache
-
Published Question
My wordpress was built on 80 port of apache2.
Now i change apache2 configuration file,to make port 80 into 8080, everytime i input 127.0.0.1:8080/wp in the firefox ,it jump into 127.0.0.1/wp automatically, in order to...
1
•
•
By
elearn
Apache
WordPress
-
Published Question
The wordpress is been built on nginx ,the port is 8080 ,it can be visited at the form of
http://127.0.0.1:8080/wp/?p=4.
In my wordpress database:
select guid from wp_posts limit 2 ;
+-------------------------------+
...
1
•
•
By
elearn
Nginx
-
Published Answer
yes ssh and password to connect to my vps_ip at digitalocean.Do you need it to test the script?
•
By
elearn
-
Published Answer
No firewall ,nothing.
I met a big trouble!I try to set nginx configuration to test and test, install and uninstall many times.
…
•
By
elearn
-
Published Question
I have installed LEMP +wordpress on my 127.0.0.1/wp.
Now i want to make 80 into 8080,let 127.0.0.1:8080/wp can be visited.
edit nginx configuration
server {
listen 8080;
server_name 127.0.0.1;
root /var/www/html;
ind...
3
•
•
By
elearn
Nginx
WordPress
-
Published Answer
I am anxious to waiting for your script.
•
By
elearn
-
Published Answer
dear CrypticDesigns , i have no script to make my target done,would you mind write it for me ?Both the client and server script?
•
By
elearn
-
Published Question
I build everything as the materal
https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassassin
Then telnet my 993 port .
root@reborn:~# telnet mail.f...
1
•
•
By
elearn
Email
-
Published Question
https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassassin
In the material
mysqladmin -p create servermail
Log in as MySQL root user
mysql -u root -p
...
1
•
•
By
elearn
MySQL
-
Published Answer
groupadd -g 5000 vmail
useradd -g vmail -u 5000 vmail -d /var/mail
The two commands should be put at the beginning of the chap…
•
By
elearn
-
Published Question
I am installing mail server as the web:
https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassassin
In the middle of the material :
Verify permissions
E...
1
•
•
By
elearn
Email
-
Published Answer
In the client:
1.apt-get install -y curl
2.vim /home/getpublicip.sh
curl ipinfo.io/ip #That command can get my public ip…
•
By
elearn
-
Published Answer
No CrypticDesigns , all the customers in my zone are treated this way , the isp change our public ip per 30 minutes for everyone…
•
By
elearn
-
Published Question
Here is my zone file on my dns.
$ORIGIN f10.work.
$TTL 1800
f10.work. IN SOA ns1.digitalocean.com. hostmaster.f10.work. 1439986690 10800 3600 604800 1800
f10.work. 1800 IN NS ns1.digitalocean.com.
f10.work. 1800 IN NS...
2
•
•
By
elearn
DNS
-
Published Question
I have create a droplet in digitalocean,there is a vps_ip i can use.
In my home the way connected to the internet is: route+modem+adsl.
I built a wordpress on the local pc on my home.
The net status is as below when t...
6
•
•
By
elearn
Nginx