Install unrar on Linux
To install unrar on Ubuntu, run apt install -y unrar On CentOS/RHEL yum install unrar To install from source, download latest version…
To install unrar on Ubuntu, run apt install -y unrar On CentOS/RHEL yum install unrar To install from source, download latest version…
To add an IP range in CentOS 6 server, create file vi /etc/sysconfig/network-scripts/ifcfg-eth0-range0 Add IPADDR_START=67.198.150.171 IPADDR_END=67.198.150.174 CLONENUM_START=0 Replace IP with your actual…
When i add a key with apt-key command, i get error root@ip-172-31-47-128:~# apt-key adv –recv-keys –keyserver keys.gnupg.net E1F958385BFE2B6E Executing: /tmp/apt-key-gpghome.0BP6Ro2t54/gpg.1.sh –recv-keys –keyserver…
To install and use Linux remote server as desktop, first install lite weight desktop environment like XFCE on your server. apt update…
Install x2go Server in Ubuntu 16.04 x2go xrdp vnc Install Remote Desktop in Debian/Ubuntu Google Meet How to install and use rdesktop
When trying to restore a database backup taken on MariaDB 5.5.56 on a Plesk server running MySQL 5.1, i get error [root@xap…
ZAP Attack Proxy – open source software to detect vulnerability. Disable PHP insecure functions with disable_functions Find IP with Most Access from…
When hacking vulnerable web sites, hackers use PHP functions that allow program execution or disk access to get access to server. Some…
Create file vi /etc/yum.repos.d/mongodb-org-4.0.repo Add [mongodb-org-4.0] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/testing/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-4.0.asc Install MongoDB with yum install -y mongodb-org Set MongoDB to…
https://aws.amazon.com/ec2/pricing/on-demand/ Resize Amazon EC2 Boot Disk Resize EC2 file system with LVM Amazon EC2 disk resize No space left on device Cpanel…
On an Amazon EC2 server running Cpanel, i had to restore from Snapshot as some data was missing. Once restored, i changed…
To verify Apache module is loaded, run [root@ip-172-31-29-220 ~]# apachectl -M | grep deflate deflate_module (shared) [root@ip-172-31-29-220 ~]# Create file vi /etc/httpd/conf.d/gzip.conf…