Firefox 16, a treat for developers http://t.co/cnd27CzT
Category Archives: Android
Get your health secrets on your android phone
In the past two years the android market has expanded impressively. The medicine App has developed over the years and has provided great help to its users. It is truly the most legitimate usage of technology as these apps provide … Continue reading
Read More 2 Comment(s)
Instagram for Android: What’s the Big Deal?
I’ve heard a lot about Instagram and when the app got really hot in news, I finally tried to give it a shot (though I’m not a big fan of camera apps). It’s an app that gives you different ways … Continue reading
Read More 0 Comment(s)
The Grand Android browsers Showdown
Your productivity with a smartphone is primarily reliant on your smartphone’s browser, as most of the tasks on a smartphone are done in your mobile’s browser. This makes job of mobile browsers even more though; after all it’s not about … Continue reading
Read More 7 Comment(s)
Pebble. The smartwatch with Linux at its heart!
Do you think the wrist watch era is over and soon the wrist watches will be doomed to the graveyard of floppy disks, cassettes, tape recorders etc., as mostly people use their mobiles and smartphones to check the time? Think … Continue reading
Read More 5 Comment(s)
Cars running on Android
Android is now dominating a lot of industries than just smart phones and tablets. I have covered many topics related to Android use in other gadgets like watches, belts, and even mirrors. And since Android is becoming famous in other … Continue reading
Read More 5 Comment(s)
Remotely Connect to your Desktop with These Apps | Android
There is a lot of stuff that people can do on their Android. This is the reason why most people connect to Android. I read an interesting quote in an article on a fun technical blog: If you want to … Continue reading
Read More 2 Comment(s)
What You Can Do with Rooted Android
I’m sure you, as an average Android user, know what rooting is. But just to revive your memory- rooting means getting extra permissions and rights to use the phone software. With extra privileges, you can load your own custom software … Continue reading
Read More 6 Comment(s)
Some Android Travel Apps for Travel Freaks
Do you like traveling? Most of us do. Traveling to far off places and seeing the beauties of nature is a great thing to do- especially when you live in a country like New Zealand that is full of exotic … Continue reading
Read More 2 Comment(s)
Android Apps to Motivate You
Have you started the day on the wrong note, or are you nervous because of a big exam coming up? There are many times when we look for someone to motivate us, or to give a little push in the … Continue reading
Read More 2 Comment(s)
Ubuntu on Android, won’t work for me, 3 serious considerations!
Ubuntu on Android! So you are guessing that your Android smartphone will have a dual boot or you will be able to boot Ubuntu on your Android phone? Certainly none of that is possible as yet. Ubuntu for Android is … Continue reading
Read More 25 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. ;-)