0
votes
4answers
64 views
Styling the DD tag
I am using dl,dt and dd tags in one of my project . Now I want give a bullet before dd .
How can I make my dd's to a bulleted list using css ?
Any Ideas ???
2
votes
1answer
76 views
How to style dt and dd so they are on the same line?
Using CSS, how can I style the following:
<dl>
<dt>Mercury</dt>
<dd>Mercury (0.4 AU from the Sun) is the closest planet to the Sun and the smallest planet.</dd>
…
0
votes
0answers
24 views
Guarantee the content of a file is flushed when using dd conv=fsync
Hi
I am trying to do a wear leveling test on a series of SD cards. I relation to this my idea was to use dd to write, read, rewrite and reread the same "first block" on the SD card - my for doing …
0
votes
0answers
174 views
dd clone hard drive: Input/Output Error though “chkdsk” says OK [closed]
Hi,
I've used dd to clone hard drives before using 'dd' and a live cd, but have run into a problem.
The issue:
dd fails with an "Input/Output Error" on /dev/sda3 , even though windows "check disk" …
0
votes
6answers
168 views
T-SQL Problem
I have following table (SQL Server) Table name is LandParcels
Blockid ParcelNo Stateorprivate
========================
11001901 30 Deemana
11001901 35 Deemana
11001901 41 …
1
vote
1answer
288 views
How to query datetime based on date in c#
I have an MS-Access database with a DateTime column.
ex: 03/08/2009 12:00:00 AM.
I want query based on date like:
select * from tablename where date='03/08/2009'
I want display data as 03/08/2009 …
1
vote
3answers
134 views
DD img different MD5’s?
We have a smart media card with a linux install on it that we need to duplicate. We created an img with DD and then used dd to write the img back to a couple of new smart media cards. We have compared …
1
vote
4answers
289 views
Reading a sector on the boot disk
This is a continuation of my question about reading the superblock.
Let's say I want to target the HFS+ file system in Mac OS X. How could I read sector 2 of the boot disk? As far as I know Unix only …
2
votes
3answers
189 views
do stdout output with specific speed
For a load test of my application (under Linux), I'm looking for a tool that outputs data on stdout at a specific rate (like 100 bytes/s), so that I can pipe the output to netcat which sends it to my …
0
votes
2answers
261 views
How to backup LIF formatted disk?
I have several old 3.5in floppy disks that I would like to backup. My attempts to create an image of the disks have failed. I tried using the UNIX utility dd_rescue, but when the kernel tries to …
