Comments for LinuxHostSupport https://linuxhostsupport.com/blog/ Linux Tutorials and Guides Thu, 22 Aug 2024 06:29:09 +0000 hourly 1 https://wordpress.org/?v=6.6.1 Comment on How to Install and Switch Python Versions on Ubuntu 22.04 by admin https://linuxhostsupport.com/blog/how-to-install-and-switch-python-versions-on-ubuntu-22-04/#comment-838 Thu, 22 Aug 2024 06:29:09 +0000 https://linuxhostsupport.com/blog/?p=1840#comment-838 In reply to Vishruth.

Please run the following commands as root and provide us with the output;

apt clean
apt update
apt install python3.6
free -m

]]>
Comment on How to Install and Switch Python Versions on Ubuntu 22.04 by Vishruth https://linuxhostsupport.com/blog/how-to-install-and-switch-python-versions-on-ubuntu-22-04/#comment-837 Wed, 21 Aug 2024 14:25:01 +0000 https://linuxhostsupport.com/blog/?p=1840#comment-837 Hi,

I’m also stuck with the segmentation fault error while trying to install pip for python3.6.

Thanks

]]>
Comment on How to Install PHP 8.3 on Ubuntu 24.04 by mrter2011@gmail.com https://linuxhostsupport.com/blog/how-to-install-php-8-3-on-ubuntu-24-04/#comment-836 Sat, 03 Aug 2024 11:53:39 +0000 https://linuxhostsupport.com/blog/?p=2078#comment-836 thank you so much.
it work!
(thailand)

]]>
Comment on How to Reset Your MySQL or MariaDB Root Password on Ubuntu 22.04 by iccha https://linuxhostsupport.com/blog/how-to-reset-your-mysql-or-mariadb-root-password-on-ubuntu-22-04/#comment-835 Wed, 05 Jun 2024 10:56:41 +0000 https://linuxhostsupport.com/blog/?p=1905#comment-835 Perfect!! It worked..

]]>
Comment on How to Install Go on Ubuntu 22.04 by Jan H. Kila van Zuijlen https://linuxhostsupport.com/blog/how-to-install-go-on-ubuntu-22-04/#comment-834 Sat, 01 Jun 2024 12:02:12 +0000 https://linuxhostsupport.com/blog/?p=1899#comment-834 Nice and concise!
Thank you.

]]>
Comment on How to Install Contao on Ubuntu 22.04 by admin https://linuxhostsupport.com/blog/how-to-install-contao-on-ubuntu-22-04/#comment-831 Fri, 19 Apr 2024 13:53:22 +0000 https://linuxhostsupport.com/blog/?p=1873#comment-831 In reply to Fritz Anthes.

You need to check the server configuration for more information about this.

]]>
Comment on How to Install Contao on Ubuntu 22.04 by Fritz Anthes https://linuxhostsupport.com/blog/how-to-install-contao-on-ubuntu-22-04/#comment-829 Thu, 18 Apr 2024 09:23:35 +0000 https://linuxhostsupport.com/blog/?p=1873#comment-829 Thank you very much for the detailed instructions. After running contao-manager.phar.php the following message is displayed: Security warning! The configuration directory is unprotected. The Contao Manager has recognized that its configuration files are publicly accessible…..
What rights must be given to the “yourdomain.com folder”?

]]>
Comment on How to Install and Switch Python Versions on Ubuntu 22.04 by admin https://linuxhostsupport.com/blog/how-to-install-and-switch-python-versions-on-ubuntu-22-04/#comment-825 Fri, 15 Mar 2024 07:48:37 +0000 https://linuxhostsupport.com/blog/?p=1840#comment-825 In reply to Iwan.

You can use the following command to install a package on a specific Python version: python3.6 -m pip install “package”

Remember to change the version number on the Python command to install the package in the version you want.

]]>
Comment on How to Install and Switch Python Versions on Ubuntu 22.04 by Iwan https://linuxhostsupport.com/blog/how-to-install-and-switch-python-versions-on-ubuntu-22-04/#comment-824 Fri, 15 Mar 2024 03:41:11 +0000 https://linuxhostsupport.com/blog/?p=1840#comment-824 Hi thanks for the tutorials, it works well. Thank you.

Is there any guide how to have different pip versions ? I already installed python 3.10, 3.6 and 3.5 however the pip only point out to python3.10.

Regards,
Iwan

]]>
Comment on How to Install and Configure Elasticsearch on AlmaLinux by admin https://linuxhostsupport.com/blog/how-to-install-and-configure-elasticsearch-on-almalinux/#comment-821 Tue, 23 Jan 2024 13:50:04 +0000 https://linuxhostsupport.com/blog/?p=1790#comment-821 In reply to T1.

Yes, it should be enabled=1. Thanks for letting us know about that, this has been fixed.

]]>
Comment on How to Install and Configure Elasticsearch on AlmaLinux by T1 https://linuxhostsupport.com/blog/how-to-install-and-configure-elasticsearch-on-almalinux/#comment-820 Mon, 22 Jan 2024 11:15:11 +0000 https://linuxhostsupport.com/blog/?p=1790#comment-820 In your repo file, it should be enabled=1 instead of enabled=0, right?

]]>
Comment on How to Install and Switch Python Versions on Ubuntu 22.04 by Nadine https://linuxhostsupport.com/blog/how-to-install-and-switch-python-versions-on-ubuntu-22-04/#comment-819 Mon, 15 Jan 2024 12:10:19 +0000 https://linuxhostsupport.com/blog/?p=1840#comment-819 Hi,

this is great – I searched for such a instruction quiet some time. Thank you!

It seems everything worked for me, but when I tried to install pip for python3.6 I got a segmentation fault. Do you have any idea how I could install pip?

Thanky you,
best,
Nadine

]]>
Comment on How to Install Asterisk on Ubuntu 20.04 by gabriel https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-20-04/#comment-818 Sun, 24 Dec 2023 05:20:23 +0000 https://linuxhostsupport.com/blog/?p=1429#comment-818 Hello, I am running virtualman as a control pannel on my box right now, am I going to have issues and conflicts with it installed if I follow this tutorial? thanks.

]]>
Comment on 5 Most Used Echo Commands in Linux With Examples by Tarhib IT https://linuxhostsupport.com/blog/5-most-used-echo-commands-in-linux-with-examples/#comment-815 Fri, 24 Nov 2023 08:29:04 +0000 https://linuxhostsupport.com/blog/?p=1723#comment-815 The echo command is one of the most fundamental and versatile tools in the Linux command-line arsenal. It’s primarily used for displaying text messages to the terminal, but it also offers various options for manipulating and formatting output.

]]>
Comment on How to Install Icinga 2 on Ubuntu by admin https://linuxhostsupport.com/blog/how-to-install-icinga-2-on-ubuntu/#comment-814 Fri, 03 Nov 2023 11:44:38 +0000 https://linuxhostsupport.com/blog/?p=1799#comment-814 In reply to Tom K.

Thanks for letting us know about that, this has been fixed.

]]>
Comment on How to Install Icinga 2 on Ubuntu by Tom K https://linuxhostsupport.com/blog/how-to-install-icinga-2-on-ubuntu/#comment-813 Fri, 03 Nov 2023 10:10:54 +0000 https://linuxhostsupport.com/blog/?p=1799#comment-813 Thanks for this but there is a hidden typo in Step3: icinga-archive-keyring.gpgt should be icinga-archive-keyring.gpg

]]>
Comment on How to Install SOGo on Ubuntu 20.04 by admin https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/#comment-812 Tue, 24 Oct 2023 08:02:31 +0000 https://linuxhostsupport.com/blog/?p=1349#comment-812 In reply to EtoileRousse.

Please make sure your Apache configuration matches the hostname defined in your SOGo.

]]>
Comment on How to Install SOGo on Ubuntu 20.04 by EtoileRousse https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/#comment-811 Tue, 24 Oct 2023 07:31:35 +0000 https://linuxhostsupport.com/blog/?p=1349#comment-811 Hello,

Great tutorial. However, I’m facing a problem. I followed the entire tutorial, but when I want to log in to the dashboard, it says ‘welcome SOGouser,’ and then I’m sent back to the login interface. I can’t seem to find a solution for it. Did I do something wrong?

]]>
Comment on How to Install and Switch Python Versions on Ubuntu 22.04 by admin https://linuxhostsupport.com/blog/how-to-install-and-switch-python-versions-on-ubuntu-22-04/#comment-808 Thu, 28 Sep 2023 08:15:37 +0000 https://linuxhostsupport.com/blog/?p=1840#comment-808 In reply to icke.

Are you facing any errors? The commands are the same, but repositories for certain versions of Python must be added manually.

]]>
Comment on How to Install and Switch Python Versions on Ubuntu 22.04 by icke https://linuxhostsupport.com/blog/how-to-install-and-switch-python-versions-on-ubuntu-22-04/#comment-807 Wed, 27 Sep 2023 08:56:28 +0000 https://linuxhostsupport.com/blog/?p=1840#comment-807 i would like to do something similar on ubuntu23.04
but unfortuately this is not working

]]>
Comment on How to Install Asterisk on Ubuntu 16.04 by Kenny https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-806 Mon, 25 Sep 2023 10:08:22 +0000 https://linuxhostsupport.com/blog/?p=617#comment-806 i got below messages when i enter “sudo systemctl status asterisk”

9월 25 18:55:21 ubuntu16 asterisk[14647]: rc_read_dictionary couldn’t open diction
9월 25 18:55:21 ubuntu16 asterisk[14647]: could not load dictionary
9월 25 18:55:21 ubuntu16 asterisk[14647]: rc_read_dictionary couldn’t open diction
9월 25 18:55:21 ubuntu16 asterisk[14647]: could not load dictionary

so i just make a directory “/etc/radcli/dictionary” and the above message is gone.

]]>
Comment on How to Install LDAP on CentOS 7 by admin https://linuxhostsupport.com/blog/how-to-install-ldap-on-centos-7/#comment-805 Fri, 15 Sep 2023 09:34:21 +0000 https://linuxhostsupport.com/blog/?p=457#comment-805 In reply to Irfan Haque.

Please make sure that your system is connected to the Internet.

]]>
Comment on How to Install LDAP on CentOS 7 by Irfan Haque https://linuxhostsupport.com/blog/how-to-install-ldap-on-centos-7/#comment-803 Tue, 12 Sep 2023 08:10:39 +0000 https://linuxhostsupport.com/blog/?p=457#comment-803 I am using “yum update” command, but getting below error. how to resolve it?
[root@Linux-reg1 ~]# yum update
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#7 – “Failed to connect to 2a05:d012:8b5:6503:9efb:5cad:348f:e826: Network is unreachable”

One of the configured repositories failed (Unknown),
and yum doesn’t have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work “fix” this:

1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum –disablerepo= …

4. Disable the repository permanently, so yum won’t use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use –enablerepo for temporary usage:

yum-config-manager –disable
or
subscription-manager repos –disable=

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager –save –setopt=.skip_if_unavailable=true

Cannot find a valid baseurl for repo: base/7/x86_64

]]>
Comment on How to Migrate Odoo from one Server to Another by ayman https://linuxhostsupport.com/blog/how-to-migrate-odoo-from-one-server-to-another/#comment-801 Sun, 20 Aug 2023 07:57:02 +0000 https://linuxhostsupport.com/blog/?p=225#comment-801 Thanks a lot for your help.

]]>
Comment on How To Install Drupal 9 CMS on Ubuntu 20.04 by Inotlikevim https://linuxhostsupport.com/blog/how-to-install-drupal-9-cms-on-ubuntu-20-04/#comment-800 Fri, 18 Aug 2023 06:23:38 +0000 https://linuxhostsupport.com/blog/?p=1639#comment-800 Hello,

I am a newbie in creating Webpages and would add replace the sentence ‘Navigate to http://yourdrupaldomain.com and initiate the installation’ with ‘Navigate to /drupal’. It took a couple of hours to check that I must use this path because there is my unziped file of drupal.

]]>
Comment on How to Install Icinga 2 on Ubuntu by AK https://linuxhostsupport.com/blog/how-to-install-icinga-2-on-ubuntu/#comment-797 Fri, 21 Jul 2023 09:36:13 +0000 https://linuxhostsupport.com/blog/?p=1799#comment-797 Worked a treat!

]]>
Comment on How to Install Postal Mail Server on an Ubuntu 16.04 VPS by Liana https://linuxhostsupport.com/blog/how-to-install-postal-mail-server-on-an-ubuntu-16-04-vps/#comment-795 Wed, 12 Jul 2023 07:18:06 +0000 https://linuxhostsupport.com/blog/?p=121#comment-795 thanks for info

]]>
Comment on How To Create a New User and Grant Permissions in MySQL by Liana https://linuxhostsupport.com/blog/how-to-create-a-new-user-and-grant-permissions-in-mysql/#comment-794 Mon, 10 Jul 2023 08:28:16 +0000 https://linuxhostsupport.com/blog/?p=1447#comment-794 thanks for info

]]>
Comment on How to Install Asterisk on Ubuntu 20.04 by Limbona https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-20-04/#comment-790 Fri, 09 Jun 2023 14:23:14 +0000 https://linuxhostsupport.com/blog/?p=1429#comment-790 très bon tutoriel

]]>
Comment on How to Search Files on the Linux Terminal by Stribor9322 https://linuxhostsupport.com/blog/how-to-search-files-on-the-linux-terminal/#comment-786 Mon, 29 May 2023 07:33:14 +0000 https://linuxhostsupport.com/blog/?p=1606#comment-786 Magnificently done. Executed to perfection and will help people in need for sure. Thank you and god bless.

]]>
Comment on How to Search Files on the Linux Terminal by Ramin https://linuxhostsupport.com/blog/how-to-search-files-on-the-linux-terminal/#comment-784 Fri, 19 May 2023 05:22:52 +0000 https://linuxhostsupport.com/blog/?p=1606#comment-784 Really helpful.

]]>
Comment on 5 Most Used Touch Commands in Linux With Examples by Liana https://linuxhostsupport.com/blog/5-most-used-touch-commands-in-linux-with-examples/#comment-782 Tue, 02 May 2023 13:12:56 +0000 https://linuxhostsupport.com/blog/?p=1720#comment-782 thanks for info

]]>
Comment on How To Install GCC on CentOS 7 by Amitav Ray https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-779 Sat, 08 Apr 2023 06:15:59 +0000 https://linuxhostsupport.com/blog/?p=502#comment-779 Thanks

]]>
Comment on How to Import an SQL File Into MySQL Database by Bob https://linuxhostsupport.com/blog/how-to-import-an-sql-file-into-mysql-database/#comment-775 Thu, 23 Mar 2023 21:17:53 +0000 https://linuxhostsupport.com/blog/?p=597#comment-775 Thanks for the infos. Made life easier …

]]>
Comment on How to Install Webuzo v3 on Ubuntu 20.04 by Gawie Schneider https://linuxhostsupport.com/blog/how-to-install-webuzo-v3-on-ubuntu-20-04/#comment-772 Sat, 18 Mar 2023 13:34:45 +0000 https://linuxhostsupport.com/blog/?p=1657#comment-772 Hi,

I have followed everything to the T, but for some reason I’m unable to login to webuzo. I have updated the root account of my fresh ubuntu installation to ensure I can login with it. I have updated / changed the password, but I’m still unable to login to webuzo.

Was there something specific that you had to do that’s not listed here? Perhaps something I missed during my ubuntu installation?

I need help please

]]>
Comment on How To Install Drupal 9 CMS on Ubuntu 20.04 by Aron Kovacs https://linuxhostsupport.com/blog/how-to-install-drupal-9-cms-on-ubuntu-20-04/#comment-770 Tue, 14 Mar 2023 11:53:33 +0000 https://linuxhostsupport.com/blog/?p=1639#comment-770 Hi there,

First of all, thank you!
This manual is exactly what i was looking for, specially as the one in Drupal’s documentation is quiet inaccurate.

Second thing is, i just did the steps for Drupal 10 together with Ubuntu 22.04 & PHP 8.1 and it worked like a charme!
Of course you need edit the PHP install script and change 7.4 to 8.1, edit the wget downlaod to 10.0.4 and adjust the php version in the nginx config, but i guess that’s self explaining.

So thanks again! Nice job!

]]>
Comment on How to Install Grafana on Ubuntu 20.04 by Jadson Williams https://linuxhostsupport.com/blog/how-to-install-grafana-on-ubuntu-20-04/#comment-769 Mon, 13 Mar 2023 04:17:21 +0000 https://linuxhostsupport.com/blog/?p=1673#comment-769 In reply to valerie.

Type: nano /etc/nginx/conf.d/grafana.conf

And inside of document type:

server {
server_name grafana.example.com;
listen 80 ;
access_log /var/log/nginx/grafana.log;

location / {
proxy_pass http://localhost:3000;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Host $host:$server_port;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}

The problem is ’cause the “S” is in uppercase, and should be in downcase. Enjoy.

]]>
Comment on How to Search Files on the Linux Terminal by Alex https://linuxhostsupport.com/blog/how-to-search-files-on-the-linux-terminal/#comment-768 Tue, 07 Mar 2023 17:03:49 +0000 https://linuxhostsupport.com/blog/?p=1606#comment-768 Great and useful content. Thank you!

]]>
Comment on How To Install GCC on CentOS 7 by Sushii https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-767 Tue, 14 Feb 2023 06:47:44 +0000 https://linuxhostsupport.com/blog/?p=502#comment-767 Hi,

I have followed your guide and successfully installed gcc-9.1.0,
and running which gcc –version returns gcc (GCC) 9.1.0.

However, I now have 2 gcc in my machine and compiling c++ file outputs this error:
./test_output2: /lib64/libstdc++.so.6: version `GLIBCXX_3.4..21′ not found (required by ./test_output2)

I have checked that indeed GLIBCXX_3.4.21 is not found using:
strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX_3.4.21

However, I see that is GLIBCXX_3.4.21 is found using:
strings /usr/local/lib64/libstdc++.so.6 | grep GLIBCXX_3.4.21

Running where gcc returns:
/usr/local/bin/gcc
/usr/bin/gcc

Running which gcc returns:
/usr/local/bin/gcc

I found a solution that using LD_LIBRARY_PATH may resolve this, however Im afraid its not the best practice so I wonder if there is another way to do this like specifying the linker or rpath for gcc and g++

]]>
Comment on How to Install Asterisk on Ubuntu 20.04 by Abdourahamane Bachir https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-20-04/#comment-765 Wed, 01 Feb 2023 13:11:51 +0000 https://linuxhostsupport.com/blog/?p=1429#comment-765 Hello, thank for this tuto is very nice. Please me i followed this tuto a to z but i can not use the sip show peer command in the cli after using asterisk -vvvr.
help me!!

]]>
Comment on How to Install Asterisk on Ubuntu 20.04 by Abdourahamane Bachir https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-20-04/#comment-764 Wed, 01 Feb 2023 13:07:27 +0000 https://linuxhostsupport.com/blog/?p=1429#comment-764 Hello, thank for this tuto is very nice. Help please i followed this tuto a to z but i can not use the sip show peer in the cli after using asterisk -vvvr.
help me!!

]]>
Comment on How To Install Drupal 9 CMS on Ubuntu 20.04 by admin https://linuxhostsupport.com/blog/how-to-install-drupal-9-cms-on-ubuntu-20-04/#comment-763 Wed, 01 Feb 2023 11:26:45 +0000 https://linuxhostsupport.com/blog/?p=1639#comment-763 In reply to Abdallah Mina.

Thanks for noticing, we have now corrected our article.

]]>
Comment on How To Install Drupal 9 CMS on Ubuntu 20.04 by Abdallah Mina https://linuxhostsupport.com/blog/how-to-install-drupal-9-cms-on-ubuntu-20-04/#comment-762 Wed, 01 Feb 2023 07:30:28 +0000 https://linuxhostsupport.com/blog/?p=1639#comment-762 hi there are a couple of issues in the tutorial! i tried installing drupal on LXC container in proxmox. the Container hosts ubuntu 22.04.

when installing with apache2 the following command should be used to Disable the “It Works” site:
sudo a2dissite 000-default

the second issue is the mysql access grant to a user.
GRANT ALL PRIVILEGES ON wp.* TO ‘drupal9_user’@’IP_address’;

the database is drupal9 not wp

so the command should be
GRANT ALL PRIVILEGES ON drupal9.* TO ‘drupal9_user’@’IP_address’;

]]>
Comment on Why Using A Python Virtual Environment Is A Good Choice? by admin https://linuxhostsupport.com/blog/why-using-a-python-virtual-environment-is-a-good-choice/#comment-761 Sat, 28 Jan 2023 08:55:13 +0000 https://linuxhostsupport.com/blog/?p=1642#comment-761 In reply to Nirapada.

Thanks for noticing, we have corrected our post.

]]>
Comment on Why Using A Python Virtual Environment Is A Good Choice? by Nirapada https://linuxhostsupport.com/blog/why-using-a-python-virtual-environment-is-a-good-choice/#comment-760 Thu, 26 Jan 2023 00:22:41 +0000 https://linuxhostsupport.com/blog/?p=1642#comment-760 Just noticed a paragraph is duplicated, please take it out if you would prefer.
The paragraph starts with “There is, however, an exception…”

Thanks much for the writeup though. It is very informative.

]]>
Comment on How to Install GitLab on Debian 11 by Oleksandr https://linuxhostsupport.com/blog/how-to-install-gitlab-on-debian-11/#comment-758 Mon, 23 Jan 2023 10:21:21 +0000 https://linuxhostsupport.com/blog/?p=1609#comment-758 Up and running. Thank you very much.

]]>
Comment on How to Search Files on the Linux Terminal by Arahmzy https://linuxhostsupport.com/blog/how-to-search-files-on-the-linux-terminal/#comment-756 Sat, 21 Jan 2023 10:18:35 +0000 https://linuxhostsupport.com/blog/?p=1606#comment-756 Great Article, Useful and Important Information. Thanks for this.

]]>
Comment on How To Install GCC on CentOS 7 by Uanela Pedro Luis Bede Como https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-755 Mon, 02 Jan 2023 15:37:35 +0000 https://linuxhostsupport.com/blog/?p=502#comment-755 In reply to Andrei.

you can find the ip address on your vps, dedicated server, cpanel or other server control panel. and port usually is 22

]]>
Comment on How To Install GCC on CentOS 7 by admin https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-754 Fri, 30 Dec 2022 08:35:20 +0000 https://linuxhostsupport.com/blog/?p=502#comment-754 In reply to Thomas.

You can try running the command “autoreconf -i” before running this command.

]]>
Comment on How To Install GCC on CentOS 7 by Thomas https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-753 Thu, 29 Dec 2022 13:23:59 +0000 https://linuxhostsupport.com/blog/?p=502#comment-753 Hi,I have an error in configuring the downloaded package:
Once the prerequisites are downloaded execute the following command to start configuring the GCC build environment

./configure –disable-multilib –enable-languages=c,c++

result: configure: error: cannot find install-sh, install.sh, or shtool in “.” “./..” “./../..”

Any thoughts?

]]>
Comment on How To Install GCC on CentOS 7 by space https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-752 Sun, 18 Dec 2022 09:42:14 +0000 https://linuxhostsupport.com/blog/?p=502#comment-752 Hi, I want to install ORACLE 19c on centos 7.
While going through installation stages oracle wants gcc 4.8.2 to be installed.
when I type “yum install gcc” as you know it install gcc 4.8.5.
How can i install older versions? Thanks.

]]>
Comment on How to Install Apache Kafka on CentOS 7 by Anshu Anand https://linuxhostsupport.com/blog/how-to-install-apache-kafka-on-centos-7/#comment-751 Mon, 21 Nov 2022 07:46:22 +0000 https://linuxhostsupport.com/blog/?p=1139#comment-751 In reply to Tom.

wget http://apache.osuosl.org/kafka/3.3.1/kafka_2.12-3.3.1.tgz

Use this one

]]>
Comment on How to Install SOGo on Ubuntu 20.04 by Marshalleq https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/#comment-750 Sat, 05 Nov 2022 15:01:32 +0000 https://linuxhostsupport.com/blog/?p=1349#comment-750 Is this method preferable to the automated build scripts on the logo site i.e. using dpkg? I assume therefore we could now apply this method to Ubuntu 22 LTS which would give me longer lifespan of the mail server. Sorry, thinking out loud a bit!

]]>
Comment on How to Install Grafana on Ubuntu 20.04 by Federico https://linuxhostsupport.com/blog/how-to-install-grafana-on-ubuntu-20-04/#comment-749 Thu, 03 Nov 2022 11:35:25 +0000 https://linuxhostsupport.com/blog/?p=1673#comment-749 In reply to admin.

Probably the port is in use, check the log.

]]>
Comment on How To Install GCC on CentOS 7 by admin https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-737 Sat, 15 Oct 2022 15:00:09 +0000 https://linuxhostsupport.com/blog/?p=502#comment-737 In reply to John Mulhere.

Please make sure to remove the old version, then install it from scratch.

]]>
Comment on How To Install GCC on CentOS 7 by John Mulhere https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-733 Fri, 14 Oct 2022 13:54:09 +0000 https://linuxhostsupport.com/blog/?p=502#comment-733 I followed these instructions and installed gcc 12.2.0 on CentOS 7.9. The make and make install steps completed, but when I run gcc –version I still see 4.8.5. The new gcc looks like it installed successfully to /usr/local/lib, but it’s doesn’t look like it actually replaced the older version.

]]>
Comment on How to Install SOGo on Ubuntu 20.04 by admin https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/#comment-732 Fri, 14 Oct 2022 06:40:10 +0000 https://linuxhostsupport.com/blog/?p=1349#comment-732 In reply to Giulio.

It should exist as it is suggested by your system.

]]>
Comment on How to Install SOGo on Ubuntu 20.04 by Giulio https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/#comment-729 Thu, 13 Oct 2022 10:31:56 +0000 https://linuxhostsupport.com/blog/?p=1349#comment-729 In reply to admin.

apt –fix-broken install <- That command does not exist in Apt.

]]>
Comment on How to Install Grafana on Ubuntu 20.04 by admin https://linuxhostsupport.com/blog/how-to-install-grafana-on-ubuntu-20-04/#comment-722 Tue, 04 Oct 2022 06:14:33 +0000 https://linuxhostsupport.com/blog/?p=1673#comment-722 In reply to Franck Kengne.

Please check the error log file at /var/log/nginx/error.log to learn more about the issue and why the Nginx service failed to start.

]]>
Comment on How to Install Grafana on Ubuntu 20.04 by Franck Kengne https://linuxhostsupport.com/blog/how-to-install-grafana-on-ubuntu-20-04/#comment-721 Mon, 03 Oct 2022 18:12:56 +0000 https://linuxhostsupport.com/blog/?p=1673#comment-721 Getting ” Job for nginx.service failed because the control process exited with error code.” after restarting the service. Any advice?

]]>
Comment on How to Install Ntopng on Debian 11 by Dave Wood https://linuxhostsupport.com/blog/how-to-install-ntopng-on-debian-11/#comment-720 Sun, 02 Oct 2022 09:20:58 +0000 https://linuxhostsupport.com/blog/?p=1650#comment-720 Thank you, thank you, thank you.
Pulled my hair out for days as a newbie struggling with installation of ntopng and zeek on a Raspberry Pi 4 /4Gb.
This was the smoothest install I have ever made – period!
You guys rock and I’ll brag about you all week long 😎

]]>
Comment on How to Install Grafana on Ubuntu 20.04 by fajmayor https://linuxhostsupport.com/blog/how-to-install-grafana-on-ubuntu-20-04/#comment-715 Sat, 24 Sep 2022 22:02:46 +0000 https://linuxhostsupport.com/blog/?p=1673#comment-715 This really help. Thanks…

]]>
Comment on How to Install Apache Kafka on CentOS 7 by admin https://linuxhostsupport.com/blog/how-to-install-apache-kafka-on-centos-7/#comment-714 Fri, 23 Sep 2022 07:14:21 +0000 https://linuxhostsupport.com/blog/?p=1139#comment-714 In reply to Tom.

The 2.1.0 directory has been removed and you can try this link http://apache.osuosl.org/kafka/2.8.2/, this directory will list the available version for Kafka version 2.

]]>
Comment on How to Install Apache Kafka on CentOS 7 by Tom https://linuxhostsupport.com/blog/how-to-install-apache-kafka-on-centos-7/#comment-713 Thu, 22 Sep 2022 11:48:02 +0000 https://linuxhostsupport.com/blog/?p=1139#comment-713 wget http://apache.osuosl.org/kafka/2.1.0/kafka_2.12-2.1.0.tgz

Kafka not available in this path

]]>
Comment on How to Install Webuzo v3 on Ubuntu 20.04 by admin https://linuxhostsupport.com/blog/how-to-install-webuzo-v3-on-ubuntu-20-04/#comment-688 Wed, 24 Aug 2022 06:19:31 +0000 https://linuxhostsupport.com/blog/?p=1657#comment-688 In reply to Lekh Narayan Tandekar.

You need to provide more details on the issue so we can further check.

]]>
Comment on How to Install Grafana on Ubuntu 20.04 by admin https://linuxhostsupport.com/blog/how-to-install-grafana-on-ubuntu-20-04/#comment-687 Wed, 24 Aug 2022 06:18:45 +0000 https://linuxhostsupport.com/blog/?p=1673#comment-687 In reply to valerie.

You can try to change the capital letter “S” to small letter or much better if you can provide us with the Nginx config.

]]>
Comment on How to Install Grafana on Ubuntu 20.04 by valerie https://linuxhostsupport.com/blog/how-to-install-grafana-on-ubuntu-20-04/#comment-685 Tue, 23 Aug 2022 19:24:18 +0000 https://linuxhostsupport.com/blog/?p=1673#comment-685 Hello,
I tryed to follow the tutorial, I use a vagrant machine with bento/ubuntu-20.04 box, all is ok but I have a error message with nginx when I taped the command: sudo nginx -t
the result is:
vagrant nginx[16597]: nginx: [emerg] unknown directive “Server” in /etc/nginx/conf.d/grafana.conf:1
vagrant nginx[16597]: nginx: configuration file /etc/nginx/nginx.conf test failed

Thank you for your help 🙂

]]>
Comment on How to Install Webuzo v3 on Ubuntu 20.04 by Lekh Narayan Tandekar https://linuxhostsupport.com/blog/how-to-install-webuzo-v3-on-ubuntu-20-04/#comment-684 Tue, 23 Aug 2022 17:55:06 +0000 https://linuxhostsupport.com/blog/?p=1657#comment-684 ERROR :
There was an error while installing Webuzo
Please check /root/webuzo-install.log for errors
Exiting Installer
Aa Raha Hai

]]>
Comment on How To Install GCC on CentOS 7 by admin https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-682 Tue, 23 Aug 2022 06:34:09 +0000 https://linuxhostsupport.com/blog/?p=502#comment-682 In reply to Ram.

We are not sure what the user is saying but if you want to have the latest version you can download the source manually just refer to step 3 on how to install it manually.

]]>
Comment on How To Install GCC on CentOS 7 by Ram https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-681 Tue, 23 Aug 2022 02:55:16 +0000 https://linuxhostsupport.com/blog/?p=502#comment-681 Hi Admin

I followed the steps but when I check the version I got 4.8.5 instead of newer version.

One of the user mentioned that we need to reload the files before Step-4. could you please provide the instructions on reloading the files ?

Thank you

]]>
Comment on 10 Questions to Ask When Choosing a Hosting Service by Peter Wilson https://linuxhostsupport.com/blog/10-questions-to-ask-when-choosing-a-hosting-service/#comment-674 Mon, 01 Aug 2022 11:31:48 +0000 https://linuxhostsupport.com/blog/?p=170#comment-674 I appreciate you providing this useful information. Your blog taught me a lot of new stuff, so please continue to write and add fresh content.

]]>
Comment on How to Install Let’s Encrypt on CentOS 7 with Nginx by admin https://linuxhostsupport.com/blog/how-to-install-lets-encrypt-on-centos-7-with-nginx/#comment-673 Thu, 28 Jul 2022 06:23:11 +0000 https://linuxhostsupport.com/blog/?p=1282#comment-673 In reply to Rob Nicholson.

There is no need to add that, the cron setup indicated in the article should be enough.

]]>
Comment on How to Install Let’s Encrypt on CentOS 7 with Nginx by Rob Nicholson https://linuxhostsupport.com/blog/how-to-install-lets-encrypt-on-centos-7-with-nginx/#comment-672 Wed, 27 Jul 2022 19:18:34 +0000 https://linuxhostsupport.com/blog/?p=1282#comment-672 I needed to add the following lines before the schedule line to get certbot running successfully under cron:

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

Not sure if both needed but better to be sure.

]]>
Comment on How to Install SOGo on Ubuntu 20.04 by admin https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/#comment-671 Tue, 26 Jul 2022 06:39:01 +0000 https://linuxhostsupport.com/blog/?p=1349#comment-671 In reply to balucio.

Thank you for pointing that out, this has been corrected.

]]>
Comment on How to Install SOGo on Ubuntu 20.04 by balucio https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/#comment-670 Tue, 26 Jul 2022 05:48:55 +0000 https://linuxhostsupport.com/blog/?p=1349#comment-670 SOGo configuration is wrong.

“`
SOGoProfileURL = “mysql://sogo:your-secure-password@localhost:5432/sogo/sogo_user_profile”;
OCSFolderInfoURL = “mysql://sogo:your-secure-password@localhost:5432/sogo/sogo_folder_info”;
OCSSessionsFolderURL = “mysql://sogo:your-secure-password@localhost:5432/sogo/sogo_sessions_folder”;
“`
Here port should be 3306 and not 5432, that is a postgresql port.

]]>
Comment on How to Search Files on the Linux Terminal by admin https://linuxhostsupport.com/blog/how-to-search-files-on-the-linux-terminal/#comment-668 Sat, 09 Jul 2022 06:16:28 +0000 https://linuxhostsupport.com/blog/?p=1606#comment-668 In reply to Hugo.

Hi Hugo,

Many thanks, this is corrected now.

]]>
Comment on How to Search Files on the Linux Terminal by Hugo https://linuxhostsupport.com/blog/how-to-search-files-on-the-linux-terminal/#comment-667 Fri, 08 Jul 2022 23:20:41 +0000 https://linuxhostsupport.com/blog/?p=1606#comment-667 Hey Linux Host Support!.

Just a small suggestion. Under the “Search Files by Name” section there are two commands:

find /etc -type -f -name file1.txt
find /etc -type -f -iname file1.txt

There’s a typo, they should not have the hyphen “-” before the “f”:

find /etc -type f -name file1.txt
find /etc -type f -iname file1.txt

Thanks for the article, I always come back here from time to time :).

]]>
Comment on How to Install Asterisk on Ubuntu 20.04 by admin https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-20-04/#comment-666 Sun, 19 Jun 2022 06:46:29 +0000 https://linuxhostsupport.com/blog/?p=1429#comment-666 In reply to Stanley.

You shouldn’t ignore this error, make sure you installed DAHDI successfully before you continue with the LibPRI installation.

]]>
Comment on How to Install Asterisk on Ubuntu 20.04 by Stanley https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-20-04/#comment-665 Sat, 18 Jun 2022 13:27:00 +0000 https://linuxhostsupport.com/blog/?p=1429#comment-665 Thanks for your time mate
I followed the instruction till “libpri” before getting error msg.
The last line read ; make: *** [Makefile:190: q921.o] Error 1
Should I ignore it and proceed to installing Asterisk

Looking forward to reading from you
Stanley

]]>
Comment on How to Install Nagios Core on CentOS 7 by Riaan Lamprecht https://linuxhostsupport.com/blog/how-to-install-nagios-core-on-centos-7/#comment-664 Sat, 18 Jun 2022 09:02:41 +0000 https://linuxhostsupport.com/blog/?p=662#comment-664 If you want to access http://IP/nagios from a remote browser you need to allow port 80 first:
firewall-cmd –add-port=80/tcp
firewall-cmd –runtime-to-permanent
firewall-cmd –reload

]]>
Comment on How to Install MediaWiki on Ubuntu 18.04 by Ofer https://linuxhostsupport.com/blog/how-to-install-mediawiki-on-ubuntu-18-04/#comment-663 Tue, 14 Jun 2022 18:13:33 +0000 https://linuxhostsupport.com/blog/?p=958#comment-663 Excellent post. However, I would have added a case where one wants to install mediawiki on the local network, where a domain name is not registered and HTTPS is not required. 🙂

]]>
Comment on How To Set Up Apache with HTTP/2 Support on Debian 9 by bahis siteleri https://linuxhostsupport.com/blog/how-to-set-up-apache-with-http-2-support-on-debian-9/#comment-660 Fri, 10 Jun 2022 08:41:11 +0000 https://linuxhostsupport.com/blog/?p=604#comment-660 perfect

thank you for a very good article

]]>
Comment on How to Install GitLab on Debian 11 by z https://linuxhostsupport.com/blog/how-to-install-gitlab-on-debian-11/#comment-657 Fri, 03 Jun 2022 04:55:27 +0000 https://linuxhostsupport.com/blog/?p=1609#comment-657 Amazing!
Thank you for the very straightforward way of installing gitlab it was really helpful on my coding journey.

]]>
Comment on How To Install GCC on CentOS 7 by Aarón López https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-656 Thu, 02 Jun 2022 12:27:33 +0000 https://linuxhostsupport.com/blog/?p=502#comment-656 Hi thanks for this information,
I have updated but when check the version with gcc –version I got 4.8.5 instead of 7.5
I know 7.5 is installed in /usr/local/lib/../lib64
But I am missing something.
Thank you.

]]>
Comment on How To Install GCC on CentOS 7 by admin https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-654 Sat, 28 May 2022 06:23:11 +0000 https://linuxhostsupport.com/blog/?p=502#comment-654 In reply to Aven.

Hi,

Please make sure that the desired version of gcc is downloaded from the link in step 3.

]]>
Comment on How To Install GCC on CentOS 7 by Aven https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-653 Fri, 27 May 2022 07:32:11 +0000 https://linuxhostsupport.com/blog/?p=502#comment-653 Thanks for your sharing.
However, in my case, the gcc –version remains 4.8.5 after installation while g++ has been successfully upgraded to 11.2. Is there a way to change default gcc version?

Thanks,
Aven

]]>
Comment on How to Install Gitea on Ubuntu 18.04 by admin https://linuxhostsupport.com/blog/how-to-install-gitea-on-ubuntu-18-04/#comment-648 Fri, 29 Apr 2022 06:43:57 +0000 https://linuxhostsupport.com/blog/?p=1159#comment-648 In reply to Markus Reinhardt.

If you create a repository the default setting is public unless you set the visibility to private.

]]>
Comment on How to Install Gitea on Ubuntu 18.04 by Markus Reinhardt https://linuxhostsupport.com/blog/how-to-install-gitea-on-ubuntu-18-04/#comment-646 Thu, 28 Apr 2022 15:59:08 +0000 https://linuxhostsupport.com/blog/?p=1159#comment-646 How can this be configured such that the repositories are not visible publicly

]]>
Comment on Understanding The Linux File Permissions by admin https://linuxhostsupport.com/blog/understanding-the-linux-file-permissions/#comment-645 Thu, 21 Apr 2022 06:46:05 +0000 https://linuxhostsupport.com/blog/?p=1655#comment-645 In reply to Dovan.

Thank you for pointing that out, the article has been updated, and the right label has been set.

]]>
Comment on Understanding The Linux File Permissions by Dovan https://linuxhostsupport.com/blog/understanding-the-linux-file-permissions/#comment-644 Wed, 20 Apr 2022 09:46:38 +0000 https://linuxhostsupport.com/blog/?p=1655#comment-644 The little explanation naming item 7 as “group” is straight up wrong.

What is described as “6” is, on the left the owner and on the right the group. They just happen to be the same in this case.

What is described as “7” is actually the file size.

In linux, everything is a file. Even directories. And they all have sizes.

]]>
Comment on How to install Easy Hosting Control Panel on Ubuntu 16.04 by admin https://linuxhostsupport.com/blog/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04/#comment-643 Tue, 12 Apr 2022 07:14:15 +0000 https://linuxhostsupport.com/blog/?p=496#comment-643 In reply to Yash.

You need to point the DNS A record of your domain to your server IP address.

]]>
Comment on How to install Easy Hosting Control Panel on Ubuntu 16.04 by Yash https://linuxhostsupport.com/blog/how-to-install-easy-hosting-control-panel-on-ubuntu-16-04/#comment-642 Mon, 11 Apr 2022 07:56:26 +0000 https://linuxhostsupport.com/blog/?p=496#comment-642 How can i change IP address with domain name? I want to access through the domain name instead of IP address.

]]>
Comment on How To Install GCC on CentOS 7 by Linda https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/#comment-641 Sat, 09 Apr 2022 10:58:53 +0000 https://linuxhostsupport.com/blog/?p=502#comment-641 I followed all the steps and get the errors at “make -j 4”:

checking whether canonicalize_file_name must be declared… (cached) no
checking for stdlib.h… (cached) yes
checking for unistd.h… (cached) yes
checking for getpagesize… (cached) yes
checking for working mmap… (cached) yes
checking for working strncmp… (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
make[2]: Leaving directory ‘/usr/local/gcc-7.3.0’
make[1]: *** [Makefile:26035: stage1-bubble] Error 2
make[1]: Leaving directory ‘/usr/local/gcc-7.3.0’
make: *** [Makefile:942: all] Error 2

kindly provide some help? Thanks

]]>
Comment on How to Install LDAP on CentOS 7 by lewis robson https://linuxhostsupport.com/blog/how-to-install-ldap-on-centos-7/#comment-640 Mon, 04 Apr 2022 15:54:44 +0000 https://linuxhostsupport.com/blog/?p=457#comment-640 In reply to Ganeshbabu.

I got around this by doing:
ldapadd -x -W -D “cn=ldapadm,dc=xys,dc=co,dc=uk” -f base.ldif -H ldap://localhost

]]>
Comment on How to Install and Configure HAProxy on Ubuntu 20.04 by admin https://linuxhostsupport.com/blog/how-to-install-and-configure-haproxy-on-ubuntu-20-04/#comment-610 Mon, 28 Mar 2022 22:24:59 +0000 https://linuxhostsupport.com/blog/?p=1629#comment-610 In reply to Mykola.

Thank you, this has been corrected.

]]>
Comment on How to Install and Configure HAProxy on Ubuntu 20.04 by Mykola https://linuxhostsupport.com/blog/how-to-install-and-configure-haproxy-on-ubuntu-20-04/#comment-609 Mon, 28 Mar 2022 11:47:41 +0000 https://linuxhostsupport.com/blog/?p=1629#comment-609 juts small fix. here: `$ sudo apt update && apt upgrade` apt upgrade must go with sudo also, otherwise fails with permissions to lock file error:

E: Could not open lock file /var/lib/dpkg/lock-frontend – open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?

]]>
Comment on 10 Questions to Ask When Choosing a Hosting Service by Hostonfox https://linuxhostsupport.com/blog/10-questions-to-ask-when-choosing-a-hosting-service/#comment-605 Tue, 15 Mar 2022 06:10:56 +0000 https://linuxhostsupport.com/blog/?p=170#comment-605 Your article is excellent and very informative. Thank you for providing this useful information. Continue to publish; it is quite beneficial.

]]>
Comment on How to Install Joomla 3.9 on Ubuntu 20.04 by Jim Homyak https://linuxhostsupport.com/blog/how-to-install-joomla-3-9-on-ubuntu-20-04/#comment-604 Mon, 14 Mar 2022 18:41:11 +0000 https://linuxhostsupport.com/blog/?p=1520#comment-604 This worked great for installing 3-10-6.

]]>
Comment on How to Install MediaWiki on Ubuntu 18.04 by habi https://linuxhostsupport.com/blog/how-to-install-mediawiki-on-ubuntu-18-04/#comment-602 Wed, 09 Mar 2022 10:02:52 +0000 https://linuxhostsupport.com/blog/?p=958#comment-602 In reply to admin.

Thanks. my version was 7.4, so i simply changed .2 to .4 in the codes.

]]>
Comment on How to Install MediaWiki on Ubuntu 18.04 by admin https://linuxhostsupport.com/blog/how-to-install-mediawiki-on-ubuntu-18-04/#comment-601 Wed, 09 Mar 2022 07:16:01 +0000 https://linuxhostsupport.com/blog/?p=958#comment-601 In reply to habi.

You need to install PHP7.2 on your system by following the command below:

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.2

Then install the PHP extensions again.

]]>