Have your storage needs gone beyond a few lines of rsync scripting? With a combination of Amazon's cloud services, DRDB and Linux you can craft a resilient storage solution.
<b>The ERACC Web Log:</b> "Chuck is my average user desktop Linux success story. He has been so for about six years now. Chuck does not want to go back to Microsoft operating systems as he sees no benefit to that."
Tip of the Trade: Anyone who has encountered the Perl @INC array in the context of a 'cannot find module' error knows the value of being able to see a list of directories on you Linux server. Here's how to access @INC and find obscurely located modules before they are lost.
<b>Ghabuntu:</b> "Today I'd like to see the distributions number with a little of humor: I often wondered if the Linux distributions names could cover the whole alphabet and be used as sort of “ spelling alphabet”. The answer is ... “Yes we can!” "
This week several Googlers will be speaking at the the Linux Foundation Collaboration Summit in San Francisco, CA. This event is an “invitation-only summit gathering core kernel developers...
<b>Discover:</b> "Linux bears an uncanny resemblance to the genes in a living cell. Many genes make proteins that act as switches for other genes. The proteins clamp onto DNA near a target gene, allowing the cell to read the gene and make a new protein."
<b>Linux Planet:</b> "Web-based applications are fantastic, except for that whole "running in the browser" thing. Looking to free your browser-based apps from your Web browsing? Take a look at Mozilla Prism."
<b>Tech Source:</b> "Since our collection of Free and Open Source finance/accounting software for Linux has been quite popular, I would like to add 7 more to that list."
I'm trying to understand the Linux kernel tcp_input/tcp_output and I'm lost.
who create/control the queues, if the input is a thread and the out is another thread, who owns the queues in the TCP stack as there are many, I already asked about the retransmission queue before in this site, so the question would be who create this queue I know that this queue holds all sent packet to be retransmitted/deleted after ack later
Have you decided you wish to learn how to install Linux on PS3, but you';re unsure how to go about this? It';s fine, you';re not alone. Because the development of the PS3 and the capability to install L... [Author: J Wilson - Computers and Internet - June 16, 2010]
<b>LinuxDevices:</b> "ZaReason is shipping a Linux-ready, 10-inch netbook that uses the Intel Atom N450 processor and is claimed to offer eight hours of battery life."
<b>Linux.com:</b> "MPlayer is not your run-of-the mill video player. It's a multi-platform codec-chewing monster truck of a video player for the connoisseur of video players. It has options galore and has the flexibility to play almost anything under the sun."
<b>Jim Lynch:</b> "Hmm. It seems that one VERY prominent platform is missing. Yep, that's right. Amazon still has not released a Kindle application for Linux."
<b>Blog of Helios:</b> "But to quote Yoda, "Short of native game choices we are." There's a reason for that...I mean aside from the myth that the Linux market is too small to support game development."
<b>Netstat -vat:</b> "The first alpha milestone of the Fedora 13 Linux distribution is now available and it's loaded with a number of innovative features."
If your operating system's native 802.1X client doesn't work with your gear, or if you need additional features, you've got a few choices for your Windows, Linux or Mac clients.
If your operating system's native 802.1X client doesn't work with your gear, or if you need additional features, you've got a few choices for your Windows, Linux or Mac clients.
I have been searching for a while for Linux based audio production tutorials. All I can find is tool based tutorials. For example I found tutorials on how to use jack, ardour, lmms ..etc. What I need is tutorials that teaches professional audio production with opensource/free tools, like those already available for protools and likes.
If any one can guide me to any videos/articles available it would be highly appreciated.
Thanks.
Tip of the Trade: With spring in the air outside, why not add some color to your Linux OS powered terminals? Bashish offers a fun and simple way to add themes to your terminal.
<b>Tux Radar:</b> "And with Linux and free software making a name for itself in the world of big business, many more people are testing the feasibility of switching small and home office software to their open source equivalents."
I am trying to build a thin client remix using debootstrap. I have been successful but am wondering about one thing.
When I install linux-generic as per linuxlivecdcustomizationfromscratch
It asks me where I want to install grub. I know the package grub is needed if you install Ubuntu off the live cd, but why is it trying to configure grub using the drives on my host system in the chroot?
Thanks
<b>Kotaku:</b> "At least one PlayStation 3 owner has found the silver lining in Sony's decision to axe the option to install other operating systems like Linux to the console, obtaining a rather substantial refund from Amazon.com for his PS3 purchase"
<b>OpenAttitude:</b> "The road to running a 100% Linux shop started for yours truly last year when I dumped my MacBook for a cheap and cheerful Eee PC; it proved itself worthy of world travel during Nokia’s N97 24/7 tour."
Webupd8 reported this power management fix for the 2.6.38 Linux kernel regression:
Add the following to the boot grub line "pcie_aspm=force"
My question - how does this suggested fix differ from this hint from powertop:
Suggestion: Enable Device Power Management by pressing the P key, which execute the following action:
find /sys/devices/pci* -path "*power/control" -exec bash -c "echo auto > '{}'" \;