Please note - you may want to validate whether the options used affect your setup.
Create a new service file.
nano /etc/systemd/system/disable-offloading.service
| #!/usr/bin/env python3 | |
| # Download your data dump and place this file in the "messages" folder of your data dump. | |
| # Run it using python | |
| from datetime import datetime, timedelta, timezone | |
| import dateutil.parser | |
| import matplotlib.pyplot as plt | |
| import matplotlib.ticker as ticker | |
| import matplotlib.dates as mdates | |
| import csv |
| id | name | hash | type | |
|---|---|---|---|---|
| recommend_mobile_notice | RECOMMEND_MOBILE_NOTICE | 1486371970 | user | |
| friend_suggestions_new_user | FRIEND_SUGGESTIONS_NEW_USER | 363329543 | user | |
| friend_suggestions_old_user | FRIEND_SUGGESTIONS_OLD_USER | 2977431864 | user | |
| download_mobile_apps_notice_early | DOWNLOAD_MOBILE_APPS_NOTICE_EARLY | 4114369261 | user | |
| download_mobile_apps_notice_medium | DOWNLOAD_MOBILE_APPS_NOTICE_MEDIUM | 856100386 | user | |
| download_mobile_apps_notice_late | DOWNLOAD_MOBILE_APPS_NOTICE_LATE | 943913767 | user | |
| invite_new_invite | INVITE_NEW_INVITE | 2363164837 | user | |
| survey_video_chat | SURVEY_VIDEO_CHAT | 3678716185 | user | |
| search_experiment_dm | DM | 1770646087 | user |
| title | subtitle | author | date | source |
|---|---|---|---|---|
npm vs Yarn Command Translation Cheat Sheet |
CLI commands comparison |
yarn |
February 15, 2020 |