Skip to content

Instantly share code, notes, and snippets.

http://www.dgtle.com/ 偏数码的内容社区,特点是走精品路线,首页放置的都是网友在社区的中的自己投稿的精品文章。和自己公司的编辑出品的一些测评和直播活动类文章。
首页文章质量比较高。整体内容更新速度尚可,一天3-5篇的更新量。比较有调调的内容网站。还结合运营一些相关的自营数码产品(贴牌)或筛选一些不错的。
http://www.ifanr.com/
科技数码媒体。有网站,有几乎每天的3分钟左右的IT 数码咨询新闻视频。
整体内容更新比较快;也有比较有深度的文章。(貌似,公司借壳已经上市新三板)
ifanr 栏目以 IT 数码咨询为主。
@rambolee
rambolee / Create-a-FlipClock-html-to-Display-in-Raspberry-Pi.md
Created March 25, 2017 14:47
[Raspberry Pi with FlipClock] Use the Raspberry Pi with 7 inch touch screen to display a FlipClock #tags:flipclock,clock,raspberry,pi,flip
@rambolee
rambolee / Control-Raspberry-Pi-with-RealVNC.md
Last active May 1, 2019 19:53
[Control Raspberry Pi with RealVNC] Remote control the Raspberry Pi with the VNC-Server #tags:vnc,remote-control,raspberry

Control Raspberry Pi with RealVNC

Because just try to control the Raspberry Pi with the 7 inch touch screen without the physical keyboard and mouse is not a high-efficiency solution. So I try to use the VNC to control it in my laptop.

Quota from the Raspberry Pi offical website.

Sometimes it is not convenient to work directly on the Raspberry Pi. Maybe you would like to work on it from another device by remote control.

VNC is a graphical desktop sharing system that allows you to remotely control the desktop interface of one computer (running VNC Server) from another computer or mobile device (running VNC Viewer). VNC Viewer transmits the keyboard and either mouse or touch events to VNC Server, and receives updates to the screen in return.

@rambolee
rambolee / Raspberry-Pi-Display-Screen-Sleep.md
Last active May 1, 2019 20:22
[Configuration Raspberry Pi Display No Blank with 7 inch Touch Screen] 禁止树莓派休眠,一直使用7英寸触屏显示器的方法 #tags:respberry,vncserver,screen,display

Configuration Raspberry Pi Display No Blank with 7 inch Touch Screen

List

Hardware

  • Raspberry Pi Model B V1.1
  • Offical 7 inch Touch Screen

Software

  • OS version is
@rambolee
rambolee / dnsmasq-gfwlist.py
Created March 22, 2017 02:59 — forked from lanceliao/dnsmasq-gfwlist.py
将gfwlist转换成带ipset的dnsmasq规则,适用于OpenWrt智能上网
#!/usr/bin/env python
#coding=utf-8
#
# Generate a list of dnsmasq rules with ipset for gfwlist
#
# Copyright (C) 2014 http://www.shuyz.com
# Ref https://code.google.com/p/autoproxy-gfwlist/wiki/Rules
import urllib2
import re
@rambolee
rambolee / update-dnsmasq-from-gfwlist.py
Last active May 2, 2024 01:27
升级 小米路由器3 可以ssh 可以 Shadowsocks [Tags]: 小米路由, 小米路由3, 小米路由器, 小米路由器3, ssh, shadowsocks
#!/usr/bin/env python
#coding=utf-8
#
# Generate a list of dnsmasq rules with ipset for gfwlist
#
# Copyright (C) 2014 http://www.shuyz.com
# Ref https://code.google.com/p/autoproxy-gfwlist/wiki/Rules
import urllib2
import re
@rambolee
rambolee / console-log.md
Last active March 20, 2017 01:45
update brew from <= 1.0.0 to 1.1.0
[17-03-19 21:09:07][libo@RamboLee-MacBook-Pro:~]
 $ brew -v
Homebrew 0.9.5 (git revision 1ebf4; last commit 2016-03-21)
[17-03-19 21:10:34][libo@RamboLee-MacBook-Pro:/usr/local(master✔)]
 $ cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update
HEAD is now at 09a926f Merge pull request #2338 from JCount/audit-online-file-download
==> Tapping homebrew/core
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 4255, done.
@rambolee
rambolee / Install-guide-for-Syncthing.md
Last active March 19, 2017 13:40
How to install Syncthing in macOS and My VPS which with OS version CentOS 6.5

Install Guide for Syncthing on the MacOS and CentOS(VPS)

What's what?

Syncthing

Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.

Install and Configuration on MacOS

Install with HomeBrew

@rambolee
rambolee / brew-update-error.md
Created March 19, 2017 12:37
brew update Error: /usr/local must be writable!

When I try to update my brew in my old laptop. I mate this error message below:

$ brew update
Error: /usr/local must be writable!

And my OS version is macOS Sierra 10.12.4 Beta (16E189a)

So, I run this command to figure it out.