8
[ubuntu] Problems with Qualcomm USB modemview story

http://ubuntuforums.org – Hi, I originally posted to the Networking forum on this problem (http://ubuntuforums.org/showthread.php?t=2131762), but after a lot of reads, and no replies, I'm beginning to think I've asked the wrong question. So, I'll reframe the question differently... What component (or components) in Ubuntu 12.04 LTS are responsible for calling the qcserial code when I boot up my Thinkpad? (Hardware)

8
[kubuntu] Connecting two routers to each other?view story

http://ubuntuforums.org – Recently I got a second wireless router, along with a second DSL line. I'm planning on running any bandwidth intensive applications on a computer using the second line, and the other devices will use the first. The problem is, I want to be able to ssh into the computer, but it's not using the same router. (Hardware)

8
Mutt multiple account configurationview story

https://bbs.archlinux.org – While this thread is fresh and on the topic of mutt I'd shoot the community a question about a major problem I'm having with my setup. That is if the OP can hold off on marking the topic as [SOLVED].I had a working setup and decided to patch it with the sidebar patch. (HowTos)

8
Awk/Perl convert textfile to csv with sensible formatview story

http://stackoverflow.com – I have a historical autogenerated logfile with the following format that I would like to convert to a csv file prior to uploading to a database -------------------------------------- Thu Jul 8 09:34:12 BST 2010 BLUE Head 1 Duration = 20 s Activity = 14.9 MBq Sensitivity = 312 cps/MBq -------------------------------------- Thu Jul 8 09:34:55 BST 2010 BLUE Head 1 Duration = 20 s Activity = 14.9 M (HowTos)

8
Need to convert value to be taken as int/float from a file in cview story

http://stackoverflow.com – I have a txt file which has the following data: 5 676.54 6453.22 7576.776 8732.2 6 I need to read the file in a C program line by line. But whatever method I use to read the file, I get the value as a string. I need to get the values as int and float types(depending on the values). Is there any way I can do this? Operating platform is linux. (HowTos)

8
how to match lines without some strings in sedview story

http://stackoverflow.com – I tried to print out the first line (started with > as the files are fasta files) of every file under the folder and use sed to extract out those lines without plasmid and fragment. I did ls * | xargs -I one sed -n -e '/^>.*[^fragment|plasmid].*/p' one > outfile but it dosen't work? How should I modify it? (HowTos)

8
[Q] Nitrogen (CM7-Based ROM) fails to fully boot after applying Pdoid patchview story

http://forum.xda-developers.com – I would of posted this in the offical thread for "[Rom][Official CM7 based]Nitrogen [Android UnChained][PSN FireKernel MemMod V3]" at http://forum.xda-developers.com/show....php?t=2205818 but being new to the forum, can't post to the Development area. (HowTos)

8
Survey says Samsung Galaxy phones are simpler than the iPhoneview story

http://www.talkandroid.com – There are a lot of people that think Android is better than iOS for many reasons, but most fans won’t put simplicity at the top of the list. Well according to a survey by Siegel+Gale, Samsung Galaxy phones are simpler than the iPhone. This survey was conducted with 400 people, and while both phones scored well, Samsung’s Galaxy line came out as the winner. (IT news)

8
Calling a script on machine shutdownview story

http://unix.stackexchange.com – I want to call a script on machine shutdown and restart. I have written code like #! (HowTos)

8
How do I get a field in bash's job list using awk?view story

http://unix.stackexchange.com – I wanted to write a function to retrieve a field from the list of background jobs in bash. (HowTos)