Most Popular
1500 questions
162
votes
14 answers
How can I change what keys on my keyboard do? (How can I create custom keyboard commands/shortcuts?)
I want to change the key bindings on some of the keys on my keyboard. I want some to run commands and others to activate different keys. What applications can I use to do this? Index: Xbindkeys Default keyboard and shortcut settings (from within…
Seth
- 59,442
- 44
- 149
- 201
162
votes
16 answers
How to make keyboard work like OSX System Wide?
I switch back and forth between two computers constantly: OSX Snow Leopard Ubuntu 10.10 I'd like to be able to make Ubuntu use the same keyboard shortcuts as OSX System Wide , for the following keyboard sequences only (ie I don't want to make Ctrl…
brad parks
- 2,517
161
votes
6 answers
How can I change or hide the ~/snap directory?
I'm not particularly fond of apps cluttering my $HOME directory with their own files or directories. It's rarely a problem, because most apps have the courtesy to hide their data by prefixing it with a dot or conforming to the ~/.config standard.…
Stephan Henningsen
- 5,279
- 4
- 18
- 23
161
votes
8 answers
How to show hidden folders in File Manager (Nautilus) on Ubuntu?
How do you show a hidden folder (whose name starts with . ) in File Manager a.k.a. Nautilus on Ubuntu? I am somewhat new to Ubuntu and can't seem to find the "view" menu.
Strato1
- 2,190
161
votes
9 answers
Getting Processor Information
I have just ran lshw to get some information about a machine I know nothing about, and I just wanted to confirm something. Does this basically mean it is a dual core 64 bit processor that is installed? *-logicalcpu:0 description: Logical CPU…
Toby
- 1,795
161
votes
4 answers
How do I install make?
/usr/bin/perl install-module.pl --all ERROR: Using install-module.pl requires that you install "make". I need to install make on my ubuntu on AWS EC2. How can I do that ? I could finally install build-essential also successfully. # make make: *** No…
Deepak Singhal
- 1,817
- 2
- 13
- 8
160
votes
7 answers
How to install certificates for command line
So in school we need to install a certificate to access https sites. In firefox, I can import the certificate. However, I can't do so with the command line. For example, running git push I get: fatal: unable to access 'https://github.com/user/repo':…
Universal Electricity
- 1,713
160
votes
11 answers
How do I create a WiFi hotspot sharing wireless internet connection (single adapter)?
I know how to create a hotspot when connected to a wired network, but when I am using internet from a WiFi connection, this disconnects the wireless connection the moment I activate the hotspot. In Windows I can use Connectify Hotspot , which…
Ruppesh Nalwaya
- 1,701
160
votes
10 answers
Realtime noise-removal with PulseAudio?
Is it possible to do realtime noise-removal with PulseAudio, so the sound output that's coming out is smoother?
Vadim Peretokin
- 3,340
160
votes
14 answers
How to execute a script just by double clicking like .EXE files in Windows?
How can I make a bash script executable by double clicking just like .exe files in Windows? I tried creating a launcher and assigning the script to it , but there are two consequences: the terminal twinkles, disappears, and nothing is done. you must…
user61928
160
votes
12 answers
A command-line clipboard copy and paste utility?
In Windows I used command-line clipboard copy-and-paste utilities... pclip.exe and gclip.exe These were UnixUtils ports for Windows (but they only handled plain text). There were a couple of other native Windows utilities which could write/extract…
Peter.O
- 25,291
160
votes
10 answers
How can I find *.desktop files?
To the best of my knowledge, all shortcuts in the Unity Launcher have a corresponding *.desktop file. I have one shortcut (for skrooge ) that doesn't have an icon. How can I find the *.desktop file corresponding to this shortcut so that I can add an…
KOVIKO
- 2,163
159
votes
9 answers
How can I install Adobe AIR?
I am a heavy user of certain applications that are built on AIR. It appears that AIR has discontinued support for Linux. Even the older versions in the Adobe AIR Archives seem to support only 32 bit Linux distributions and I am on 64 bit currently.…
Vamsi Emani
- 2,575
159
votes
4 answers
How do I create a PPA?
How do I create my own custom PPA to share with the Ubuntu community? I am trying to create my own custom package set and I would really like to share it with the community.
Jebeld17
- 1,902
159
votes
14 answers
How to compare two files
I want to compare two files line by line and by column number 2. How could I accomplish this? File_1.txt: User1 US User2 US User3 US File_2.txt: User1 US User2 US User3 NG Output_File: User3 has changed
Roboman1723
- 2,995