Apr
03
Emmet Cheatsheet
Published 14:04 Apr 03, 2020 by @ezra.
#Programming#
.ch-snippet__name {
color: #f0f0f0;
}
.ch-snippet__value,
.ch-snippet__value_undefined {
co...
Feb
13
项目经理的生存之道
Published 13:02 Feb 13, 2020 by @ezra.
#Project Management# 知识体系篇:
流程篇:
工具篇:
模板篇:
技能篇:
...
Jan
28
Deploy Django with Gunicorn and Ngnix
Published 18:01 Jan 28, 2020 by @ezra.
#Programming# 准备
首先要更新软件源,以 Ubuntu 为例:
$ sudo apt-get update -y
安装 python3、virtualenv、nginx、sqlite3、openssl:
$ s...
Jan
23
Complete Python Cheatsheet
Published 14:01 Jan 23, 2020 by @ezra.
#Programming# Basic cheatsheet for Python mostly based on the book written by Al Sweigart, Automate the Boring Stu...
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...