Firefox 16, a treat for developers http://t.co/cnd27CzT
Tag Archives: ubuntu
Ubuntu 10.04 LTS Has 100 Paper Cuts Again
Started during the Ubuntu 9.10 development cycle was an Ubuntu project to address paper cuts in Ubuntu, or rather small usability bugs in Ubuntu and the Linux desktop that are often only minor impairments or annoyances, but these easy-to-fix issues … Continue reading
Read More 0 Comment(s)
Disable Userlist in GDM Login Screen ubuntu
Normally when you install your ubuntu , you can see the registred users in your system , but exit a way to make it secret . if you want to disable the userlist in the GDM Login screen, … Continue reading
Read More 0 Comment(s)
OpenShot 0.9.54 is available !
Openshot 0.9.54 is available for download, the version comes with new features and improvements What`s new in openshot 0.9.54 : – Snapping tool has been improved to also snap to the play-head. – You can drag or resize any clip … Continue reading
Read More 0 Comment(s)
Burg- Advanced menu for Grub2
BURG stands for Brand-new Universal loadeR from GRUB. It’s based on GRUB, and add features like new object format and configurable menu system.
Read More 11 Comment(s)
Install Lamp with 1 command in ubuntu
LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. There are … Continue reading
Read More 49 Comment(s)
Inkscape 0.47 is released !
Inkskape0.47 is released . This new version the SVG-based vector graphics editor brings improved performance and tons of new features, some of which are as follows:
Read More 0 Comment(s)
Install Flashplayer in ubuntu 64 bit
A problem stil exist with 64-bit versions of * Ubuntu (linux in general) is that you install Flash plugin from the repositories (using ubuntu / kubuntu / xubuntu-restricted-extras) fails a lot, because its not a 64bit version
Read More 1 Comment(s)
Install Samba server in ubuntu 11.04 & Ubuntu 11.10 Oneiric Ocelot
If you want to share files between your Ubuntu and Windows computers, your best option is to use Samba file sharing. Samba is a free software re-implementation of SMB/CIFS networking protocol, originally developed by Australian Andrew Tridgell. As of version … Continue reading
Read More 29 Comment(s)
Internet connection is very slow on Karmic Koala-Solution-
One of the big bugs (https://bugs.launchpad.net/ubuntu/+bug/433972) on Ubuntu 9.10 Karmic koala is the slow internet connection, i have a connection of 25Mo/s and even that it take too long to load a page, at the begining i tought that was … Continue reading
Read More 19 Comment(s)
Ubuntu 10.04 LTS Lucid may include a backup tool by default
As everybody knows ubuntu 10.04LTS Lycid is planned for the month of 29 april 2010, the developers actually are working on softwares that will be included by default in the future ubuntu10.04 Lucid , one of the news is that … Continue reading
Read More 4 Comment(s)

















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.
Anders Jackson
| #
Can you resolve that name on your machine?
$ getent hosts server.example.com
192.168.0.10 server.example.com
Where this should be your IP-address and then all aliases for that machine (where you obviously change DNS name to your own. ;-)