configuration

Why is a website important for business

Why is a website important for business? 4-tech (Magento, Symfony, Reactjs, and WordPress)

Why is a website important for business? Website Development A website acts as a platform for your business and brings a perception of your business in a way that your social media channels cannot provide. The platform allows you to position yourself in the market to get the exact type of customers you’re looking for. […]

Why is a website important for business? 4-tech (Magento, Symfony, Reactjs, and WordPress) Read More »

ipv4 vs ipv6 | configure ipv6 using nginx and apache web server

IPv4 vs IPv6

How to enable ipv6 support in nginx & Apache? IPV6 VS IPV4 What is IPV6? Internet Protocol Version 6 (IPv6) is a network layer protocol that enables data communications over a packet-switched network. IPv6 – Wikipedia Network World Why IPV6? The main reason for IPV6 is that IPV4 run-out of IP addresses – approx 4.3

IPv4 vs IPv6 Read More »

How to add printer in raspberry pi or raspberry desktop ? 2

How to add printer in raspberry pi or raspberry desktop ?

Adding printer and configuring in Raspberry PI and Desktop Here we will be learning how to add printer to your raspberry pi in 5 steps only. First Step Install the Common Unix Printing System cups package which will detect your printer. At the terminal, enter this command apt-get install cups Second Step Give permission to your

How to add printer in raspberry pi or raspberry desktop ? Read More »

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 »

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 ? 6

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 »