sudo apt install zsh -y
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
#!/bin/bash | |
sudo add-apt-repository ppa:bamboo-engine/ibus-bamboo | |
sudo apt-get update | |
# Install all necessary tools with the following command | |
sudo apt install vim htop terminator meld glogg curl git totem keepass2 \ | |
kazam ksnip maven remmina libreoffice network-manager-l2tp-gnome \ | |
ibus-bamboo gnome-calendar gnome-weather gnome-clocks \ | |
qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt-manager -y; \ |
#!/bin/bash | |
sudo add-apt-repository ppa:bamboo-engine/ibus-bamboo | |
sudo apt-get update | |
# Install all necessary tools with the following command | |
sudo apt install vim htop terminator meld glogg curl git totem keepass2 \ | |
kazam ksnip maven remmina libreoffice network-manager-l2tp-gnome \ | |
ibus-bamboo gnome-calendar gnome-weather gnome-clocks \ | |
qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt-manager -y; \ |
<html> | |
<head> | |
<!--vCard HTML Template. Designed by Nguyen Hong Thai | |
Go to https://nhthai2005.github.io/contacts.htm to see demo--> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Nguyễn Hồng Thái (Shant) - Name Card - vCard via Links and QR</title> | |
<link rel="shortcut icon" type="image/png" href="data/nguyen-hong-thai-circle-cropped.png"> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | |
.avatar { |
#!/bin/bash | |
# MAINTAINER: NGUYEN HONG THAI | |
if [ $# -eq 2 ]; then | |
old_data=$(realpath $1) | |
new_data=$(realpath $2) | |
else | |
read -p "old_data: " old_data | |
old_data=$(realpath $old_data) |
Docker will not run well with the default zfs file system
lxc storage create docker btrfs
lxc launch images:ubuntu/20.04 demo
lxc storage volume create docker demo
lxc config device add demo docker disk pool=docker source=demo path=/var/lib/docker
lxc config set demo security.nesting=true security.syscalls.intercept.mknod=true security.syscalls.intercept.setxattr=true
[Desktop Entry] | |
Name=Postman | |
Comment=MyPostman | |
Exec=/home/admin/Apps/Postman/Postman | |
Icon=/home/admin/Apps/Postman/postman.png | |
Terminal=false | |
Type=Application | |
StartupNotify=true |
Reference: http://www.uni-koeln.de/~pbogusze/posts/ViM_column_mode_edit.html