Notes
![]() ![]() Notes - notes.io |
sudo nano /etc/environment
export http_proxy="http://plm-proxy.avl01.avlcorp.lan:8080/"
export https_proxy="http://plm-proxy.avl01.avlcorp.lan:8080/"
export no_proxy="localhost, 127.0.0.1"
sudo visudo
Defaults env_keep+="http_proxy https_proxy no_proxy"
************************ Manual sync of time via internet ************************
timedatectl status
timedatectl set-ntp 0
python3 /home/pi/bin/setTime.py
from datetime import datetime
from dateutil import tz
import requests
import os
from_zone = tz.tzutc()
to_zone = tz.tzlocal()
response=requests.get('http://just-the-time.appspot.com/')
utc = datetime.strptime(response.text.strip(), '%Y-%m-%d %H:%M:%S')
print(utc)
utc = utc.replace(tzinfo=from_zone)
print(utc)
local = utc.astimezone(to_zone)
print(local)
noffLocal = (local.strftime('%Y-%m-%d %H:%M:%S'))
print(noffLocal)
#cmdStr=("sudo timedatectl set-time " + '"' + response.text.strip() + '"')
cmdStr=("sudo timedatectl set-time " + '"' + noffLocal + '"')
print(cmdStr)
os.system(cmdStr)
************************ WIFI AP ************************
hostname/ssid spchubdev01
password/phrase a1s2d3f4
Trying... https://github.com/billz/raspap-webgui
found here... https://howtoraspberrypi.com/create-a-wi-fi-hotspot-in-less-than-10-minutes-with-pi-raspberry/
************************ Window Manager ************************
/usr/bin/startx
userclientrc=$HOME/.xinitrc
sysclientrc=/etc/X11/xinit/xinitrc
sudo update-alternatives --config x-window-manager
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team