Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
videos:021:notes [2019/11/28 17:22]
joel [LKV383 - 4K]
videos:021:notes [2023/03/21 07:30] (current)
joel [Nix Package Manager - Part 1 - Getting Started]
Line 1: Line 1:
-===== LKV373A ===== +===== Nix Package Manager - Part 1 - Getting Started ===== 
-==== Rx ==== +<html><iframe width="854" height="480" src="https://www.youtube.com/embed/xXlCcdPz6Vc" title="Getting Started with Nix" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></html>
-  * Firmware: {{ :videos:021:20191112-lkv373-rx-mu1.tar.xz |}} +
-{{:videos:021:20191111-rx-board.jpg?400|}}+
  
-===== LKV383 1080p ===== +<panel title="Summary" subtitle="Mar 15, 2023"> 
-==== Tx ==== +<panel-body>Nix is a powerful package manager for UNIX-like systems powered by a functional programming language. In this video, we introduce the Nix package manager and begin to demonstrate some its unusual yet power features.</panel-body> 
-{{:videos:021:20191112-lkv383-tx-top.jpg?400|}} +<list-group> 
-{{:videos:021:20191112-lkv383-tx-bottom.jpg?400|}}+  * [[https://odysee.com/@OpenTechLab:f/20230314-otl-020-nix-introduction-mastered:9|odysee]] 
 +  * [[https://www.youtube.com/watch?v=xXlCcdPz6Vc|YouTube]] 
 +</list-group> 
 +</panel>
  
-==== Rx ==== +==== Install Nix ==== 
-{{:videos:021:20191112-lkv383-rx-top.jpg?400|}} +   * [[https://nixos.org/|NixOS Website]] 
-{{:videos:021:20191112-lkv383-rx-bottom.jpg?400|}}+     * [[https://nixos.org/download.html|Installation]]
  
-===== LKV683 - 4K ===== +==== Run GNU Hello ==== 
-  * Firmware{{ :videos:021:20191112-lkv683-fw.tar.xz |}} +  * ''nix run 'nixpkgs#hello' '' - Run [[https://www.gnu.org/software/hello/|GNU Hello]] 
-==== Tx ==== +  * ''nix shell 'nixpkgs#hello' '' Open a shell containing GNU Hello
-{{:videos:021:20191111-lkv683-tx-top.jpg?400|}} +
-{{:videos:021:20191111-lkv683-tx-bottom.jpg?400|}}+
  
-==== Rx ==== +==== C++ Example Application ==== 
-{{:videos:021:20191111-lkv683-rx-top.jpg?400|}} +  * GitHubhttps://github.com/jhol/otl-nix-cxx-example
-{{:videos:021:20191111-lkv683-rx-bottom.jpg?400|}}+