-
Published Answer
Today, I attempted to add or set the sender email or From address in my command line test
echo "This is the body of the email...
•
By
johnrobertkosanovic
-
Published Answer
I reconfigured postfix by running sudo dpkg-reconfigure postfix This time I made sure to use americanpharoah.ca which is corr…
•
By
johnrobertkosanovic
-
Published Answer
Hmm, removed what I had there so now it is justmyhostname =
then I restarted Postfix
but now I get process exited with a no…
•
By
johnrobertkosanovic
-
Published Question
I installed postfix following this tutorial. https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-debian-9 However, I had to edit the first line of the m...
4
•
•
By
johnrobertkosanovic
Email
Debian 9
-
Published Question
Debian 9 (1 GB RAM, 25 GB storage)
Apache
MariaDB
PHP 7.2
Composer and Laravel installed successfully
Then, attempted to add a package with composer ...
ran following line in Putty
composer require mobiledetect/mobile...
Accepted Answer:
The OS you're using plays an integral role in memory management, one of the easy hacks to eliminate these memory errors is to add Swap memory file and SSD storage also helps in faster swaps. Refer to the tutorial belo...
1
•
•
By
johnrobertkosanovic
LAMP Stack
PHP Frameworks
-
Published Question
Debian 9
Apache 2
MariaDb
PHP 7.0.33
installed composer
installed laravel globally
Attempted to update to PHP 7.2 by...
sudo apt update
sudo apt install php7.2 but get error unable to locate package
the Arr.php file ...
Accepted Answer:
Hello,
Indeed I believe that this is due to the PHP version, can you confirm your current PHP version?
You could try following the steps here on how to install PHP 7.2 on Debain:
https://linuxhostsupport.com/blog/how-...
1
•
•
By
johnrobertkosanovic
PHP
LAMP Stack
PHP Frameworks
Debian 9
-
Published Question
I am a novice. In Cloudways, I made a rudimentary website running with PHP 7 (with Laravel), connected to a MySQL database. I believe the server had Debian OS pre-installed. I see that Digital Ocean has $5 per month...
Accepted Answer:
Hi John,
Yes, I would strongly recommend that. I've used this for the training for my team of system administrators.
It's great because you can deploy servers in less than 30 seconds and you have full root access. If ...
1
•
•
By
johnrobertkosanovic
Getting Started
LAMP Stack
Debian