Fix abnormally slow in Mac OS X Finder

Fix abnormally slow in Mac OS X Finder

0
There is one problem when using Finder is that, it behaves pretty slow when opening, listing and traversing directories. The problem happens because for some...
Enable VLC telnet interface for remote control

Enable VLC telnet interface for remote control

0
One of cool features VLC provides is the ability to remote control, specifically, via telnet. You might wonder what is the use of telnet...
Find out what is listening on a given port

Find out what is listening on a given port

0
To find out what application is listening on a given port on Linux, issue following command: $ netstat -pntl | grep $PORT with Mac OS X,...
Introduction to 3DS MAX

Introduction to 3DS MAX

0
To easily work with 3Ds max , control everything inside any 3D scene . Creating 3D models in minimum time possible . This course...
Enforce Java version on Maven

Enforce Java version on Maven

0
In a Maven project for managing Java application, to enforce usage of a specific Java version, you will need to add configuration option to...