Comments for RoseHosting https://www.rosehosting.com/blog/ Premium Linux Tutorials Since 2001 Fri, 07 Jun 2024 16:27:21 +0000 hourly 1 https://wordpress.org/?v=6.5.4 Comment on How to Install Bitwarden on Ubuntu 22.04 by Gurjinder Kang https://www.rosehosting.com/blog/how-to-install-bitwarden-on-ubuntu-22-04/#comment-49147 Fri, 07 Jun 2024 16:27:21 +0000 https://www.rosehosting.com/blog/?p=47922#comment-49147 I had to run following command before install ./bitwarden install

Following command fixed some python related errors which looks like bitwarden is depends on.
sudo apt-get install python3-pip

]]>
Comment on How to Install Docker CE on Ubuntu 22.04 by Gilbert https://www.rosehosting.com/blog/how-to-install-docker-ce-on-ubuntu-22-04/#comment-49146 Fri, 07 Jun 2024 15:14:24 +0000 https://www.rosehosting.com/blog/?p=44916#comment-49146 First of all, thank you for your article.

Just two suggestions:

1) Create the file /etc/apt/trusted.gpg.d/docker.gpg instead of using file /etc/apt/trusted.gpg to store the gpg key.

curl -sS https://download.docker.com/linux/ubuntu/gpg | gpg –dearmor | sudo tee /etc/apt/trusted.gpg.d/docker.gpg >/dev/null

2) Use the repository Docker for Ubuntu 22.04 jammy

sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy stable”

Thanks again for your article which allowed me to install docker quickly under ubuntu 22.04!

]]>
Comment on How To Setup Apache, PHP & MongoDB on Ubuntu 20.04 by Jose Carlos https://www.rosehosting.com/blog/how-to-setup-apache-php-mongodb-on-ubuntu-20-04/#comment-49145 Sun, 02 Jun 2024 18:07:27 +0000 https://www.rosehosting.com/blog/?p=41080#comment-49145 You should create a docker instace with all this done, Thanks for the info

]]>
Comment on How to Install Odoo 17 on Ubuntu 24.04 by Jorge Torselli https://www.rosehosting.com/blog/how-to-install-odoo-17-on-ubuntu-24-04/#comment-49142 Wed, 29 May 2024 13:38:04 +0000 https://www.rosehosting.com/blog/?p=48183#comment-49142 Great tutorial, nice work! it helped a lot. Now I’ll just update to be able to access through https and set. Thanks a lot

]]>
Comment on How to Install WordPress on Debian 12 by Howard Rogers https://www.rosehosting.com/blog/how-to-install-wordpress-on-debian-12/#comment-49141 Wed, 29 May 2024 11:07:53 +0000 https://www.rosehosting.com/blog/?p=46580#comment-49141 Nice advice, but it’s not obvious how you issue the create user/create database commands: you’re missing the tiny detail that you have to issue the command ‘sudo mysql’ before you can start issuing SQL statements!
Apart from that, I could not initiate the WordPress install by visiting http://localhost. I think that’s because there’s a 000-default.conf in /etc/apache2/sites-available, and it takes precedence over the wordpress.conf your instructions have us create. I did a sudo mv 000-default.conf 000-default.conf.bkp, followed by a systemctl restart apache2 to fix that. Obviously, a2dissite 000-default might have been preferable at that point! Anyway: relatively minor nit-picks. Thanks for the step-by-step instructions.

]]>
Comment on Configure PHP-FPM with Nginx on Ubuntu 22.04 by Rich https://www.rosehosting.com/blog/configure-php-fpm-with-nginx-on-ubuntu-22-04/#comment-49140 Tue, 28 May 2024 22:40:55 +0000 https://www.rosehosting.com/blog/?p=43035#comment-49140 Once you create the new pool file for php-fpm, you need to restart php-fpm.

]]>
Comment on How to Install SuiteCRM on Ubuntu 20.04 by admin https://www.rosehosting.com/blog/how-to-install-suitecrm-on-ubuntu-20-04/#comment-49139 Sat, 25 May 2024 13:37:51 +0000 https://www.rosehosting.com/blog/?p=40337#comment-49139 In reply to Likhith R.

To hide ‘index.php’ from your URL, you need to use URL rewriting with an ‘.htaccess’ file.

]]>
Comment on How to Install SuiteCRM on Ubuntu 20.04 by Likhith R https://www.rosehosting.com/blog/how-to-install-suitecrm-on-ubuntu-20-04/#comment-49138 Fri, 24 May 2024 06:41:28 +0000 https://www.rosehosting.com/blog/?p=40337#comment-49138 followed the same approach but the site loads on www.domain.com/index.php#/
Did I miss something

]]>