Uncategorized

NextCloud Upgrade Commands

I have a docker instance of Nextcloud running on my server. Every time I update to a new version, it requires me to do database updates manually. Doing the updates is not the difficult part, the issue is that sometimes there are memory issues or since they are in a Docker container, the commands have… read more »

Zabbix Errors

This are some of the errors that I came across when setting up my zabbix Monitor system: Error: Cannot find value map “Switch Netgear port status” used for item “Port 19 Status” on “Template_Netgear_GS748T Solution: Open the Zabbix Web gui, go to Administration / General Click on the Gui dropdown and select Value Mapping Click… read more »

Not Getting Visitor Ip Address

Today I was finally able to find a fix for my visitor ip not showing up on wordpress. Basically when some one would comment on a wordpress post, it would show the server ip address as the visitor ip address. This would happen because I have nginx running along with apache on the same server…. read more »

There was a problem with Generator

Adobe Photoshop error: There was a problem with Generator. If the problem persists, please see:http://www.adobe.com/go/photoshop_generator_errors_en This error came up because I had installed Malwarebytes on our editor computer. Solution: Remove Malwarebytes, as hard as it sounds, that was the solution, I am thinking that the next version of Malwarebytes will have a fix for this… read more »

Permission denied (publickey) FreeNas

Today I was able to solve this one problem that was driving me nuts for the past 3 days. Connecting to freenas with ssh using ssh keys. I am trying to setup a backup system, where a web server can backup to freenas through the network. For some reason ssh was not able to login… read more »

Moving WordPress Site to Php 7 open_basedir Error

Yesterday, I had to transfer a website from my server to a new server. My old server had CentOs and PHP 5.6, the new server had Ubuntu 18 and PHP 7 both servers were running Vesta Cp as the hosting control panel. Today I ran into this PHP error message: Warning: file_exists(): open_basedir restriction in… read more »

Setup backup server for VestaCp

This are the instructions to setup your VestaCp server to backup to a FTP or SFTP server: Set up the backup server. /usr/local/vesta/bin/v-add-backup-host [TYPE] [HOST] [USERNAME] [PASSWORD] [PATH] [PORT] Path and port can be left blank. Example usage, /usr/local/vesta/bin/v-add-backup-host ftp host.name username password. Verify if added backup server exists. vi /usr/local/vesta/conf/ftp.backup.conf Make FTP default backup mode…. read more »

Reset windows 10 services to default

hi, I found this .reg files online  to reset windows 10 services to default,  Because I didnt want to go thought every file for every service, I went and convined all the .reg files to a single file. This would be useful if a virus program messes up the default settings on the services, or maybe… read more »

Sidebar