Category: Hosting
-
CentOS cheatsheet
•
Add user to group: useradd -G <groupname> <username> Change password: passwd <username> Allow sudo access: visudo Server Hostname: /etc/hosts, /etc/sysconfig/network PostgreSQL: yum install postgresql-server postgresql-cli service postgresql initdb chkconfig postgresql on /var/lib/pgsql/data/pg_hba.conf (add “host all all 127.0.0.1/32 trust” near bottom of page) service postgresql start yum commands: remove install…
-
Migrate WordPress.com site
•
Issue: Client wanted to migrate their WordPress.com site and retain full functionality in a WordPress.org site. Long/Short: This is not possible to do, as the WordPress.com sites have built-in features exclusive to only WordPress’ own hosting platform. Note in the article that you can only use Tools/Export to an XML…