Archive for March 26th, 2009
Red5 Flash media server development: How to install and configure ?
Red5 Flash media server development: How to install and configure ? What is red5 server ? Red5 is an Open Source Flash Server written in Java that supports: * Streaming Audio/Video (FLV and MP3) * Recording Client Streams (FLV only) * Shared Objects * Live Stream Publishing * Remoting (AMF) This is an amazing application [...]
Unable to open pty: No such file or directory
This issue comes with openvz nodes. After the creation of VE, we may face an issue like following, ———————————- # vzctl enter 101 enter into VE 101 failed Unable to open pty: No such file or directory ——————————— Its solution is simple. Please do the following procedure # vzctl exec 101 /sbin/MAKEDEV tty # vzctl [...]
Squid Proxy server configuration over Internet in 5 steps
The Squid is a good proxy server. Its configuration is very simple. Please use the following procedures. 1) Most of the standard distributions have squid packages in its repository. If you are using fedora, RHEL or centos please do the following procedurea # yum install squid -y If your in debian or Ubundu please use [...]