Firefox 16, a treat for developers http://t.co/cnd27CzT
Category Archives: Linux distributions
How to Share Files Over Network Using NitroShare
NitroShare is a tool used to transfer files from one machine to another on the same network. You don’t have to do any much configuration in all machines, If you had installed it on all of your network systems, NitroShare … Continue reading
Read More 1 Comment(s)
Secure Your Network Using IPFire Firewall Distribution
One of the core component of network of all organizations is security. Many large companies will have hardware firewalls to protect their network. Those hardware firewalls cost must be hundreds of thousands of dollars. The SOHO(Small office or Home Office) … Continue reading
Read More 2 Comment(s)
How To Play Music From Command Line (Terminal)
Most people like me prefer using Command Line in everyday life to Graphical User Interface (GUI) . Today i`am going to show you how play music files from the Command Line using one of the best Command Line players (SoX) … Continue reading
Read More 6 Comment(s)
VLC 2.0.7 Has Been Released! PPA Ubuntu
VLC 2.0.7 has been released! The new release comes with many bug fixes and updates. In this bug fix release, the memory exhaustion vulnerability that occurred when playing specifically crafted playlist files; the WMA Pro, MPEG 4 ALS, APE, MLP … Continue reading
Read More 0 Comment(s)
Setup Samba Domain Controller with LDAP Backend in Ubuntu 13.04
We have already shown you how to install and configure a basic Samba server in our previous article. Today I am going to show you how to install and configure a Samba domain controller with LDAP backend. ie. The users … Continue reading
Read More 21 Comment(s)
Secure File from Removal in Linux and Unix
Protecting files from unwanted deletion is very important security on the tasklist of Unix Administrators. On Linux boxes you can use the chattr command and that works ine on all my Ubuntu based servers. On FreeBSD, this command doesn’t exist. An … Continue reading
Read More 0 Comment(s)
Create a Launcher in Ubuntu Using Bash
“Hi Oltjano! How are you? Can you help me to create an executable file in Ubuntu? I want it to start my lamp server, I want to save time and I don’t like to type long commands in my terminal.” … Continue reading
Read More 0 Comment(s)
Scan Your Home Network With Nmap
Who should read this article? Everyone who is interested in computer security and computer networking. Introduction If you run a network small or big, you need a flexible and productive way to monitor network traffic. You need to provide security … Continue reading
Read More 0 Comment(s)
Steganography- Hide Your Files Inside An Image in Linux
Nowadays, our personal computer is not only a work tool, it is also our private space where we store our little secrets. Protecting our personal data from praying eyes should be one of our top priorities. People use cryptography or … Continue reading
Read More 9 Comment(s)
Connect Your Android Galaxy Tablet to Ubuntu via USB
“I am having problems in connecting the Galaxy Tab to Ubuntu via USB cable.”; This is a common question around the web and specially in android forums. Sometimes you need to transfer files from your computer to your android device and … Continue reading
Read More 7 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. ;-)