Love My Love

Fix OmniMarkdownPreview Cannot Preview

{% centerquote 王小波 %} 人的一切痛苦,本质上都是对自己无能的愤怒。 {% endcenterquote %} Quick Fix 1: Remove Strikethrough Extension Sublime Text > Preferences > Package Settings > OmniMarkupPreviewer > Settings - User paste the following to remove the strikeout package. { "renderer_options-MarkdownRenderer": { "extensions": ["tables", "fenced_code", "codehilite"] } } Quick Fix 2: Fix the Strikethrough Extension (if you need it) Find the python-markdown sublime package. On the Mac: subl "/Users/<username>/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/Renderers/libs/mdx_strikeout.py" Replace the makeExtension() method with the following: def makeExtension(*args, **kwargs):......

通过 V2ray 实现科学上网

1. 前言

  • 如果要老老实实的,踏踏实实的学习,推荐参考官方网站:https://www.v2ray.com
  • 如果要快速完成,没想要学习了解,推荐:https://v2ray66.com

2. 服务器安装

参考:

......

Install Redis Cache on Ubuntu Server with PHP 7 and ownCloud

参考: https://www.techandme.se/install-redis-cache-on-ubuntu-server-with-php-7-and-owncloud/ 缓存,owncloud推荐使用的是 APCu 和 Redis,we with PHP 7 needed to build the PHP module as well, because PECL install didn’t work on PHP 7 yet. And as usual – as we didn’t find any good straight forward guide, here is one that works, enjoy! 原文说的已经很清楚了,细心点应该不会出错,我这里只记录......

LAMP环境搭建(Ubuntu14.04 For OwnCloud)

本日志主要记录我配置OwnCloud环境的过程,注意,针对OwnCloud,至于某些模块开启和关闭问题,可以根据具体情况自行调整.另外我操作的系统是Ubuntu14.04LTS. 这里推荐一个很不错的文档位置:https://www.linode.com/docs/

感悟:

  1. 遇坑过坑,佛挡杀佛.
  2. 看文档很重要,当然,能去官方的GitHub看看更好.
  3. 最大坑解决过程: OwnCloud文档 -> MySQL文档 -> MariaDB文档 -> Google -> MySQL/MariaDB文档 -> Github/owncloud/core -> issue ->search for my ailling key-> get it!!
......