Enable VLC telnet interface for remote control
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
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
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
In a Maven project for managing Java application, to enforce usage of a specific Java version, you will need to add configuration option to...
Config for X-Frame-Options for the web
Because of security reasons, so some web servers or web frameworks will make request/response headers to be rejected, which is DENY, which means it...