Anwar

Posts

Installing Pure-FTPd

vsFTPd, ProFTPD and PureFTPd are great choices for an FTP server that all work well. Each has a GUI applications available to help manage settings. However PureFTPd is...

Installing and Setting Up Squid Proxy Server on Ubuntu or Debian

Squid is a caching and forwarding web proxy. It is most often used in conjunction with a traditional LAMP stack (Linux, Apache, MySQL, PHP), and...

Install magento 2

Step 7: Install Magento 2 Access to this address http://localhost.com/magento2, you will get this Magento Setup Wizard as the following: https://www.mageplaza.com/devdocs/how-install-magento-2-ubuntu.html https://devdocs.magento.com/guides/v2.3/install-gde/composer.html https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html https://www.simicart.com/blog/magento-2-composer/  

Install lamp ubuntu 18

Install LAMP Ubuntu 18.04 Using the tasksel command the procedure of installing LAMP on Ubuntu 18.04 Bionic Beaver is a rather trivial matter. First, make sure that...

Imap how can enable imap in php ini

On Ubuntu and debian a better way is to enable it this way: sudo apt install php-imap sudo phpenmod imap sudo service apache2 restart On...

Htaccess redirect all urls except some and exclude my own ip

Yes that looks pretty okay to me. Two minor suggestions: Add a $ after the IP RewriteCond. For this example 11.11.11.11, 11.11.11.110, 11.11.11.111, 11.11.11.112, etc...

How to to enable mikrotik routeros web proxy in transparent mode

MIKROTIK :Howto Redirect HTTP traffic to SQUID with Original Source Client IP Howto to enable Mikrotik RouterOS Web Proxy in Transparent Mode http://wiki.mikrotik.com/wiki/Proxy_on_RouterBOARD%27s_external_drive

How to set up mod rewrite for apache on ubuntu 14 04

Introduction In this tutorial, we will activate and learn how to manage URL rewrites using Apache2’s mod_rewrite module. This tool allows us to rewrite URLs in a...

How to install linux apache mysql php lamp stack on ubuntu 14 04

Introduction A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and...