Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Web hosting, Cloud server Tips and Tricks
Web hosting, Cloud server Tips and Tricks
Disable Whitelist Checking If you make a mistake and lock yourself out of the admincp, you can disable whitelist checking by using the following command in SSH on your master: touch /usr/local/solusvm/tmp/fixwhitelist Don’t forget to remove the lock file once you…
How to check the bash history via command line in Linux If you want to access the actual file itself, just use your favorite text editor (I use nano): nano ~/.bash_history That is the default location if your history file.…
migrate Migrate EasyApache 3 to EasyApache 4 its too Easy 🙂 Just run the following command : /usr/local/cpanel/scripts/migrate_ea3_to_ea4 –run This may asked you one more confirmation by typing n/y (Do you wish to continue?) n = no y=yes so we…