sudo crontab -e
@reboot sleep 120;ifconfig wlan0 | egrep "inet 219\.260\.0" || echo "ERROR IP address not wifi ready">/var/log/reboot.log; shutdown -r now
Firstname Lastname
firstnamelastname, Firstname, Lastname
cat names.txt | sed -re "s/(\S+)(\s)(\S+)/\L\1\3\E,\1,\3/"
(\S+)
(\s)
(\S+)
\L\1\3\E
,\1,\3
debugger;
about:config
devtools.debugger.new-debugger-frontend = false
(was true)
E: Unable to locate package ffmpeg
sudo add-apt-repository universe multiverse
sudo apt update
sudo apt upgrade
sudo apt install ffmpeg
"one two three".split(' ');
['one','two','three']
name = "one two three".split(' ');
name[0];
aname = "one two three".split(' ');
aname[0];
var name = "one two three".split(' ');
email
root
flog archives
Disclaimer:
This page is by me for me, if you are not me then please be aware of the following
I am not responsible for anything that works or does not work including files and pages made available at www.jumpstation.co.uk
I am also not responsible for any information(or what you or others do with it) available at www.jumpstation.co.uk
In fact I'm not responsible for anything ever, so there!