Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

cPanel DocumentRoot

Cloud Administration

Change default DocumentRoot directory in cPanel This is possible via .htaccess. You will need to add the following code in your .htaccess file: RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com$ [NC,OR] RewriteCond %{HTTP_HOST} ^www.domain.com$ Rewri...

Force HTTP to HTTPS (SSL) via . htaccess

Cloud Administration

Force HTTP to HTTPS (SSL) via . htaccess RewriteOptions inherit Options -Indexes #SecFilterEngine Off RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] <IfModule mod_alias.c> </IfModule>  

Midnight Commander [mc]

Cloud Administration

Miguel de Icaza's Midnight Commander (mc) README describes mc as: a free Norton Commander Clone with many useful features... The Midnight Commander is a directory browsing tool which bears a certain remote resemblance to John Socha's Norton Commander for DOS...

Midnight Commander
linux
mc

How to screen mirror my iPhone to an LG TV?

Tips & Tricks iPhone

If you have an LG smart TV, download the Mirror for LG Smart TV app from the App Store onto your iPhone, then launch the app. The app will search for and find your LG TV. Select your TV, then tap Start Mirroring. Next, select Mirror LG TV > ...

Epesi & Hacker's Login Custom Wallpapers

Tips & Tricks

If you find your stock wallpapers boring - maybe you will like custom ones created for our needs: This is how it looks like on my workstation. Attached* are files for login screen and desktop including dual monitor setup.*Right-click on the link and select S...

customization
tips & tricks
hacking
epesi
cool

Epesi config.php memcached session settings

1. Setup Guide

Attention! nginx users may experience error 500 when running Epesi for the first time if it was installed using Softaculous. To fix it edit /data/config/php and add near the botton: define('EPESI_DIR', '/'); define("MEMCACHE_SESSION_SERVER","127.0.0.1:1121...