laravel-trusted-proxies

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Can you sneeze while asleep?

Updated 4th August 2022

Have you ever wondered if you can sneeze while asleep? It’s definitely not the kind of question most people ask themselves when they wake up in the morning. Usually, you might sneeze as a result of your body ejecting an allergen or as a response to a virus. Neither allergens nor viruses care if you’re

How to Upload and Download files to and from a Linux server over SSH

Updated 16th August 2022

Its common place to need to upload and download files to and from a remote Linux server. To upload and download files from a remote Linux server you can use the scp (secure copy) command. To download a file you can use: To upload a file you can use: scp /path/to/file/your/uploading username@ip-or-server-name:/path/to/location/to/upload/to Note: It is

Bootstrap 4 Grid System broken in Safari

Updated 18th May 2021

Are you having troubles with Bootstrap 4 Grid System in Safari? What used to work doesn’t seem to anymore within Safari. As the example below shows, this is how we usually create 3 columns within a row. <div class="row"> <div class="col-4">Column 4</div> <div class="col-4">Column 4</div> <div class="col-4">Column 4</div> </div> However, in Safari, instead of these