The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
0answers
53 views

Is there a way to mirror USB outputs?

I'm currently writing a program for a project. It is for a braille reading system where I have a braille display connected via USB that is controlled by a program called brltty. One of the ...
1
vote
0answers
31 views

how to mirror four monitors with 2 nvidia cards on debian?

I have 2 nvidia GeForce GT 610 video cards with 2 monitors plugged to each one of them. I can mirror the A and B and C to D but I want them all to show A. pleas help =)
0
votes
1answer
109 views

How to disable gzip compression with wget?

There are other questions asking how to enable gzip compression with wget, and lots of web pages out there telling how to do this, but I need the opposite. I'm trying to locally mirror a site, and ...
3
votes
1answer
71 views

reposync exclude subdirs from mirror

Is there a way to make the reposync command ignore a subdir of a public repo when mirroring it ? It seems to only want to sync on the url that has the /repodata/ & /repoview/ dirs, but i'm ...
1
vote
2answers
350 views

Can Linux support Mirror Bootable Disk with LVM like IBM-AIX/HP/Solaris UNIX?

I have searched a lot in Google and Linux sites, but it seems that only UNIX, especially HP-UX supports mirror bootable disk configuration. Can anyone tell me whether Linux (I am using SuSE 10) can ...
4
votes
3answers
420 views

How can you mirror the stdout of one terminal to another one?

I'm not sure if I'm phrasing the question correctly, but let's say that I have two virtual terminals open, and if I typed ls in one of them, I'd get the contents of the directory in both of them (the ...
2
votes
1answer
125 views

solaris + vxprint + mirror for rootvol & rootdisk7vol not exist

I run the vxprint -g rootdg on my Solaris machine (HW- NETRA T2000) As we see here - rootvol & rootdisk7vol has missing lines (swapvol is OK) How to fix the rootvol & rootdisk7vol in order ...
2
votes
1answer
1k views

How do I create a local copy of a complete website section from OSX using wget?

This question follows from: How do I create a local copy of a complete website section from OSX using curl? After discovering OSX's native curl wouldn't do this task I downloaded wget from here: ...
2
votes
1answer
803 views

Why does btrfs allow to create a raid1 with mismatched drives?

I'm creating a btrfs using sudo mkfs.btrfs -m raid1 -d raid1 <small-disk> <large-disk> or sudo mkfs.btrfs -m raid1 -d raid1 <large-disk> <small-disk> it creates the fs with ...
2
votes
3answers
972 views

Is there a way to disable wget from getting files from parent directories to given depth?

wget has such option as -np which disables getting files from any parent directory. I need something similar but a bit more flexible. Consider: www.foo.com/bar1/bar2/bar3/index.html I would like to ...
2
votes
1answer
418 views

Equivalent to “copies=2” feature of ZFS in Linux with LVM

I have a laptop with only one HDD and is impossible add other HDD. The feature "copies=2" of ZFS is the perfect solution for to add redundancy to my /home in the laptop. I would like emulate the ...
2
votes
1answer
411 views

How to wget website with same page and content names?

I'm trying mirror a website where it has page: http://www.site.com/news and contents: http://www.site.com/news/36-news/news-one http://www.site.com/news/37-news/news-two ...
1
vote
1answer
408 views

How to Mirror one more disk on existing filesystem

in my test machine i can see the filesystem list using bdf commands. $bdf Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol3 58916864 6242747 49386840 11% / ...
1
vote
3answers
3k views

Why am I failing to mirror a web site (using wget)?

I have tried using wget --mirror http://tshepang.net/, but it only retrieves one page, "tshepang.net/index.html". Is this a bug in wget? Here's the output, from using the --debug option: DEBUG ...