totem-pps is PPStream plugin for Ubuntu 10.04.
1. Add one of ppa following sources
PPA for lucid
deb http://ppa.launchpad.net/portis25/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/portis25/ppa/ubuntu lucid main
PPA for karmic
deb http://ppa.launchpad.net/portis25/cnav/ubuntu karmic main
deb-src http://ppa.launchpad.net/portis25/cnav/ubuntu karmic main
2. Install totem-pps
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 27F5B2C1B3EAC8D9
$ sudo apt-get update
$ sudo apt-get install totem-pps
The blog facilitates to share research ideas, paper review, and comments among P2P researchers.
2011/05/24
Install Linux SopCast Player 0.4.0 In Ubuntu 11.04
SopCast Player is a Linux GUI front-end for the p2p streaming technology developed by SopCast. SopCast can play various TV channels (watch football games, HBO, AXN Movie and so on) for free, using the internet.
Here is how to install the latest SopCast Player 0.4 in Ubuntu 11.04.
1. You must download libstdc++ manually because this package is not included in the Ubuntu repositories. Don't worry, you can use these .deb files:
* 32-bit
* 64-bit
2. Add the SopCast Player PPA and install SopCast Player:
$ sudo add-apt-repository ppa:ferramroberto/extra && sudo apt-get update
$ sudo apt-get install sopcast-player sp-auth
And that's it, now go to Applications > Sound & Video > SopCast Player.
Note: SopCast Player requires VLC < 1.1.0 (VLC version lower than 1.1.0).
Here is how to install the latest SopCast Player 0.4 in Ubuntu 11.04.
1. You must download libstdc++ manually because this package is not included in the Ubuntu repositories. Don't worry, you can use these .deb files:
* 32-bit
* 64-bit
2. Add the SopCast Player PPA and install SopCast Player:
$ sudo add-apt-repository ppa:ferramroberto/extra && sudo apt-get update
$ sudo apt-get install sopcast-player sp-auth
And that's it, now go to Applications > Sound & Video > SopCast Player.
Note: SopCast Player requires VLC < 1.1.0 (VLC version lower than 1.1.0).
Labels:
tech
Linux Kernal vulnerability and Denial of Service (DoS) attack
PRE-CERT Security Advisory
==========================
* Advisory: PRE-SA-2011-03
* Released on: 13 Apr 2011
* Last updated on: 13 Apr 2011
* Affected product: Linux Kernel 2.4 and 2.6
* Impact: denial-of-service
* Origin: storage devices
* Credit: Timo Warns (PRESENSE Technologies GmbH)
* CVE Identifier: CVE-2011-1577
Summary
-------
The Linux kernel contains a vulnerability that may lead to
a denial-of-service due to corrupted partition tables on storage
devices.
The kernel automatically evaluates partition tables of storage devices.
This happens independently of whether any auto-mounting is enabled or
not. The code for evaluating EFI GUID partition tables contains a buffer
overflow bug that allows to cause kernel oops resulting in a denial of
service.
Workaround
----------
Compile and use a kernel that does not evaluate EFI GUID partition
tables. The corresponding configuration key is CONFIG_EFI_PARTITION.
Solution
--------
A patch is available at
http://www.spinics.net/lists/mm-commits/msg83274.html
References
----------
When further information becomes available, this advisory will be
updated. The most recent version of this advisory is available at:
http://www.pre-cert.de/advisories/PRE-SA-2011-03.txt
Contact
-------
PRE-CERT can be reached under precert@pre-secure.de. For PGP key
information, refer to http://www.pre-cert.de/.
==========================
* Advisory: PRE-SA-2011-03
* Released on: 13 Apr 2011
* Last updated on: 13 Apr 2011
* Affected product: Linux Kernel 2.4 and 2.6
* Impact: denial-of-service
* Origin: storage devices
* Credit: Timo Warns (PRESENSE Technologies GmbH)
* CVE Identifier: CVE-2011-1577
Summary
-------
The Linux kernel contains a vulnerability that may lead to
a denial-of-service due to corrupted partition tables on storage
devices.
The kernel automatically evaluates partition tables of storage devices.
This happens independently of whether any auto-mounting is enabled or
not. The code for evaluating EFI GUID partition tables contains a buffer
overflow bug that allows to cause kernel oops resulting in a denial of
service.
Workaround
----------
Compile and use a kernel that does not evaluate EFI GUID partition
tables. The corresponding configuration key is CONFIG_EFI_PARTITION.
Solution
--------
A patch is available at
http://www.spinics.net/lists/mm-commits/msg83274.html
References
----------
When further information becomes available, this advisory will be
updated. The most recent version of this advisory is available at:
http://www.pre-cert.de/advisories/PRE-SA-2011-03.txt
Contact
-------
PRE-CERT can be reached under precert@pre-secure.de. For PGP key
information, refer to http://www.pre-cert.de/.
Arachni: Web application security scanner framework
Arachni is a high-performance (Open Source) Web Application Security Scanner Framework written in Ruby. Here is a newer version the Arachni.
The main focus of this release has been on distributed deployment and bugfixing. Which include some main additions: update of the HTML reports to include false positive reporting functionality and an updated WebUI with support for multiple Dispatchers.
In other words, you can report easily when something goes wrong in a more efficient manner and also start a simple Arachni grid in a couple of minutes.
Screenshots of the updated WebUI can be found here:
http://trainofthought.segfault.gr/2011/05/23/arachni-v0-2-3-is-out-with-an-updated-webui-supporting-multiple-dispatchers/
Details at: http://arachni.segfault.gr/latest
ChangeLog: http://arachni.segfault.gr/latest#v0.2.3
Homepage: http://arachni.segfault.gr
Github page: http://github.com/zapotek/arachni
Documentation: http://github.com/Zapotek/arachni/wiki
Google Group: http://groups.google.com/group/arachni
Author: Tasos "Zapotek" Laskos
The main focus of this release has been on distributed deployment and bugfixing. Which include some main additions: update of the HTML reports to include false positive reporting functionality and an updated WebUI with support for multiple Dispatchers.
In other words, you can report easily when something goes wrong in a more efficient manner and also start a simple Arachni grid in a couple of minutes.
Screenshots of the updated WebUI can be found here:
http://trainofthought.segfault.gr/2011/05/23/arachni-v0-2-3-is-out-with-an-updated-webui-supporting-multiple-dispatchers/
Details at: http://arachni.segfault.gr/latest
ChangeLog: http://arachni.segfault.gr/latest#v0.2.3
Homepage: http://arachni.segfault.gr
Github page: http://github.com/zapotek/arachni
Documentation: http://github.com/Zapotek/arachni/wiki
Google Group: http://groups.google.com/group/arachni
Author: Tasos "Zapotek" Laskos
Labels:
tech
Neubot: A tool for measuring network neutrality
Violations of network neutrality is to be honest providers in studying the small print carefully - or if because of configuration errors on the part of providers at one time World-of-Warcarft no longer works properly . But if the new Linux distribution, despite a 60 Seeders now a fifth of the pay range for the home computer with drips - how can we really prove that is manipulated here?
By sharing experiences with peers the same data on other protocols whether they are transported quickly as slow, or miraculously. So you have at least a clue. It becomes difficult to figure out which node has taken place at the curb. For this we need as many measurements from as many points.
This is the principle of Neubot. The program runs in the background and conduct regular tests by connecting with servers and other Neubot users. The data is collected and made anonymous to the server Neubot sent. The result is a map of network neutrality.
Neubot is just after major revisions in the 0.3.7 for Windows, Mac and Linux released version . Alternatives to Neubot are Switzerland by the EFF (the sleeping seems to be something the last time in, and I never said to have had running honest) and the Glasnost test Measurement Labs (the web application is not nearly as comfortable as how Neubot). Otherwise, there are still Shaperprobe , more on that in a separate article.
Download Neubot
By sharing experiences with peers the same data on other protocols whether they are transported quickly as slow, or miraculously. So you have at least a clue. It becomes difficult to figure out which node has taken place at the curb. For this we need as many measurements from as many points.
This is the principle of Neubot. The program runs in the background and conduct regular tests by connecting with servers and other Neubot users. The data is collected and made anonymous to the server Neubot sent. The result is a map of network neutrality.
Neubot is just after major revisions in the 0.3.7 for Windows, Mac and Linux released version . Alternatives to Neubot are Switzerland by the EFF (the sleeping seems to be something the last time in, and I never said to have had running honest) and the Glasnost test Measurement Labs (the web application is not nearly as comfortable as how Neubot). Otherwise, there are still Shaperprobe , more on that in a separate article.
Download Neubot
Labels:
tech
IPSO Alliance were parterned with CDM Media Team
"Chicago, IL, May 18, 2011 –(PR.com)– The CDM Media team announced today that it has partnered with the IPSO Alliance for three 2011 technology events.
The IPSO Alliance is an open, informal and thought-leading association of like-minded organizations and individuals that promote the value of using the Internet Protocol for the networking of Smart Objects. The IPSO Alliance performs interoperability tests, documents the use of new IP-based technologies, conducts marketing activities and serves as an information repository for users seeking to understand the role of IP in networks of physical objects.
The IPSO Alliance partnered with CDM Media on the following events:
· CIO Summit – www.ciosummit.us
· CIO Healthcare Summit – www.ciohealthcaresummit.com
· CIO Utilities Summit – www.cioutilitiessummit.com
CDM Media’s CIO Summits bring together CIOs, technology executives, analysts and solution providers to network, attend education sessions and learn about new technology solutions in an intimate, focused business setting. The event is an opportunity for attendees to make new business contacts and discuss current technology topics and trends. The goal is for attendees to leave the events with new information that will help them make better business technology decisions for their organizations.
For more information about CDM Media’s CIO Summits, visit www.ciosummits.com.
If you are interested in attending the upcoming CIO Utilities Summit, contact Rob Simms, VP, Business Development and Event Management, CDM Media, at rob.simms@cdmmedia.com or 312-374-0857.
If you are interested in forming a partnership with CDM Media, contact Kelly Schricker, Events and Marketing Specialist, CDM Media, at kelly.schricker@cdmmedia.com or 808-694-3656.
About CDM Media
CDM Media is a business-to-business media company serving Fortune 1000 clients who want to build relationships with CIOs and senior-level technology executives. CDM Media, the custom design marketing organization, develops unique marketing platforms that attract high-level IT professionals across several verticals. For more information, please visit http://www.cdmmedia.com/ or connect with CDM Media on Twitter, @CDMmedia.
About IPSO Alliance
The IPSO Alliance is the primary advocate for IP networked devices for use in energy, consumer, healthcare and industrial applications. The IPSO Alliance is a non-profit association of more than 55 members from leading technology, communications and energy companies. Their mission is to enable the foundation for a network that will allow any sensor-enabled physical object to communicate to another, just as individuals do over the Internet. Membership is open to any organization supporting an IP-based approach to connecting smart objects. For more information, visit www.ipso-alliance.org." ...
The IPSO Alliance is an open, informal and thought-leading association of like-minded organizations and individuals that promote the value of using the Internet Protocol for the networking of Smart Objects. The IPSO Alliance performs interoperability tests, documents the use of new IP-based technologies, conducts marketing activities and serves as an information repository for users seeking to understand the role of IP in networks of physical objects.
The IPSO Alliance partnered with CDM Media on the following events:
· CIO Summit – www.ciosummit.us
· CIO Healthcare Summit – www.ciohealthcaresummit.com
· CIO Utilities Summit – www.cioutilitiessummit.com
CDM Media’s CIO Summits bring together CIOs, technology executives, analysts and solution providers to network, attend education sessions and learn about new technology solutions in an intimate, focused business setting. The event is an opportunity for attendees to make new business contacts and discuss current technology topics and trends. The goal is for attendees to leave the events with new information that will help them make better business technology decisions for their organizations.
For more information about CDM Media’s CIO Summits, visit www.ciosummits.com.
If you are interested in attending the upcoming CIO Utilities Summit, contact Rob Simms, VP, Business Development and Event Management, CDM Media, at rob.simms@cdmmedia.com or 312-374-0857.
If you are interested in forming a partnership with CDM Media, contact Kelly Schricker, Events and Marketing Specialist, CDM Media, at kelly.schricker@cdmmedia.com or 808-694-3656.
About CDM Media
CDM Media is a business-to-business media company serving Fortune 1000 clients who want to build relationships with CIOs and senior-level technology executives. CDM Media, the custom design marketing organization, develops unique marketing platforms that attract high-level IT professionals across several verticals. For more information, please visit http://www.cdmmedia.com/ or connect with CDM Media on Twitter, @CDMmedia.
About IPSO Alliance
The IPSO Alliance is the primary advocate for IP networked devices for use in energy, consumer, healthcare and industrial applications. The IPSO Alliance is a non-profit association of more than 55 members from leading technology, communications and energy companies. Their mission is to enable the foundation for a network that will allow any sensor-enabled physical object to communicate to another, just as individuals do over the Internet. Membership is open to any organization supporting an IP-based approach to connecting smart objects. For more information, visit www.ipso-alliance.org." ...
Labels:
News
Subscribe to:
Comments (Atom)
