Access and format a 500 MB pen drive in Linux
How to access and format a 500 MB pen drive in Linux?
YOU CAN DO IT WITH sorry caps lock … you can do it with gparted - will format it to whatever - resirfs, ntfs, ect2, ext3, fat, etc
http://gparted.sourceforge.net/livecd.ph…
If you have a linux distro handy it will paobably have some soet of partitioning/formatting tool. if [...]
A good studio quality microphone for Linux
What’s a good studio quality microphone for Linux?
If you are connecting via your sound card, software and OS are irrelevant - there are no drivers or anything, it’s purely an analogue signal.
Any high quality condenser microphone will work nicely. I like the Sennheiser MKH line, but there are lots of quality mics out there.
[...]
Boot a Linux OS from a Zune
Is there any way to boot a Linux OS from a Zune?
No, but you can just burn the Linus OS portable onto a CD, then when starting press F12 or something to boot from disk.
Thats probably the easiest way. I think you can boot from a flash drive aswell, but I’m not 100% sure. If [...]
Download linux to a blank computer
How to download linux to a blank computer?
ok, well to me it seems liek you know nothing about linux. except its free and lots of people say “go with linux its great”
it is great, but only if you know how to use it. it seems you just want a free operating system. Because you want [...]
Measure the performance of an Linux C application
How do i measure the performance of an Linux C application?
lets see:
You can measure CPU performance using /proc/cpu. You can measure ethernet performance by using /sbin/ifconfig <eth_port>. You can use df to track data written to a filesystem/mountpoint. Take a before and after snapshot using the tool of choice and determine the metric you wish [...]