Linux
Install ionCube Loader on CentOS 7
Go to https://www.ioncube.com/loaders.php Download latest version of ionCube Loader cd /usr/local/src wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz tar xvf ioncube_loaders_lin_x86-64.tar.gz cd ioncube Find out PHP version…
git log
To see got commit log, type git log To see logs in one line, run git log –oneline To see one line…
xrdp
Install Remote Desktop in Debian/Ubuntu How to Install Gnome and xRDP on RHEL 8 (CentOS/Alma Linux/Rocky Linux) Install MATE desktop on Ubuntu…
useradd
To create a user, run -m = create home directory. -s = specify location of shell. To create a user with custom…
rpaf
mod_rpaf is an apache module that translate proxy IP to real IP when apache web server is behind a proxy server. https://github.com/gnif/mod_rpaf/…
Install pureftpd on Ubuntu
To install pure-ftpd on Ubuntu, run apt install pure-ftpd -y Create a system user useradd -d /var/www -s /bin/bash USERNAME chown -R…
Pure-FTPd
Install Pure-FTPd on Ubuntu Install Pure-FTPd on CentOS with Virtual Users Ubuntu pure-ftpd reply with unroutable address Install Pure-FTPd from source Enable…
dpkg
To force delete a package, run List all Installed packages List all files in a package To find which package provides a…
File Sharing
pydio Pydio is open source share sharing application. Source code available in github https://github.com/pydio https://pydio.com https://www.linshare.org Scripts
Installing Asterisk from Source
You can download latest source code from https://downloads.asterisk.org/pub/telephony/asterisk/ To install latest 15.x version, run cd /usr/local/src wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-15-current.tar.gz tar xvf asterisk-15-current.tar.gz cd…