July 17 tech projects and games

13/07/2017

I downloaded Sleeping Dogs for the PS4, 10 bucks for an awesome GotY title.
Think I actually prefer the shooting / combat mechanics to GTAV

Still haven’t given The Z a test drive

I’ve been playing with one of my Raspberry Pi’s; have an headless installation of Raspian running: Jessie Lite.
Currently setup a twitter feed (GamerGeekNews) from some of my favourite sites and am looking for other ideas.

Here’re a few useful sites I’ve been referencing and have found useful:

# 42 OF THE MOST USEFUL RASPBERRY PI COMMANDS

42 of the Most Useful Raspberry Pi Commands

# static IP
https://devcereal.com/setting-static-ip-raspberry-pi/

# ifconfig explained
http://www.aboutlinux.info/2006/11/ifconfig-dissected-and-demystified.html

# setup ssh
https://devcereal.com/setup-ssh-raspberry-pi/

# tor script
https://github.com/breadtk/onion_pi/blob/master/setup.sh

# tor openvpn
https://gist.github.com/superjamie/ac55b6d2c080582a3e64

# RSS script
http://alvinalexander.com/python/python-script-read-rss-feeds-database

# Twitter scripts
http://www.instructables.com/id/Raspberry-Pi-Twitterbot/
https://devcereal.com/how-to-build-raspberry-pi-twitter-bot-python/

# Twitter bot, Pi Temp
http://www.makeuseof.com/tag/how-to-build-a-raspberry-pi-twitter-bot/

# Send Your RSS Feeds to Twitter
http://samplefive.com/2016/06/send-your-rss-feeds-to-twitter/

# RSS to Twitter Py3
https://github.com/engdeathmatch/RssToTwitterPy3

# Replace Google Reader with a Raspberry Pi
https://www.geek.com/chips/replace-google-reader-with-a-raspberry-pi-1543093/

# HOW TO MAKE A TWITTER BOT WITH GOOGLE SPREADSHEETS (VERSION 0.4)
http://www.zachwhalen.net/posts/how-to-make-a-twitter-bot-with-google-spreadsheets-version-04/

# feed2tweet
https://github.com/chaica/feed2tweet
# destructions
https://feed2tweet.readthedocs.io/en/latest/use.html

# crontab setup
https://thepihut.com/blogs/raspberry-pi-tutorials/34930820-running-things-regularly-cron

# linux find

25+ Examples of Linux find Command – How to search for Files