99°
  •  Home
  •  Archives
  •  About
  •  Home
  •  Archives
  •  About

Ubuntu的奇巧淫技

 2018-04-13
 memo
 
  • 安装小工具

    sudo apt install fortune
    sudo apt install fortune-zh
    sudo apt install cowsay
    sudo apt install lolcat

  • 小牛讲道理

    for i in {1..5};do echo fortune|cowsay;done

  • 加颜色

    for i in {1..5};do echo fortune|cowsay|lolcat;done

 2019-01-05
 Linux
 Previous

《模式识别与机器学习 中文版(马春鹏 译)》_读书笔记

Machine Learning
Next 

Linux系统IO模式

Linux

 Related Posts

  • 《统计学习方法(李航 著)》_读书笔记
  • 《模式识别与机器学习 中文版(马春鹏 译)》_读书笔记
  • Linux系统IO模式
  • Markdown语法
  Categories
  • Algorithm
    (20)
  • BigData
    (1)
  • Database
    (1)
  • EAs
    (2)
  • memo
    (59)
  Hot Tags
BFS Binary Search C/C++ DE DFS Database Doubling Dynamic Programming Git Go Golang Graph theory Greedy Hadoop Haskell Heap Java Knapsack LCA Latex LeetCode Linux Machine Learning Markdown Matlab Microservice MySQL Natural Language Processing Number theory PSO Paper Prefix Sum Reinforcement Learning Rust Simulation Spanning tree String Union-Find Set Water Web Windows Programming

Blog content follows the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License

Use Material X as theme, total visits times.