Secure shell into file server. Install samba if not already present: Create samba password with : sudo smbpasswd -a YOUR_USERNAME Configuring the share: Restart samba:
Tag: Web Development
Bypassing Laravel’s CSRF Middleware on selected routes (from 5.1)
A handy way to have some of your routes skip the middleware for CSRF protection. Handy in some situations.
Every time I do a “git add .”, I feel a little dirty inside.
How to stream live audio over the web using Icecast2 and Puredata
Trying to get SMS posting to my website working this late at night. What was I thinking. Nearly there though I think.
So planning and building an e-commerce CMS is harder than it seemed at first. Not that I thought it would be easy.
100 days 2015 – 10 days in
For the past ten days I have been doing the 100 day challenge. I decided to have a go at building my own e-commerce CMS. I don’t have a big passion for e-commerce. In fact most of the time I work with e-commerce it frustrates me. But then I always remember hearing the old saying:…
With each extra Laravel component I pull in to use, I increasing think – why not just use Laravel? I then have to remind myself that this whole thing I’m building is an experiment and a learning exercise, so it’s okay.
Successfully pulled in Laravel’s Ioc Container package for use with my project. I love it when things just work. BooYa!
I ain’t happy unless I’m tinkering. Re-installing Windows 7 then gonna use vagrant for dev stuff.
MKV, as in the audio/video container format, are also known as Matroska Video files. Matroska coming from the Russian word ‘matryoshka’, meaning ‘nesting dolls’.
The more I see how JavaScript gets used in websites I visit, the more I despair. Like when extra content gets loaded in, I click a link in that extra content to go to another page – so far, fine. But then if I click the back button in browser it won’t jump to where I was previously because that content isn’t there any more – not until I scroll down or click the ‘load more’ link at least. I dare say there is a responsible way to approach this. Here’s my idea – just paginate the results and provide page links. Zany idea I know.