Advanced Search
Search Results
161 total results found
VMWare - Delete inaccessible datastore
Rename the store Use the web client to rename each store and a DEL in front of the name Access the shell of the appliance server and then the database VMware vCenter Server 8.0.2.00300 Type: vCenter Server with an embedded Platform Services Controller ...
Proper Active Directory Time Sync Methods
Network Time Protocol (NTP) is a long-standing standard for computers to synchronize time between systems. NTP can be used to ensure that all synchronized computer clocks maintain the same time within a very small margin, usually measured in milliseconds. Whil...
Synology - Backup from Linux
Introduction This is to setup a hourly MySQL backups and also a full system backup once a week. Synology Configuration NFS Configuration You will need to go to the Control Panel → File Services under the NFS section and turn it on Then hit APPY Then ...
Linux - FTP Using Bash
Example of simple bash script ftp client This script first defines variables such as hostname of the ftp server, username and password and then it creates an ftp session and uploads the specified file into your selected directory: #!/bin/bash ftp_site=127...
XWiki - Install
This is to create a installation of XWiki on a installation of Rocky Linux already installed Configuration Linux configuration Disable selinux Run the following or you can modify the file here, “/etc/sysconfig/selinux”. If you modify the file make sure you...
Synology - Moving Packages Between Volumes DSM 7.0
Stop the application(s) via the Synology package center. Make sure that Telnet/SSH is enabled Login to Synology using SSH and elevate to root. Make sure that the volume you are moving the application(s) to have the following folders: @a...
Veeam Upgrade
https://www.reddit.com/r/Veeam/comments/1b84qg4/migrate_11_to_12_on_new_hardware/ Disable all jobs, perform necessary backups and snapshots of existing v11 server Perform upgrade to v12 Post upgrade, take configuration backup On new v12 ser...
Veeam Duplicate UUID
This is to bypass the UUID check if you have restored an old back to new hardware for example a laptop or physical PC. REGEDIT To ‘EnableSystemUuidFailover’ key should be added on each Veeam Agent host with non-unique ID.This is the key enabling Veeam failov...
WordPress - Setup WordPress
Connecting to Your Server Using PuTTY Open PuTTY and enter your domain name in the box named Host name (or IP address) and enter the port number used to connect to SSH under Port, and then click Open. You can even save your site settings by entering a name i...
VMWare - Install Windows 11 on vCenter 8 without TMP 2.0
Create a VMWare to host Windows 11 without having a virtual TMP or device installed. Once you are at this step you have to hit "Shift-F10" to open up the command prompt Once the command prompt window is opened type "regedit" Once opened then navigate to...
File Transfer - Using FTP LFTP commands
FTP Commands to resume a single file upload using the built-in ftp command you will need to know how many bytes of the file you have already sent. This should be accessible by using ls. Then you use the following sequence to restart your upload replacing <#>...
File Transfer - WPUT
WPUT This is to resume a files transfer using wput instead ftp or lftp commands and can be used in Windows or Linux WPUT Commands Here is an example how wput continues upload after connection problems: wput -v -u -B upload.zip ftp://login:pass@server.com/d...
File Transfer - CURL
CURL This is the resume a file transfer using curl instead ftp or lftp commands and can be used in Windows or Linux CURL Commands curl -C - --upload-file source_file ftp://destination.server.com/
Asus - OpenVPN Site to Site or Point to Point
ASUS Asuswrt Merlin Most of the documents online are missing steps or the folks writing the document are assuming that the folks setting this up are network traffic wizards. GOAL: With one of the Asus routers being the server and the other being a client, w...
MarkDown - Guide .md
# Markdown Cheat Sheet Thanks for visiting [SFL Services LLC](https://www.sflservicesllc.com)! This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information abou...
Certificate - PKCS12
https://stackoverflow.com/questions/68832952/need-a-little-help-to-generate-p12-cert https://stackoverflow.com/questions/10175812/how-to-generate-a-self-signed-ssl-certificate-using-openssl?rq=1
DELL - XPS Killer Wifi
I was only getting 1.5mb transfer and 60mb web download WARNING -- Changing the registry can break your machine if done wrong!!! Do so at your own risk! I had (sounds like) the same WiFi issues you are having. I was able to "fix" it with a registry hack. ...
Caffeine Hack - Got caught with Caffeine installed
Hack Click Start, then type Powershell and it should show up. Type notepad $profile to open your default profile. This will likely be blank if this is the first time doing this. Paste the following code: function idle { $wshell = New-Object -ComObject w...
Personal - Redhat
SET GLOBAL validate_password_policy = 0; CREATE USER 'kiwisql'@'%' IDENTIFIED BY '800486kiwi'; GRANT all ON *.* TO 'kiwisql'@'%' WITH GRANT OPTION; CREATE USER 'kiwisql'@'localhost' IDENTIFIED BY '800486kiwi'; GRANT all ON *.* TO 'kiwisql'@'localho...
Synology - Host Unifi for FREE on Synology NAS
All you have to do is ass a scheduled task scripts under tasks and run the following docker run -d --name=Unifi-Controller \ -p 3478:3478/udp \ -p 10001:10001/udp \ -p 5514:5514/udp \ -p 8080:8080 \ -p 8443:8443 \ -p 8880:8880 \ -p 8843:8843 \ -e P...