Tuesday, June 29, 2010

OLF CFP extended!

If you haven't submitted a proposal to Ohio LinuxFest yet, don't fret. The CFP has been extended to next Wednesday (7/7). Go to the CFP webpage to submit your proposal.

Friday, June 25, 2010

Installing Flash Player in Fedora Machine

Usualy we cannot open web pages containng Flash images in Fedora linux because flash player in not installed by default. And as we try to install missing plug-in we get error. so here is procedure to install flash player.



First of all download rpm  or tar format flash plugin form adobe website. In my case i downloaded .rpm format to my /tmp directory . now open terminal and change your working directory to /tmp
and type following

[root@linux1 tmp]# rpm -ivh flash-plugin-10.1.53.64-release.i386.rpm
Preparing...                ########################################### [100%]
   1:flash-plugin           ########################################### [100%]

The .rpm file also copies the adobe General Public Key (GPG key) to /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux but does not import it. To import the key, type:


[root@linux1 tmp]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

Now install plug-in with yum command
[root@linux1 tmp]# 
yum install flash-plugin alsa-plugins-pulseaudio \
libcurl'
and finaly

[root@linux1 tmp]# yum install nspluginwrapper 
 
 
 
 
Now you can open any web contain flash.
Regards
Satish Malanch  

Playing Movies on Ubantu 10.04 Linux with VLC Media Player

Installing VLC Media Player on Ubantu 10.04

Insatlling vlc media player is quite simple in ubantu-box

open terminal and type

% sudo apt-get update
% sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
and enjoy
..................Satish Malanch

Tuesday, June 22, 2010

Playing movies ,songs in Fedora linux ,Installing VLC in Linux

One  of the main reason why home users dont prefer linux to use is that they can t play music on linux machine. This article will describe how to play movies in your fedora linux. VLC media player is capable to play any music file . by default Fedora does not come with VLC media player. So here i am going to explain how to install VLC  media Player in Linux. This not big game just 3 step procedure. All you need to have a Fedora working machine with  configured and working yum repositry and a stabel internet connection.

Open terminal and type there: ( you must be login with root otherwise try su )

[root@malanch ~]# rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm


This will display like this:

Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
warning: /var/tmp/rpm-tmp.cqf8YE: Header V3 RSA/SHA256 signature: NOKEY, key ID 8fcff4da
Preparing...                ########################################### [100%]
   1:rpmfusion-free-release ########################################### [100%]


now type :
[root@linux ~]# yum install vlc

and you are done . now you can play any music file (.dat,.3gp,.mpg,vob,avi ) in your linux machine.

Monday, June 21, 2010

Laptop (er, netbook) Love

At Southeast LinuxFest, ZaReason (the company that made my laptop Betty two years ago) had a table.



Courtney with ZaReason laptops

This is Courtney with a few of ZaReason's latest models. From left to right are the Strata 3660, Strata Pro 15, and the Terra HD.



The Terra HD is the one I want to talk about today. Some of you might remember the Terra A20 netbook, which was very popular in "mocha" colour. Apparently one of the big complaints people had about it was battery life. The Terra HD is its successor, and it reportedly (I didn't hog it that long) gets over 6 hours battery with its optional 6-cell battery (4-5 with wireless going). Also, I'm totally in love with this little netbook (don't worry $boyfriend, not that way).


Celeste Lyn Paul and I were hanging out at the ZaReason booth chatting with Courtney and Mark (Terranova, not S, don't get your knickers in a twist) when Celeste started fawning over the Terra HD. It's got an 11.6" screen and, as Mark was quick to point out, a 100% size keyboard, not one of those annoying 93% keyboards. I typed on it a bit, and yeah, the keyboard is the right size. I don't hit the wrong keys or anything. Great! This is a first for me and netbooks. Minor problem for my (very) long nails is slipping off the keycaps into the gap between the keys (like on a MacBook), but I think a day or two of typing on it would see me adjusted.



Then Courtney suggested Celeste pick it up and see how light it is, while Mark informed us that he always has to double check his backpack to be sure it's actually there. Celeste seemed surprised by how light it was, so I asked to hold it. When she handed it to me, my hands went UP! Theoretically, it's 2.9 pounds. It felt more like -5oz. And yes, that's with the 6-cell battery, not with the little 3-cell.


Some women fawn over shoes or purses. For me, it's laptops and laptop bags. This little beauty is available with either a red or a black lid (I guess this is where the obligatory "aww, no pink?" joke comes in), has 802.11n wifi, has options for 1 or 2 GiB of RAM, choice between a normal hard disk or SSD, and even has 3G as an option. And yes, it has ZaReason's signature Ubuntu Circle of Friends super key. Oh, and for the KDE fans, Mark is looking into adding Kubuntu Netbook Remix to the OS dropdown list (though as I understand it, you could just request that in the comments box when ordering, and they'd do it).



I've said before that I'm not getting a netbook til I can get an ARM one, but there's a netbook with a perfectly-sized keyboard that's light as a feather. I don't think I can pass that up. It's out of stock right now, so that gives me time to save up some dough and buy one ;-) Oh, and since no super-quick played-with-it-and-fell-in-love hardware review is complete without the pricetag: it starts at $449.

Saturday, June 12, 2010

"Is Linux Secure?" at Southeast LinuxFest

I'm at Southeast LinuxFest right now, listening to Daniel Chen's Linux audio talk. A bit over an hour ago, I finished my presentation on the Linux security myth. It's meant to be accessible to normal users or to geeks needing to explain to normal users. I was asked afterward why I didn't talk about buffer overflows. That's easy: normal users can't do anything about them.





Slide 31 shows what happens when a .desktop is not executable and is in a home directory. Notably, that Fedora and openSUSE make it easy to run anyway, while Ubuntu policy says those buttons aren't OK (thanks James Tatum for the link pointer). I can understand that reasoning, but I don't expect normal people to know how to mark it as trusted or geeks to know that that's a euphemism for "set the executable bit."