Posts

Showing posts from March 18, 2019

Can i use python script to add users (mac auth) to Freeradius 3.0?

Image
0 I've been searching for any examples using python script to add users to freeradius, but i guess i'm using wrong keywords. can i ask for your help regarding how to implement this? im still new with python and freeradius. thank you **edited im using Daloradius with Wifi hotspot python freeradius share | improve this question edited Nov 21 '18 at 15:09 nicollette16 asked Nov 21 '18 at 14:50 nicollette16 nicollette16 12 5

Compare Column wise multiple files in Unix

Image
0 I want to compare 2 files like mentioned below. File 1 123 |245 |abcd |yuu 9999|1111|ujwij|6565 File 2 123 |245 |^&27hdj|y2o 9999|1111|00023 |6565 Expected Output Record Number | Column No 1 | 3 1 | 3 How do I create a unix command or script for this as I have multiple files for this as number of columns vary with different scenarios. Also I wanted to listen these 2 files from different path and generate the differences in output file. awk share | improve this question edited Jan 28 at 12:08 Mr Shunz 2,491 2 19 22