Mod Rewrite generator
Trés pratique pour générer des regex
http://www.generateit.net/mod-rewrite/index.php
http://www.regexr.com/
Trés pratique pour générer des regex
http://www.generateit.net/mod-rewrite/index.php
http://www.regexr.com/
Development, Software, Hardware, System, Network, API, WebService, Programmation and co..
sudo yum update
sudo yum -y install gcc gcc-c++
sudo yum -y install sqlite-devel ruby-devel
sudo gem install mailcatcher
mailcatcher --help to see what options are available.mailcatcher --ip [your-vultr-ip-address] on your terminal. Your output should look similar to the following:root@install:~# mailcatcher --ip [your-vultr-ip-address]
Starting MailCatcher
==> smtp://[your-vultr-ip-address]:1025
==> http://[your-vultr-ip-address]:1080
*** MailCatcher runs as a daemon by default. Go to the web interface to quit.
http://[your-vultr-ip-address]:1080 and you'll see MailCatcher's web interface. Configure your application to use an SMTP host of your Vultr IP Address and port 1025 and send out some test emails. These emails will appear on MailCatcher's web interface.http://[your-vultr-ip-address]:1080 from your web browser again.sudo firewall-cmd --zone=public --add-port=1080/tcp --permanent
sudo firewall-cmd --zone=public --add-service=http --permanent
sudo firewall-cmd --reload
firewall-cmd --get-active-zonesfirewall-cmd --zone=public --list-allfirewall-cmd --permanent --zone=public --add-port=80/tcpfirewall-cmd --permanent --zone=public --add-port=123/udpsystemctl restart firewalld.servicesudo firewall-cmd --permanent --zone=public --add-service=http