search for: 0bits

Displaying 3 results from an estimated 3 matches for "0bits".

Did you mean: bits
2009 Jun 07
2
Question about dd (fill a hard disks' unused space with blanks)
...y. Due to this approach, it's more or less filesystem-independent. The drawback is that it sometimes results in huge image files. Now I'm currently following a hint which suggests to fill the disks' unused space with zero bits. Here's the command for that: # dd if=/dev/zero of=/0bits bs=20M # rm /0bits Now I gave that a shot, but after half an hour or so, I got a bit impatient. Now the computer does not respond any more. Does that mean he's just way too busy with dd? Or is there some mistake in the command? As I see it, it will just be chugging on and on, no? Shouldn...
2018 May 25
1
Clone a custom CentOS 7 desktop using G4L over FTP
...ion is centralized. Everything works fine so far. With Slackware I had found a neat trick to install the desktop clients. First I installed and configured one single client PC from start to finish. The I zeroed all the unused sectors on the disk, using something like this: # dd if=/dev/zero of=/0bits bs=20M ; rm -f /0bits Then I sent the disk image to a local FTP server using G4L (Ghost4Linux). On all the other desktops PCs, I could then "import" the G4L image, and the system was ready to use. Under Slackware, the only thing I had to make sure was to remove the one bit of hardcoded...
2005 Jul 07
1
HELP PLEASE BITTORRENT SHAPING (HTB)
...3kBps, ceil 5kBps ) { sfq; } ; $ack = class ( prio 2, rate 8kBps, ceil 15kBps ) { sfq; } ; $otro = class ( prio 1, rate 8kBps, ceil UPRATE ) { sfq; } $p2p = class ( prio 8, rate P2P, ceil P2P, cburst 0bits ) { sfq; } ; } } } } EDGAR MERINO