RedTram News Search Engine
Русский  English Українська  Français  Polski  Deutsch  Italiano  Español  中文   
16 June 2009 year (time zone GMT 00:00)  Number of sources in English: 4957
Navigating the themes
Navigating the regions
All Themes Technologies Hard & Soft Software World
Software (World) RSS 2.0

How to pretty-print my.cnf with a one-liner

16.06.2009 12:22    mysqlperformanceblog.com
When I'm looking at a server, I often want to see the /etc/my.cnf file nicely formatted, and with comments stripped. This Perl one-liner will pretty-print the file:PLAIN TEXTCODE:perl -ne 'm/^([^#][^\s=]+)\s*(=.*|)/ && printf("%-35s%s\n", $1, $2)' /etc/my.cnf[client] port [...]


The feature I love in TokuDB

16.06.2009 12:22    mysqlperformanceblog.com
Playing with TokuDB updates I noticed in SHOW PROCESSLIST unsual for MySQL State.PLAIN TEXTCODE:mysql> show processlist;+----+---+---+---+---+---+---+---+| Id | User | Host | db | Command | Time | State | Info |+----+---+---+---+---+---+---+---+| [...]

Testing FusionIO: strict_sync is too strict...

16.06.2009 12:22    mysqlperformanceblog.com
With new updates of FusionIO drivers I was able to test it on our Dell R900 with Ubuntu 8.10 without pain of compiling drives myself and downgrading to older kernel, so I was decided to test it in strict_sync mode.As

5.0.77 / 5.0.82 -build16 Percona binaries

16.06.2009 12:22    mysqlperformanceblog.com
Dear community,We are pleased to announce the build16 of MySQL server® with Percona patches.Since the build13 there was a couple of customer specific releases, which explains cutover in numbering and a pause between the builds. Also we prepared build for


Media Misreports on Biased Pirate Bay Judge

16.06.2009 11:23    torrentfreak.com
Three judges are currently reviewing the judge that handled the Pirate Bay trial to discover if he was biased or not. No decision has yet been made but the New York Times and several other publications report inaccuracies and plain

Fleet Foxes Thank Piracy For Their Success

16.06.2009 11:23    torrentfreak.com
Fleet Foxes' self titled album was considered by Pitchfork and many other music critics to be the best album of 2008. Interestingly, Fleet Foxes frontman Robin Pecknold says the band could not have made the album without the inspiration he

Free Anonymous BitTorrent Becomes Reality With BitBlinder

16.06.2009 11:23    torrentfreak.com
There can be little doubt that the provision of an effective and free service for BitTorrent anonymity would prove hugely popular. Today we bring you a detailed report on BitBlinder - a brand new open source project which promises to

Anti-Pirate Bay Site In Pirate T-Shirt Failure

16.06.2009 11:23    torrentfreak.com
A disgruntled artist (or maybe an international coalition) has set up a clone Pirate Bay site selling anti-Pirate Bay T-shirts. While it looks like The Pirate Bay, the site is much less useful than the original and doesn't have any

The Pirate Bay Joins Anonymous' Fight Against Scientology

16.06.2009 11:23    torrentfreak.com
For more than a year Project Chanology has been protesting against the Church of Scientology, both on the Internet and in real life. As of today they are joined by The Pirate Bay, who are helping "Anonymous" to rally support

Court Orders P2P News Site To Dishonor Convicted Pirates

16.06.2009 11:22    torrentfreak.com
Following a request from the entertainment industries, a French court has ordered the P2P news site Numerama to cover the cases of 27 convicted file-sharers. For their efforts the site receives 10,000 euros which they promise to spend wisely by

Furk: Direct Download BitTorrent Proxy On Steroids

16.06.2009 11:22    torrentfreak.com
Furk is not your regular torrent site. Not only does it function as a meta-search engine, but you can also download 'torrents' via Furk's servers using HTTP. And it doesn't stop there. Furk holds these downloads in a searchable database

Virgin to Disconnect Stubborn Pirates, For a Few Minutes

16.06.2009 11:22    torrentfreak.com
The UK Internet provider Virgin has struck a deal with Universal to offer their customers unlimited DRM-free music at a fixed monthly rate. As part of the deal Virgin committed to doing everything in their power to prevent people from

Digital Britain - Some Points to Consider

16.06.2009 11:22    torrentfreak.com
The Digital Britain report will be published shortly. However, no government department will be completely knowledgeable in such a nuanced subject as peer-to-peer file-sharing. So what basic errors might the generalists make based on the submissions made to the BERR

IP Address Alone Insufficient To Identify Pirate, Court Rules

16.06.2009 11:22    torrentfreak.com
Anti-piracy groups and lawyers across Europe are unmovable - they say that since they logged a copyright infringement from a particular IP address, the bill payer is responsible. Now a court in Rome has decided that on the contrary, an

Want a distro like prestomypc for an old laptop. Feasible?

16.06.2009 11:12    linuxquestions.org
I'll put the questions first so you don't have to read all the background stuff farther down below if you're not interested... ;) From my experimentation and from what I've read so far, it appears...

Any Universal log analysis and reporting software?

16.06.2009 11:12    linuxquestions.org
Hi,is there a tool for linux that can analysis any logs, not only web logs? Thanks.

LXer: New Linux kernel adds filesystem support

16.06.2009 11:12    linuxquestions.org
Published at LXer: Developers have released the Linux kernel version 2.6.30, adding support for new file systems as well as performance improvements and new hardware drivers. The Linux kernel is...

snmp is not working on remote host machine

16.06.2009 11:12    linuxquestions.org
ipv4 & ipv6 both). means when i run "snmpwalk -v2c -c public 2001:468::2 system " it show...

I am not finding stringprep.h header file

16.06.2009 11:12    linuxquestions.org
hi.. i am new one to ubuntu.. i want to convert ascii string to utf8 string. i came to know we can use stringprep_unichar_to_utf8()function call.. but if i include stringprep.h file, im...

1 | 2 | 3 | 4 »