Skip to content

Instantly share code, notes, and snippets.

View duysolo's full-sized avatar
😇
EV Charging apps :)))

Justin Phan duysolo

😇
EV Charging apps :)))
View GitHub Profile
@duysolo
duysolo / type-vietnamese-on-ubuntu.md
Created November 8, 2024 11:13 — forked from lelinhtinh/type-vietnamese-on-ubuntu.md
Gõ Tiếng Việt trong Ubuntu

Gõ Tiếng Việt trong Linux

Ghi chú cách dùng IBus Bamboo để gõ Tiếng Việt mà không bị lỗi gạch chân như các bộ gõ khác.

Cài đặt

Ibus

sudo apt install im-config ibus ibus-clutter ibus-gtk ibus-gtk3
@duysolo
duysolo / multiple_ssh_setting.md
Created January 3, 2023 04:03 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"
/**
* Summernote StripTags
*
* This is a plugin for Summernote (www.summernote.org) WYSIWYG editor.
* To strip unwanted HTML tags and attributes while pasting content in editor.
*
* @author Hitesh Aggarwal, Extenzine
*
*/
@duysolo
duysolo / ProfileJsonResponse.php
Created January 11, 2018 01:56 — forked from khoinv/ProfileJsonResponse.php
Laravel Api profiling with duplication queries information.
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\JsonResponse;
class ProfileJsonResponse
{
/**