Anwar

Posts

How to specify nano or vim as editor for crontab file

If you want to specify an editor, when opening crontab file. And not just use the default for your system. You need to use VISUAL environment variable....

How to disable HTTPs for cscart

I have some problems on my hosting server with ssl. Cant access my backend because, before the problems on the server I turned ssl on....

How to redirect all visitors except your IP to another website?

Sometimes you may need to redirect your visitors to another website, but still be able to access your website from your IP. This can easily...

How to run wamp with windows firewall

i solved the problem by disabling the firewall for port 80. Go to Search on right side of windows. search “firewall”. open the “firewall with...

How to update the max_connections setting in MySQL

If you are getting “too many connections” errors in MySQL you can change the max_connections setting to allow more connections, assuming you have enough RAM...

How to get paypal api username password and signatureinformation/

Putler – our business analysis and insight tool for PayPal merchants requires your PayPal API information to retrieve your account balance and perform other calculations....

How to save terminal history manually?

To save bash history manually to a file: history -w ~/history.txt vim ~/history.txt It exports the history to a file called history.txt. You can then...

How to jailbreak iphone 3g-421

For Those Who Would Rather Read (Written Instructions) The next part of the process is to get your device ready for Redsn0w to do the...

laravel Allowed memory size of 134217728 bytes exhausted (tried to allocate 131072 bytes)

  Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16 bytes) in /Applications/AMPPS/www/project/vendor/symfony/console/Symfony/Component/Console/Command/Command.php on line 57 I couldn’t find the proper...