Datasets:

text
stringlengths
367
5.14M
id
stringlengths
19
24
metadata
dict
# encoding: utf-8 from __future__ import absolute_import, unicode_literals from dingtalk.client.api.base import DingTalkBaseAPI class Calendar(DingTalkBaseAPI): def create(self, create_vo): """ 创建日程 :param create_vo: 创建日程实体 """ return self._top_request( "din...
train_000.parquet/700
{ "file_path": "dingtalk/client/api/calendar.py", "repo_id": "007gzs/dingtalk-sdk", "size": 1855, "token_count": 647 }
# -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals from dingtalk.client.api.base import DingTalkBaseAPI class User(DingTalkBaseAPI): def auth_scopes(self): """ 获取CorpSecret授权范围 :return: """ return self._get('/auth/scopes') def get_org_u...
train_000.parquet/701
{ "file_path": "dingtalk/client/api/user.py", "repo_id": "007gzs/dingtalk-sdk", "size": 6121, "token_count": 2102 }
/******************************************************************************* * Size: 64 px * Bpp: 1 * Opts: --bpp 1 --size 64 --no-compress --stride 1 --align 1 --font NotoEmoji-Regular.ttf --range 10084,65039,9989,10004,10060,10006,128512-128591,128640-128767,128192-128255 --format lvgl -o NotoEmoji64.c ******...
train_000.parquet/702
{ "file_path": "main/NotoEmoji64.c", "repo_id": "0015/Grid_Board", "size": 807474, "token_count": 712276 }
/** * @file main.cpp * @brief Main firmware entry point for the Grid Board project. * * Grid Board is an interactive 12x5 grid display system built with ESP32-P4 Nano with 10.1-inch display (Waveshare) * and LVGL, featuring animated characters, emoji support, and Bluetooth Low Energy (BLE) * communication with a ...
train_000.parquet/703
{ "file_path": "main/main.cpp", "repo_id": "0015/Grid_Board", "size": 6120, "token_count": 2384 }
/******************************************************************************* * Size: 140 px * Bpp: 1 * Opts: --bpp 1 --size 140 --no-compress --stride 1 --align 1 --font ShareTech-Regular.ttf --range 32-127,160-255,8211,8212,8216,8217,8220,8221,8226,8230,215,247,8722,8800,8804,8805,8364,163,165,8482,174,169 --fo...
train_000.parquet/704
{ "file_path": "main/ShareTech140.c", "repo_id": "0015/Grid_Board", "size": 697777, "token_count": 603715 }
#pragma once #include "lvgl.h" #include <string> #include <vector> // Grid dimensions #define GRID_COLS 12 #define GRID_ROWS 5 #define GRID_SLOT_WIDTH 96 #define GRID_SLOT_HEIGHT 150 #define GRID_GAP 10 #define GRID_SCREEN_WIDTH 1280 #define GRID_SCREEN_HEIGHT 800 // Animation constants #define MAX_PARALLEL_ANIMATIO...
train_000.parquet/705
{ "file_path": "main/grid_board.hpp", "repo_id": "0015/Grid_Board", "size": 2235, "token_count": 829 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/706
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_ContainerManager_IPv6", "size": 9099, "token_count": 3421 }
#!/usr/bin/env bash #------------------------------------------------------------------------------ # Synology enable IPv6 on bridge network in Container Manager or Docker # # Github: https://github.com/007revad/Synology_ContainerManager_IPv6 # Script verified at https://www.shellcheck.net/ # # To run in a shell (repla...
train_000.parquet/707
{ "file_path": "syno_containermanager_ipv6.sh", "repo_id": "007revad/Synology_ContainerManager_IPv6", "size": 10416, "token_count": 4175 }
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdint.h> #include <stdbool.h> #include <string.h> #include "esp_log.h" #include "esp_check.h" #include "esp_codec_dev_defaults.h" #include "esp_err.h" #include "esp_log.h" #include "esp_...
train_000.parquet/708
{ "file_path": "components/bsp_extra/src/bsp_board_extra.c", "repo_id": "0015/Grid_Board", "size": 7419, "token_count": 3034 }
# Synology Container Manager IPv6 <a href="https://github.com/007revad/Synology_ContainerManager_IPv6/releases"><img src="https://img.shields.io/github/release/007revad/Synology_ContainerManager_IPv6.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_ContainerManager_...
train_000.parquet/709
{ "file_path": "README.md", "repo_id": "007revad/Synology_ContainerManager_IPv6", "size": 2644, "token_count": 1060 }
# How to schedule a script in Synology Task Scheduler To schedule a script to run on your Synology at boot-up or shut-down follow these steps: **Note:** You can setup a schedule task and leave it disabled, so it only runs when you select the task in the Task Scheduler and click on the Run button. 1. Go to **Control ...
train_000.parquet/710
{ "file_path": "how_to_schedule.md", "repo_id": "007revad/Synology_ContainerManager_IPv6", "size": 1279, "token_count": 402 }
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include <sys/cdefs.h> #include <stdbool.h> #include "esp_codec_dev.h" #include "esp_err.h" #include "driver/gpio.h" #include "driver/i2s_std.h" #include "audio_player.h" #include "fi...
train_000.parquet/711
{ "file_path": "components/bsp_extra/include/bsp_board_extra.h", "repo_id": "0015/Grid_Board", "size": 5915, "token_count": 2011 }
import 'dart:io'; import 'dart:async'; import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_blue_plus/flutter_blue_plus.dart'; import 'package:shared_preferences/shared_preferences.dart'; const String targetDeviceName = "Grid_Board"; const Strin...
train_000.parquet/712
{ "file_path": "grid_board_app/lib/main.dart", "repo_id": "0015/Grid_Board", "size": 23412, "token_count": 7888 }
#!/usr/bin/env bash #----------------------------------------------------------------------------------- # Shamelessly borrowed from ctrlaltdelete # https://www.synology-forum.de/threads/docker-container-backup.134937/post-1186059 # # This uses the same method that Container Manager uses # # Works for running and stopp...
train_000.parquet/713
{ "file_path": "syno_docker_export.sh", "repo_id": "007revad/Synology_Docker_Export", "size": 3801, "token_count": 1395 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/714
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_Docker_Export", "size": 9099, "token_count": 3421 }
# <img src="images/icon.png" width="40"> Synology Docker Export <a href="https://github.com/007revad/Synology_Docker_Export/releases"><img src="https://img.shields.io/github/release/007revad/Synology_Docker_Export.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_Doc...
train_000.parquet/715
{ "file_path": "README.md", "repo_id": "007revad/Synology_Docker_Export", "size": 3921, "token_count": 1438 }
# How to run a script in Synology Task Scheduler To run a script from Task Scheduler follow these steps: **Note:** You can setup a schedule task and leave it disabled, so it only runs when you select the task in the Task Scheduler and click on the Run button. 1. Go to **Control Panel** > **Task Scheduler** > click *...
train_000.parquet/716
{ "file_path": "how_to_run_from_scheduler.md", "repo_id": "007revad/Synology_Docker_Export", "size": 1387, "token_count": 472 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/717
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_docker_cleanup", "size": 9099, "token_count": 3421 }
#!/usr/bin/env bash # shellcheck disable=SC2076 #-------------------------------------------------------------------- # Remove orphan docker btrfs subvolumes in Synology DSM 7 and DSM 6 # # Github: https://github.com/007revad/Synology_docker_cleanup # Script verified at https://www.shellcheck.net/ # # To run in a shell...
train_000.parquet/718
{ "file_path": "syno_docker_cleanup.sh", "repo_id": "007revad/Synology_docker_cleanup", "size": 6082, "token_count": 2479 }
# Synology docker cleanup <a href="https://github.com/007revad/Synology_docker_cleanup/releases"><img src="https://img.shields.io/github/release/007revad/Synology_docker_cleanup.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_docker_cleanup&label=Visitors&icon=gith...
train_000.parquet/719
{ "file_path": "README.md", "repo_id": "007revad/Synology_docker_cleanup", "size": 1483, "token_count": 609 }
#!/bin/bash #---------------------------------------------------------------------------- # Default DSM telnet password used to be blank. # # Generate DSM telnet 'password of the day' if 101-0101 does not work. # # https://blog.thomasmarcussen.com/synology-nas-recovery-password-telnet/ # # In case you don't want to co...
train_000.parquet/720
{ "file_path": "dsm_telnet_password.sh", "repo_id": "007revad/Synology_DSM_Telnet_Password", "size": 4420, "token_count": 1554 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/721
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_DSM_Telnet_Password", "size": 9099, "token_count": 3421 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/722
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synoboot_backup", "size": 9099, "token_count": 3421 }
# Synology DSM Recovery Telnet Password <a href="https://github.com/007revad/Synology_DSM_Telnet_Password/releases"><img src="https://img.shields.io/github/release/007revad/Synology_DSM_Telnet_Password.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_DSM_Telnet_Pass...
train_000.parquet/723
{ "file_path": "README.md", "repo_id": "007revad/Synology_DSM_Telnet_Password", "size": 2241, "token_count": 806 }
#!/usr/bin/env bash #------------------------------------------------------------------------------ # Back up synoboot after each DSM update # so you can recover from a corrupt USBDOM or EEPROM. # # Github: https://github.com/007revad/Synoboot_backup # Script verified at https://www.shellcheck.net/ # # To run in a shel...
train_000.parquet/724
{ "file_path": "synoboot_backup.sh", "repo_id": "007revad/Synoboot_backup", "size": 4262, "token_count": 1704 }
# Synoboot backup <a href="https://github.com/007revad/Synoboot_backup/releases"><img src="https://img.shields.io/github/release/007revad/Synoboot_backup.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynoboot_backup&label=Visitors&icon=github&color=%23198754&message=&styl...
train_000.parquet/725
{ "file_path": "README.md", "repo_id": "007revad/Synoboot_backup", "size": 3285, "token_count": 1199 }
# How to schedule a script in Synology Task Scheduler To schedule a script to run on your Synology at boot-up or shut-down follow these steps: **Note:** You can setup a schedule task and leave it disabled, so it only runs when you select the task in the Task Scheduler and click on the Run button. 1. Go to **Control ...
train_000.parquet/726
{ "file_path": "how_to_run_from_scheduler.md", "repo_id": "007revad/Synoboot_backup", "size": 1268, "token_count": 398 }
#!/usr/bin/env bash # shellcheck disable=SC2076,SC2207,SC2238,SC2129 #------------------------------------------------------------------------------ # Easily move Synology packages from one volume to another volume. # Also can backup and restore packages. # # Github: https://github.com/007revad/Synology_app_mover # Scr...
train_000.parquet/727
{ "file_path": "syno_app_mover.sh", "repo_id": "007revad/Synology_app_mover", "size": 137030, "token_count": 47634 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/728
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_app_mover", "size": 9099, "token_count": 3421 }
# <img src="images/pkg_center_64_blurr.png" width="54"> Synology app mover <a href="https://github.com/007revad/Synology_app_mover/releases"><img src="https://img.shields.io/github/release/007revad/Synology_app_mover.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_...
train_000.parquet/729
{ "file_path": "README.md", "repo_id": "007revad/Synology_app_mover", "size": 21195, "token_count": 7945 }
# buffer is used when checking if target volume has enough space # Add 50 GB buffer so we don't fill the target volume buffer=50 # The backuppath is only used by Backup and Restore modes # backuppath should be in the format of /volume/sharename/folder # For example: # backuppath="/volume1/backups" # # Note: The scri...
train_000.parquet/730
{ "file_path": "syno_app_mover.conf", "repo_id": "007revad/Synology_app_mover", "size": 1314, "token_count": 420 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/731
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_enable_eunit", "size": 9099, "token_count": 3421 }
# Synology enable eunit <a href="https://github.com/007revad/Synology_enable_eunit/releases"><img src="https://img.shields.io/github/release/007revad/Synology_enable_eunit.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_enable_eunit&label=Visitors&icon=github&color...
train_000.parquet/732
{ "file_path": "README.md", "repo_id": "007revad/Synology_enable_eunit", "size": 6194, "token_count": 2536 }
# How to schedule a script in Synology Task Scheduler To schedule a script to run on your Synology at boot-up or shutdown follow these steps: **Note:** You can setup a schedule task and leave it disabled, so it only runs when you select the task in the Task Scheduler and click on the Run button. 1. Go to **Control P...
train_000.parquet/733
{ "file_path": "how_to_schedule.md", "repo_id": "007revad/Synology_enable_eunit", "size": 1385, "token_count": 462 }
#!/usr/bin/env bash #----------------------------------------------------------------------------------- # Enable Expansion Units in Synology NAS that don't officially support them. # # Allows using your Synology expansion unit # in Synology NAS models that aren't on their supported model list. # # Github: https://gith...
train_000.parquet/734
{ "file_path": "syno_enable_eunit.sh", "repo_id": "007revad/Synology_enable_eunit", "size": 32984, "token_count": 12501 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/735
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_enable_Deduplication", "size": 9099, "token_count": 3421 }
#!/usr/bin/env bash #------------------------------------------------------------------------------- # Enables data deduplication with non-Synology drives and unsupported NAS models # # Github: https://github.com/007revad/Synology_enable_Deduplication # Script verified at https://www.shellcheck.net/ # # To run in a she...
train_000.parquet/736
{ "file_path": "syno_enable_dedupe.sh", "repo_id": "007revad/Synology_enable_Deduplication", "size": 35445, "token_count": 12326 }
# Synology enable Deduplication <a href="https://github.com/007revad/Synology_enable_Deduplication/releases"><img src="https://img.shields.io/github/release/007revad/Synology_enable_Deduplication.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_enable_Deduplication&...
train_000.parquet/737
{ "file_path": "README.md", "repo_id": "007revad/Synology_enable_Deduplication", "size": 13226, "token_count": 5583 }
# How to schedule a script in Synology Task Scheduler To schedule a script to run on your Synology at boot-up or shutdown follow these steps: **Note:** You can setup a schedule task and leave it disabled, so it only runs when you select the task in the Task Scheduler and click on the Run button. 1. Go to **Control P...
train_000.parquet/738
{ "file_path": "how_to_schedule.md", "repo_id": "007revad/Synology_enable_Deduplication", "size": 1266, "token_count": 396 }
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="css/font-awesome.css" /> <link rel="stylesheet" type="text/css" href="css/download-dialog.css" /> </head> <body> <div id="add-download" class="modal fade" data-keyboard="...
train_000.parquet/739
{ "file_path": "download-dialog.html", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 11354, "token_count": 5320 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/740
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 9099, "token_count": 3421 }
<div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="myModalLabel">License</h3> </div> <div class="modal-body"> <p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS ...
train_000.parquet/741
{ "file_path": "license.html", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 16989, "token_count": 4869 }
# Changelog ## 3.0.15 - Moved Icon-xx.png images to images folder ## 3.0.14 - Removed Analytics that 15 out 65 virus scanners flagged as a Trojan ## 2.2.13 - Resolved JavaScript error in SVG documents - Removed social media buttons from options page - Internal changes for compatibility with future browser versions - ...
train_000.parquet/742
{ "file_path": "changelog.md", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 10568, "token_count": 2854 }
<!DOCTYPE HTML> <html> <head> <title>Synology Download Station extension settings</title> <meta charset="utf-8" /> <meta name="twitter:widgets:csp" content="on"> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="css/font-awesome.css" /> <link rel...
train_000.parquet/743
{ "file_path": "options.html", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 12971, "token_count": 5861 }
<h1><img src="images/Icon-128.png" alt="" style="width: 64px; height: 64px;" /> Synology Download Station Chrome Extension</h1> <a href="https://github.com/007revad/Synology_Download_Station_Chrome_Extension/releases"><img src="https://img.shields.io/github/release/007revad/Synology_HDD_db.svg"></a> [![Github Release...
train_000.parquet/744
{ "file_path": "README.md", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 2688, "token_count": 935 }
<!DOCTYPE HTML> <html> <head> <title></title> <link rel="stylesheet" href="css/bootstrap.min.css" /> <link rel="stylesheet" href="css/font-awesome.css" /> <link rel="stylesheet" href="css/popover.css" /> </head> <body class="load ltr"> <div data-bind="visible: downloadStationConfigured()"> <h2> <span data-...
train_000.parquet/745
{ "file_path": "popover.html", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 5988, "token_count": 2429 }
/// <reference path="./lib/encryption.d.ts" /> var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var DownloadSta...
train_000.parquet/746
{ "file_path": "js/downloadstation-api.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 165157, "token_count": 99454 }
var PopoverModel = (function () { function PopoverModel() { var _this = this; this.downloadStationConfigured = ko.observable(false); this.loggedIn = ko.observable(false); this.statusMessage = ko.observable(); this.deviceName = ko.observable(); this.dsmVersion = ko.obs...
train_000.parquet/747
{ "file_path": "js/popover-popovermodel.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 30792, "token_count": 19301 }
var IS_SAFARI = (typeof (safari) != "undefined"); var IS_CHROME = (typeof (chrome) != "undefined"); var IS_OPERA = navigator.vendor.indexOf("Opera") != -1; var DONATION_URL = "http://www.download-station-extension.com/donate"; var SAFARI_UPDATE_MANIFEST = "https://www.download-station-extension.com/downloads/safari-ext...
train_000.parquet/748
{ "file_path": "js/variables.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 5647, "token_count": 3715 }
/// <reference path="../../typings/index.d.ts"/> var _this = this; var textDirection = "ltr"; var _gaq = _gaq || []; _gaq.push(['_setAccount', ANALYTICS_ID]); _gaq.push(['_trackPageview']); (function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = '...
train_000.parquet/749
{ "file_path": "js/popover.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 19913, "token_count": 13081 }
function ExtensionUpdater () { "use strict"; var self = this; this.run = function() { var currentVersion = extension.getExtensionVersion(); extension.storage.get("extensionVersion", function(storageItems) { var previousVersion = storageItems.extensionVersion || "1.6.3"; self.update(previousVersion, curre...
train_000.parquet/750
{ "file_path": "js/updater.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 1848, "token_count": 813 }
ko.bindingHandlers.bsTooltip = { init: function (element, valueAccessor, allBindingsAccessor, viewModel, bindingContext) { var options = ko.utils.unwrapObservable(valueAccessor()); var visible = ko.utils.unwrapObservable(options.visible); var title = ko.utils.unwrapObservable(options.title); var viewport = ...
train_000.parquet/751
{ "file_path": "js/download-dialog.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 12414, "token_count": 5209 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/752
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_HDD_db", "size": 9099, "token_count": 3421 }
/// <reference path="../../typings/jquery/jquery.d.ts"/> /// <reference path="../../typings/showdown/showdown.d.ts"/> $(document).ready(function() { if(location.hash.length > 0) $("#menu a[href='" + location.hash + "']").tab("show"); // !Localize page $('[data-message]').each(function() { var name = $(this).da...
train_000.parquet/753
{ "file_path": "js/options.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 12990, "token_count": 5392 }
/// <reference path="../../typings/index.d.ts"/> var IS_SAFARI = (typeof (safari) != "undefined"); var IS_CHROME = (typeof (chrome) != "undefined"); var IS_OPERA = navigator.vendor.indexOf("Opera") != -1; var SAFARI_UPDATE_MANIFEST = SAFARI_UPDATE_MANIFEST; if (IS_CHROME && chrome.tabs && !chrome.tabs.sendMessage) { ...
train_000.parquet/754
{ "file_path": "js/browser-functions.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 98670, "token_count": 61304 }
## 2025 series or later Plus models ### Unverified 3rd party drive limitations and unofficial solutions | Action | Works | Result | Solution | |--------|--------------|--------|----------| | Setup the NAS with Synology drives | yes | | | | Setup the NAS with 3rd party SSDs | yes | Lots of warnings | Remove warning...
train_000.parquet/755
{ "file_path": "2025_plus_models.md", "repo_id": "007revad/Synology_HDD_db", "size": 5873, "token_count": 2103 }
# Synology HDD db <a href="https://github.com/007revad/Synology_HDD_db/releases"><img src="https://img.shields.io/github/release/007revad/Synology_HDD_db.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_HDD_db&label=Visitors&icon=github&color=%23198754&message=&styl...
train_000.parquet/756
{ "file_path": "README.md", "repo_id": "007revad/Synology_HDD_db", "size": 15725, "token_count": 5023 }
# How to schedule a script in Synology Task Scheduler To schedule a script to run on your Synology at boot-up or shut-down follow these steps: **Note:** You can setup a schedule task and leave it disabled, so it only runs when you select the task in the Task Scheduler and click on the Run button. 1. Go to **Control ...
train_000.parquet/757
{ "file_path": "how_to_schedule.md", "repo_id": "007revad/Synology_HDD_db", "size": 1355, "token_count": 431 }
var DownloadStation = (function () { function DownloadStation(options) { this._sid = null; this._interval = null; this._disconnectTimeout = null; this._isManager = false; this._version = null; this._versionString = null; this._listeners = {}; this.conn...
train_000.parquet/758
{ "file_path": "js/downloadstation.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 66860, "token_count": 41301 }
document.addEventListener("contextmenu", function (event) { var onClickData = { menuItemId: null, editable: null, pageUrl: location.href }; var currentElement = event.target; var selection = window.getSelection().toString(); if (selection.length > 0) onClickData.selec...
train_000.parquet/759
{ "file_path": "js/safari-contextmenu.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 6057, "token_count": 3854 }
#!/usr/bin/env bash # shellcheck disable=SC1083,SC2054,SC2121,SC2207 #-------------------------------------------------------------------------------------------------- # Github: https://github.com/007revad/Synology_HDD_db # Script verified at https://www.shellcheck.net/ # # To run in task manager as root (manually or ...
train_000.parquet/760
{ "file_path": "syno_hdd_db.sh", "repo_id": "007revad/Synology_HDD_db", "size": 86726, "token_count": 31715 }
var TaskModel = (function () { function TaskModel(data) { var _this = this; this.removed = ko.observable(false); this.pausing = ko.observable(false); this.resuming = ko.observable(false); this.pauseButtonVisible = ko.computed(function () { return ['paused', 'finis...
train_000.parquet/761
{ "file_path": "js/popover-taskmodel.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 18981, "token_count": 11897 }
var FileStationAPI = (function () { function FileStationAPI(downloadStation) { this.downloadStation = downloadStation; } FileStationAPI.prototype.listFolders = function (folderPath, callback) { var _this = this; if (!folderPath) { folderPath = "/"; } if (f...
train_000.parquet/762
{ "file_path": "js/filestation-api.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 14180, "token_count": 8858 }
/// <reference path="../../typings/index.d.ts"/> /// <reference path="./variables.ts"/> var downloadStation = null; $(document).ready(function () { updateToolbarIcon(null); extension.setBadge(0); extension.storage.get("firstLaunch", function (storageItems) { if (localStorage.getItem("firstLaunch") =...
train_000.parquet/763
{ "file_path": "js/background.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 82402, "token_count": 51237 }
/*! * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.5.0'); src: ur...
train_000.parquet/764
{ "file_path": "css/font-awesome.css", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 33233, "token_count": 16175 }
body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; } h1, h2, h3, h4, h5, h6 { font-weight: lighter; } .container { max-width: 900px; position: relative; } #donate-button { position: absolute; right: 0; top: 1.5em; } /*.form-horiz...
train_000.parquet/765
{ "file_path": "css/options.css", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 2831, "token_count": 1351 }
body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 11px; width: 400px; padding: 0; overflow: hidden; background-color: transparent; } .load * { -webkit-transition: none !important; -moz-transition: none !important...
train_000.parquet/766
{ "file_path": "css/popover.css", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 6978, "token_count": 3556 }
/* YUI 3.5.1 (build 22) Copyright 2012 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ .yui3-cssreset html{color:#000;background:#FFF}.yui3-cssreset body,.yui3-cssreset div,.yui3-cssreset dl,.yui3-cssreset dt,.yui3-cssreset dd,.yui3-cssreset ul,.yui3-cssreset ol,.yui3-...
train_000.parquet/767
{ "file_path": "css/cssreset-context-min.css", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 1779, "token_count": 876 }
body { background-color: transparent; } #add-download textarea { resize: none; } .popover { z-index: 10000; } .folder-selection { position: relative; } .folder-selection.disabled { opacity: 0.4; } .folder-selection-overlay { display: none; width: 100%; height: 100%; position: absolute; z-index: 1; } .fo...
train_000.parquet/768
{ "file_path": "css/download-dialog.css", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 2606, "token_count": 1218 }
#dse-hud { width: 250px!important; height: 250px!important; background: rgba(100,100,100,0.7)!important; border-radius: 20px!important; position: fixed!important; bottom: -350px!important; left: 50%!important; margin: auto auto auto -125px!important; padding: 0!important; opacity...
train_000.parquet/769
{ "file_path": "css/hud.css", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 1553, "token_count": 605 }
/*! * Bootstrap v3.3.4 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{mar...
train_000.parquet/770
{ "file_path": "css/bootstrap.min.css", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 117305, "token_count": 51286 }
(function() { "use strict"; if (!document.body) { return; } var dseCurrentIcon = null; var bodyOverflowStyle = document.body.style.overflow; extension.onMessage(function(event) { if(event.name == "hud" && top === self) { showHud(event.message); } else if (event.name == "openDownloadDialog" && t...
train_000.parquet/771
{ "file_path": "js/content-scripts/content.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 3320, "token_count": 1406 }
/// Knockout Mapping plugin v2.4.1 /// (c) 2013 Steven Sanderson, Roy Jacobs - http://knockoutjs.com/ /// License: MIT (http://www.opensource.org/licenses/mit-license.php) (function(e){"function"===typeof require&&"object"===typeof exports&&"object"===typeof module?e(require("knockout"),exports):"function"===typeof def...
train_000.parquet/772
{ "file_path": "js/lib/knockout.mapping.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 9523, "token_count": 4656 }
/*! * Bootstrap v3.3.4 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split...
train_000.parquet/773
{ "file_path": "js/lib/bootstrap.min.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 35951, "token_count": 15453 }
/** * [js-md5]{@link https://github.com/emn178/js-md5} * * @namespace md5 * @version 0.4.1 * @author Chen, Yi-Cyuan [emn178@gmail.com] * @copyright Chen, Yi-Cyuan 2014-2016 * @license MIT */ (function (root) { 'use strict'; var NODE_JS = typeof process == 'object' && process.versions && process.versions.no...
train_000.parquet/774
{ "file_path": "js/lib/md5.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 20799, "token_count": 10006 }
/*! * Knockout JavaScript library v3.3.0 * (c) Steven Sanderson - http://knockoutjs.com/ * License: MIT (http://www.opensource.org/licenses/mit-license.php) */ (function(){ var DEBUG=true; (function(undefined){ // (0, eval)('this') is a robust way of getting a reference to the global object // For details,...
train_000.parquet/775
{ "file_path": "js/lib/knockout.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 269933, "token_count": 73379 }
/* jQuery deparam is an extraction of the deparam method from Ben Alman's jQuery BBQ http://benalman.com/projects/jquery-bbq-plugin/ */ (function ($) { $.deparam = function (params, coerce) { var obj = {}, coerce_types = { 'true': !0, 'false': !1, 'null': null }; // Iterate over all name=va...
train_000.parquet/776
{ "file_path": "js/lib/jquery.deparam.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 3583, "token_count": 1062 }
/*! * jQuery JavaScript Library v2.1.4 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2015-04-28T16:01Z */ (function( global, factory ) { if (...
train_000.parquet/777
{ "file_path": "js/lib/jquery.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 247597, "token_count": 101380 }
/*! showdown 22-07-2015 */ (function(){function a(a){"use strict";var b={omitExtraWLInCodeBlocks:{"default":!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{"default":!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{"default":!1,describe:"Spec...
train_000.parquet/778
{ "file_path": "js/lib/showdown.min.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 23040, "token_count": 11950 }
SYNO = window.SYNO || {}; (function(){ "use-strict"; SYNO.Encryption = {}; SYNO.Encryption.Base64 = (function() { var b = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; var a = "="; return { hex2b64: function(f) { var e; var g; var d = ""; for (e = 0; e + 3 <= f.length;...
train_000.parquet/779
{ "file_path": "js/lib/encryption.js", "repo_id": "007revad/Synology_Download_Station_Chrome_Extension", "size": 19881, "token_count": 12264 }
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
train_000.parquet/780
{ "file_path": "my-other-scripts.md", "repo_id": "007revad/Synology_enable_sequential_IO", "size": 9099, "token_count": 3421 }
#!/usr/bin/env bash # shellcheck disable=SC2076,SC2207 #------------------------------------------------------------------------------ # Github: https://github.com/007revad/Synology_enable_sequential_IO # Script verified at https://www.shellcheck.net/ # # Synology sets the skip_seq_thresh_kb to 1024 # Setting skip_seq_...
train_000.parquet/781
{ "file_path": "syno_seq_io.sh", "repo_id": "007revad/Synology_enable_sequential_IO", "size": 8383, "token_count": 2993 }
# Synology enable sequential I/O <a href="https://github.com/007revad/Synology_enable_sequential_IO/releases"><img src="https://img.shields.io/github/release/007revad/Synology_enable_sequential_IO.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_enable_sequential_IO...
train_000.parquet/782
{ "file_path": "README.md", "repo_id": "007revad/Synology_enable_sequential_IO", "size": 3522, "token_count": 1225 }
# How to schedule a script in Synology Task Scheduler To schedule a script to run on your Synology at boot-up follow these steps: 1. Go to **Control Panel** > **Task Scheduler** > click **Create** > and select **Triggered Task**. 2. Select **User-defined script**. 3. Enter a task name. 4. Select **root** as the user ...
train_000.parquet/783
{ "file_path": "how_to_schedule.md", "repo_id": "007revad/Synology_enable_sequential_IO", "size": 1407, "token_count": 460 }
# Synology Information Wiki Hardware information of what various Synology models support ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_Information_Wiki&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=Australia%2FSydney) ### General Software Information *...
train_000.parquet/784
{ "file_path": "README.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 3762, "token_count": 1559 }
## 2025 series or later Plus models ### Unverified 3rd party drive limitations and unoffical solutions | Action | Works | Result | Solution | |--------|--------------|--------|----------| | Setup the NAS with Synology drives | yes | | | | Setup the NAS with 3rd party SSDs | yes | Lots of warnings | Use [Synology HD...
train_000.parquet/785
{ "file_path": "pages/2025plus_drives.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 5551, "token_count": 2001 }
Synology NAS models that have PCIe slots (that support DSM 7.2.1) ``` DS723+ Gen3 x2 slot - E10G22-T1-Mini only DS923+ Gen3 x2 slot - E10G22-T1-Mini only DS1517+ Gen 2 x8 slot (x4 link) DS1522+ Gen3 x2 slot - E10G22-T1-Mini only DS1618+ Gen3 x8 slot (x4 link) DS1621+ Gen3 x8 slot (x4 link) DS1621xs+ Gen3 x8 slot...
train_000.parquet/786
{ "file_path": "pages/Models-with-PCIe-slots.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 2370, "token_count": 1336 }
[Does the eSATA port of Synology products support eSATA disk enclosures with port multipliers?](https://kb.synology.com/en-us/DSM/tutorial/Does_the_eSATA_port_of_Synology_products_support_eSATA_disk_enclosures_with_port_multipliers) All Synology products do not support eSATA disk enclosures with port multipliers. The ...
train_000.parquet/787
{ "file_path": "pages/eSATA-Expansion-Unit-Support.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 4123, "token_count": 1956 }
### Maximum number of Surveillance Cameras supported per NAS model ``` 5 DS119j 5 DS120j 10 DS216j 10 DS416slim 10 DS419slim 12 DS124 12 DS220j 12 DS223j 14 DS218j 15 DS216play 15 DS218play 16 DS116 16 DS118 16 DS216 16 DS416j 16 DS418j 16 DS420j 16 RS217 16 RS816 20 DS2...
train_000.parquet/788
{ "file_path": "pages/Max-cameras-per-model.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 1594, "token_count": 1153 }
Synology NAS models that have /etc.defaults/model.dtb, /etc/model.dtb and /run/model.dtb Last updated 11 March 2024 ### DSM 7.2-64570 | Model | CPU Model | CPU Arch | |--------------|-------------------------|---------------| | DS124 | Realtek RTD1619B | rtd1619b | | DS22...
train_000.parquet/789
{ "file_path": "pages/Models-that-use-DeviceTree.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 2708, "token_count": 1330 }
### NVMe drives with Power Loss Protection (PLP) in a Synology NAS NVMe drives with power loss protection are more common in the 22110 size. But there are some 2280 size data center NVMe drives available: - Addlink D60 NAS SSD NVMe drives in 480GB, 960GB and 1.92TB https://www.addlink.com.tw/nas-d60 - Kingston DC2000...
train_000.parquet/790
{ "file_path": "pages/NVMe-Power-Loss-Protection.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 1032, "token_count": 433 }
### What type of fan speed modes are available on my Synology NAS? https://kb.synology.com/en-ca/DSM/tutorial/What_type_of_fan_speed_modes_are_available_on_my_Synology_NAS <br> Some models run the fans at full or high speed when a network card is installed. This is configured by a setting in /etc.defaults/synoinfo.c...
train_000.parquet/791
{ "file_path": "pages/FAN-Speed-Modes.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 1976, "token_count": 790 }
https://www.reddit.com/r/synology/comments/186s6h8/comment/kbaue3c/ ### Geminilake: DS1520+, DS920+ and DS720+ | File | RX418 | DX517 | RX415 | DX513 | DX213 | Comment | |-------------------|-------|-------|-------|-------|-------|------------| | model.dtb | no | yes | no | no | no ...
train_000.parquet/792
{ "file_path": "pages/Expansion-Unit-support-in-DSM-7.2.1.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 1327, "token_count": 529 }
https://kb.synology.com/en-global/DSM/tutorial/Which_Synology_NAS_models_support_SSD_cache ## Which Synology NAS models support SSD cache? Last updated: Jul 27, 2023 <br> </br> ### 2.5" SSDs installed in drive trays Type | Protocol | Series | Models -- | -- | -- | -- 2.5" | SAS / SATA | FS-series | FS6400, FS3600, ...
train_000.parquet/793
{ "file_path": "pages/Models-that-support-SSD-Cache.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 6439, "token_count": 3965 }
From [Synology's Software_Life_Cycle_Policy_enu.pdf](https://global.download.synology.com/download/Document/Software/WhitePaper/Os/DSM/All/enu/Software_Life_Cycle_Policy_enu.pdf) - Last updated: Jul 2, 2024 Or see https://kb.synology.com/en-global/WP/Software_Life_Cycle_Policy/2 ### DiskStation Manager (DSM) DSM fo...
train_000.parquet/794
{ "file_path": "pages/DSM-version-types.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 1824, "token_count": 584 }
### Synology models that officially support data deduplication https://kb.synology.com/en-global/DSM/tutorial/Which_models_support_data_deduplication **Which Synology NAS models support data deduplication?** - FS6400, FS3600, FS3410, FS3400, FS2500 - HD6500 - SA6400, SA3610, SA3600, SA3410, SA3400 - RS4021xs+, RS3621...
train_000.parquet/795
{ "file_path": "pages/Models-that-support-Deduplication.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 1638, "token_count": 609 }
https://kb.synology.com/en-global/DSM/tutorial/Why_does_my_Synology_NAS_have_a_single_volume_size_limitation https://kb.synology.com/en-global/DSM/tutorial/What_is_Btrfs_Peta_Volume - 200TB volumes require 32GB or more of memory. - Btrfs Peta volumes require 64GB ore more of memory. | NAS requirements | 108TB ...
train_000.parquet/796
{ "file_path": "pages/Models-that-support-200TB-Volumes.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 1920, "token_count": 681 }
**Which Synology server models have limited or no SHR (Synology Hyrbid RAID) support?** https://kb.synology.com/en-global/DSM/tutorial/Which_models_have_limited_support_for_Synology_Hybrid_RAID_SHR *Synology stopped updating that page in Oct 2022* <br> **Which Synology server models fully support SHR (Synology Hyrb...
train_000.parquet/797
{ "file_path": "pages/Models-that-support-SHR.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 1130, "token_count": 712 }
### Synology HDD and SSD manufacturers | Drive Series | Type | Drive Model | Manufacturer | Based on | | |--------------|----------------|-------------|--------------|--------------|--------------| | Plus | SATA 3.5" HDD | HAT3310 | Toshiba | MG08 | 8, 12 and 16TB |...
train_000.parquet/798
{ "file_path": "pages/Synology-HDDs-and-SSDs.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 1440, "token_count": 610 }
Officially no Synology NAS supports using M.2 drives in a PCIe card as a volume and they can only be used a cache. Unofficially you can use either: - https://github.com/007revad/Synology_HD_db for newer NAS models - Or https://github.com/007revad/Synology_M2_volume for all NAS models *** ### E10M20-T1 https://www....
train_000.parquet/799
{ "file_path": "pages/Models-that-support-PCIe-M.2-cards.md", "repo_id": "007revad/Synology_Information_Wiki", "size": 2410, "token_count": 1317 }