In our earlier guides, we have shown how to install Apache PageSpeed on Ubuntu/Debian server. Configuring the admin pages is not still easy because of lack of proper documentation. In case of a Debian/Ubuntu server, the default path of the cofigaration file for Apache PageSpeed is located at /etc/apache2/mods-available/. Login to your server as root user, cd to /etc/apache2/mods-available/ and … [Read more...]
Cloud Computing
Cloud computing is becoming more and more important. Here are articles on Cloud Computing,Cloud Server,SaaS,PaaS,IaaS and Cloud related technology.
Set Up a Remote Desktop with X2Go (Ubuntu 18.04)
In 2012, we published some guides on VNC Remote Desktop and clientless remote desktop with Guacamole. Presently, we can avoid VNC (Virtual Network Computing) and use X2Go to create an XFCE desktop environment. X2Go is a remote desktop software for GNU/Linux which uses a modified NX3 protocol. NX compresses the X11 data to minimize the amount of data transmitted, and caches data to keep the … [Read more...]
What are Progressive Web Applications (PWAs)?
Progressive Web Apps (PWA) are a type of webpage or website with numerous features that were previously reserved for native apps. It can therefore also be described as a symbiosis of a responsive website and a traditional native app. Progressive web apps can be created like a web page using HTML5, CSS3, and JavaScript. Besides, so-called service workers use offline functionalities through … [Read more...]
What You Need to Know About Data Loss Prevention Software
Data loss prevention software (DLP) is far from the latest craze. Nevertheless, DLP continues to play an important role in protecting business-critical data. The term Data Loss Prevention (DLP) refers to a set of techniques that identify, control and protect information through in-depth content analysis, whether the information is stored, moving or processed. Nevertheless, the technology has … [Read more...]
How Blockchain Can be Used in Education
Blockchain has arrived in reality and many of us already know what it is for and what it is not. In this article, we will focus on application examples of Blockchain in education. As with every hype, there was a lot of euphoria in the beginning with blockchain. Because with Blockchain, transactions could be sent in a forgery-proof way and could no longer be manipulated afterwards, it was believed … [Read more...]
Combine the Benefits of Different Clouds
Whether public, private or hybrid cloud, each has its advantages and disadvantages. But the borders are blurring. New offerings combine the advantages of the different forms of offer and make cloud computing much more attractive and, above all, cheaper. The use of cloud computing continues to grow rapidly. Various market researchers are reporting that global cloud sales totalled USD 233.4 billion … [Read more...]
Application of Cloud Computing Technologies in Gaming & Betting Industry
Once the casino industry was limited to the land-based casinos and paper ticket-based lotteries. Today, almost all of the smartphone users with an active internet connection will tell that online gambling and betting business are growing in recent years. Farmville is now been played by peoples from seven to seventy. Forms of gambling, betting rapidly changing and unlike the land-based casinos, … [Read more...]
Prototyping in Software Development
Today, software needs to be developed quickly and set to production. Prototyping can help to improve efficiency in the development process. However, it is important to think carefully about which prototyping method fits your project. Software development is a very dynamic discipline in which requirements change quickly. Often, the client page develops several requirements or user stories, although … [Read more...]
What is a serverless database?
Few serverless database services have emerged in the last few years. These systems are different than traditional RDBMS and traditional database as a service model from the point of billing. First, they eliminate the need for provision on a database on a server, second, their billing is usage dependent. The traditional database as a service model has fixed pricing. As their billing system is not … [Read more...]
How Does Blockchain Impact the Gambling Industry
Enhanced technological innovations are transforming the gambling landscape. Social media games are blurring boundaries between gambling and gaming. Accounting is the cornerstone of the gambling industry. While widespread adoption of data science and machine learning in gambling industry yet thought to be used as a methodology to keep the players engaged in playing, the researches and thoughts … [Read more...]
Fix HTTP/2 NOT Working on Apache 2.4 Running WordPress
If you have followed older guides to configure the server to install WordPress, then you have followed the guides to install Mod PHP with MPM prefork. presently, the usual mod_php and prefork MPM module of Apache2 does not work with HTTP/2 module. The default prefork MPM is not fully compatible with HTTP/2. If you are running Apache alongside the mod_php module, you need to switch to PHP-FPM. You … [Read more...]