
Aug
05
Linux Commands Cheatsheet
Published 09:08 Aug 05, 2019 by @ezra.
#Programming# Hardware Information
Show bootup messages:
dmesg
See CPU information:
cat /proc/cpuinfo
Display ...
Jul
21
A Simple Web Development Tutorial
Published 12:07 Jul 21, 2019 by @ezra.
#Programming#
1. 概述 / Introduction
1.1. 目标 / Purpose
这篇文章的主要目标是帮助你从整体上对前端开发的基本逻辑与页面实现的难易程度有一定的了解和认识
...

Apr
26
Git Installation for Linux and Unix
Published 12:04 Apr 26, 2019 by @ezra.
#Technology# It is easiest to install Git on Linux using the preferred package manager of your Linux distribution...

Apr
26
Use different accounts for git on the same system
Published 12:04 Apr 26, 2019 by @ezra.
#Technology# Now before sending 4 PRs with different Github accounts. I got another main task.
Pushing Code on t...

Apr
25
Gems installation for Linux and Unix
Published 12:04 Apr 25, 2019 by @ezra.
#Technology# You can install new gems on Fedora by either installing upstream gems from RubyGems.org or packaged ...

Apr
01
Flatpak - a security nightmare
Published 15:04 Apr 01, 2019 by @ezra.
#UNIX/Linux# Flatpak - a security nightmare
Red Hat's flatpak has been getting a lot of attention lately, it's th...

Nov
23
VMWare Fusion Pro 11: Application cannot run correctly.
Published 12:11 Nov 23, 2018 by @ezra.
#Programming# If you cannot get VMWare Fusion Pro 11 for macOS to launch properly with this error message:
Pleas...

Aug
11
How to Transfer Data Between microSD Cards for Use on Nintendo Switch
Published 12:08 Aug 11, 2018 by @ezra.
#Gaming# Instructions on how to transfer data from one microSD card to another for use on Nintendo Switch.
Ad...

Jul
29
Nintendo Switch 下载加速
Published 12:07 Jul 29, 2018 by @ezra.
#Gaming# 小白方法
方法一
由于任天堂并未在中国设立服务器, 所以中国玩家难免会出现访问困难的情况, 此时我们将无线网络的DNS修改一下, 设置成韩国长安大学的DNS: 168.126.63.1 或 168.1...

Jul
25
Independent Linux Distributions
Published 15:07 Jul 25, 2018 by @ezra.
#UNIX/Linux#
Note
Sorted by popularity.
Debian
The Debian Project is an association of individuals...

Jul
17
RGB vs CMYK
Published 14:07 Jul 17, 2018 by @ezra.
#Desiging# CMYK也称作印刷色彩模式。它和RGB相比最大不同是,RGB模式是发光的色彩模式,你在一间黑暗的房间内仍然可以看见萤幕上的内容。
CMYK是一种依靠反光的色彩模式,我们能阅读报纸的内容是为什么呢?是...

Jun
13
WWDC 2018 Summary for iOS developers
Published 12:06 Jun 13, 2018 by @ezra.
#Programming# WWDC 2018 Summary for iOS developers.
What's new in Xcode 10
An ability to launch XCTest and XCUITe...