Recently I have worked on a project where I have to stream a video on Internet which will be then accessed by the Servers on different locations and those servers will then stream the same video to the sub-ordinate systems simultaneously. Using this we can reduce the Load on Main Streaming Server as well as we can save lot of bandwidth as if all the server/systems connect to the Main server directly bandwidth usage of both the server and the client will be very high.
Scenario:
1) Video will be streamed from a Server on Internet.
2) Many other Servers will connect to the Server.
3) These servers will then stream the same video on their network (e.g. on LAN).
4) Users of local system will access the video from secondary servers. Read the rest of this entry »
After installation of Enkompass while configuring the server at “Initial Setup Wizard” when you press Next on Second Step it throws following Error
Problem Code: Unknown Type: WebAppAPIException
Exception of type ‘cPanel.Web.Exceptions.WebAppAPIException’ was thrown.
Method ‘GetServerSmtp Could not connect to net.tcp://127.0.0.1:2098/ServerAdministratorInterface. The connection attempt lasted for a time span of 00:00:01.0153305. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:2098. ‘ from contract ‘IServerAdministratorService’ failed. Read the rest of this entry »
In my previous Article “Configuration of Microsoft Windows Server 2008” I have explain the components which are requires by Enkompass. Once you done all the configuration you are ready to install Enkompass on your Server.
Installation and Configuration of Enkompass Read the rest of this entry »
Enkompass is a Windows Control Panel provided and support by cPanel which is the leading Control Panel provider for Linux. Enkompass can be installed on a Single Server or on a Distributed System. In Single Server every component i.e. IIS, Mail Server, MSSQL, MySQL will be installed on single System where the distributed system is a combination or network of few servers on which Mails, MySQL, MSSQL, IIS are running on different Servers. In this Post I will explain how you can install Enkompass on a stand alone server (HyperV VM) without cluster.
I have configured Standalone System on a HyperV VM having Following Configuration
1) CPU: 1 CPU (Intel Xeon e5520 on host server)
2) RAM: 2 GB
3) HDD: 30 GB
4) OS: Microsoft Windows Server 2008 (x64)
Read the rest of this entry »
Software Security Researchers at matousec.com has developed a method which can bypass protections built in to many of the most popular anti-virus products like McAfee, Trend Micro, AVG, and BitDefender.
The attack, called KHOBE (Kernel HOok Bypassing Engine) works like “bait-and-switch” style by sending a file which contains Harmless code that passes the user’s System Check and as soon as it get passed the code is swapped with malicious code. This attack works more efficiently on Multi-Core systems as in Multi-Core System one thread doesn’t monitors on other threads that are running simultaneously which makes the switch/swapping easier. As a result, the vast majority of malware protection offered for Windows PCs can be tricked into allowing malicious code that under normal conditions would be blocked. Read the rest of this entry »
MP4Box is a MP4 multiplexer, which can import MPEG-4 video, DivX, XviD, 3ivx, h264 etc, audio streams and subtitles into the .mp4 container. The end result is a compliant MP4 stream. It can also extract streams from a .mp4. MP4Box is a command line tool, but can be used with graphical user interfaces such as YAMB or my MP4box GUI.
1) Download MP4Box
Execute Following commands on Shell to Download the MP4Box Source Read the rest of this entry »