| ||||||||||||||||||
|
Welcome to the WebsiteGurus Linux Corner.
Linux and Open Source news headlines It?s back to square one for Mandriva Linux When the going gets though, as the saying goes, the tough gets going. That is usually a test of character. When it comes to software companies in a financial mess, that old adage can be paraphrased as: When the going gets tough, we dump our software on the (open source) community. New $74 Android mini computer is slightly larger than a thumb drive Chinese retailers have started selling a miniature Linux computer that is housed in a 3.5-inch plastic case slightly larger than a USB thumb drive. Individual units are available online for $74. IQnection Redefining Online Commenting ? Testing on Linux.org IQnection Internet Services of Doylestown is redefining what online users can do with comments to articles on websites. For years, webmasters? only choice was to enable flat or threaded comments. Regardless, the users? comments would appear at the bottom of the last page of the article.But suppose the user was commenting on the second paragraph on the first page ? or wanted to suggest a replacement for a deprecated line of code on the second page? Now there is a better way. An Introduction To MySQL Storage Engines MySQL provides support for thirteen different storage engines which act as varying table type handlers. Most people who use MySQL on a regular basis already know about the two most common storage engines, MyISAM and InnoDB. Most of the time, the default storage engine as defined by the store_engine option in the MySQL config file is typically MyISAM, and this is usually what most people go with. Mandriva Linux Turned Over To The Community As the latest path for the bumpy and long road of Mandrake/Mandriva Linux, the Mandriva Linux distribution has been turned over to the community... and, nor or Just read another "forget desktop Linux" piece by a writer trying to cover Free software on a sight ostensibly doing the same. This is exactly the sort of thing I wrote about in a recent blog entry, and it's sad to see it continue.First off, "world domination" is not the only metric, nor the most useful one in every case. We have tens of millions of users around the world and I'm sure they'd appreciate it if we didn't forget them. I am one of them, and I know I certainly feel that way. You may be as well.There's another aspect to that article: it suggests concentrating on mobile. Now .. where have I heard that before? Oh, right: everyone saying the desktop is dead, long live the web, we should focus all our efforts there. Scalado Album's Photo-Mapping Skill Earns It a Niche Have you ever found yourself scrolling endlessly around your phone's chronologically arranged photograph album -- called "Gallery" in Android -- looking for a photograph you've captured? If you can remember the specific place but not the date, then Scalado Album may be for you. I say "may be" because there are some downsides to using it over the stock "Gallery" app, which I'll get to. Add PDF, Audio And EXIF Metadata To Nautilus 3.4 List View Nautilus Columns is a Nautilus extension that displays PDF and audio (mp3, WAV and FLAC) tags as well as EXIF metadata to the Nautilus List View. The extension has been updated recently and it now works with Nautilus 3.4.x. $74 Android PC MK802 To Compete With Cotton Candy FXI's Cotton Candy created a market for Android powered USB PC. FXI is selling its Cotton Candy for US $200, and now there is a competitor. Mandriva Linux Is In Your Hands Now Jean-Manuel Croset, CEO of Mandriva SA, announced last evening, May 17th, in a blog post, that the company decided to cease the Mandriva Linux operating system and transfer the responsibility to an independent entity. Mageia 2 and the default GNOME 3 desktop Regarding the GNOME 3 desktop, I was hoping that the developers will at least make an attempt to customize the default desktop in a manner that makes it more user-friendly, just like that of Linux Deepin or Comice OS. But that is not what you will see if you install a Mageia 2 GNOME 3 desktop. Rather, you get the familiar but so user-unfriendly default GNOME 3 desktop. At least the wallpaper looks cool. The Gnome 2.32 Special Edition of the PCLinuxOS Magazine. The PCLinuxOS Magazine staff is pleased to announce the release of the Gnome 2.32 Special Edition of the PCLinuxOS Magazine. Using touch and imagemagick To Lie To Your Boss You are habitually late meeting your deadlines at work. Your boss asks for April?s TPS report and demands that it be completed and in his inbox by Friday, 05/04/12. Friday has come and gone, though luckily your boss was out of town that day. You know that he is still... Running OXID eShop Community Edition On Nginx on Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run OXID eShop Community Edition (version 4.5.9) on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). OXID eShop is a feature-rich ecommerce platform; I will use the Community Edition here which is licensed under an open source certified license (GPL v3.0). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files. New Kernel Vulnerabilities Affect Ubuntu 10.04 LTS Canonical announced last evening, May 17th, in a security notice, that a new Linux kernel update for its Ubuntu 10.04 LTS (Lucid Lynx) operating system is now available, fixing three security vulnerabilities discovered in the Linux kernel packages by various developers. Linux Journal - The Original Magazine of the Linux Community Since 1994: The Original Monthly Magazine of the Linux Community Make TV Awesome with Bluecop A few weeks back, I was whining that although Doctor Who was available on Amazon Prime streaming, I didn't have any way to watch it on my television. Thankfully, my friend Richard Servello pointed me to the bluecop repo for XBMC. Not only does bluecop support Amazon Prime streaming, but it also has add-ons for Hulu and countless other network-video-streaming collections. more>>
Hack and / - Password Cracking with GPUs, Part I: the Setup Bitcoin mining is so last year. Put your expensive GPU to use cracking passwords. When the Bitcoin mining craze hit its peak, I felt the tug to join this new community and make some easy money. I wasn't drawn only by the money; the concepts behind Bitcoin mining intrigued me, in particular the new use of graphics processors (GPUs). With a moderately expensive video card, you could bring in enough money to pay off your initial investment and your electricity bill in a relatively short time. more>>
An Introduction to Application Development with Catalyst and Perl Catalyst is the latest in the evolution of open-source Web development frameworks. Written in modern Perl and inspired by many of the projects that came before it, including Ruby on Rails, Catalyst is elegant, powerful and refined. It's a great choice for creating any Web-based application from the simple to the very complex. more>>
Cryptocurrency: Your Total Cost Is 01001010010 Most people have heard of gold. Most people are familiar with dollars. For a handful of geeky folks, however, the currency they hope will become a global standard is digital. Whether it's a problem or not, the currency you use on a day-to-day basis is tied to the government. more>>
HTML5 for Audio Applications HTML5 lets you play music through compliant browsers—no "cloud" required. more>>
May 2012 Issue of Linux Journal: Programming Rubies, Pythons and Perls! It may sound like a new Indiana Jones movie or possibly a cheesy platform-style video game from the 1990s, but the title of this column actually refers to our focus this month—programming! Not that there's anything wrong with daring adventures in remote locations, it's just that all the red tape can be overwhelming. more>>
Three Ways to Web Server Concurrency Multiprocessing, multithreading and evented I/O: the trade-offs in Web servers. A Web server needs to support concurrency. The server should service clients in a timely, fair manner to ensure that no client starves because some other client causes the server to hang. Multiprocessing and multithreading, and hybrids of these, are traditional ways to achieve concurrency. Node.js represents another way, one based on system libraries for asynchronous I/O, such as epoll (Linux) and kqueue (FreeBSD). To highlight the trade-offs among the approaches, I have three echo servers written in close-to-the-metal C: a forking_server, a threading_server and a polling_server. more>>
Tales From the Server Room: Zoning Out Sometimes events and equipment conspire against you and your team to cause a problem. Occasionally, however, it's lack of understanding or foresight that can turn around and bite you. Unfortunately, this is a tale of where we failed to spot all the possible things that might go wrong. more>>
Mercurial - Revision Control Approximated A short while ago, an article appeared in Linux Journal implying Git was the be-all and end-all of source code revision control systems ("Git—Revision Control Perfected" by Henry Van Styn, August 2011). more>>
New Products New products for April.
Science the GNU Way, Part I In my past several articles, I've looked at various packages to do all kinds of science. Sometimes, however, there just isn't a tool to solve a particular problem. That's the great thing about science. There is always something new to discover and study. But, this means it's up to you to develop the software tools you need to do your analysis. more>>
Complexity, Uptime and the End of the World Poorly implemented monitoring systems can drive an administrator crazy. At best, they are distracting. At worst, they'll keep whoever is on pager duty up for nights at a time. This article discusses the best practices for designing systems that will keep your systems up and stay quiet when nothing is wrong. more>>
Blue Drop Awards Celebrate Achievements in Open Source Web Development The first ever Blue Drop Awards for excellence in Drupal development were announced yesterday. Organized and led by Ben Finklea of Volacci, the awards were both a community effort to celebrate the great work of Drupal Developers, and also a vehicle for Drupal and open source evangelism. more>>
MariaDB/MySQL, PostgreSQL and SQLite3 - Comparing Command-Line Interfaces Don't be afraid of using your chosen database's command-line client. more>>
Non-Linux FOSS: TrueCrypt TrueCrypt is a fully open-source tool for encrypting data. That data can be on a completely encrypted hard drive, or just an encrypted image file. Thankfully, the encryption works the same regardless of your platform, so Windows and OS X users can share encrypted files between computers. more>>
TUX - The First and Only Magazine for the New Linux User TUX Magazine Has Ceased Publication TUX Magazine ceased publication after issue #20. Download past issues here. May we recommend subscribing to another fine Linux publication instead? Check out Linux Journal. Creating Web Pages with Nvu This article by Daniel Bartholemew originally appeared in TUX Magazine, Issue 14. We know you "could" create web pages by just typing HTML into a text editor or word processor. For those of us that have done this, we also know how much we don't want to ever have to do it again. There are many expensive tools that allow you to create pages without even knowing how to spell HTML. But, expensive may also not be something you are looking for. read more Mango Parfait -- from TUX 12 This Mango Parfait column appeared in TUX Magazine issue 12. I couldn't figure out how to classify it. It is a How-To but it is an Opinion but ... I picked Opinion to warn people that if they think Gnome is great and KDE sucks they will probably not be able to handle her humor. On the other hand, if a Gnome user wants to know how to set up working directories in applications links, set up a multi-boot system, or think front page is something from a proprietary software company rather than a adjective and noun, you will probably find this article useful. read more Using Scribus to Publish a Newsletter This article by Donald Emmack first appeared in TUX Magazine, Issue 13. If you have ever used a word processor to create a newsletter you probably felt like someone tied at least one of your hands behind your back. While word processors are very important tools (and Linux systems tend to come with their share) they aren't designed to give you the kind of control you need for a newsletter. read more Customizing KDE with KDE-Look.org This article by Jes Hall originally appeared in TUX Magazine Issue 11. While KDE has a reasonable default look and includes lots of ways to customize it, many people are always looking for one more thing you can change. In this article Jes talks about wallpapers, icon themes, mouse cursors, color schemes, splash screens and themes. The web site KDE-Look.org supplies the pieces and Jes tells you want you can do. Download the PDF below. digg_url ='http://digg.com/software/Pretty_ify_KDE_with_KDE_Look_org';read more KDE Instant Messaging This article by Jes Hall originally appeared in TUX Magazine, Issue 10. There are an assortment of programs for Linux that do various types of Instant Messaging. Gaim seemed to have the head start is the "do everything" category and has been my tool of choice for using a secure Jabber server. If, however, you want to stick to KDE applications, Kopete is the "approved" answer. read more Promoting Free Markets In this article which originally appeared in TUX Magazine issue 9, I talk about my experience with a web site that seemed to not be Linux-friendly. It turned out that the vendor was Linux-friendly and wanted to address the problem rather than pretend that "if it works with IE, it is correct". read more BasKet Tutorial This article by Ryan Paul originally appeared in Issue 8 of TUX Magazine Let me go out on a limb and say that organizing information is a fairly serious problem for all of us. Sometimes it is just a list of notes which you can easily handle with a text editor or KJots but many times you want to put together different types of information that is related. For example, some text copied from a web page or file, some graphics files, along with some annotations. read more I've Got Piece Like an iRiver This article by Matija Suklje initially appeared in TUX Magazine, issue 7. There are a whole lot of MP3 players out there. Few will also play Ogg Vorbis files. The iRiver devices are among the few. Virtually all, of course, "talk" to your Windoze system. But, we are about Linux. In this article, Matija explains how to get your iRiver device talking to your Linux system. read more Inkscape Intro This article by Dimitry Kirsanov originally appeared in TUX Magazine, Issue 6. Most people seem to think of programs such as Tux Paint, the GIMP, or Adobe Photoshop when you start talking about drawing something. That's natural as they are more like the way someone would draw by hand. We learned to use crayons, colored pencils and water colors first. When we converted to the digital world, we used these programs to continue with that type of drawing. read more [CaRP] Connection timed out (110) [CaRP] XML error: mismatched tag at line 1 |
|
||||||||||||||||
|
| ||||||||||||||||||