ESPN's hidden API endpoints
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
| diff -r 7af530381fec src/eval.c | |
| --- a/src/eval.c Sun Aug 17 17:24:07 2014 +0200 | |
| +++ b/src/eval.c Mon Aug 18 16:39:16 2014 +0900 | |
| @@ -6899,8 +6899,8 @@ | |
| free_unref_items(copyID) | |
| int copyID; | |
| { | |
| - dict_T *dd; | |
| - list_T *ll; | |
| + dict_T *dd, *dd_next; |
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
These are manual instructions on enabling SSH access on your Steam Deck, adding public key authentication, and removing the need for a sudo password for the main user (deck).
This gist assumes the following:
ssh, ssh-keygen, and ssh-copy-idNOTE: @crackelf on reddit mentions that steamOS updates blow away everything other than /home, which may have the following effects:
systemd config for sshd.service, which would prevent the service from automatically starting on bootsudoers.d config, which would reenable passwords for sudo