With Ubuntu 18.04 onwards, configuring IP addresses stands different from the older versions. When comparing with the previous versions the Ubuntu is using a new utility called Netplan – another order line arrange design utility, to arrange an IP address. Netplan has been presented by Ubuntu engineers in Ubuntu 17.10 where we no longer use the “interfaces” file to configure IP address but does the task using a YAML file with all default arrangement documents found under /etc/netplan/ directory. In this blog, we will check on how to design static …
General Topics
Bitcoins
What is Bitcoin? Bitcoin is a digital and global money system (currency). It allows people to send or receive money across the internet, even to someone they don’t know or don’t trust. Money can be easily exchanged without being linked to a real identity. Its the mathematical field of cryptography that forms the basis for Bitcoin’s security. Key Features of Bitcoin: * Can spend and transfer money internationally for less than a penny. * Sell on the Internet without setting up with a payment service. * Protect your wealth from …
Python
Python is a high-level general-purpose programming language, which is Interpreted, Interactive and Object-Oriented. The term object-oriented means it supports object-oriented programming approach to develop applications. Python file is saved as a .py extension. Python’s initial development was led by Guido van Rossum in the late 1980s.
Capistrano is a remote server automation open-source tool written in Ruby that gives a set of advanced tools to deploy web applications to the servers. To perform the deploy functions Capistrano does not require any big set of additional applications; it just requires an ssh connection with a new user who has the permission to copy the code from the source control repository to the server and Ruby Gems, the package manager for the Ruby programming language.
AWS Cloudwatch
AWS Cloudwatch is an AWS monitoring tool that will help us to monitor the cloud resources. Also, it gives a detailed report for the cloud resource usage. Amazon CloudWatch has an open application programming interface (API) support with customized reports, notifications, and alarms. In Amazon CloudWatch, there is no up-front commitment or minimum fee. It will be charged at the end of the month for what we use.
Puppet
Puppet is an open-source system management tool for centralizing and automating configuration management. Configuration management is the detailed recording and updating of information that describes an enterprise’s hardware and software. Puppet is written using Ruby. System Administrators usually perform repetitive tasks such as installing servers, configuring those servers, etc. They can automate this task, by writing scripts, but it is a very hectic job when you are working on large infrastructure. To solve this problem, Configuration Management was introduced. Configuration Management is the practice of handling changes systematically so that …
AWS Lambda
AWS Lambda is a feature that helps to run code without provisioning or managing servers. We need to pay only for the compute time we consume – there is no charge when our code is not running. AWS Lambda is an ideal compute platform for many application scenarios, provided that you can write your application code in languages supported by AWS Lambda (that is, Node.js, Java, Go and C# and Python), and run within the AWS Lambda standard runtime environment and resources provided by Lambda.
Apache Cassandra
Cassandra is a distributed database management system designed for handling a high volume of structured data across commodity servers. It provides high availability with no single point of failure. Important points Apache Cassandra is an open-source, distributed and decentralized/distributed storage system. It is a column-oriented database. Cassandra was developed at Facebook for an inbox search.
How to Enable and Customize PHP-FPM Directives/Pool for a Domain or Server Wide :: cPanel
What is PHP-FPM? PHP FastCGI Process Manager (PHP-FPM) is an alternative FastCGI daemon for PHP that makes a website capable of handling strenuous loads. By setting specific amounts of resources, it even allows a host to process a domain’s requests. To accomplish this, the PHP-FPM maintains “pools” (workers available to respond to PHP requests) where these “pools” of workers allow the website to handle more requests than it normally could. PHP-FPM is faster than traditional CGI-based methods such as SUPHP for multi-user PHP environments. It does not overload a system’s …

