Arc
defaults write company.thebrowser.Browser.plist ExtensionManifestV2Availability -int 2
Chrome
defaults write com.google.Chrome.plist ExtensionManifestV2Availability -int 2
Chrome Beta
Arc
defaults write company.thebrowser.Browser.plist ExtensionManifestV2Availability -int 2
Chrome
defaults write com.google.Chrome.plist ExtensionManifestV2Availability -int 2
Chrome Beta
| <?php | |
| function base64url_encode($binary_data) { return strtr(rtrim(base64_encode($binary_data), '='), '+/', '-_'); } | |
| function apns_jwt_token($team_id, $key_id, $private_key_pem_str) | |
| { | |
| if (! function_exists('openssl_get_md_methods') || ! in_array('sha256', openssl_get_md_methods())) throw new Exception('Requires openssl with sha256 support'); | |
| $private_key = openssl_pkey_get_private($private_key_pem_str); | |
| if (! $private_key) throw new Exception('Cannot decode private key'); |
| # This gist gives instructions to build a basic deb package of netatalk-3.1.11 using checkinstall on Ubuntu 18.04. | |
| # With the idea being that you build the deb on your build server and install from the resulting deb in production. | |
| # Given that the deb is packaged using checkinstall with basic options, think home use, not real production. | |
| # Note that this build does not provide the spotlight feature. | |
| # The tracker packages have been left out as the intent was to provide TimeMachine functionality only. | |
| #------------------------------------------------------------ | |
| # STEP ONE - Make the Netatalk deb on a build machine |
| # -*- coding: UTF-8 -*- | |
| import zipfile | |
| import biplist | |
| import tempfile | |
| import shutil | |
| import re | |
| import os |
| Mac os 打印驱动 for linux | |
| 很多打印机只提供Mac os 打印驱动, 因为linux和Mac os 都使用的是标准的Unix 通用打印系统,所以提取Mac OS下的驱动ppd文件即可在linux使用打印机了。这里只是记录了一个方法,为了方便大家使用,我正在寻找一个网络空间可以将我提取出来的这些ppd驱动文件上传上去提供大家下载,可能还会提供一个便于检索的网页,如果大家有需要什么打印驱动的话,可以在这个gist后面留言。 | |
| 当然,我也会积极的将这些文件进行打包,然后丢到各大软件源中。以方便大家的使用。 | |
| 真心希望,linux这样好用的系统能快速发展,普及,能让更多的人感受到使用linux的快乐。 | |
| 苹果系统 Mac OS 打印驱动用在linux系统。(通过cups 通用Unix打印系统ppd格式化文件驱动打印机) |
facepunch_base_ in the download URL to _test_ as the base image does not have developer tools enabled