Install Redis and Redis PHP on cPanel Install the EPEL Repository on CentOS 7 First install the EPEL repository yum install epel-release yum update yum install redis systemctl restart redis systemctl enable redis Install the Redis PHP Extension EasyApache 4 EasyApache 4 supports multiple versions of PHP so we need …
Read More »Install AWX on CentOS 7
Install AWX on CentOS 7 AWX is the upstream project from which the Red Hat Ansible Tower offering is ultimately derived. Read more: AWX project FAQ Install steps below on CentOS Linux release 7.4.1708 (Core) minimal. # Insall EPEL repository yum -y install epel-release # Disable firewall and SELinux systemctl …
Read More »EdgeRouter – L2TP Server
EdgeRouter – L2TP Server Здравейте, EdgeRouter – L2TP Server – Купих си тия дни ново рутерче EdgeRouter X. Понеже съм macbook pro и ми се налага да ползвам vpn се наложи да конфигурирам рутерчето да работи с VPN L2TP. Това което направих да се логна чрез SSH в рутера : …
Read More »KVM виртуализация старт на virt-manager грешка
KVM виртуализация старт на virt-manager грешка Днес се наложи да инсталирам на CentOS 6.8 KVM виртуализация и при стартиране на virt-manager ми изписа следната грешка 🙂 [root@localhost r.panev]# virt-manager process 18532: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such …
Read More »Как да инсталираме CWP – CentOS WebPanel
Как да инсталираме CWP Преди да започнете с инсталацията на CWP, трябва да знаете следната информация: – Поддържат се само статични IP адреси. Създателите на този панел не поддържат динамични IP адреси или IP адреси от вътрешни мрежи . – CWP не може да бъде деинсталиран. След като инсталирате CWP, …
Read More »Raspberry pi Nginx
Raspberry pi Nginx php5 NGINX: споделя файловете на уеб сайта от локалната директория в интернет. Върши същата работа като Apache2, но има статии и бенчмаркове, където показват и обясняват неговото по високо бързодействие от Apache2. Идеално е както за натоварени така и за малки сървъри и е доста “лек” като …
Read More »HP Smart Storage Administrator
HP Smart Storage Administrator How to install За да инсталирате HPSSA (HP Smart Storage Administrator) просто изпълнете следните 4 стъпки : 1) Създавате ново хранилище : nano /etc/yum.repos.d/HP_hpssa.repo и залагате следният код : [hp-mcp] name=HP Management Component Pack baseurl=http://downloads.linux.hp.com/repo/spp/RedHat/$releasever/$basearch/current/ enabled=1 gpgcheck=0 2) Обновявате yum update 3) Инсталираме yum install kmod-hpsa.x86_64 …
Read More »Network Manager VPN Tab Disabled
The NetworkManager can display available network hardware and wireless networks. But, I’m unable to add VPN support as the Add tab is greyed out. I need to use both PPTP and Cisco vpn clients. How do I fix this problem under Debian or Ubuntu Linux? How to fix it :).
Read More »How to work with exim in console
Hello, I will show basic commands for working with exim in console 🙂 Log file is located in /var/log/exim_mainlog Email information when sending and receiving : Real time tracking entries exim_mainlog: tailf /var/log/exim_mainlog Look at the last 500 entries in exim_mainlog: tail -500 /var/log/exim_mainlog To delete messages in queue older …
Read More »How To Tail Multiple Files on UNIX / Linux Console
The tail command is one of the best tool to view log files in a real time using tail -f /path/to/log.file syntax on a Unix-like systems. The program MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on …
Read More »