Systems Administrators Changing Roles

Posted by Linux Today | Posted in Other Content | Posted on 29-07-2010

OStatic: “It’s a sad truth that advancements in technology often make jobs obsolete, usually sooner than most people are ready. The more savvy workers learn to keep up with the times…”

Vuln: Whizzy CMS ‘whizzycms1001.php’ Local File Include Vulnerability

Posted by SecurityFocus Vulnerabilities | Posted in Advisories | Posted on 29-07-2010

Whizzy CMS ‘whizzycms1001.php’ Local File Include Vulnerability

Vuln: WebKit ‘foreignObject’ Elements Use-After-Free Remote Code Execution Vulnerability

Posted by SecurityFocus Vulnerabilities | Posted in Advisories | Posted on 29-07-2010

WebKit ‘foreignObject’ Elements Use-After-Free Remote Code Execution Vulnerability

Vuln: WebKit ‘font-face’ and ‘use’ Elements Use-After-Free Remote Code Execution Vulnerability

Posted by SecurityFocus Vulnerabilities | Posted in Advisories | Posted on 29-07-2010

WebKit ‘font-face’ and ‘use’ Elements Use-After-Free Remote Code Execution Vulnerability

Toshiba NB300 netbook review

Posted by Linux Today | Posted in Other Content | Posted on 29-07-2010

Linux User and Developer: “Pros: It’s a pleasing design with some of the best netbook technology on the market”

‘Unhackable’ Android can be hacked

Posted by admin | Posted in Google Android, Mobile Platforms, Mobilize, Networking, News, Security, Security Central, wireless networking | Posted on 29-07-2010

Once thought to be unhackable, the Android phone is anything but, according to researchers presenting at Black Hat 2010.

Create an Application Shortcut to Open Nautilus as Root in Ubuntu

Posted by Linux Today | Posted in Other Content | Posted on 29-07-2010

Lifehacker: “You need root access to edit a lot of files in Linux, but Terminal work can get tedious. Here”s a simple way to add a shortcut to your applications menu for a root-enabled Nautilus.”

‘Unhackable’ Android can be hacked, Black Hat researchers say

Posted by Computerworld Security News | Posted in News | Posted on 29-07-2010

Once thought to be unhackable, the Android phone is anything but, according to researchers presenting at Black Hat 2010.

Basket A Multi-Purpose Note Pad For KDE

Posted by Linux Today | Posted in News | Posted on 29-07-2010

MakeTechEasier: “Basket Note Pads is a multipurpose note-taking application for KDE. Business people can use it to keep track of important tasks and notes. Writers can use it to organize their thoughts.”

Targeted malware attacks: The new normal

Posted by InfoWorld Tech Watch | Posted in Black Hat, Hacking, Malware, News, Security Central | Posted on 29-07-2010

Targeted malware attacks: the new normal

Stealthy, targeted attacks aren’t just for defense agencies and high-tech giants like Google, according to researchers from managed security services firm TrustWave’s Spider Labs research grou

Former PA CISO: Cybersecurity bill won’t work

Posted by Computerworld Security News | Posted in News | Posted on 29-07-2010

The Lieberman, Collins, Carper cybersecurity bill would do nothing but slow down real progress and undercut Howard Schmidt’s authority, former State of Pennsylvania CISO Robert Maley warns.

The PC Is Not Dead; Long Live PCs

Posted by Linux Today | Posted in News | Posted on 29-07-2010

The VAR Guy: “First, let me pose a question: Why don’t other industries have the same black/white mentality?”

Data breaches exploit configuration errors, not software vulnerabilities

Posted by admin | Posted in Data Security, Hacking, Intrusion detection and prevention, Malware, News, Patch management, Security Central | Posted on 29-07-2010

Hackers appear to be increasingly counting on configuration problems and programming errors rather than software vulnerabilities in order to steal information from computer systems, according to a new study from Verizon.

Oracle shuts down open source test servers

Posted by Linux Today | Posted in News | Posted on 29-07-2010

IT News: “Oracle has shut down servers Sun Microsystems was contributing to the build farm for open source database software, PostgreSQL, forcing enthusiasts to scramble to find new hosts to test updates to their software on the Solaris operating system.”

CodeWeavers Releases CrossOver 9.1 And CrossOver Games 9.1 For MAC And Linux

Posted by Tom Wickline | Posted in Linux, News | Posted on 29-07-2010

On the heels of the highly-anticipated release of Wine 1.2, CodeWeavers, Inc. today announced the simultaneous release of CrossOver 9.1 and CrossOver Games 9.1 for both Mac and Linux.

Spotlight: Kate Scripting Syndicate content

Posted by Linux Today | Posted in News | Posted on 29-07-2010

Milian Wolff: “Dominik asked me to blog about a feature in Kate that is still (sadly!) pretty unknown and seldom used: Kate Scripting. As you should know you can script KatePart completely via JavaScript.”

secunia-autonomycfp.txt

Posted by Packet Storm Security Advisories | Posted in Advisories | Posted on 29-07-2010

Secunia Research has discovered a vulnerability in Autonomy KeyView, which can be exploited by malicious people to compromise a vulnerable system. The vulnerability is caused by a boundary error when parsing record data in compound documents. This can be exploited to cause a heap-based buffer overflow when an application using the vulnerable library parses e.g. a specially crafted Quattro Pro file. Successful exploitation allows execution of arbitrary code. Autonomy KeyView versions 10.4 and 10.9 are affected.

Verizon: Data breaches often caused by configuration errors

Posted by Computerworld Security News | Posted in News | Posted on 29-07-2010

Hackers appear to be increasingly counting on configuration problems and programming errors rather than software vulnerabilities in order to steal information from computer systems, according to a new study from Verizon.

Android vs iPhone vs Palm Pre vs Maemo: which is best?

Posted by Linux Today | Posted in News | Posted on 29-07-2010

TuxRadar: “We’ve looked at three Linux-based phones that give the iPhone a run for its money. There’s the Palm Pre, running WebOS; Nokia’s Maemo 5-based N900, and the HTC Legend, running Android. Each is a strong challenger to Apple’s device, and they beat it today in significant areas. So, which is best for you?”

Demonstrating multi-processing in Bash 4

Posted by gus3 | Posted in Linux, News | Posted on 29-07-2010

Bash has had multi-processing for a long time, via job control, the $! environment variable, and the “wait” command. Judicious use of parentheses for sub-processes, and pipes where necessary, can put comparatively long-term procedures into the background. Bash 4 now provides a new multi-processing paradigm for shell scripting, via the “coproc” statement.