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
[all variants] Help! Not loading blacklisted module fglrxview story

http://ubuntuforums.org – Ubuntu 12.04 I bought a Sapphire Radeon HD7750, downloaded the latest drivers "amd-driver-installer-catalyst-13.3-beta3-linux-x86.x86_64", finally got them compiled and installed with dpkg -i. i tried to launch darktable and get this warning Quote: darktable Setting of real/effective user Id to 0/0 failed WARNING: Not loading blacklisted module fglrx FATAL: Module fglr (Hardware)

8
[other] installing without removing my file just deleting windows 7view story

http://ubuntuforums.org – i miss the old ubuntu gui hate Unity do you guys know of any os that can run ubuntu apps that has a better gui like unity or mac os or something and is as easy to use as ubuntu i heard you can change the gui in ubuntu but i would like to try some other linux os other then ubuntu also is there any way to install it without having my files removed from my hdd and having windows removed i w (Hardware)

8
A way to communicate between applications within linuxview story

http://stackoverflow.com – I'm currently in the planning stages and could do with help. I'll be using a rasberry pi with various modules plugged into (i2C, USB etc) it, these could be anything such as modules to measure temp, wind speed, direction etc. (HowTos)

8
how to view a list of txt file in a folder?view story

http://stackoverflow.com – I would like to have only txt file in a folder. i tried cd folder then ls *.txt. I have the good result. but now i would like to have the result using only one linux command. I tried ls *.txt folder and cd folder| ls *.txt. how to do? (HowTos)

8
How to call RIL.getAvailableNetworks()? (using non-API methods)view story

http://stackoverflow.com – Disclaimer - I know how calling non-API methods can affect my application. It's not going to be published on Google Play, I'm creating it just for personal use. Task - get available network operators on rooted phone (Android 2.3.3). Model is known. What have I tried A lot of reflection: Tried to get PhoneFactory, get default Phone (getDefaultPhone) or GSMPhone. (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
.htaccess password protect and mod rewrite in same fileview story

http://stackoverflow.com – I’d like to protect a development directory of my site using a .htaccess file whilst also using the .htaccess file to allow mod rewrite. However, I’m getting a standard apache2 error page when using the following .htaccess file even though the .htpasswd file is set correctly: RewriteEngine on RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FI (HowTos)

8
Linux shell kill command while still running based on outputview story

http://stackoverflow.com – I have a set of C++ projects in Code::Blocks and a script that builds all of them. (HowTos)

8
How to parse in linux sniffer results on the fly?view story

http://stackoverflow.com – I want to sort and calculate how much clients downloaded files (3 types) from my server. I installed tshark and ran followed command that should capture GET requests: `./tshark 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' -R'http.request.method == "GET"'` so sniffer starts to work and every second I get new row, here is a result: 0.000000 (HowTos)