From 0d82ed4090acbd0ea36f03aa4800598237aabd7e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 11 Jan 2022 20:15:01 -0500 Subject: [PATCH] Update for 11-01-22 20:15 --- tech/Gnuradio.wiki | 20 +++++++++++++++++++- tech/calcurse.wiki | 9 +++++++++ tech/unix.wiki | 5 +++++ tech/vifm.wiki | 9 +++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 tech/calcurse.wiki create mode 100644 tech/vifm.wiki diff --git a/tech/Gnuradio.wiki b/tech/Gnuradio.wiki index 59bae25..8233488 100644 --- a/tech/Gnuradio.wiki +++ b/tech/Gnuradio.wiki @@ -3,7 +3,9 @@ GNU Radio is a program allowing for radio signals to be processed by creating drag and drop flow charts. -== Gentoo Install == +== Install == + +=== Gentoo Install === NOTE gentoo install is somewhat broken. Here is how to reproduce my setup @@ -13,3 +15,19 @@ NOTE gentoo install is somewhat broken. Here is how to reproduce my setup 2) sudo emerge dev-qt/qtopengl - This is to be run after the above command fails (if it does fail) 3) sudo emerge net-wireless/gnuradio-9999 + +=== Arch install === + +On arch it is in the default repos and is realtivly easy to install. + +Be sure to install (by hand) + +1) pip install pycairo +2) pip install python-gobject + +After you install those it should work fine + +== FM radio == + +To recieve data from a radio you must use a osmocom source to get the info from +the reciever into the flow chart diff --git a/tech/calcurse.wiki b/tech/calcurse.wiki new file mode 100644 index 0000000..30ea533 --- /dev/null +++ b/tech/calcurse.wiki @@ -0,0 +1,9 @@ += Calcurse = + +Calcurse is a terminal calendar program + +== Hooks == + +On both hooks if using calcurse-caldav, be sure to add the +`CLACURSE_CALDAV_PASSWORD=$(pass show calendar/password/path)` +line to it so that calcurse will grab the password from pass diff --git a/tech/unix.wiki b/tech/unix.wiki index 2c86d90..e2b83f7 100644 --- a/tech/unix.wiki +++ b/tech/unix.wiki @@ -16,6 +16,11 @@ The bell labs proposal for the best OS design ever * [[shuf]] * [[tar]] +== Other utils == + +* [[vifm]] +* [[calcurse]] + == Gentoo == * [[gentoo_cheat_sheet|Gentoo Cheat Sheet]] diff --git a/tech/vifm.wiki b/tech/vifm.wiki new file mode 100644 index 0000000..72ee0a4 --- /dev/null +++ b/tech/vifm.wiki @@ -0,0 +1,9 @@ += Vifm = + +vifm is an awesome vim inspired application for file management in the terminal + +== previews == + +First install ueberzug via pip. Then grab the vifmimg git repo and copy the +named files to a place in $PATH. Then install ffmpegthumbnailer to make +thumbnails of videos and images.