Skip to content

Instantly share code, notes, and snippets.

View chusiang's full-sized avatar
🐧
Improving the world via Ansible and DevOps.

Chu-Siang Lai chusiang

🐧
Improving the world via Ansible and DevOps.
View GitHub Profile

「MEGAHOBBY EXPO 台灣 2022」 x 「閃電霹靂車 World Tour 台灣站」非官方筆記

寫在前頭,此筆記純資訊分享,透過網路下訂商品前,還請自行評估「資訊安全」,若有疑慮還請不要下單。

[TOC]

活動資訊

@mrcomoraes
mrcomoraes / clear_cache_MS_Teams.sh
Last active May 10, 2024 12:07
Clear cache Microsoft Teams on Linux
#!/bin/bash
# This script cleans all cache for Microsoft Teams on Linux
# Tested on Ubuntu-like, Debian by @necrifede, Arch Linux by @lucas-dclrcq and Manjaro with flatpak by @danie1k. Feel free to test/use in other distributions.
# Tested Teams via snap package.
# Tested Teams via flatpak package.
#
# How to use in terminal:
# ./clear_cache_MS_Teams.sh ( deb-stable | deb-insider | snap | flatpak )
# or
2019-08-17 00:00:28 COSCUP_bridge_bo <vincent_cantin>: Thx!
2019-08-17 00:04:44 --> ofy (~ofy@2001-b011-fc02-14ac-25d5-ff7a-f117-b828.dynamic-ip6.hinet.net) has joined #coscup
2019-08-17 00:33:42 <-- a0000778 (~a0000778@114-35-181-217.HINET-IP.hinet.net) has quit (Ping timeout: 245 seconds)
2019-08-17 00:35:41 --> a0000778 (~a0000778@114-35-181-217.HINET-IP.hinet.net) has joined #coscup
2019-08-17 00:40:20 <-- ofy (~ofy@2001-b011-fc02-14ac-25d5-ff7a-f117-b828.dynamic-ip6.hinet.net) has quit (Read error: Connection reset by peer)
2019-08-17 00:40:47 --> ofy (~ofy@2001-b011-fc02-14ac-25d5-ff7a-f117-b828.dynamic-ip6.hinet.net) has joined #coscup
2019-08-17 00:43:15 COSCUP_bridge_bo <chusiang>: @lantw44 今年的 IRC log 就交給您紀錄啦!(繼續潛水趕簡報 …)
2019-08-17 00:43:47 COSCUP_bridge_bo <licson>: IRC log 🤔
2019-08-17 00:45:25 COSCUP_bridge_bo <MGdesigner>: Hello 大家
2019-08-17 00:45:54 COSCUP_bridge_bo <chusiang>: (MGdesigner: Hello...) 我們衝堂了,沒法聽您的分享。(已哭)
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>3.2</version>
<date>2018-12-22T09:33:22Z</date>
<groups>
<group>
<name>Templates</name>
</group>
</groups>
<templates>
@Barneybook
Barneybook / Telegram_it_group_list.md
Last active March 30, 2024 09:36
Telegram 資訊相關 群組清單
@chusiang
chusiang / teams-chat-post.sh
Last active March 21, 2024 10:55
Post a message to Microsoft Teams with bash script.
#!/bin/bash
# =============================================================================
# Author: Chu-Siang Lai / chusiang (at) drx.tw
# Filename: teams-chat-post.sh
# Modified: 2021-10-18 00:09
# Description: Post a message to Microsoft Teams.
# Reference:
#
# - https://gist.github.com/chusiang/895f6406fbf9285c58ad0a3ace13d025
#
@Artistan
Artistan / A Link Javascript.md
Last active August 21, 2023 02:35
Add Dark Theme Bookmark
@halberom
halberom / htmlfile.html
Created December 6, 2017 11:16
ansible - example of parsing html table into dict
<html><title>Find Location of an IP</title>
<body><font face=\"Arial\">
<H1>Please provide an IP or a LOCATION :</H1>
<p>Search Location, DS site code, Country, Network types or Comments</p>
<form method=\"GET\" action=\"launch_search_IP.pl\">
<p> <input name=\"ip_to_search\" width=\"100%\" height=\"100%\" ></p>
<input type=\"submit\" value=\"Search\"></form>
<p> Here are results for your search of <b> 192.168.0.1 </b> :
<br>
<br>
@chusiang
chusiang / continuous-delivery-workshop-with-ansible-x-gitlab-ci.md
Last active June 24, 2021 06:01
The topic intro for 2017.10.15 DigitalOcean Hsinchu、2017.11.11 Study-Area Tainan.

DevOps 人一定要知道的持續交付技巧 - Ansible & GitLab CI 實戰演練

2017/11/01 此頁面已不再維護,請移至 GitLab 上觀看。

主題簡介

Ansible 是個與 Puppet, Salt, Chef 並列其四的 Infrastructure as Code 組態設定工具,其簡單易用的特性讓人愛不釋手;GitLab 是業界常見的 Git 私有版本控制服務,搭配其 GitLab CI 更能建立屬於自己的發佈流程。

本次凍仁將藉由工作坊的形式,帶領大家一探持續交付的世界和自動化的威力!