centos 7

install ssl on tomcat server

How to install and configure tomcat in centos 7Install and configure apache tomcat on centos 7

Install and configure apache tomcat on centos 7 How to start tomcat? How to install SSL for tomcat server? How to run tomcat on Domain name? How to run Tomcat without port? Step – 1 Install JAVA sudo yum install java-1.8.0-openjdk.x86_64 java -version Step – 2 1. Download tomcat, Download the version you need from […]

How to install and configure tomcat in centos 7Install and configure apache tomcat on centos 7 Read More »

ffmpeg nasm

How to install FFMPEG in linux | 15 modules (NASM, YASM, x265)

FFMPEG Installation in linux How to convert your videos using FFmpeg? How to make ffmpeg run as ffmpeg command? How to check ffmpeg is installed or not ? The final step to install ffmpeg? How to install Libvpx? How to install x265? How to install x264? How to install libvorbis? How to install Libopus? How

How to install FFMPEG in linux | 15 modules (NASM, YASM, x265) Read More »

install nasm

How to install FFMPEG NASM assembler in Linux? | Install NASM Linux

How to Install NASM on Linux What is NASM? Nasm is one the most popular assemblers in Linux This installation process is same for each and every Linux Distros Relocatable Dynamic Object File Format (RDOFF) Nasm has its own binary Format RDOFF. How to install FFMPEG NASM Assembler in Linux There are 2 Methods to

How to install FFMPEG NASM assembler in Linux? | Install NASM Linux Read More »

How to enable rewrite rule and other apache module in centos and ubuntu ? 2

How to enable rewrite rule and other apache module in centos and ubuntu ?

How to enable rewrite rule modules in apache (Centos and Ubuntu) for nginx Please scroll down Centos httpd -M vim /etc/httpd/conf.modules.d/00-base.conf ##Add this line LoadModule rewrite_module modules/mod_rewrite.so Do not forget to reboot web server sudo systemctl restart httpd Ubuntu How to enable module in ubuntu ? Enable and restart the web server a2enmod rewrite service

How to enable rewrite rule and other apache module in centos and ubuntu ? Read More »

symfony installation

Basic apache(httpd) virtualhost with symfony project setup

Complete Setup of symfony in Linux Apache Server Virtualhost Configure HTTPD virtual host This is the basic configuration file in which each line is important and necessary. To add it into the virtual host. Edit this file according to your requirement. Open terminal using (ssh connection) cd /etc/httpd/conf.d/ vim filename.conf <VirtualHost *:80> ServerAdmin webmaster@your_domain.com DocumentRoot “/var/www/html/project_directory/” ServerName your_domain.com

Basic apache(httpd) virtualhost with symfony project setup Read More »