Top new questions this week:
|
I wanted to have a go at creating my very own Linux Distribution. Could you suggest some nice and easy-to-follow tutorials (preferably text based and not videos).
I have heard something about Arch …
|
What do these terms mean exactly?
partition
volume
drive
On Windows, one may say drive C: or partition C:. On Linux I'm not sure what should be used for partitions because they don't have a name.
|
I don't understand why exit & does not work. Why does it not?
|
This is a simple problem but the first time I've ever had to actually fix it: finding which specific files/inodes are the targets of the most I/O. I'd like to be able to get a general system overview, …
|
I have a folder with some directories and some files.
for d in *; do
echo $d
done
will loop through all files, but I want to loop only through directories. How do I do that?
|
Is there an easy way to programmatically extract IP address, without tedious parsing of ifconfig? I would not mind simple command output processing using sed to do it but not processing multiline …
|
I'm getting an occasional "Authentication request" dialog from Gnome, and I don't know what program is asking or even which account it's talking about.
[email redacted] is an email address of mine, …
|
Greatest hits from previous weeks:
|
Using version control systems I get annoyed at the noise when the diff says No newline at end of file.
So I was wondering: How to add a newline at the end of a file to get rid off those messages?
|
I need to find my external IP address from a bash script. At the moment I use this function:
myip () {
lwp-request -o text checkip.dyndns.org | awk '{ print $NF }'
}
But it depends on …
|
Can you answer these?
|
When booting NetBSD, the old Tecra 720CDT that I have, works quite nicely in 1024x768x15 mode with vesa fb.
I always have to activate VESA when booting the system:
> vesa on
> vesa 0x116
> …
|
I configured a media-center server running Debian with LightDM, Leapcast and Plex. What I want to accomplish is the following. There should be three LightDM seats, one default seat on which I can …
|
I find myself spending too much time getting the wmakers icons right. When I start an application from the commandline I get an Icon, which I can attach to the dock or the clip. Good.
However, when …
|