While on a project, where money was scarce, we were scrambling around looking for a free or open source HTML editor that can provide us the same functionality as Adobe Dreamweaver. During my analysis of the different HTML editor out there, I came across Amaya.
Read more »Amaya: A Simple, Yet Useful Alternative to Dreamweaver
Category: High End Tags:
- Login to post comments
Subversion Goes to Apache
The Subversion version control system is now part of the Apache Software Foundation. The project cofinanced by Collabnet and the Apache Foundation announced at ApacheCon in Oakland CA that Subversion is officially to become an Apache project.
Read more »Category: High End Tags:
- Login to post comments
Testing the Nouveau Driver on Ubuntu
A build of the nouveau video driver for nVidia cards was included in the Ubuntu repositories beginning with Jaunty. I've been meaning to test it for a while, and finally found some hardware recently to give it a shot.
Read more »Category: High End Tags:
- Login to post comments
Perl far from dead, more popular than you think
Perl has been around since 1987 and became an early darling of web developers. These days, however, you don’t hear much about Perl. Everyone seems to be talking about trendier languages like PHP, Python and Ruby, with Perl left in the back as a neglected, not-so-hip cousin.
Read more »Category: High End Tags:
- Login to post comments
Android Mythbusters (Matt Porter)
[Matt Porter's] presentation explains in detail why Android is not what most people refer to when they say Linux. What most people mean when they say Linux is the GNU/Linux system with it's standard userspace tools, not only the kernel.
Read more »Category: High End Tags:
- Login to post comments
FatELF: Turns out I liked the uncertainty better.
It looks like the Linux kernel maintainers are frowning on the FatELF patches. Some got the idea and disagreed, some didn't seem to hear what I was saying,
and some showed up just to be rude.
Category: High End Tags:
- Login to post comments
Find and Check Symbolic Links in Perl
Here is a Perl script that scans a given directory for symbolic links. It also reports whether those links are broken or not.
Read more »Category: High End Tags:
- Login to post comments
Blender Game Competition 2010
Blender (everyones favorite GPL 3D modeling application) also has a build in game engine. And what would be nicer than having a nice competition for game creation?
Read more »Category: High End Tags:
- Login to post comments
Installing Octave 3.2 with Image package on Arch Linux
How to install Octave 3.2 and its Image processing package on Arch Linux. In short, Octave is easy (i.e. pacman -S octave), while Image package requires some additional steps. Also a few, simple Octave commands are shown for image creation and rotation that can be used to test if Image package was installed.
Read more »Category: High End Tags:
- Login to post comments
StartSSL: a Certification Authority with a heart
Linux Security had the chance to talk with Eddy Nigg, founder of StartSSL, an "alternative" CA, by any meaning.
Read more »Category: High End Tags:
Tune your Linux-based server for power efficiency
This three-part series is your starting point for tuning your system for power efficiency. In Part 3, the author compares the performance of the five in-kernel governors in both tuned and untuned states to show you how to optimize a Linux-based System x server.
Read more »Category: High End Tags:
- Login to post comments
Setting up a MySQL Cluster for your Linux desktop
So, what is MySQL Cluster? It is a database solution which tries to solve high availability issues by using multiple synchronous masters (for the lack of a better phrase) in a shared-nothing environment. In order to solve a lot of the latency issues associated with multiple masters, it keeps all the indexed data in memory to enable fast processing of the data.
Read more »Category: High End Tags:
- Login to post comments
Use Gmail To Send Emails From A Terminal (Shell)
We've seen how to check Gmail using the terminal (shell) in Linux and Mac but how about sending emails from a shell?
This is actually pretty easy, here's what you have to do:
Read more »Category: High End Tags:
- Login to post comments
Customizing GRUB2
GRUB 2 is a new boot loader which comes with Ubuntu Karmic Koala. GRUB 2 is in charge of showing the menu that allows you to choose the operating system or Kernel version when your computer starts. This post will explain how to change the background image and colors in GRUB2.
Read more »Category: High End Tags:
- Login to post comments
Review: Learning Python, 4th Edition
I just wrote a review for Linux in a Nutshell, 6th Edition and commented that it seemed as if each successive edition acquired more pages. In the Linux book's case, it isn't true, but it is true in the case of Lutz's book. In fact, between the 3rd and current edition, the book has expanded some 466 pages. Good grief, what accounts for such growth?
Read more »Category: High End Tags:
- Login to post comments