The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
35 views

Linking images from higher directory from multisite environment [closed]

Linking Structure for higher file locations This is a linking question for image linking. I have apache2 setup for named-based virtual hosts with the base root set as /var/www/ . The layout is as ...
6
votes
2answers
117 views

Colorize hardlinks in ls output?

How can I colorize hardlinks myself? Turns out on an old Ubuntu 10.04 I have, this happens by default (same .bashrc and .profile in use), whereas on the newer Ubuntu 12.04 it doesn't. This is the ...
1
vote
1answer
104 views

D-Link DWL-G122 NetWork

I'm starting downloading ubuntu now, and I have a doubt, my computer needs a USB stick with wireless network to achieve .. And anyone know where I can download the drivers for this model? Or does ...
0
votes
0answers
179 views

Why does ln fails with EEXIST?

I am trying to link a file named genes.gtf to my directory, but I'm getting this error: ln: failed to create symbolic link `./genes.gtf': File exists What should I do?
1
vote
0answers
67 views

Help With Hard links And Symlinks Moving Directory And Files

I have a symlink /var linking to /tmpfs/var.1 /var -> /tmpfs/var.1 I start a script called cache_tmpfs from /etc/rc.local on startup. This script will copy /var.backup/* contents to ...
2
votes
2answers
83 views

What are some typical uses of hard links?

Everyone who was used to Windows can imagine what symlinks are and how they're used. On the other hand, the hard link concept is foreign to Windows (am I correct?). I would like to know what are the ...