Need to see which daemons are listening for connection requests on a *nix machine ?
“sockstat -4l” for IPv4, and “sockstat -l” for IPv4 and IPv6.
Need to see which daemons are listening for connection requests on a *nix machine ?
“sockstat -4l” for IPv4, and “sockstat -l” for IPv4 and IPv6.
function onOpen() {
getTVID();
}
function getTVID() {
var sheet = SpreadsheetApp.getActiveSheet();
sheet.getRange(‘A1:Z100’).clearContent();
var threads = GmailApp.search(‘from:tv@gmail.com “TV on “‘);
for (var i=0; i < threads.length; i++)
{
var messages = threads[i].getMessages();
for (var j=0; j < messages.length; j++)
{
if (!messages[j].isUnread())
{
continue;
}
tid=messages[j].getSubject();
pid=messages[j].getSubject();
dte= messages[j].getDate();
tvid=tid.slice(tid.length-9, tid.length);
pvid=pid.slice(5, tid.length-12);
sheet.appendRow([dte,pvid,tvid]);
}
}
}
I am from the island of Antigua. I live in St. Thomas, United States Virgin Islands. I am a roboticist.
A roboticist is a person who designs, builds, programs, and experiments with robots.
Mucho Cool !!!!
With much of our attention focused the rise of advanced artificial intelligence, few consider the potential for radically amplified human intelligence (IA). It’s an open question as to which will come first, but a technologically boosted brain could be just as powerful — and just as dangerous – as AI.
Building custom fit solutions to my problems…
The Solid is an unusual bicycle: it’s 3D-printed out of titanium, it’s unusually streamlined, it will take you on routes designed to help you discover a city and it tells you where to turn by buzzing signals in the handlebars. It’s also a signal of how things will be built in the future.