What the Flock??

Author: admin  //  Category: Open Source, technology

Well, its true. I’ve finally gone down the nightmare that is social networking. I’m twittering, god help me, and I’m on facebook. However, out of this all, something good has happened. I’ve finally tried out the Flock browser, based on firefox. I’m using it to type this blog, and I must say, it is a delight.
The coolest part is its seamless integration into twitter, facebook, your blog, youtube and flickr. People who frequent these services owe it to themselves to at least give flock a try.

Blogged with Flock

Tags:

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Drupal Headache

Author: admin  //  Category: Open Source, drupal, web design

So apparently AN hosting, my shared host, did something with my Apache settings, and all of a sudden, users could not submit any content on my site. Specifically, any time you hit the “submit” button, whether it was for creating a node, or changing user settings, I would get “page could not be displayed” After doing quite a bit of research, I found this article
http://drupal.org/node/110219

I put the following in my .htaccess file in my Drupal install, and all was well with the world.

# Turn off mod_security filtering.
<IfModule mod_security.c>
SecFilterEngine Off
</IfModule>
[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Sometimes, I teach

Author: admin  //  Category: Open Source, education, linux, technology

Several years ago, we had several interns right out of high school, heading to college, work with us to learn the ins and outs of networking. One of them, who by now is well on his way to being an engineer, told me that following christmas that when he went to college, he felt like the people in northern Virginia had an advantage over the kids here in southern VA because of the multitude of advance computing classes offered. Since that discussion, I’ve been going into the high schools here every year for one or two days to teach Seniors about Linux and Advanced computing concepts. Here is the article that was written up this year.

http://cte.mcpsweb.net/chad-wollenberg-visits-pvhs

The interesting thing is, the kids are very receptive to linux. I was surprised at how much they didn’t really care about what their operating system is, as long as they can do what the love. Which, from the polls I’ve been taking are, Instant messaging (pidgeon), browsing (firefox), illegal downloads (any torrent program), and itunes (amarok, or others, though this is probably the most lacking feature). That is actually in the order of popularity, and yes, the kids in high school are that candid with me that they say limewire almost every time I ask for programs they use on a daily basis.

The other features that they really found intersting, was of course, the repositories, and instant download and install. Many students had not even heard of open office, and were shocked to learn they did not need to spend money on office when they go to college.

I talk about many things with them, particularly the concept of not being weighed down by the limitations of proprietary software, and how there are low barriers of entry to learn open source languages. I also perked their ears when I talk about the thousands of developers that work on my website on a daily basis, and I don’t even have to pay them.

And of course, after all that, they are stoked about linux. So then, I show them compiz-fusion right at the end. Their heads pop off. Kids love bling. That converts the two or three stragglers, and the class immediately begins cheering Linus Torvald’s name and throwing penguins at their teachers. Exaggerated? not by much.

The young adult mind is not inhibited by our gerneration X and WHY preconceptions. They do not know the concept of not having a cell phone and not being able to text their friends. They don’t care about if their computer boots up to windows, linux, or OSX. As long as they can do what they want. As services move more and more to the web, as Google continues to prove can be done, these future minds of America very quickly picked up on the irrelevance of the underlying operating system, and the value of open source.

With the push of the OLPC and Asus EEE pc (which I also showed them, refer to the article above), and as countries all over the world continue to adopt Linux, rather then Windows, as their platform of choice, you begin to wonder if our children are going to be left behind when the rest of the world realizes that we do not have to be chained to proprietary software, drm, and long lived copyright. I’ve touched a few lives this year and truly sparked their thoughts in the right direction. Whether they go on to become a windows programer, linux programer, or hermit in the mountains, that is up to them. But at least now, they know they have a choice.

Don’t our kids at least deserve that?

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Vmware converter, and eth0

Author: admin  //  Category: Virtualization, linux

So, i had to migrate over a virtual server running debian etch today, due to some issues I was having with hardware. I used vmware converter, which is the greatest invention for IT admins since the laptop. Anyway, the server was already virtual, but I used converter to migrate it off ESX and onto vmware server, where I am parking it until the server maintenance is done. When I got it onto vmware server, low and behold, the network connection was not there. I went on into /etc/network/interfaces and everything looked fine, I had eth0 set up to use a static IP. Funny thing is, when I restarted the networking service, it was letting me know that the interface eth0 did not exist. Upon some google research, I found this.

http://www.ericmmartin.com/running-ubuntu-710-in-vmware-player/

However, rather then do what this guy suggested, which is mess with the vmware config, all I had to do with change eth0 to eth1 in my config file, save and restart the service /etc/init.d/networking restart

Blamo, networking came up, and the web server was happily on a new server.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]