Skip to content

Instantly share code, notes, and snippets.

View lijiext's full-sized avatar
🎯
Focusing

Li Jie lijiext

🎯
Focusing
  • Shanghai
View GitHub Profile
@wibus-wee
wibus-wee / DownloadWeChatStickers_macOS.js
Last active July 15, 2024 03:09
Download WeChat Stickers in macOS
// How to use: node DownloadWeChatStickers_macOS.js
// Requirements: curl, node
// Reference: https://blog.jogle.top/2022/08/14/macos-wechat-sticker-dump/
const { execSync } = require('child_process');
const { randomUUID } = require('crypto');
const fs = require('fs');
const exec = require('child_process').exec;
const os = require('os');
const argv = process.argv.slice(2);
@indyfromoz
indyfromoz / VNC_Server_On_Ubuntu_22.04LTS.md
Last active June 27, 2024 06:49
VNC Server setup on Ubuntu 22.04 LTS

Setup

Install TigerVNC -

$ sudo apt install tigervnc-standalone-server

Configure VNC Server by running

@PurpleVibe32
PurpleVibe32 / vmwk17key.txt
Last active July 15, 2024 14:32
Free VMware Workstation Pro 17 full license keys
Install VMWare Workstation PRO 17 (Read it right. PRO!)
Also, these keys might also work with VMWare Fusion 13 PRO. Just tested it.
Sub to me on youtube pls - PurpleVibe32
if you want more keys - call my bot on telegram. @purector_bot (THE BOT WONT REPLY ANYMORE) - Or: https://cdn.discordapp.com/attachments/1040615179894935645/1074016373228978277/keys.zip - the password in the zip is 102me.
---
This gist can get off at any time.
PLEASE, DONT COPY THIS. IF YOU FORK IT, DONT EDIT IT.
*If you have a problem comment and people will try to help you!
*No virus
@costerwi
costerwi / Abaqus MPI.md
Last active June 11, 2024 09:19
Overview of running Abaqus MPI on Linux

Abaqus MPI on Linux

MPI Versions Delivered with Abaqus

Abaqus version IBM Platform MPI (PMPI) Intel MPI (IMPI)
2018 to 2020 HF2 9.1.4.3 (S, E) 2017.2.174
2020 HF3 (FP2024) 9.1.4.3 2017.2.174 (S, E)
2020 HF4 (FP2030) 9.1.4.3 (S, E) 2017.2.174
2020 >=HF5 (FP2038) 9.1.4.3 (S) 2019 Update 7 (E)
@gerwin3
gerwin3 / make-vcard.py
Created January 23, 2021 16:16
Generate vCard using Python
"""
This little script can generate a valid .vcf (vCard). It will ask you to fill
in some details and write the vcf-file.
"""
def main():
print('Please enter contact details:')
first_name = input(' - First name : ')
last_name = input(' - Last name : ')
email = input(' - E-mail address : ')

Requirements

There are 18 questions in total. You will need five RHEL 8 (or CentOS 😎 virtual machines to be able to successfully complete all questions.

Optional Automatic Exam Setup Available

Here is an automated exam environment deployment for Mac/Linux/Windows that deploys the practice exam environment for you, including IPA server/client installation and configuration. You can also use your own lab environment. Navigate to the respective repo you wish to use for this practice exam and follow the README instructions:

https://github.com/rdbreak/rhce8env, https://github.com/rdbreak/ansible27env, https://github.com/rdbreak/ansible8env.

@abersheeran
abersheeran / get-cn-ipv4.sh
Last active March 22, 2024 06:38
Chinese IPv4
wget -c http://ftp.apnic.net/stats/apnic/delegated-apnic-latest
cat delegated-apnic-latest | awk -F '|' '/CN/&&/ipv4/ {print $4 "/" 32-log($5)/log(2)}' | cat > ip.txt
@niw
niw / uninstall_xquartz.sh
Last active April 19, 2024 14:28
A simple XQuartz uninstall script
#!/usr/bin/env bash
set -e
[[ $USER == "root" ]] || {
echo "You must be root to run this script." >&2
exit 1
}
echo "Unload launchd daemons and agents..."
@ThaddeusJiang
ThaddeusJiang / interview report template (tech)
Last active November 22, 2022 16:44
Interview report template (tech)
Total: 1~5
下面各项得分的平均分
Experience: 1~5
过往项目的客户群(ToB or ToC)、项目规模、项目中担当的角色、是否有突出贡献等等
Skill: 1~5
开发基础、设计能力、能否攻克中大型开发难题,能否担当 full stack 任务等等