13
Combine All Your IM Accounts In One Application With Pidgin [Windows & Linux]view story

http://www.makeuseof.com – Pidgin is a free instant-messaging client that combines all your IM accounts in one simple application. Instead of running several different IM clients that display ads and eat up memory, just use Pidgin. (General)

13
Linux Mint 13 “Maya”: A Very Stable Release With Long-Term Supportview story

http://www.makeuseof.com – The “Linux release season” is starting to come to an end as the last few major distributions are coming out with their latest release, most notably Linux Mint. This time around the Linux Mint developers have released version 13, codenamed “Maya”. (General)

13
GNOME Foundation: Minutes of the Board Meeting - May 29th, 2012view story

http://permalink.gmane.org – Wiki: https://live.gnome.org/FoundationBoard/Minutes/20120529 = Minutes for Meeting of May 29, 2012 = == Next Meeting == June 12, 2012 == Attending == * Bastien Nocera * Emmanuele Bassi * Germán Póo-Caamaño * Karen Sandler * Rosanna Yuen * Ryan Lortie * Shaun !McCance * Stormy Peters === Regrets === === Missing === * Brian Cameron == Board Meeting Agenda == * Process * Dis (Software)

13
NTT Com to launch world's first cloud service with network virtualisationview story

http://www.itwire.com – Japan's telco giant, NTT Communications (NTT Com), is to launch the world's first global cloud computing service to incorporate OpenFlow network virtualisation technology that will enable customers to control and configure their network within and between data centres. {loadposition stuart}The move represents the first practical implementation of the idea of a software defined network (SDN) - one (IT news)

6
kopete and pidgin video voice configurationview story

http://forums.fedoraforum.org – Ive been trying to get my video and voice working in either kopete or pidgin to use with yahoo but havent had much luck How can i debug kopete and pidgin to see if there is some problem My cam is seen in kopete my voice is heard in pidgin when using kopete and trying to use it for video and voice i can see other peoples cams but mine shows up as a black box to people trying to view w (HowTos)

13
double variable substitutionview story

http://www.unix.com – Code: $ ABCel='abc@gmail.com' $ XYZel='xyz@gmail.com' $ MYel='my@yahoo.com' $ echo $ABCel abc@gmail.com $ echo $XYZel xyz@gmail.com $ echo $MYel my@yahoo.com I tried 3 variations, but not getting the expected result: Code: $ for VAR in ABC XYZ; do echo -e "${VAR}el $MYel"; done ABCel my@yahoo.com XYZel my@yahoo.com Code: $ for VAR in ABC XYZ; do MAIL=$ (HowTos)

5
Question about EXIM authenticationview story

http://forums.cpanel.net – Hi, how can I configure Exim (in WHM) to allow authenticated smtp user to send email only with the same "MAIL FROM" address? For example, if one user is authenticated as user@domain.com, I don't want let him send email from anotheruser@yahoo.com and so on. Thankyou! (HowTos)

5
Iphoneview story

http://androidforums.com – Folks. Anyone read about this. Virgin Mobile gets iPhone for $549, $30 per month - Yahoo! News Lee (General)

3
[SOLVED] 12.04/64 bit/flashview story

http://ubuntuforums.org – My history apparently doesn't go back far enough to find my open thread on problems with flash on my 12.04/64-bit installation (I had the same problem prior as well). What I wanted to do was close that thread with this: The theory I had on time-outs causing flash to show the "the video is no longer available" message, and then play the video anyway, was indeed from time-outs due to (Hardware)

5
internet without dns tennis play [closed]view story

http://serverfault.com – Why do we make DNS requests separately when an ISP could also be handling the DNS request along with HTTP data simultaneously. So rather than: Ask opendns what yahoos address is. Opendns returns: 66.55.44.11 Hey, Verizon. Send/Request data from 66.55.44.11. Why wouldn't the protocol just request data from "yahoo.com" and verizon interprets the yahoo.com as a split DNS request. (HowTos)