Mindblown: a blog about philosophy.
-
mkdir:Cannot create directory ‘/.NVM’:Permission denied
How to solve it
-
Enforce Case sensitive usernames in freeradius.
Solving Case Insensitivity Issues in Freeradius with MySQL Introduction: When you install Freeradius with MySQL, you may encounter an issue where customers can log in regardless of the case sensitivity of their username. For example, “DFGT” and “DFGt” would both authorize successfully. This can be resolved by making a few changes to the Freeradius configuration…
-
django.db.utils.DataError: (1406, “Data too long for column ‘data_id’ at row 1490”)
One of the ways this error occurs is when you have existing data that is a varchar and you want to convert to uuid
-
How to Make Mikrotik an OpenVPN client
Download the openvpn ovpn profile. e.g mikrotik.ovpn Ensure tls and tls cert are removed,lzo compression and openvpn supports tcp. Navigate to mikrotik and click files Click upload files Click system > certificates ->Click Import The import file will import the certificates. Create a VPN profile. Navigate to ppp -> profiles ->Click Add New. Ensure you…
-
Customize OPENVPN profile for Mikrotik client
Mikrotik support for vpn is quite versatile with several VPN clients/server setups to chose from,among them OPENVPN. Facts to grasp before deployment of the openvpn: Lacks support for While deploying the ovpn file,make sure tls is disabled and the tls certificate absent. Sample ovpn client for mikrotik clientdev tunproto tcpremote PUBLIC IP PORTresolv-retry infinitenobindpersist-keypersist-tunauth SHA1cipher…
Got any book recommendations?