For the first time in a long time I’m driving to work. Here goes.
Category: Notes
Just fleeting thoughts that pop into my mind. Or perhaps things I’ve been thinking about that don’t really warrant a full-on post.
-
π Notes
-
π Notes
Watching American Horror Story series 4 episode 11: Magical Thinking.
-
π Notes
Thank you Google for breaking the images on google play music. src=”” indeed.
-
π Notes
Loving this song by Grimes (featuring Blood Diamonds) – Go
-
π Notes
Rewriting my database structure is proving more work than first thought. Still – I’ve learnt some new Laravel stuff which is always good. So even if it never ends up being used, it’s not been a wasted exercise.
-
π Notes
Adele’s voice just blows me away.
-
π Notes
Setting up samba share on my home network
Secure shell into file server.
Install samba if not already present:
sudo apt-get install sambaCreate samba password with :
sudo smbpasswd -a YOUR_USERNAME
Configuring the share:
sudo nano /etc/samba/smb.conf# /etc/samba/smb.conf [media] path = /home/YOUR_USERNAME/Share available = yes valid users = YOUR_USERNAME read only = no browsable = yes public = yes writable = yesRestart samba:
sudo restart smbd
-
π Notes
Raspberry Pi VPN all up and running. I feel so techy.
-
-
π Notes
Starting to implement some css flexbox into my site. At first I was going to completely restart my site’s styling, but instead I opted to checkpoint it tonight at ‘v1’. Then any new changes become ‘v2’, which will change over time.
-
-

