__                 __                  __                    __              
/\ \               /\ \  __            /\ \                __/\ \      __     
\ \ \___      __   \_\ \/\_\        ___\ \ \___      __   /\_\ \ \____/\_\    
 \ \  _ `\  /'__`\ /'_` \/\ \      /'___\ \  _ `\  /'__`\ \/\ \ \ '__`\/\ \   
  \ \ \ \ \/\  __//\ \_\ \ \ \    /\ \__/\ \ \ \ \/\ \_\.\_\ \ \ \ \_\ \ \ \  
   \ \_\ \_\ \____\ \___,_\ \_\   \ \____\\ \_\ \_\ \__/.\_\\ \_\ \_,__/\ \_\ 
    \/_/\/_/\/____/\/__,_ /\/_/    \/____/ \/_/\/_/\/__/\/_/ \/_/\/___/  \/_/ 
  • Home
  • Github
  • Work
  • Contact

How to setup wildcard dev domains with dnsmasq on a mac

  • 2018-05-19
  • c: development
  • #: dnsmasq, network

I am developping a website for which each user has its own subdomain: user1.example.localhost, user2.example.localhost, etc… On my mac, I am using the .localhost extension to serve development websites. I am able to access the base domain name of the app…

How to setup networking on Debian 9 Stretch with systemd

  • 2018-04-30
  • c: server
  • #: debian, network, server, systemd

Debian 9 uses systemd by default to manage its network interfaces. We are going to configure the public network interface and a private network interface. We also are going to add some additional ip addresses in alias mode to the…

helpers: a collection of php helper functions

  • 2016-09-21
  • c: code
  • #: php

artisan-log-cleaner: an artisan command to clear laravel log files

  • 2016-09-14
  • c: code
  • #: laravel, logs, php

laravel-gelf-logger: a package to send gelf logs to a gelf compatible backend like graylog

  • 2016-09-12
  • c: code, server
  • #: laravel, logs, php

laravel-date-range: a date range trait with local scope methods for Laravel Eloquent models

  • 2016-09-05
  • c: code
  • #: laravel, php

uptime-checker: a php library to monitor website uptime

  • 2016-09-02
  • c: code
  • #: php, server

zotero-api: a php wrapper for zotero web api

  • 2016-07-29
  • c: code
  • #: api, json, php

Fix Xpenology problems viewing internal hard drives as esata hard drives

  • 2016-03-02
  • c: server
  • #: xpenology

Synology NAS are nice, well manufactured, and have one of the best NAS operating system (Diskstation Manager or “DSM”). They are also, like almost every prebuilt NAS, very weak in terms of performance. The solution is to install DSM on your own server/computer…

Create a user and restrict him to his home directory on Ubuntu 14.04

  • 2015-10-07
  • c: server
  • #: chroot, ubuntu

When you want to give someone an access to your website or server, you don’t want to give him your personal login credentials. The best way is to create a new user and restrict this new user to his own…

Older posts
  • hedichaibi.com © 2023 - Internet stuff
  • Home
  • Github
  • Work
  • Contact