Firefox 16, a treat for developers http://t.co/cnd27CzT
Tag Archives: Precise Pangolin
Howto- Install Oracle Java7 in Ubuntu12.04 Precise Pangolin | PPA
The “Oracle-java″ package is no longer available in the official Ubuntu 11.10 Oneiric Ocelot and Precise Pangolin. In this post i will show you how to remove OpenJDK and install Oracle Java7 on Ubuntu 12.04 Precise Pangolin.
Read More 41 Comment(s)
Howto- Resolve nosound problem on Ubuntu 13.04 Raring Ringtail,12.10 and Older
Updated 05/04/2013 : One of the common issues facing Ubuntu users after installing or upgrading Ubuntu is the nosound problem, there are many reason for this issue, sometime is related to a volume setting configuration, misconfiguration or can be that … Continue reading
Read More 52 Comment(s)
Install and Configure Samba share in Ubuntu 13.04 Raring Ringtail , 12.10, 12.04| Howto
Updated 05-04-2013: One of the most asked features for Samba is a graphical user interface to help with configuration and management, there are several GUI interfaces to Samba available, for me the most simple and powerful one of these tools … Continue reading
Read More 30 Comment(s)
Medibuntu repositories available for Ubuntu 13.04 Raring Ringtail | PPA
Updated: 19-04-2013 : Medibuntu is a packaging project dedicated to distributing software that cannot be included in Ubuntu for various reasons, related to geographical variations in legislation regarding intellectual property, security and other issues, some examples of packages included in … Continue reading
Read More 8 Comment(s)
Next Generation- Another nice conky theme from Conky-Lua author
Conky-Lua next generation is a nice conky theme from the same author of Conky Lua. This theme is available for Debian, Fedora, LinuxMint, PCLinux, Opensue and Ubuntu. From my side i tested this conky theme in Ubuntu 12.04 LTS Precise … Continue reading
Read More 11 Comment(s)
Configure conky-Lua in Ubuntu (12.10 & 13.04 Raring Ringtail), Fedora, debian and LinuxMint | Howto Conky
Updated 05-04-2013: Conky is a free, light-weight system monitor for X, that displays any information on your desktop. There are many nice themes available for conky that can display clock, CPU usage, ram usage, swap, disk, net and more, one … Continue reading
Read More 142 Comment(s)
Nice collection of icon sets for your Linux Desktop with installation instructions| Ubuntu PPA
This is a nice collection of iconsets for your Linux Desktop, so if you are a fun of changing default themes of your Linux Distribution, then this post is for you. I tried to collect the nicest and most updated … Continue reading
Read More 7 Comment(s)
Ubuntu 12.04 LTS ‘Precise Pangolin’ Beta1 Has Been Released! News & Screenshots Tour
It’s time to take another look at what is happening with the development of Ubuntu 12.04. As it stands, the first Beta of Ubuntu 12.04 LTS ‘Precise Pangolin’ has been released (Official Announcement), there is still no official announcement yet (Beta1 … Continue reading
Read More 17 Comment(s)
Ubuntu 12.04 ‘Precise Pangolin’: Older Hardware Test
One of the great advantages of Linux is it has great support for older systems and legacy hardware. This week, we take a look at how Ubuntu 12.04 ‘Precise Pangolin’ runs on an older system running older hardware. I found … Continue reading
Read More 17 Comment(s)
Ubuntu Tweak 0.6.1 comes with support for 12.04 X Precise Pangolin| PPA
Ubuntu Tweak 0.6.1 has been released with support to Ubuntu 12.04 Precise Pangolin, according to the announcement, this is a bug fixes release, that also introduce also a few tweaks, Add support for Ubuntu 12.04, Remove the background change in … Continue reading
Read More 0 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.