Firefox 16, a treat for developers http://t.co/cnd27CzT
Tag Archives: linux distribution
Top Linux Distributions, 2012
2013 is just around the corner and it’s time to wrap up the Linux world’s happening for 2012. So let’s start with a most obvious thought “Which Linux distributions made to the top?!”
Read More 15 Comment(s)
Chakra Linux 2012.05 "Archimedes"
Chakra GNU/Linux 2012.05 was released yesterday featuring KDE 4.8.3, GCC 4.7, glibc 2.15, QT 4.8.1, Linux kernel 3.2.8 and the latest Nvidia and Catalyst drivers. For those of you who don’t know why Chakra is considered one of the hottest … Continue reading
Read More 3 Comment(s)
Now, pay attention to the latest Calculate Linux 11.9
Here is an understated Gentoo-based project Calculate Linux with its just release version 11.9. It is a source-based distribution aimed at businesses and corporate who prefer the flexibility of open-sourced software (low cost price, minimal hardware, and unlimited use on … Continue reading
Read More 0 Comment(s)
Pardus 2011.2 has been released! A must try Linux OS
Pardus Linux 2011.2 is now available. In this update release, the NetworkManager have been updated to 0.8.5.91, problems about adding VPN connections have been fixed, handle WLAN security passwords gracefully while upgrading distribution; ModemManager is updated to 0.5, improvements for … Continue reading
Read More 6 Comment(s)
VortexBox 1.10 is now available for new devices
If you have just bought yourself, a Samsung TV or use one of the new music devices, then installing the latest VortexBox 1.10 will take your listening pleasure to a new level. VortexBox is a powerful media server distro that … Continue reading
Read More 0 Comment(s)
Its now time to look at Argentinian Tuqito, Indonesian Blankon Linux and visit Parsix for Linux3.7
Discovering new distros is the fun part of open source software. Here is a very brief list of three new releases and an even more brief discussion, allowing you the pleasure of exploring these first hand.
Read More 0 Comment(s)
Recent Releases of Interest –RHEL 5.7
The previous week saw some interesting releases and doing full justice to the release is the RHEL 5.7.Following our status update on RHEL5.7 beta in June, here are the full notes on RHEL 5.7 release.
Read More 0 Comment(s)
Upgrading from CentOS 5.6 to CentOS 6.0
If you only have been using CentOS for a while, you might already be aware of how to upgrade to the latest release using the “yum update” command. However what you may be unaware of is that the “yum update” … Continue reading
Read More 6 Comment(s)
Fedora 15 has been released!
Fedora 15 has been released. Some of the many new features include support for Btrfs file system, Indic typing booster, redesigned SELinux troubleshooter, better power management, LibreOffice productivity suite, and, of course, the brand-new GNOME 3 desktop: “GNOME 3 is … Continue reading
Read More 0 Comment(s)
Find your favorite apps installed by default in PinguyOS 11.04
PinguyOS 11.04 is released, Based on ubuntu 11.04 natty Narwhal, this new release is an optimise build of Ubuntu 11.04 Minimal CD with added repositories, tweaks and enhancements that can run as a Live DVD or be installed. It has … Continue reading
Read More 4 Comment(s)

















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
Anders Jackson
| #
Yes, it is. If you are a “5 years old schizophrenic kid” who can’t restrict what effects to use and what to not use. It’s actually usefull, if you can restrain yourself.
Anders Jackson
| #
Agree with BA. You should teach how to remove telnetd from your servers, and tell them to use SSH instead.
And explain that telnet is not secured. It’s easy for anyone to see what you type in clear text or MIM-attacks.
Or you might want to add a kerberos version of telnetd and se to it that it denies any try without kerberos authorization.
The tool telnet is usefull, for example to explain how SMTP protocoll or HTTP-protocoll works by making the user be the client (mail client or web client).
But you do not need to install telnetd for that.