tagged [ubuntu]

How to download all files (but not HTML) from a website using wget?

How to download all files (but not HTML) from a website using wget? How to use `wget` and get all the files from website? I need all files except the webpage files like HTML, PHP, ASP etc.

24 Aug at 16:9

How do I find out my root MySQL password?

How do I find out my root MySQL password? I just installed MySQL on Ubuntu and the root user can't log in :) How can I recover or find out my password? Using blank for password does not work.

24 Sep at 23:31

Uncompress tar.gz file

Uncompress tar.gz file With the usage of wget command line I got a tar.gz file. I downloaded it in the root@raspberrypi. Is there any way to uncompress it in the /usr/src folder?

15 Jun at 02:24

How to append one file to another in Linux from the shell?

How to append one file to another in Linux from the shell? I have two files: `file1` and `file2`. How do I append the contents of `file2` to `file1` so that contents of `file1` persist the process?

5 Apr at 11:4

How to install Boost on Ubuntu

How to install Boost on Ubuntu I'm on Ubuntu, and I want to install Boost. I tried with But there was no such package. What is the best way to install Boost on Ubuntu?

3 Sep at 14:42

Copy Paste in Bash on Ubuntu on Windows

Copy Paste in Bash on Ubuntu on Windows How to execute a copy paste operation from Windows 10 to the Bash on Ubuntu on Windows environment? I tried the following: - - Any suggestions?

PhpMyAdmin "Wrong permissions on configuration file, should not be world writable!"

PhpMyAdmin "Wrong permissions on configuration file, should not be world writable!" I get this error when I try to access localhost/phpmyadmin: I have already chmoded every file to 555 from 777. What ...

28 Sep at 01:47

"E: Unable to locate package python-pip" on Ubuntu 18.04

"E: Unable to locate package python-pip" on Ubuntu 18.04 I am trying to install virtualenv on Ubuntu. First it said `command 'pip' not found`, so I typed then it said I tried to reset WSL, download us...

4 Aug at 05:20

/etc/apt/sources.list" E212: Can't open file for writing

/etc/apt/sources.list" E212: Can't open file for writing I am trying to edit sources.list using vi editor but getting the following error while saving the file:

6 Dec at 01:17

How to install Android Studio on Ubuntu?

How to install Android Studio on Ubuntu? I have to install Android Studio on Ubuntu and I have used [this link](https://developer.android.com/studio/index.html) to download Android Studio. Is there an...

5 Aug at 03:51

How to set Oracle's Java as the default Java in Ubuntu?

How to set Oracle's Java as the default Java in Ubuntu? How do I change the value of `JAVA_HOME` in Ubuntu to point to Oracle's Java? Should it point to `java-6-sun` or `java-6-sun-1.6.0.24` ?

25 Mar at 17:47

Adding git branch on the Bash command prompt

Adding git branch on the Bash command prompt I tried adding the git branch I'm currently working on (checked-out) on the bash prompt without success.. ( intact) I have a .bashrc file on my home, but I...

8 Apr at 15:41

MySQL: How to reset or change the MySQL root password?

MySQL: How to reset or change the MySQL root password? How do I change the MySQL root password and username in ubuntu server? Do I need to stop the mysql service before setting any changes? I have a p...

5 Oct at 08:53

Automatically run a program on startup under Linux Ubuntu

Automatically run a program on startup under Linux Ubuntu I'd need a program to be run every time I start up my Ubuntu Linux. So I'd need to add it to my startup programs list. Just one problem: I'd n...

17 Aug at 08:17

What is makeinfo, and how do I get it?

What is makeinfo, and how do I get it? I'm trying to build GNU grep, and when I run make, I get: What is makeinfo, and how do I get it? (This is Ubuntu, if it makes a difference)

30 Aug at 17:12

How to upgrade Python version to 3.7?

How to upgrade Python version to 3.7? I have python3.5 already in linux ubuntu. I have downloaded the python3.7.tar [www.python.org](http://www.python.org). But i have no idea how to install it. How t...

11 Jul at 07:40

How to add RSA key to authorized_keys file?

How to add RSA key to authorized_keys file? I've created an RSA public key and I want to add that to `authorized_keys` file, but there is no such file in my Ubuntu 11.10 machine. How can I add the key...

Repeat command automatically in Linux

Repeat command automatically in Linux Is it possible in Linux command line to have a command repeat every seconds? Say, I have an import running, and I am doing to check if the file size is increasing...

5 Feb at 00:41

After installing with pip, "jupyter: command not found"

After installing with pip, "jupyter: command not found" After installing with `pip install jupyter`, terminal still cannot find `jupyter notebook`. Ubuntu simply says `command not found`. Similar wit...

7 Jun at 12:36

How can I enable cURL for an installed Ubuntu LAMP stack?

How can I enable cURL for an installed Ubuntu LAMP stack? I have installed the Ubuntu LAMP stack. But cURL is not enabled, and neither can I can find the extension listed in the INI file. I added it m...

13 Feb at 02:3

Is there a ServiceStack, Mono, Ubuntu stack build on apt-get or cloud version?

Is there a ServiceStack, Mono, Ubuntu stack build on apt-get or cloud version? Is there a LAMP version with ServiceStack for easy peasy deployment on latest Ubuntu builds? Or even a cloud version of S...

23 Jun at 23:19

How to login and authenticate to Postgresql after a fresh install?

How to login and authenticate to Postgresql after a fresh install? Did a new install of postgres 8.4 on mint ubuntu. How do I create a user for postgres and login using psql? When I type psql, it just...

How to check the presence of php and apache on ubuntu server through ssh

How to check the presence of php and apache on ubuntu server through ssh How can I check whether apache is installed with php and mysql on Ubuntu server through ssh? Also if it is installed, in which ...

8 Nov at 01:14

How To Set Up GUI On Amazon EC2 Ubuntu server

How To Set Up GUI On Amazon EC2 Ubuntu server I'm using an amazon Ubuntu EC2 instance which is only has a command line interface. I want to setup UI for that server to access using remote desktop tool...

How to enable php7 module in apache?

How to enable php7 module in apache? When I try to run `a2enmod php7.0` - I got message "Considering conflict php5 for php7.0". After restarting apache - apache can't start. How to solve this? Maybe s...

5 Jul at 13:15