I have a laptop booting 5 OS's.
I have a 1TB hard disk, /dev/sda.
Hello,
I run F12. Since some days my laptop has become very sluggish. In Mozilla, switching between the tabs takes like seconds instead of fraction of a second. Also minimizing and mximizing windows takes long. Switching between the windows too takes long. Now I can't see the cursor while typing this post.
Code:
# fdisk -l /dev/sda
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x85bda12f
Device Boot Start End&
Hello All,
I want to write a shell script for extracting a content from a xml file
the xml file looks like this:
HTML Code:
[CODE]<Variable name="moreAxleInfo">
<
Hi everyone!
I need a kernel higher than 2.6.20 and that supports 4 GB of memory.
I want create a 40G file one one disk if the disk free space is more than 45G
Code:
[root@localhost ~]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c9518
D
Hello,
Code:
# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00098581
Device Boot Start End &
I have an asp FileUpload and an asp Button on a page. When i click the button, i want the bytes of the file which was supposedly uploaded to be stored in a session variable.
Only problem is that they aren't stored.
How should i do this?
There's also a text box with some text in it, need that too.
protected void UploadButton_Click(object sender, EventArgs e)