The future of Metasploit, the highly respected, open source penetration testing framework founded by renowned security expert H.D. Moore, was plunged into doubt last month following the announcement that the project had been acquired by Rapid7.
Read more »Does Metasploit Have a Future?
Category: High End Tags:
- Login to post comments
Canonical Drops Support for LPIA on Ubuntu 10.04
Canonical announced that the LPIA (Low-Power Intel Architecture) architecture would no longer be supported.
Canonical drops support for LPIA because users are not interested in LPIA.The developers decided to retire it.
Category: High End Tags:
- Login to post comments
Stream music wirelessely using PulseAudio server
The new version of PulseAudio has some pretty neat new features built in, one of the greatest features is support for Apple AirTunes, which is a protocol that allows you to stream audio to remote devices over a network. Using Pulseaudio server i was able to stream music wirelessly to my laptop from my Desktop.
Read more »Category: High End Tags:
- Login to post comments
Getting to the Heart of the Linux Kernel
If you ever wondered how the Linux kernel is put together, here's an excellent description (complete with historical context) from Greg Kroah-Hartman, who knows it from the inside:
Read more »Category: High End Tags:
- Login to post comments
Three Simple Tweaks for Better SSD Performance
As I explained in the previous post, replacing my notebook's hard disk with an SSD significantly improved the overall system performance -- even without any additional tweaking. But there are also a couple of simple tricks that can boost performance even further.
Read more »Category: High End Tags:
- Login to post comments
Ubuntu To Stop Supporting LPIA Architecture
Two years ago Ubuntu began supporting LPIA, or the Low-Power Intel Architecture. LPIA is i386, but with different compile-time optimizations. LPIA was in use by the Ubuntu Mobile project with Intel's recent mobile CPUs supporting this lower-power architecture. Tests we carried out earlier this year at Phoronix showed Ubuntu's LPIA-based MID spin can conserve 10%+ power.
Read more »Mollom: A solution to comment spam
However, allowing for anonymous comments also invited my site into a war against comment spam. My latest weapon to do the fighting for me in this war is Mollom.
Read more »Category: High End Tags:
- Login to post comments
Kernel Log: Coming in 2.6.32 (Part 4) - Drivers
The forthcoming Linux version 2.6.32 comes with numerous new and improved drivers – for instance for the Hauppauge HVR 2200 and 2250, for some ThinkPad notebooks by IBM/Lenovo, and for the MSI Wind's fingerprint reader.
Read more »Category: High End Tags:
- Login to post comments
Some Reasonable Defaults for MySQL Settings
Out of the box, MySQL isn't exactly tuned for resilience on a busy network where things occasionally go haywire.
Read more »Category: High End Tags:
- Login to post comments
With Windows 7, Only Half of Samba Stops Working
Bringing Windows 7 clients into your Linux network is exactly what the fine Samba server is made for. But every Windows release comes with new interop roadblocks, and Windows 7 is no exception. Charlie Schluting shows how to get past the latest ones.
Read more »Category: High End Tags:
- Login to post comments
Install Lamp with 1 command in ubuntu 9.10
There are many methods to install lamp, but the most simple one is described in this post, Install LAMP with one command in ubuntu9.10 karmic koala
Read more »- Login to post comments
More Fun With Bash Quoting
I've written about bash quoting before, and yes, it's about as exciting as watching paint dry or listening to the corn grow. It can also be extremely frustrating when it doesn't do what you want...
Read more »Category: High End Tags:
- Login to post comments
Total security in a PostgreSQL database
Database security is the single biggest concern with today's Web-based applications. Without control, you risk exposing sensitive information about your company or, worse yet, your valuable customers. In this article, learn about security measures you can take to protect your PostgreSQL database.
Read more »Category: High End Tags:
- Login to post comments
Learning The MYSQL Basics
The basics for MySQL are important to understand so you can make adjustments. The first in the series showed you how to set up a LAMP Server, the second in the series showed you how MySQL needs to be configured and this now shows some of the basic settings that you need to know.
Read more »Category: High End Tags:
- Login to post comments
Dealing With Strange Filenames
Occasionally, usually due to an earlier typo, you end up with files with peculiar names. Usually these are easily removable, but if you have a file with a name starting -...rm -file will not work.
Read more »