Update for 11-01-22 20:15
This commit is contained in:
parent
f810383903
commit
0d82ed4090
@ -3,7 +3,9 @@
|
|||||||
GNU Radio is a program allowing for radio signals to be processed by creating
|
GNU Radio is a program allowing for radio signals to be processed by creating
|
||||||
drag and drop flow charts.
|
drag and drop flow charts.
|
||||||
|
|
||||||
== Gentoo Install ==
|
== Install ==
|
||||||
|
|
||||||
|
=== Gentoo Install ===
|
||||||
|
|
||||||
NOTE gentoo install is somewhat broken. Here is how to reproduce my setup
|
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
|
2) sudo emerge dev-qt/qtopengl
|
||||||
- This is to be run after the above command fails (if it does fail)
|
- This is to be run after the above command fails (if it does fail)
|
||||||
3) sudo emerge net-wireless/gnuradio-9999
|
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
|
||||||
|
9
tech/calcurse.wiki
Normal file
9
tech/calcurse.wiki
Normal file
@ -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
|
@ -16,6 +16,11 @@ The bell labs proposal for the best OS design ever
|
|||||||
* [[shuf]]
|
* [[shuf]]
|
||||||
* [[tar]]
|
* [[tar]]
|
||||||
|
|
||||||
|
== Other utils ==
|
||||||
|
|
||||||
|
* [[vifm]]
|
||||||
|
* [[calcurse]]
|
||||||
|
|
||||||
== Gentoo ==
|
== Gentoo ==
|
||||||
|
|
||||||
* [[gentoo_cheat_sheet|Gentoo Cheat Sheet]]
|
* [[gentoo_cheat_sheet|Gentoo Cheat Sheet]]
|
||||||
|
9
tech/vifm.wiki
Normal file
9
tech/vifm.wiki
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user