Wednesday, May 17, 2017
Not much blogging going on from me
Not much blogging going on from me
Hi,
I am in the middle of preparing my home to put on the market later this summer. So wont be spending alot of time online or blogging or visiting some of my favorite blogs.
I have 40+ yrs worth of accumulation of "STUFF" in my home to go through. My dear late husband also was as much a collector and keeper of everything and anything - as I am. There are lots of decisions to make on what Ill keep and or want to save for my new life in Florida some day.
Wish me luck..Ill try to post some pics of my progress.
Update 4/28/2009 : My sister (who came up from Florida for me) helped me go through my clutter the past couple weeks - and I made decisions on lots of items. She packed up 100 small to medium boxes of things "I" am saving and going to put in storage so that the house is less cluttered when I stage it for selling.
Eventually - Im going to have to hold a large Yard Sale...and then donate what doesnt sell.
Wow what a overwhelming process this whole thing is.
Next week the POD arrives and the boxes will get put in there and then go to a storage place.
Kinda crowded around here now.
Go to link Download
Friday, March 31, 2017
multiple chat from accounts using pidgin
multiple chat from accounts using pidgin
Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on MSN, talking to a friend on Google Talk, and sitting in a Yahoo chat room all at the same time.Pidgin runs on Windows, Linux, and other UNIX operating systems. Looking for Pidgin for OS X? Try Adium!
Pidgin is compatible with the following chat networks out of the box: AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, MXit, MySpaceIM, and Zephyr. It can support many more with plugins.
Pidgin supports many features of these chat networks, such as file transfers, away messages, buddy icons, custom smilies, and typing notifications. Numerous plugins also extend Pidgins functionality above and beyond the standard features.
Pidgin integrates with the system tray on Windows, GNOME2, KDE 3, and KDE 4.
Pidgin is under constant development. Releases are usually frequent and driven by user contributions, such as bug reports and patches.
Pidgin is free and contains no ads. All our code is open source and licensed under the GNU General Public License. This means you can get Pidgins underlying code and modify it to suit your needs, as long as you publish the changes you make for everyone to benefit from as well.
DOWNLOAD pidgin now and open the world of chatting.
If you found this article useful please pass your comments.
Go to link Download
Thursday, March 23, 2017
Open a Facebook fan page from Android application
Open a Facebook fan page from Android application
Id like to share how to invoke FB fanpage from your Android application programmatically. Before that please get your FB fanpage ID. TO find your FB fanpage ID , LOGIN to your fanpage. Find the Edit Page button and choose any option from the Admin menu. The fanpage ID is located in the URL after the keyword ID. Select and Copy the number.
***Or you could find the page ID at the Edit Page > Update Page Info, in the Page Info window, look at the bottom (last detail).
This is the code to invoke the FB fanpage on the mobile users smartphone from your app. Provide the FB app is installed.
Intent ifb=new Intent (Intent.ACTION_VIEW);
String uri="fb://page/613598055326974"; //your FB fanpage ID is here
Uri.parse(uri);
ifb.setData(Uri.parse(uri));
startActivity(ifb);
Updated:
If you consider maybe the phone doesnt has Facebook app installed, may be youd like to redirect to a browser instead. Then below is the code;
try {
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("fb://page/129569063811850"));
startActivity(intent);
} catch(Exception e) {// or else open in browser instead
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://facebook.com/mmathurat")));
}
Go to link Download
Monday, December 12, 2016
On Vacation but Java updates from Oracle and Apple Be sure to have the UNmessed up Apple Java update!!! and Adobe Flash Update
On Vacation but Java updates from Oracle and Apple Be sure to have the UNmessed up Apple Java update!!! and Adobe Flash Update

Im on a break while I work on other things. But here is some quickie news. I expect, if youre a regular reader, you know how to dig up the URLs and CVE reports by now.
I) MASSIVE CRITICAL Java update from both Oracle and Apple, including 40 (FORTY) security patches. Apples update is for Java version 1.6 only, the part of Java included in OS X. The update is for OS X 10.6 - 10.8.
II) Apple MESSED-UP their original Java update release, which was labeled "JavaForOSX2013-003". This mess KILLED Java and must be updated with what replaced it: "JavaForOSX2013-004". From my experience, Software Update did NOT provide me with the updated version. I had to grab oo4 myself and apply it myself. You may have to do so as well.
Here is an article to help you sort out whether you got STUNG by Apples mess or not, and how to clean it up. Thank you to 9to5Mac.com:


Go to link Download
Wednesday, December 7, 2016
New way removing virus from a computer
New way removing virus from a computer

STEP 1:what I did is that i created a secondary account on my computer for backup plan if my main account is infected badly were the antivirus program wont come up and get rid of the virus.
STEP 2:hold the power button on your computer until it turns off. let it sit for a minute or two. turn it back on and log in when the log in screen comes up. click on the antivirus program that you bought. if your antivirus program doesnt come up and you tried everything. then log off or shutdown your computer and use your secondary
account you created.
STEP 3: go to the control panel on your seconary account and click on USER ACCOUNTS AND FAMILY SAFETY. then go to ADD OR REMOVE USER ACCOUNTS after that then click on the user account and then click on delete user account. it will get rid of the account. ONLY DO THIS IF YOU HAVE TOO.
Go to link Download
Tuesday, October 18, 2016
OS X 10 10 2 Yosemite Safari Updates and Security Update 2015 001 From Apple 58 New Security Patches
OS X 10 10 2 Yosemite Safari Updates and Security Update 2015 001 From Apple 58 New Security Patches

Apple has released the latest OS X update to OS X 10.10.2 Yosemite as well as Security Update 2015-001. Included with these updates are new updates of Safari with its own security patches. There is a total of 58 new security patches. You can obtain the updates via the Updates tab in the App Store application or eventually at:
http://www.apple.com/support/downloads/
Below, I have provided the full Apple security documents for 10.10.2, Security Update 2015-001 and Safari. You can also access them at Apples website:
The security content document for OS X 10.10.2 Yosemite as well as Security Update 2015-001 can be found at:
http://support.apple.com/en-us/HT204244
The security content document for Safari 8.0.3, 7.1.3 and 6.2.3 is available at:
https://support.apple.com/kb/HT204243
Ive highlighted at the CVE numbers in Apples OS X 10.10.2 security document. (CVE = Common Vulnerabilities and Exposures). If youd like more information about any of the CVEs, use the link on the right of this page marked CVE Search. It will take you to the search page at Mitre.org. If you cant find a specific CVE there or the CVE has no description, it is because the developer of the affected software has requested that the CVE information not yet be made public.
~ ~ ~ ~ ~
APPLE-SA-2015-01-27-4
OS X 10.10.2 and Security Update 2015-001
Available for: OS X Mavericks v10.9.5
Impact: A remote attacker may be able to determine all the network addresses of the system
Description: The AFP file server supported a command which returned all the network addresses of the system. This issue was addressed by removing the addresses from the result.
CVE-ID
CVE-2014-4426 : Craig Young of Tripwire VERT
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: Multiple vulnerabilities in bash, including one that may allow local attackers to execute arbitrary code
Description: Multiple vulnerabilities existed in bash. These issues were addressed by updating bash to patch level 57.
CVE-ID
CVE-2014-6277
CVE-2014-7186
CVE-2014-7187
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: An integer signedness error existed in IOBluetoothFamily which allowed manipulation of kernel memory. This issue was addressed through improved bounds checking. This issue does not affect OS X Yosemite systems.
CVE-ID
CVE-2014-4497
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: An error existed in the Bluetooth driver that allowed a malicious application to control the size of a write to kernel memory. The issue was addressed through additional input validation.
CVE-ID
CVE-2014-8836 : Ian Beer of Google Project Zero
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: Multiple security issues existed in the Bluetooth driver, allowing a malicious application to execute arbitrary code with system privilege. The issues were addressed through additional input validation.
CVE-ID
CVE-2014-8837 : Roberto Paleari and Aristide Fattori of Emaze Networks
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: Website cache may not be fully cleared after leaving private browsing
Description: A privacy issue existed where browsing data could remain in the cache after leaving private browsing. This issue was addressed through a change in caching behavior. CVE-ID
CVE-2014-4460
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: Opening a maliciously crafted PDF file may lead to an unexpected application termination or arbitrary code execution
Description: An integer overflow existed in the handling of PDF files. This issue was addressed through improved bounds checking.
CVE-ID
CVE-2014-4481 : Felipe Andres Manzano of the Binamuse VRT, via the iSIGHT Partners GVP Program
Available for: OS X Yosemite v10.10 and v10.10.1, for: MacBook Pro Retina, MacBook Air (Mid 2013 and later), iMac (Late 2013 and later), Mac Pro (Late 2013)
Impact: A malicious Thunderbolt device may be able to affect firmware flashing
Description: Thunderbolt devices could modify the host firmware if connected during an EFI update. This issue was addressed by not loading option ROMs during updates.
CVE-ID
CVE-2014-4498 : Trammell Hudson of Two Sigma Investments
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: An attacker with access to a system may be able to recover Apple ID credentials
Description: An issue existed in the handling of App Store logs. The App Store process could log Apple ID credentials in the log when additional logging was enabled. This issue was addressed by disallowing logging of credentials.
CVE-ID
CVE-2014-4499 : Sten Petersen
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: Some third-party applications with non-secure text entry and mouse events may log those events
Description: Due to the combination of an uninitialized variable and an applications custom allocator, non-secure text entry and mouse events may have been logged. This issue was addressed by ensuring that logging is off by default. This issue did not affect systems prior to OS X Yosemite.
CVE-ID
CVE-2014-1595 : Steven Michaud of Mozilla working with Kent Howard
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5
Impact: Opening a maliciously crafted PDF file may lead to an unexpected application termination or arbitrary code execution
Description: A memory corruption issue existed in the handling of PDF files. The issue was addressed through improved bounds checking. This issue does not affect OS X Yosemite systems.
CVE-ID
CVE-2014-8816 : Mike Myers, of Digital Operatives LLC
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: Multiple type confusion issues existed in coresymbolicationds handling of XPC messages. These issues were addressed through improved type checking.
CVE-ID
CVE-2014-8817 : Ian Beer of Google Project Zero
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: Processing a maliciously crafted .dfont file may lead to an unexpected application termination or arbitrary code execution
Description: A memory corruption issue existed in the handling of .dfont files. This issue was addressed through improved bounds checking.
CVE-ID
CVE-2014-4484 : Gaurav Baruah working with HPs Zero Day Initiative
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: Opening a maliciously crafted PDF file may lead to an unexpected application termination or arbitrary code execution
Description: A buffer overflow existed in the handling of font files. This issue was addressed through improved bounds checking.
CVE-ID
CVE-2014-4483 : Apple
Available for: OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: Viewing a maliciously crafted XML file may lead to an unexpected application termination or arbitrary code execution
Description: A buffer overflow existed in the XML parser. This issue was addressed through improved bounds checking.
CVE-ID
CVE-2014-4485 : Apple
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: Multiple vulnerabilities in Intel graphics driver
Description: Multiple vulnerabilities existed in the Intel graphics driver, the most serious of which may have led to arbitrary code execution with system privileges. This update addresses the issues through additional bounds checks.
CVE-ID
CVE-2014-8819 : Ian Beer of Google Project Zero CVE-2014-8820 : Ian Beer of Google Project Zero
CVE-2014-8821 : Ian Beer of Google Project Zero
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: A null pointer dereference existed in IOAcceleratorFamilys handling of certain IOService userclient types. This issue was addressed through improved validation of IOAcceleratorFamily contexts.
CVE-ID
CVE-2014-4486 : Ian Beer of Google Project Zero
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: A buffer overflow existed in IOHIDFamily. This issue was addressed with improved bounds checking.
CVE-ID
CVE-2014-4487 : TaiG Jailbreak Team
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: A validation issue existed in IOHIDFamilys handling of resource queue metadata. This issue was addressed through improved validation of metadata.
CVE-ID
CVE-2014-4488 : Apple
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: A null pointer dereference existed in IOHIDFamilys handling of event queues. This issue was addressed through improved validation of IOHIDFamily event queue initialization.
CVE-ID
CVE-2014-4489 : @beist
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: Executing a malicious application may result in arbitrary code execution within the kernel
Description: A bounds checking issue existed in a user client vended by the IOHIDFamily driver which allowed a malicious application to overwrite arbitrary portions of the kernel address space. The issue is addressed by removing the vulnerable user client method.
CVE-ID
CVE-2014-8822 : Vitaliy Toropov working with HPs Zero Day Initiative
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: An integer overflow existed in the handling of IOKit functions. This issue was addressed through improved validation of IOKit API arguments.
CVE-ID
CVE-2014-4389 : Ian Beer of Google Project Zero
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: A privileged application may be able to read arbitrary data from kernel memory
Description: A memory access issue existed in the handling of IOUSB controller user client functions. This issue was addressed through improved argument validation.
CVE-ID
CVE-2014-8823 : Ian Beer of Google Project Zero
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: Specifying a custom cache mode allowed writing to kernel read-only shared memory segments. This issue was addressed by not granting write permissions as a side-effect of some custom cache modes.
CVE-ID
CVE-2014-4495 : Ian Beer of Google Project Zero
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: A malicious application may be able to execute arbitrary code with system privileges
Description: A validation issue existed in the handling of certain metadata fields of IODataQueue objects. This issue was addressed through improved validation of metadata. CVE-ID
CVE-2014-8824 : @PanguTeam
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: A local attacker can spoof directory service responses to the kernel, elevate privileges, or gain kernel execution Description: Issues existed in identitysvc validation of the directory service resolving process, flag handling, and error handling. This issue was addressed through improved validation.
CVE-ID
CVE-2014-8825 : Alex Radocea of CrowdStrike
Available for: OS X Yosemite v10.10 and v10.10.1
Impact: A local user may be able to determine kernel memory layout
Description: Multiple uninitialized memory issues existed in the network statistics interface, which led to the disclosure of kernel memory content. This issue was addressed through additional memory initialization.
CVE-ID
CVE-2014-4371 : Fermin J. Serna of the Google Security Team
CVE-2014-4419 : Fermin J. Serna of the Google Security Team
CVE-2014-4420 : Fermin J. Serna of the Google Security Team
CVE-2014-4421 : Fermin J. Serna of the Google Security Team
Available for: OS X Mavericks v10.9.5
Impact: A person with a privileged network position may cause a denial of service
Description: A race condition issue existed in the handling of IPv6 packets. This issue was addressed through improved lock state checking.
CVE-ID
CVE-2011-2391
Available for: OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.5, OS X Yosemite v10.10 and v10.10.1
Impact: Maliciously crafted or compromised applications may be able to determine addresses in the kernel
Description: An information disclosure issue existed in the han
Go to link Download