Compile Apache, MySQL and PHP5 from source code on Ubuntu
Introduction These are the steps I followed to create a production web server on Ubuntu 7.10 Gutsy. If you use exactly the same versions of everything you should be able…
RFID, Software Development and Physical Security
Introduction These are the steps I followed to create a production web server on Ubuntu 7.10 Gutsy. If you use exactly the same versions of everything you should be able…
Setting up your own email server on Linux from scratch is a long and tedious process, a pain in the butt if you are not an advanced user. This tutorial…
Mail Server : SSL/TLS Setting2020/05/19 Configure SSL/TLS to use encrypted connections.SMTP-Submission uses (used STARTTLS), SMTPS uses , POP3S uses , IMAPS uses . Get SSL certificates, refer to here. Configure…
In this article we will discuss how to simplify your facebook page engagement by automating the facebook page posts with python and facebook graph API. We will cover the following…
What is CAT5e Cable? CAT5e, also known as Category 5e or Category 5 Enhanced, is a network cable standard ratified in 1999. CAT5e offers significantly improved performance over the old…
The content provided appears to be a repetitive listing of navigation links and categories from a technology-focused website, likely related to industry news, research, and events. The structure is consistent…
This project involves setting up old version infrastructure for an old web-based application on latest Ubuntu server. The old application was written on PHP with Javascript and run on Apache…
Hello Tweepy To start, here’s how you can use Tweepy to create a tweet saying Hello Tweepy: import tweepy # Authenticate to Twitter auth = tweepy.OAuthHandler("CONSUMER_KEY", "CONSUMER_SECRET") auth.set_access_token("ACCESS_TOKEN", "ACCESS_TOKEN_SECRET") #…
ModSecurity, also known as Modsec, is a free and open-source web application firewall for Apache webserver. ModSecurity is an Apache module that helps you to protect your web server from…
Follow the below steps to install Odoo 13 on Ubuntu 18.04 Here is the step by step description to install Odoo into ubuntu, use the commands available in these steps…