Advanced Search
Search Results
502 total results found
Windows Update
Synology Discord Webhooks
Add the discord server and webhook, using Http Method "POST" HTTP Request content header --> Content-Type = "application/json" HTTP Request body --> set parameter="content" and value="-" Parameter Type --> set "Content-Type" = "Other" and "content" = "Mes...
M365 - One Liners
Teams
Synology Vendor Lock Hack
Edit the file: /etc.defaults/synoinfo.conf Then find the option support_disk_compatibility and change it from yes to no. support_disk_compatibility="no" Then reboot. Original Article
Emulation Management - One Liners
Checking ASHIFT On Existing Pools
So I have an existing pool that was created several years ago on an old build of FreeNAS, and I wanted to check and see if the ashift was set correctly for 4K, meaning I want an ashift=12 (2^12=4096). What does a quick Google tell me to do? [root@server] ~# z...
AppLocker - Walkthrough
Skillset
Migrating the iocage Dataset to Another Pool
First, you migrate your pools like this : iocage stop ALL zfs unmount -f tank/iocage zfs snapshot -r tank/iocage@migration zfs send -R tank/iocage@migration | zfs receive -v dozer/iocage iocage clean -a zfs destroy -f tank/iocage iocage activate dozer ...
Outlook
Certificates
Querying ZFS Storage Pool Status
The zpool list command provides several ways to request information regarding pool status. The information available generally falls into three categories: basic usage information, I/O statistics, and health status. All three types of storage pool information ...
Temp
Repairing Damaged Data
The following sections describe how to identify the type of data corruption and how to repair the data, if possible. Identifying the Type of Data Corruption Repairing a Corrupted File or Directory Repairing ZFS Storage Pool-Wide Damage ZFS uses checksu...
Pet Stuff
Repairing a Corrupted File or Directory
If a file or directory is corrupted, the system might still function, depending on the type of corruption. Any damage is effectively unrecoverable if no good copies of the data exist on the system. If the data is valuable, you must restore the affected data fr...