Skip to content

Tech & Dev Blog

Programming tricks, Internet security and a Linux playground

  • Home
  • Blog
  • Home
  • CentOS

Category: CentOS

Installing PPTP on CentOS 7 OpenVZ

05Sep

  Although PPTP is not the most secure VPN, it’s easy to setup and use.   Make sure PPTP is enabled on the server Run the below command cat /dev/ppp READ MORE

Etienne RachedCentOS, openvz, pptp, VPNLeave a comment

Installing a Signed SSL Certificate For Openfire 4 on CentOS

31Jul

Openfire is a real time collaboration application server written in Java. Checking Installed Certificates To check for the installed certificates, run the following command: /opt/openfire/jre/bin/keytool -list -v -keystore /opt/openfire/resources/security/keystore   READ MORE

Etienne RachedCentOS, linux, openfireLeave a comment

Fix Yum Update Duplicate Packages Issue

24Aug

First install yum utils if it’s not installed yum install yum-utils 1- Second, start with yum-complete-transaction yum update 2- If that doesn’t work, try yum clean all yum update 3- READ MORE

Etienne RachedBash, CentOS, sshLeave a comment

Installing VNC Server on CentOS 7

01May

  VNC allows you to connect to your server or computer remotely using a graphical user interface.   Installing The VNC Server: Install the CentOS desktop yum groupinstall “GNOME Desktop” READ MORE

Etienne RachedCentOS, linux, Putty, tunneling, VNCLeave a comment

Forwarding IP Address From Varnish to Apache On Ubuntu & CentOS

11Apr

  By default, varnish doesn’t forward the public IP of the visitor to the web server such as Apache or Nginx. This makes it harder to detect the visitors’ real READ MORE

Etienne RachedApache, CentOS, Debian, linux, ssh, Ubuntu, VarnishLeave a comment

How To Install OpenVPN on CentOS 7

13Jan

  Installing OpenVPN on CentOS 7   Install the Epel package: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm Install OpenVPN: yum install openvpn   Install easy-rsa yum install easy-rsa   Copy the easy-rsa to READ MORE

Etienne RachedCentOS, CSF, Firewalld, linux, Openvpn, Putty, VPNLeave a comment

Posts pagination

1 2 3 Next

Search

Categories

Archives

Copyright Tech and Dev © All rights reserved.
  • Privacy Policy
  • About
Go to top