Most Popular
1500 questions
126
votes
6 answers
Where is the suspend/hibernate button in GNOME Shell?
In 17.04 I could suspend\hibernate from the power off menu button. I can't find how to do this in Ubuntu 17.10 GNOME Shell.
Kobi T
- 1,979
- 4
- 22
- 26
126
votes
3 answers
installing pip3 (for python3) on ubuntu 16.04 LTS using a proxy
I have tried entering: sudo apt install python3-pip The error I get is: $ sudo apt install python3-pip Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed:…
Abisdad
- 1,361
126
votes
2 answers
Reload bash's .profile without logging out and back in again
Is it possible to coerce bash to reload the .profile file without logging out and back in again?
Matty
- 2,494
126
votes
2 answers
What's the difference between multiverse, universe, restricted and main?
I've been peeking into the ubuntu respository and I see four folders, multiverse, universe, restricted and main. What do they represent?
alexyorke
- 3,689
126
votes
24 answers
What IDEs are available for Ubuntu?
This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. See the FAQ for more information. This is a…
RolandiXor
- 51,957
126
votes
8 answers
Where is the X.org config file? How do I configure X there?
As Ubuntu 10.10 seems to neither detect my graphics card (Intel 82852/855GM) automatically nor use the corresponding Intel driver even after manually installing it, I am looking into manually configuring X (shouldn't I?). Where can I find the…
Ivan
- 58,865
126
votes
21 answers
virt-manager can't connect to libvirt
I'm running Ubuntu 12.04.2 32 bits. The error doesn't show up if I start gksudo virt-manager . libvirt-bin is installed. I don't know how to check for the daemon. I am a member of libvirtd . Output of ps ax | grep libvirt : 9225 ? Sl 0:04…
That Brazilian Guy
- 4,550
126
votes
11 answers
How do I stop Orca Screen Reader?
I accidentally opened Orca Screen Reader from the Dash when I was trying to open Screenshot. Now everything I type or click on is spoken out loud. How do I make it stop? For reference, here is a screenshot of Orca Screen Reader running:
ændrük
- 78,726
126
votes
3 answers
Bash: delete from cursor till end of line with a keyboard shortcut
Consider the following bash prompt, where ^ denotes the prompt location: $ git commit -am "[bug 123456] Do this and that with the bug" ^ Suppose that I want to commit again to the same bug, with a different commit message. Is there a way to delete…
Adam Matan
- 12,949
126
votes
6 answers
How do I sudo a command in a script without being asked for a password?
I want to turn my system on automatically every day. So I use the below code in my Python script, but sudo asks me for a password every time: os.system('sudo sh -c "echo date \'+%s\' -d \'+ \ 24 hours\' > /sys/class/rtc/rtc0/wakealarm"') How can I…
Viswa
- 1,679
126
votes
14 answers
How to enable numlock at boot time for login screen?
I am trying to force numlock to be on upon initial boot at the login screen on Ubuntu 12.04. The only solutions I have found so far switch numlock on only after initial login. I'm looking to force numlock to be on when the login screen is displayed,…
darryn.ten
- 1,493
126
votes
8 answers
How to uninstall VMware Player?
I want to uninstall VMware Player on my Ubuntu 12.04 LTS system. How should I uninstall it?
Fanoy
- 1,715
126
votes
6 answers
Upgrade Ubuntu in WSL2 from 20.04 to 22.04
I'm new to WSL2-Ubuntu. My computer already had preisntalled the 20.04 version, but I saw there's already the 22.04 version, so I was wondering if it was worthy to have the new one. If so, how can I upgrade it?
alma_
- 1,363
126
votes
9 answers
How to mount a NTFS partition in /etc/fstab?
I have two partitions that I want to mount on startup: /dev/sda3 /mnt/devel ext4 defaults 0 2 /dev/sda2 /mnt/excess ntfs defaults 0 2 The ext4 partition mounts fine (owned by me, writable only by me), but the NTFS mounts owned by root with R\W…
Amanda
- 9,753
125
votes
13 answers
Is it possible to install a .deb from a URL?
Is there a way to install a deb package directly from a URL, using a shell ? Something like dpkg -i http://domain.com/path/to/package.deb (I know I could use wget and then dpkg, I'm just wondering if there's something that does it already)
Joril
- 2,433