【Linux 應用】使用Zenity零成本開發的多開瀏覽器管理器 Posted on 2023 年 11 月 12 日2024 年 3 月 7 日 By 楊 明翰 在〈【Linux 應用】使用Zenity零成本開發的多開瀏覽器管理器〉中尚無留言 Linux 入門 本篇文章想分享我自己目前在Linux筆電上使用的瀏覽器多開的管理,方法簡單好用
【Linux 基礎教學】04 shell Script 陣列 Posted on 2023 年 1 月 29 日2023 年 5 月 22 日 By 楊 明翰 在〈【Linux 基礎教學】04 shell Script 陣列〉中尚無留言 Linux 入門 陣列是連續的資料,可以方便我們搭配迴圈批次處理資料。在shell Script中,宣告一個陣列的方式為使用小括 … Read More “【Linux 基礎教學】04 shell Script 陣列” »
【Linux 基礎教學】03 shell Script 變數 Posted on 2023 年 1 月 7 日2023 年 3 月 28 日 By 楊 明翰 在〈【Linux 基礎教學】03 shell Script 變數〉中尚無留言 Linux 入門 數值變數和字串變數直接賦值 在shell script 中,直接用符號「變數=值」來宣告一個變數,等號中間不可 … Read More “【Linux 基礎教學】03 shell Script 變數” »
【Linux 基礎教學】02 pipeline 匿名管道(管線) 的串接 Posted on 2023 年 1 月 6 日2023 年 3 月 28 日 By 楊 明翰 在〈【Linux 基礎教學】02 pipeline 匿名管道(管線) 的串接〉中尚無留言 Linux 入門 pipeline是Linux體系裡處理資料的核心觀念,其主要作用是把指令或是程式串起來建立一連串的資料處理流程 … Read More “【Linux 基礎教學】02 pipeline 匿名管道(管線) 的串接” »
【Linux 基礎教學】01 常用路徑導航(Navigation Commands)與檔案操作命令 cd、ls、mkdir、pwd、cp、tree Posted on 2023 年 1 月 5 日2023 年 3 月 28 日 By 楊 明翰 在〈【Linux 基礎教學】01 常用路徑導航(Navigation Commands)與檔案操作命令 cd、ls、mkdir、pwd、cp、tree〉中尚無留言 Linux 入門 在Linux中,大多數的工作可以由所謂的”指令”(實際上是一系列被拆分成簡單的小的功能 … Read More “【Linux 基礎教學】01 常用路徑導航(Navigation Commands)與檔案操作命令 cd、ls、mkdir、pwd、cp、tree” »