0
votes
0answers
4 views
Filezilla: GnuTLS error when using FTPES
Response: 220-This is a private system - No anonymous login
Response: 220 You will be disconnected after 60 minutes of inactivity.
Command: AUTH TLS
Response: 234 AUTH TLS OK.
Status: ...
1
vote
3answers
18 views
How do I display the name of my audio card driver from the command line in Lubuntu 11.10?
I am running Lubuntu 11.10 and I want to display my Audio / Sound Card Driver from the command line.
2
votes
1answer
27 views
Bash alias arguments
I am trying to make a bash alias that will allow me to quickly make an archive of the current git repo.
My current alias is:
alias gitarch="git archive master --format=tar | gzip >$@"
This ...
0
votes
1answer
20 views
How to install aMSN on Scientific Linux?
I can't find aMSN in the Scientific Linux 6 repositories.. How can I install it?
1
vote
0answers
9 views
Xorg: multiple keyboards, one configuration
On my laptop, I tweak some keybindings and keyboard preferences with xmodmap and xset. When I plug an external USB keyboard, the configuration for that keyboard is the default, i.e., without my ...
2
votes
1answer
19 views
Using umask to set group permissions
A long time ago an old friend showed me a way to use an octal or hex umask with a group I think using /etc/profile. I'm not sure.
I'm trying to create group on Debian so that every member of that ...
1
vote
2answers
8 views
How to create a custom dynamic DNS solution?
You all probably know commercial dynamic DNS providers like dyndns.org or no-ip.com.
But how to create a similar service for just a handful of machines?
What server software would be best suited for ...
-2
votes
1answer
27 views
How to find the htpasswd file created for SVN over Apache?
I setup subversion with remote access over apache. I created an htpasswd file for it, but now I've forgotten the filename and path. How can I find it?
0
votes
0answers
8 views
Can't access internet after connecting to L2TP IPsec VPN
I config L2TP VPN on ubuntu server 11.04, and i can connect to it with a Mac client. But after connecting successfully to this L2TP VPN, my Mac can not access internet. To access internet, I have to ...
2
votes
0answers
14 views
Regaining usage of volume control media keys after removing pulseaudio
I am running a GNOME 3 fallback desktop in Debian testing, and I removed some pulseaudio packages, for I don't need the advanced functionality. That resulted in my multimedia keys that control speaker ...
0
votes
0answers
29 views
CLI: easy to read vs easy to write? [closed]
(I big sorry for my bad English.)
A command-line syntax for a program maybe easy-to-read or easy-to-write. This is incompatible usually. E.g. let foo is an archiver. Classic Unix's syntax is about:
...
2
votes
3answers
50 views
How can I keep track of what's using the most CPU?
I use nagios to monitor my server. Once in a while I'll get a report that the CPU load is warning / critical, etc. Usually this happens at some odd hour or when I don't have the tools to immediately ...
2
votes
2answers
48 views
Extracting bigrams with sed
How do I split an entire text consisting of only letters into bigrams.
For example:
odd even
od -> de
dd -> ev
This is what I have so far but it does not produce the desired result.
[some ...
3
votes
0answers
24 views
The volume “boot” has only 0 byte disk space remaining
I am in Ubuntu 10.04.
When I install the software updates with "Update Manager", there is a pop up dialog which tells me "The volume "boot" has only 0 byte disk space remaining"
How to get rid of ...
1
vote
1answer
26 views
How to display TSV (csv) in console, when empty cells are missed by: `column -t -s $'\t' `
I have file with columns spearated with tab.
I have file when some rows have empty cells (on begining, in middle).
In such cases column -t -s $'\t' simply fails:
Input:
$ echo -e ...