|
Feb 2 |
comment |
How can I edit multiple files in VIM? With respect to multiple buffers / windows / tabs also see StackOverflow's How to effectively work with multiple files in Vim? and Using Vim's tabs like buffers. |
|
Nov 20 |
comment |
How can I disable TCP/IP for an Ethernet adapter? @gertvdijk right, answer edited. |
|
Nov 20 |
revised |
How can I disable TCP/IP for an Ethernet adapter? Updated based on comment. |
|
Nov 19 |
comment |
Why does this PS1 value cause unexpected behaviour? If the length of the prompt changes dynamically PROMPT_COMMAND can be used. See vvv.tobiassjosten.net/bash/… for an example. |
|
Nov 19 |
answered | How can I disable TCP/IP for an Ethernet adapter? |
|
Oct 16 |
awarded | Revival |
|
Oct 16 |
comment |
gajim blinking trayicon notification Odd, I run gajim from source myself and did think that changeset was reachable because I saw it when listing gajim_0.15 branch. Answer edited. |
|
Oct 16 |
revised |
gajim blinking trayicon notification Fixed answer, 0.15.1 didn't included the changeset. |
|
Oct 13 |
revised |
gajim blinking trayicon notification Improved answer |
|
Oct 13 |
answered | gajim blinking trayicon notification |
|
Oct 7 |
revised |
Can't find smbfs package in Debian Wheezy Link to package in Wheezy dist |
|
Oct 7 |
revised |
concat file content horizontally in vi/vim Improved formatting |
|
Oct 7 |
suggested | suggested edit on Can't find smbfs package in Debian Wheezy |
|
Oct 7 |
suggested | suggested edit on concat file content horizontally in vi/vim |
|
May 23 |
comment |
Why don't you need to update drivers? (Or do you?) Just to note that KernelNewbies's release pages are very nice to know what changed, see: 3.4, 3.3, 3.2, etc... |
|
May 18 |
answered | changing name of some files in bulk |
|
May 14 |
comment |
Is there a tmux equivalent of “screen -D -R” I prefer not to have new-session in ~/.tmux.conf because if I reload the configuration using command source-file ~/.tmux.conf (see this) a new session will be launched. Yes, I can kill it and then attach to the previous one but that is a little annoying. |
|
Mar 30 |
revised |
Why is there a type for process ids (pid_t), but not for file descriptors (fd)? Improved formatting |
|
Mar 30 |
suggested | suggested edit on Why is there a type for process ids (pid_t), but not for file descriptors (fd)? |
|
Mar 28 |
revised |
What is the need of the struct thread_info in locating struct task_struct? Improved formatting. Included link to "Understanding the Linux Kernel". |