I hereby claim:
- I am jatindhankhar on github.
- I am jatin (https://keybase.io/jatin) on keybase.
- I have a public key whose fingerprint is 633F 3305 5C51 6A75 CB04 E9A0 5DE6 30E3 4CEF BA46
To claim this, I am signing this object:
| Download and install by following the guide by Linux Veda | |
| #systemctl enable NetworkManager | |
| # systemctl start NetworkManager | |
| Disable DHCPCD | |
| systemctl disable dhcpcd.service #Confilcts | |
| Install yaourt | |
| Fix Yaourt error arising due to curl and IPV6 |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
I hereby claim:
To claim this, I am signing this object:
| import os | |
| import smtplib | |
| from email.mime.text import MIMEText import csv | |
| with open('/home/jatin/py.csv', 'rb') as f: # Replace path with your file path | |
| reader = csv.reader(f) | |
| for row in reader: |