ubuntu-server Questions
3
Solved
I want to start node with pm2 and environment variables like --nouse-idle-notification or --max-old-space-size=2048.
However, whatever I do, it is not passing the node variables. I start my app wit...
Yogi asked 8/12, 2016 at 2:3
5
Solved
I have a Wordpress website running on Lamp Server on Ubuntu Server 14.04.
I just tried to use the option for Post Name permalinks, and now my pages no longer load up.
I turned on the mod_rewrite f...
Filament asked 7/6, 2015 at 18:33
18
I've just recently moved my websites from apache2 to Nginx as my new web server backend. got to love problems aha.
HTML files in the web host director work prior to php files making there way main...
Graz asked 3/7, 2018 at 16:0
2
Why can't linker find absl references?
Configuration:
Raspberry Pi 4 Model B (AArch64) |
Ubuntu Server 20.04 |
Clang++ (llvm 13.0.0) |
GRPC v1.41.1 (libprotoc 3.17.3)
Installed GRPC with these opti...
Orelia asked 6/11, 2021 at 18:3
3
I setup a simple dhcp-server with isc-dhcp-server, but when I start the service, the status is in failed with the message "failed with result 'exit code' ".
And yes, I did configure the ...
Parts asked 10/6, 2021 at 20:36
6
Solved
How to fix Nginx timezone? I've configured nginx to serve a directory but datetime of creation is one hour after my real time.
I've added to /etc/init.d/nginx
export TZ='Europe/Bratislava'
the...
Evacuee asked 7/12, 2018 at 13:27
5
I have an Ubuntu server on Amazon, I installed everything for working with it (php, mysql, phpmyadmin, apache..), The problem is that I cant move around or edit files using the FTP.
I get the err...
Whitmer asked 1/2, 2015 at 9:56
5
Solved
Working with Ubuntu 18.04 Server LTS. I am trying to find a way to check the DNS IP(s) that is actually being used when set via DHCP. The resolv.conf only will point to 127.0.0.53 now. /etc/s...
Highroad asked 11/5, 2018 at 19:44
7
When i install iconv with npm got the following error:
[email protected] install /root/Dropbox/nodeApps/nodeApp/node_modules/iconv
node-gyp rebuild
gyp ERR! configure error
gyp ERR! sta...
Major asked 9/5, 2014 at 18:4
3
Step error:
1. sudo ufw enable
2. Command may disrupt existing ssh connections. Proceed with operation (y|n)? y
3. exit
Before ssh again and can not access.
On Security Group, port 22 is opening
Bu...
Deanndeanna asked 11/8, 2016 at 4:9
20
I have installed ubuntu 16.04 server. Mysql server was installed by default in it. When I am trying to access the mysql with mysql -u root -p, I am unable to log in to mysql because I dont have the...
Davena asked 23/2, 2017 at 16:44
4
I'm using an Ubuntu 16 server for testing with php7.1. One of my app uses bcadd function. I know that I need to install bcmath module for that but I'm unable to find php7.1-bcmath. When I tried to ...
Endo asked 11/5, 2017 at 2:36
4
Solved
I'm trying install varnish agent on ubuntu server using virtual box. There is a message in the middle installation process that say "you need rst2man installed to make dist".
When I tried install ...
Seamark asked 4/3, 2014 at 9:16
4
Solved
I installed PHP 7 to my server (as a result, I have not /etc/php5 and /etc/php/7.0). When I run my web app, I cant see any of my previous CURL (or fork).
at first I got this err msg:
Message:...
Cadaverous asked 3/5, 2016 at 15:55
3
Solved
How do I update to MySQL 8.0 from the default version (5.7)?
It's important for me for it to make an update and not re-install MySQL so all my data won't be corrupt.
There is not a lot of info ...
Maus asked 22/4, 2018 at 8:20
4
Solved
I have a Self-Hosted Github Actions runner running on my server for 1 of my repositories. But now I want to use that same runner for an other repo.
Is there a way that I can reuse that same Github...
Holsinger asked 1/12, 2019 at 19:35
2
Solved
I have two sites on a LAMP stack. One (Site1) uses WordPress with Wordfence, and it works perfectly fine. The second website (Site2) only runs a simple index.php file on it:
<?php
echo "Testing...
Swipple asked 22/12, 2016 at 17:52
2
Kubernetes/Ubuntu newbie here!
I'm setting up a k8s cluster using a single Raspberry Pi (hoping to have more in the future). I'm using microk8s v1.18.8 and Ubuntu Server 20.04.1 LTS (GNU/Linux 5.4....
Iconolatry asked 20/9, 2020 at 1:54
3
Solved
I installed apache2 on ubuntu and I want to check that it works by accessing http://localhost/. The problem is I installed ubuntu(17.04) server, so there is no web browser, only the command line.
...
Shumway asked 16/8, 2017 at 19:44
10
Solved
I have just set up svn on my ubuntu server. I have a my user I can login to. The problem is that whenever I try to make a change on the file structure I get a permission denied error.
Can't open...
Shuffle asked 10/12, 2011 at 18:46
1
i'm having trouble in setting up a full headless install for Ubuntu Server Focal (ARM) on a Raspberry pi 4 using cloud init config. The whole purpose of doing this is to simplify the SD card ...
Outdoor asked 16/7, 2020 at 8:38
3
I'm wondering how to enable pcntl extension in PHP7 running on Ubuntu server 16.04.
I saw this http://www.crimulus.com/2010/07/30/howto-enable-pcntl-in-ubuntu-php-installations/ but do we really ha...
Foul asked 3/11, 2016 at 17:50
7
Solved
I've just updated MariaDB using apt-get dist-upgrade. Now it won't start using service mysql start anymore.
I can however, run it as root or do: sudo -u mysql mysqld_safe then MariaDB starts up fi...
Talaria asked 22/7, 2016 at 14:39
12
I wanted to know if there is a way to do a silent install of the Qt run installer on Ubuntu Server?
I mean by-pass the options of the installer and do a default install?
Corporate asked 3/8, 2014 at 13:45
3
Solved
I tried the below command and crontab stopped running any jobs:
echo "@reboot /bin/echo 'test' > /home/user/test.sh"| crontab -
What is the correct way to script adding a job to crontab in linu...
Metal asked 13/2, 2017 at 7:46
1 Next >
© 2022 - 2025 — McMap. All rights reserved.