Most Popular

1500 questions
106
votes
4 answers

How do you see what packages are available for update

FreeBSD user joining your ranks. I've been asked to look after an Ubuntu Server running 10.04 LTS. I see from /usr/lib/update-notifier/update-motd-updates-available that there are a number of updates on the server however I do not see a way to…
Jan Geep
  • 2,017
106
votes
5 answers

How to see log to find a boot problem

I want to find the cause of a boot problem I have tried ls -ltr /var/log from antony@antony which gives me login incorrect can someone tell me what command to use to see what has upset the boot thanks NB when trying some commands from antony@antony…
Antony
  • 1,453
106
votes
11 answers

Converting mp4 to mp3

I have a video I need to convert to mp3 (from the command line - not GUI): video.mp4 I tried: ffmpeg -i -b 192 video.mp4 video.mp3 with no success. I get the following error: WARNING: library configuration mismatch Seems stream 0 codec frame rate…
aki
  • 2,164
106
votes
9 answers

Ubuntu 16.04 hangs on shutdown/restart

My Ubuntu 16.04 hangs on shutdown/restart requiring me to press and hold the power key to turn the machine off... I don't know how to report this as a bug and what commands to run to show the necessary hardware/sys log info? Any help would be hugely…
Tdenham
  • 1,061
106
votes
7 answers

No more updates for Google Chrome 32-bit

I am using Google Chrome 48.0 32-bit. Today when I launched Google Chrome, I got this message: This computer will soon stop receiving Google Chrome updates because this Linux system will no longer be supported I thought Ubuntu 14.04 is supported…
Parto
  • 15,647
106
votes
7 answers

'xclip' vs. 'xsel'

There are two command-line tools (in two different packages) to access the X clipboard: xclip xsel I would love to know the difference between those two and hear a recommendation which one to use in which cases.
Byte Commander
  • 110,243
106
votes
4 answers

How can I determine which fonts are installed from the command line, and what is the easiest way to install more?

There are many questions and answers regarding fonts on Ubuntu, but not so many dealing with Ubuntu for Embedded Linux, such as Beaglebone Black. I have not been able to locate any .ttf files in standard locations on my system, and I think that…
user391339
  • 1,639
106
votes
19 answers

Is a clean install better than upgrading?

Is it better to install Ubuntu completely new or is the upgrade process just as good? In other words, will my computer run just as problem-free and efficiently when I upgrade as opposed to a fresh install?
Doughy
  • 2,064
106
votes
3 answers

"This account is currently not available" error when trying to ssh

An error occurs when I try to make SSH connection: $ ssh -p 22 www-data@x.x.x.x This account is currently not available
106
votes
11 answers

How do I install applications in Ubuntu?

How can I install applications like Google Chrome on Ubuntu? Are there any commands to install an application? Index of answers: Basic usage of APT, Synaptic Package Manager and Ubuntu Software Center and how to install .deb files List of methods,…
udaykumar
  • 1,473
  • 3
  • 13
  • 12
106
votes
10 answers

Cannot find install-sh, install.sh, or shtool in ac-aux

This is my first time trying to compile and install anything on a linux machine. I got the latest version of https://github.com/processone/exmpp via git and read the instructions which state: 2. Build and install Exmpp uses the Autotools.…
Micah
  • 1,224
106
votes
11 answers

How to mount a VirtualBox shared folder at startup?

I have Ubuntu installed in Virtualbox. I want to mount my VirtualBox shared folder in Ubuntu automatically when I log in Ubuntu. I put the following line in my ~./bashrc and ~/.bash_profile: sudo mount -t vboxsf windows_share…
tonga
  • 1,307
106
votes
11 answers

How do I lock the screen from a terminal?

I am using Ubuntu 12.04. Is there any way to lock the screen or session from a terminal command or script?
Raja G
  • 105,327
  • 107
  • 262
  • 331
106
votes
7 answers

Locale variables have no effect in remote shell (perl: warning: Setting locale failed.)

I have a fresh ubuntu 12.04 installation. When i connect to my remote server i got errors like this: ~$ ssh example.com sudo aptitude upgrade ... Traceback (most recent call last): File "/usr/bin/apt-listchanges", line 33, in from…
Janning
  • 1,967
106
votes
21 answers

How do I restart Cinnamon from the tty?

I installed Cinnamon on my Ubuntu 12.04, and it works well, but sometimes it just freezes for no reason. I can move my mouse but can't click on anything. So I want to restart Cinnamon from tty, like I used to do with gnome shell. How do I do that?…
tuks
  • 1,566
  • 2
  • 13
  • 12