Category: Technical

Dropbox As A Service

Dropbox, what a great service. Mobile support, multiple OS support (Linux, Windows, Mac), unlimited previous versions, LAN sync to save internet bandwidth. Pretty much everything, but what if I’ve got a server that I want to leave logged in, or can’t. Well Dropbox you’ve let me down in a big area now, or have you? …

Continue reading

Certificate Request Processor: The system cannot find the file specified

What does this error mean? c:\Users\Administrator\Documents>certreq.exe -submit -attrib “CertificateTemplate:WebServer” certreq.req Active Directory Enrollment Policy {9C38F712-49F4-45FB-AD5E-F44BFE9BAB92} ldap: Certificate Request Processor: The system cannot find the file specified. 0x80070002 (WIN32: 2) It means the Active Directory Certificate Services role isn’t installed. Install that and your problem will go away.

Cisco Dynamic Name Update

In an enabled user and configure terminal mode enter the below edited details. ip ddns update method dyndns HTTP add http://username:pa55w0rd@members.dyndns.org/nic/update?system=dyndns&hostname=<h>&myip=<a> interval maximum 28 0 0 0 ! interface Dialer0 ip ddns update hostname hostname.dyndns.org ip ddns update dyndns To enter a question mark you must type ctrl-v before pressing ? Use “debug ip ddns update” …

Continue reading

wp-admin access problems after database table change

So I’ve moved a WordPress site from one hosting provider to the next, and I didn’t like the naming of the database tables.  So I renamed the tables to something more preferred but then I received the below error message after successfully logging into the admin area. You do not have sufficient permissions to access …

Continue reading