2108 solutions found
Page 65 of 106votes
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
The other day I decided that I wanted the command python to default to firing up python3 instead of python2. So I did this: $ sudo update-alternatives...
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
I've created folder and initialized a virtualenv instance in it. $ mkdir myproject $ cd myproject $ virtualenv env When I run `(env)$ pi...
votes
I recently noticed that I am running an old version of AWS CLI that is lacking some functionality I need: $aws --version aws-cli/1.2.9 Python/3.4.3...
votes
I'd like to have [Terminator](https://gnome-terminator.org/) replace the default terminal. For instance, when right-clicking inside a folder then selecting...
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
My local environment is: - Fresh Ubuntu 16.04 - With PHP 7 - With installed MySQL 5.7 ```bash sudo apt-get install mysql-common mysql-server ```...
votes
I can ping pong Redis on the server: # redis-cli ping PONG But remotely, I got problems: $ src/redis-cli -h REMOTE.IP ping Could not...
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
How to use `wget` and get all the files from website? I need all files except the webpage files like HTML, PHP, ASP etc.
votes
In `Ubuntu 10.04` I just installed `rbenv`. The install command is not present. rbenv 0.4.0-49-g8b04303 Usage: rbenv <command> [<args>]...
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 pretty new to Ubuntu, but I can't seem to get this to work. It works fine on my school computers and I don't know what I am not doing. I have che...
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
Here's the console output: sergio@sergio-VirtualBox:~$ rvm list rvm rubies ruby-1.9.3 [ i386 ] sergio@sergio-Virt...
votes
Consider the curl command below, is it possible to allow newline in JSON (without the minify) and execute directly in bash (Mac/Ubuntu) curl -0 -v -X POS...
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 am trying to see a log file using `tail -f` and want to exclude all lines containing the following strings: `Nopaging the limit is` and `keyword to remove...