Firefox 16, a treat for developers http://t.co/cnd27CzT
Category Archives: Linux distributions
Securing Information on Flash Drives from Windows Users
This is a very interesting trick I come across recently. Sometimes moving along with flash drives is very helpful. You might not want someone to view your confidential documents when it goes missing. (There is a probability that the one … Continue reading
Read More 2 Comment(s)
Ubuntu: How to Determine Your Architecture
It is time to learn some extra Ubuntu skills. The only way to be good at something is to read and practice everyday, all the time-day and night. There are many geeks that say Ubuntu sucks, but I like to explore and … Continue reading
Read More 2 Comment(s)
How to Install and Configure Subversion Server on Ubuntu 13.04 Server
Subversion is a free and open-source version control system (VCS). It manages files and directories, and the changes made to them over time. This allows you to recover older versions of your data or examine the history of how your … Continue reading
Read More 1 Comment(s)
Setup Social Publishing CMS (Content Managemnet System) Using Pligg
Pligg is an open-source CMS social publishing software that encourages visitors to register on your website so that they can submit content and connect with other users. It is used to setup your own social publishing community in just minutes. … Continue reading
Read More 0 Comment(s)
Setup Your Own Twitter like Website Using StatusNet
StatusNet is open-source software used to setup micro-blogging site similar to Twitter. In this article, I use CentOS 6.4 to setup this website. My hostname and IP Address are server.unixmen.com and 192.168.1.200/24, respectively. Change these values as per your setup. … Continue reading
Read More 4 Comment(s)
How to Enable Hibernate Feature in Ubuntu 13.04
In Ubuntu 13.04 ‘Raring Ringtail’, the hibernate feature which enables you to power down your computer while its current state is maintained have been disabled or not included in the shut down menu. Hibernation also saves electrical power compared to Suspend … Continue reading
Read More 0 Comment(s)
Install and Configure Piwik Web Analytics Tool for Your Websites
Piwik is an open-source and free alternative to Google Analytics tool. It tracks and displays reports about the location of user visits, Where they came from (i.e website, directly, or something else), the visitors browser, screen size, operating system details, … Continue reading
Read More 0 Comment(s)
Install and Setup Vanilla Discussion Forum Site on CentOS 6.4
Vanilla is an open-source, lightweight, and powerful web based discussion forum software used to build your own forum website. Around 648,352 websites are currently using Vanilla.
Read More 2 Comment(s)
10 Easy Steps to Upgrade from MySQL to MariaDB on CentOS 6.4
This article describes you how to upgrade MySQL to MariaDB in ten simple steps. We have already shown you How to Migrate from MySQL to MariaDB on FreeBSD. I assume that you already have installed MySQL latest version and it’s … Continue reading
Read More 2 Comment(s)
Installing Cairo Dock 3.2.1 in Ubuntu 13.04
Recently Cairo Dock 3.2.1 (bug-fix version) was released. You can read about Cairo Dock 3.0 in this previous post. Some new features in Cairo Dock 3.2.1 include the improvement of the multi-screen support, distant folders (Samba, FTP, etc.) and encrypted disks … Continue reading
Read More 0 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. ;-)