Firefox 16, a treat for developers http://t.co/cnd27CzT
Tag Archives: lucid lynx
Install VirtualBox via PPA repository in Ubuntu 10.04 Lucid Lynx
VirtualBox 3.1.8 was released early this week by Oracle, This is a maintenance release so many items were fixed and/or added ( Read the Changelog). You can install VirtualBox in Ubuntu 10.04 Lucid Lynx by adding the non free repositories … Continue reading
Read More 7 Comment(s)
Custom Compiz Effects configuration in Ubuntu 9.10 and Ubuntu 10.04 Lucid Lynx | desktop Cube| Updated
Compiz is one of the first compositing window managers for the X Window System that is able to take advantage of OpenGL-acceleration. The integration allows it to perform compositing effects in window management, such as a minimization effect and a … Continue reading
Read More 11 Comment(s)
UbuntuStudio 10.04 Lucid lynx for creative people
Ubuntu Studio is a multimedia editing/creation flavor of Ubuntu, built for the GNU/Linux audio, video, and graphics enthusiast or professional. The latest release of Ubuntu Studio 10.04 Lucid Lynx was released the 29Th of April, it is available as a … Continue reading
Read More 0 Comment(s)
How to install Java run time environment in Ubuntu 10.04 Lucid Lynx
Java runtime environment JRE was moved to the partner repository in Ubuntu , so now if you want to install it you have to do it from the command line.
Read More 8 Comment(s)
GNOME Activity Journal 0.3.4 is out ! | With PPA for Ubuntu 10.04 lucid lynx
Announced today by Gnome activity Journal team the release of GNOME Activity Journal 0.3.4. Since the previous release there has been a major overhaul to allow the journal to display Zeitgeist events which lack a local file as its subject. … Continue reading
Read More 0 Comment(s)
The collection of wallpapers that will be included by default in LinuxMint9 "Isadora"
Clem posted in LinuxMint blog the collection of wallpapers that will be included by default in linuxMint9 codename “Isadora”, this collection is not definitive because some background could be removed if space of the CD doesn’t allow it. The pictures … Continue reading
Read More 0 Comment(s)
Ubuntu Tweak 0.5.4 is released ! Now support LinuxMint9
Ubuntu Tweak 0.5.4 is released, the new release comes with some nice features and many other improvements, the big news is that Ubuntu Tweak now added support to the Ubuntu based system : LinuxMint 9, for the other new features … Continue reading
Read More 0 Comment(s)
Ubuntu 10.04 Lucid Lynx Step by step installation for newbies | Howto
Ubuntu is a community developed operating system that is perfect for laptops, desktops and servers. Whether you use it at home, at school or at work Ubuntu contains all the applications you’ll ever need, from word processing and email applications, … Continue reading
Read More 10 Comment(s)
Ubuntu 10.04 LTS Lucid Lynx is released !
Announced today by Ubuntu Team the release of Ubuntu 10.04 LTS Lucid Lynx, the new release comes after 6 months from the release of Karmic koala. The downloads links are available in this link . If you want to upgrade … Continue reading
Read More 0 Comment(s)
Top things to do after installing Ubuntu 10.04 LTS Lucid Lynx and 10.10 Maverick Meerkat
Update: For Ubuntu 10.10 Maverick Meerkat please check our latest post : Top things to do after installing Ubuntu 10.10 Marevick Meerkat The final release of Ubuntu 10.04 Lucid Lynx will be out this week, after you install lucid or … Continue reading
Read More 54 Comment(s)


















pigmej
| #
Just one thing:
What about pep8 in your python code ? How can you give ‘tutorials’ on quite popular website, of such a bad quality ?
Amit Rai
| #
I just renamed shared.xml and it logged in and created a new shared.xml.
DB Griffin
| #
Larry Page is not being completely honest! The manner in which the PRISM program/project works does not need access from company administrators or owners, so called “direct access”; the access to the information is already there. These tech company CEOs take for granted the actual intelligence of most end users of their products. All it takes is a little digging and reading to go from ignorant to informed on these things especially on exactly how the internet works/functions in the U.S.A. I find Larry Page’s remarks just as laughable as Al Gore’s claim to “inventing” the internet/world wide web!
If you, as an end user, are reading this post; I challenge you to research these matters yourself. It really is quite simple with all the “information sites” that exist on the web today ie Wikipedia, & other online encyclopedias that actually list source material, as well as highly respected tech sites and blogs that also list their source material. Be warned: this is only the tip of the iceberg and these tech CEOs know and understand this; they are scrambling in attempt to perform DAMAGE CONTROL to save the company and what little trust thay have left from their products end users/consumers.
Am I a skeptic? I believe someone has to be or needs to be at this point in time! If your not just a little skeptical of the government, tech companies, and the people that are in charge of these agencies and companies; you need to be, even if just a little skeptic. For your own personal protection and security! I know I was a part of this community for over 14 years!
Anders Jackson
| #
As I understand it so do VLC use same encoders as ffmpeg. And yes, there are less code that can break when you use command line instead of a graphical UI.
And may I ask what mono has to do with VLC? *facepalm*
Anders Jackson
| #
Just some thoughts about Java.
OpenJDK7 are now THE Java implementation and Oracles are just one more of the reimplementations. So you should not need to install Oracles version.
And you really don’t need to remove the OpenJDK7 installation to also have Sun Java JDK 7. Just run
sudo update-java-alternatives –list
and select which java you want to have as default java of all that is installed.
And if you want to run a program with one special version, check manpage for java-wrappers how to do that.
man java-wrappers
so you can run java program rasterizer like this:
JAVA_FLAVOR=openjdk rasterizer
JAVA_ARGS=-Xmx80m rasterizer
JAVA_BINDIR=/usr/share/
etc