419 solutions found in server-admin
Page 14 of 21votes
I want add the date next to a filename ("somefile.txt"). For example: somefile_25-11-2009.txt or somefile_25Nov2009.txt or anything to that effect...
votes
I'm using Ubuntu 13.10 and php is installed and working perfectly. But, when I type `php` in the terminal, it lists a lot of errors (and after that, it goes...
votes
I'm trying to find [ab - Apache HTTP server benchmarking tool][1] for Ubuntu, I'm hoping there's a package I can install for it. I decided I need to...
votes
I recently upgraded my OS to Ubuntu 20.04 LTS. Now when I try to import a library like Numpy in Python, I get the following error: > ImportError: libf...
votes
From [docs][1]: > The default location of the configuration file on Linux is > /etc/docker/daemon.json But I don't have it on my fresh docker i...
votes
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...
votes
I'm using `vi` on Ubuntu 12.10. Some files are quite long so when I want to go to the middle of the file, I have to page down or scroll down. Is there...
votes
When I `apt-get update` and `apt-get upgrade` my Ubuntu system, I get the following error message regarding fetching Google Chrome updates. This only started h...
votes
I am trying to create soft links between config files containing server blocks in the sites-enabled and sites-available directories in /etc/nginx/. The comma...
votes
I need to determine which version of GTK+ is installed on Ubuntu Man does not seem to help
votes
This is quite a simple question: I just need to open a file (this filename is galfit.feedme). I can view the file with view galfit.feedme when I'm in th...
votes
I am using IntelliJ Idea 2017.3 latest release in Ubuntu 2017.10 and shortcut <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Left</kbd>...
votes
Why oh why can I not connect to mysql? mysql -u root -ptest101 -h xxx.xxx.xxx.xxx ERROR 1130 (HY000): Host 'xxx.xxx.xxx.xxx' is not allowed...
votes
I just installed `screen` and like the idea to divide linux terminal into multiple pieces. But I can't figure out one thing: How to scroll up and down, when...
votes
Hi I am a newbie on nginx, I tried to set it up on my server(running Ubuntu 4), which already has apache running. So after I `apt-get install` it, I tried...
votes
I am using Ubuntu 16.10 and recently installed Docker (v1.12.4) using the Xenial build by following the instructions found [here][1]. I haven't encountered...
votes
Running `sudo apt-get install golang-stable`, I get Go version `go1.0.3`. Is there any way to install `go1.1.1`?
votes
When you use the up key in a Linux terminal, you can use previous commands again. Great feature. However, I started logging mysql into mysql with the sensitive...
votes
I have heard crontab is a good choice, but how do I write the line and where do I put it on the server?
votes
I set up PhantomJS and recorded it to video: https://www.dailymotion.com/video/xnizmh_1_webcam Build instructions: http://phantomjs.org/build.html Is ther...