May
08
Get Started with Hak5 USB Rubber Ducky
Published 16:05 May 08, 2023 by @ezra.
#Hacking# Ducky Script - the USB Rubber Ducky language
Ducky Script is the language of the USB Rubber Ducky. W...
Mar
29
十大知名色彩
Published 14:03 Mar 29, 2023 by @ezra.
#Desiging# 克莱因蓝 Klein Blue
称为“最纯正的蓝色”、“理想之蓝”、“绝对之蓝”, 具有强烈的视觉冲击力, 在品牌及包装上经常采用。
#002FA7 RGB(0, 47, 167)
克莱因蓝Klein...
Aug
04
50 most common interview questions
Published 11:08 Aug 04, 2022 by @ezra.
#Undefined#
Tell me about yourself.
Walk me through your resume.
How did you hear about this position?
Why do y...
Jan
15
Git Handbook
Published 17:01 Jan 15, 2022 by @ezra.
#Version Control#
基本操作
工作流
常见的 Workflow 有三种情况:
单分支
一般见于个人使用场景, 所有工作内容均在主分支进行和完成。
C----C----C----C----C---- ...
Jan
15
Arch Installation
Published 17:01 Jan 15, 2022 by @ezra.
#UNIX/Linux#
发行版
你可以选择安装纯粹的 Arch Linux, 或者选择传承 Arch Linux 哲学、漂亮且易于安装的 EndeavourOS 发行版, 又或者选择对易用性有巨大提升的 Manjaro...
Apr
01
Django CLI Cheatsheet
Published 15:04 Apr 01, 2021 by @ezra.
#Programming# Preparing enviro­nnement
mkdir projec­t_name && cd $_
Create project...
Feb
03
Docker CLI Cheatsheet
Published 19:02 Feb 03, 2021 by @ezra.
#Technology# Manage images
docker build
docker build [options] .
-t "app/container_name" # name
...
Nov
09
Python Handbook
Published 10:11 Nov 09, 2020 by @ezra.
#Programming# Introduction to Python
Python is literally eating the programming world. It is growing in popularit...
Aug
02
SQL Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# SQL
SQL is a standard language for storing, manipulating and retrieving data in databases.
Basics (C...
Aug
02
PHP Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# PHP framework
Hello World:
<body>
<?php echo "Hello, World!";?>
</bod...
Aug
02
Londonist query errors Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Query Errors
Please help me fix the queries down below for their intended output:
Total Students By ...
Aug
02
Jquery Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Jquery
jQuery is a lightweight, "write less, do more", JavaScript library. jQuery also simplifies a ...