Your Ad Here
Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Tuesday, July 28, 2009

Enabling DVD playback in Ubuntu 9.04


I have just finished installing Ubuntu 9.04 on a Gateway laptop, everything worked well from video to wireless until I popped in a DVD to watch. Did the updates and still nothing, until I ran across this command on the Internet, tried it and everything is golden now.

sudo apt-get install ubuntu-restricted-extras totem-xine libxine1-ffmpeg libdvdread4

sudo /usr/share/doc/libdvdread4/install-css.sh


The explanation when the commands are needed are printed below:

The movie players provided in Ubuntu can play back unencrypted DVDs. However, many commercial DVDs are encrypted with a weak algorithm called Content Scrambling System (CSS). You can enable playback of encrypted DVDs with MPlayer, xine and Totem-xine by installing libdvdread4.

The CSS key sets are licensed to manufacturers who incorporate them into products such as DVD drives, DVD players and DVD movie releases. Most DVD players are equipped with a CSS Decryption module.

Tuesday, April 21, 2009

Ubuntu 9.04 Desktop Edition is free

Tuesday, April 7, 2009

Windows 7 is opportunity for Linux

“Windows 7 is opportunity for Linux” is an interesting article written by Nick Farrell at theinquirer.net. I was doing some research for the next version Ubuntu Linux 9.04, "Jaunty Jackalope" which comes out in April 20 and ran across it. Enjoy…

Source: The Inquirer - http://www. /inquirer/news/646/1051646/windows-opportunity-linux

Thursday, March 26, 2009

Linux Desktop News from Google

Red Hat CEO sees no need for Linux desktop today
TechSpot - USA
But its desktop and hardware support (of certain things) is just so crap. What I actually do these days is run a linux virtual machine inside vmware, ...
See all stories on this topic
Novell's SUSE Linux Enterprise Desktop 11: A true Windows replacement
Computerworld - Framingham,MA,USA
If you're looking for a practical business desktop replacement for Windows, your best choice is the latest version of SUSE Linux Enterprise Desktop. ...
See all stories on this topic
Computerworld
Image Gallery: Novell's SUSE Linux Enterprise Desktop 11
Computerworld - Framingham,MA,USA
SLED 11 comes with OpenOffice, which has no trouble reading or writing any Microsoft Office document's format. "A few days ago, Steve Ballmer stirred up a ...
See all stories on this topic
Htop, a tip-top ncurses interactive tool for system monitoring ...
Free Software Magazine - USA
... to use this dinky interactive application to manage running applications and processes on your desktop. All GNU/Linux distros come with top installed. ...
See all stories on this topic
Full version of Windows 7 on Samsung Netbooks? Maybe
CNET News - San Francisco,CA,USA
... OS onto a desktop or laptop as opposed to buying a seperate OS from Microsoft. Also, netbooks with Linux/Android will just increase in capability making ...
See all stories on this topic
Does Linux Need A Desktop To Realize Its Potential?
InformationWeek - Manhasset,NY,USA
Word from an open source conference this week is that some key Linux proponents don't see the need for a desktop product. I'm not certain how it realizes ...
See all stories on this topic
Aussies! Grab a sub $200 Linux desktop - today only!
iTWire - Australia
You need to supply your own monitor, keyboard and mouse - but to get a fully working and relatively modern Ubuntu Linux desktop computer sent direct for ...
See all stories on this topic
Novell Desktop Linux Ready for Enterprise, but Lacks Some Features
eWeek - New York, NY
By Jason Brooks With its SUSE Linux Enterprise Desktop 11, Novell is backing up its claim that the Linux distribution is ready for businesses to use. ...
See all stories on this topic
Red Hat CEO questions desktop's relevance in Linux debate
InfoWorld - San Francisco,CA,USA
There is some money in the Linux desktop, but not much, Whitehurst said. "We do have a desktop [version of Linux], but we typically sell it to big server ...
See all stories on this topic
Launching a Linux Startup: No Funny Business
LinuxInsider.com - Encino,CA,USA
Yeah, Linux on the desktop has some issues, but the serious demand for Linux sysadmins creates demand for those skills. Surely, I thought, creating an ...
See all stories on this topic

Thursday, October 30, 2008

Linux Desktop - My Ubuntu Experience


I have gone 45 days using solely my Ubuntu Linux laptop to conduct all facets of my daily computing functions. These include work related tasks as well as personal tasks. I will have to say, if there are any doubts of Ubuntu’s feasibility in the desktop environment, they should be put to rest.

First off, I was very impressed with the performance of the operating system on a modest running laptop that only had 512 MB of RAM. I have friends running Windows Vista system with 2 to 4 Gigs of RAM enduring terrible performance on their expensive systems. Also, I was pleased with the verity of open-sourced security and system administrative applications that were available and operated flawless on the system. For example, I was able to configure GnuPG communicate securely with encryption. I was also able to connect to remote systems using VPN access as well.

I was able to wireless access points from many different locations, view DVD movies and edit Microsoft office related documents with no problem.

As of today, I am upgrading from the current version of 8.04 to 8.10. I will have the details on that when I have reviewed it.

Monday, October 13, 2008

Ubuntu 8.10 Security Feature

While the release of another Ubuntu is only a few days away, there are some interesting security features in place. One being the encrypted directory.

Encrypted “Private” Directory - While many OSs now offer whole hard-drive encryption, most people probably only have a small set of their files that they want to encrypt. Instead of offering an encrypt everything or nothing option, there will be a folder in each user’s home folder called “Private” that will be encrypted. This would be useful to store confidential documents and that sort of thing without slowing down access to less-confidential stuff, like your music.

Monday, September 15, 2008

10 ways to make Linux boot faster

I haven't had any issues with the way Linux boot up as compared to my Windows-based system, but I thought these basic steps are worth sharing. The article was taken from builder.au.

http://www.builderau.com.au/program/linux/soa/10-ways-to-make-Linux-boot-faster/0,339028299,339291984,00.htm


10 ways to make Linux boot faster

Linux rarely needs to be rebooted. But when it does, it's often slow to boot. Fortunately, there are ways to speed things up. Some of these methods are not terribly difficult (although some, unfortunately, are). Let's take a look.

#1: Disable unnecessary services

Depending upon the use of the machine, plenty of services won't be needed. Using Linux just for a desktop? Then you won't need sendmail, httpd, and many other services. If your server is only a Web server, you can shut off many services as well. To do this, you can go to the Administration menu and take a look at the Services entry. Just deselect all of the services you don't want to start.

#2: Disable unnecessary kernel modules

If your desktop is wired to the Ethernet, you don't need to have a wireless kernel module loaded. This task is a bit more difficult and will require a kernel recompilation, which is not the easiest task to undertake. To do this, you will need the kernel sources. Then, follow the standard steps for compiling a kernel. The difference is that you're going to go through your system and disable all of the modules you don't need.

The best way to find out what kernel modules currently install and run on your system is to install Bootchart. Not only will this give you a good list of modules, it will illustrate for you what is happening during your system boot. You can also issue the command chkconfig -- list | grep 3:on to find out what services are running. Once you know what loading modules you don't need, you can remove them during a kernel recompilation. While you're at it, compile the kernel to exactly match your architecture.

#3: Use a lightweight window manager instead of GNOME or KDE

I plug smaller footprint window managers for a reason -- they drastically reduce graphical boot time. Instead of having to wait that extra 30 to 60 seconds for GNOME or KDE to boot up, why not wait two to 10 seconds for Enlightenment or XFCE to boot up? Not only will they save you boot time, they will save your memory and the headache of dealing with bloatware.

#4: Use a text-based log-in instead of a graphical log-in

Most of my Linux machines boot to run level 3 instead of run level 5. This will halt at the text-based log-in, where I only have to log in and issue startx to start my desktop of choice. The graphical log-ins do two things: increase load times and create headaches trying to recover from an X windows fubar.

#5: Use a lighter-weight distribution

Instead of loading the heavyweight Fedora, why not try a Gentoo, Arch, or Puppy Linux? The boot times for these smaller distributions are far faster than the more bloated Fedora (and even Ubuntu). Of the larger distributions, OpenSuSE claims to boot the fastest, but I have not personally tested this. Between the latest Fedora and Ubuntu, Ubuntu blows Fedora's boot times away (and that is out of the box).

#6: Use an OpenBIOS

If you're savvy enough to upgrade your PC's firmware, you might consider migrating to an open source BIOS. One caveat to using open firmware is that it allows Linux to actually initialise the hardware as it boots (instead of relying on the BIOS). On top of that, many open BIOSes can be configured to meet your machine's specific needs. If you don't go the open BIOS route, you can at least configure your BIOS to not search for a floppy drive that's not there or to boot directly to the first hard drive (instead of the CD drive first).

#7: Avoid dhcp

If you are working on a home network (or a small business network) where address lease isn't a problem, go with static IP addresses. This will keep your machine from having to call out to a dhcp server to get an IP address. If you take this approach, make sure you configure your /etc/resolve.conf to reflect your DNS server addresses as well.

#8: If you can spare it, get rid of hotplug

Hotplug is the system that allows you to plug in new devices and use them immediately. If you know your server won't need this system, delete it. This will cut down on boot time. On many systems, hotplugging consumes much of the boot time. Removing hotplug will vary depending upon the distribution you use. NOTE: udev has, for the most part, replaced hotplug. But if you're running an older distribution, this does apply.

#9: If you are REALLY daring, you could give initng a try

The initng system serves as a replacement for the sysvinit system and promises to drastically decrease boot times in UNIX-like operating systems. If you would like to see the initng system in action, you can give the Pingwinek livecd a try.

#10: Use a hack with Debian

If you're using Debian, there is a simple hack you can use to switch your start-up scripts to run in parallel. If you look at the /etc/init.d/rc script, you will see: CONCURRENCY=none around line 24. Change this line to CONCURRENCY=shell and you should see a reduction in boot times.

That's about it. Of course there are always more and better hacks out there. But the above should mostly cover everything. The good news is that you're most likely already running Linux, so the burden of boot times is generally eased by the infrequency of reboots.

Tuesday, April 22, 2008

Ubuntu 8.04 LTS Desktop Edition Announced


Canonical has announced the upcoming availability of Ubuntu 8.04 LTS Desktop Edition that will be available for free download on Thursday, April 24, 2008. The company has also announced the upcoming release of Ubuntu 8.04 LTS Server Edition.

More on this article from TechTree

Monday, March 31, 2008

Latest Ubuntu Review...

Latest Ubuntu Review...

As many of you many know, I am a big Linux fan/user. Ubuntu being one of my favorite distributions, I often try to stay up with the latest information. My trial of Hardy Heron has been a good experience thus far. Even though it is still in Beta, I have seen some interesting improvements. I was compiling my review, but in an article by David Williams at ITWIRE, he covered my thoughts as well as added many more. So I will share his article with you all… Click Here to access his Ubuntu Review

Friday, February 1, 2008

Linux and Mac OS X Desktop Gaining Market Share in 2008 on Windows Desktop

Linux and Mac OS X Desktop Gaining Market Share in 2008 on Windows Desktop

Recent research and announcements from IBM, Dell and other major PC vendors points to the Linux desktops being a factor to content with in 2008. In addition, the stability and popularity of the Mac OS X desktop is said to gain some percentage in the desktop market from Microsoft.

As a Mac OS X user myself and observing the increase of individuals in my circle converting, I can see a shift.

I will be keeping a close eye on these developments through out the year.

Wednesday, January 23, 2008

Linux Desktop PC

Linux Desktop PC

Linux, a very popular operating system has been gaining a lot of ground in the desktop PC market lately. Linux already a strong player in the enterprise and server market continues to grow at a steady pace. Every year, I hear more buzz talk about the integration or introduction of new product lines using various Linux distributions by vendors and computing professionals trying to break away from the grapples of Microsoft Windows.

Recent events has convinced me that 2008 will be a good push forward for Linux desktop users.

Dell will offer Ubuntu Linux 7.10 on its XPS 1330 laptops, while Sears.com is selling a fully equipped Linux desktop PC for $299, minus a $100 rebate. SecurityOrb.com, has also started offering Linux-based security desktop on their site and lastly Lenovo has launched a range of laptops pre-installed with Novell's SuSE Linux operating system.

There are many different flavors of Linux such as Ubuntu, Redhat, SuSE, Slackware and Fedora. For a comprehensive list, description and download information check out: http://www.securityorb.com/LinuxDistributions.html

These are just a few of the recent Linux based desktop PC news that has passed my way, but there are countless and more to come as well.