#expiration

Марков Дмитрийwerwolf2517@gts.itrus.su
2025-04-15

Переписал свой скрипт для проверки #domain #expiration используемый в #zabbix. Делюсь.

#!/usr/bin/env bash

DOMAIN="$1"

# Проверка, что домен передан
if [ -z "$DOMAIN" ]; then
  echo "Ошибка: домен не указан"
  exit 1
fi

# Извлечение домена второго уровня (например, example.com из sub.sub.example.com)
# Разбиваем по точкам и берём последние два сегмента
SECOND_LEVEL_DOMAIN=$(echo "$DOMAIN" | awk -F. '{print $(NF-1)"."$NF}')

# Получаем дату истечения домена
exdate=$(whois "$SECOND_LEVEL_DOMAIN" | grep -E 'paid|Expire|Expiry' | grep -o -E '[0-9]{4}.[0-9]{2}.[0-9]{2}|[0-9]{2}/[0-9]{2}/[0-9]{4}')

# Проверка, что дата истечения найдена
if [ -z "$exdate" ]; then
  echo "Ошибка: не удалось определить дату истечения для $SECOND_LEVEL_DOMAIN"
  exit 1
fi

# Преобразуем дату в epoch
expire=$(date -d "$exdate" '+%s')
today=$(date '+%s')

# Вычисляем разницу в секундах и днях
leftsec=$((expire - today))
leftdays=$((leftsec / 86400))

echo "$leftdays"
Claudio Piresclaudiocamposp
2025-04-01

How To Extend Login Expiration Time in WordPress Website? Guide youtube.com/watch?v=LWaASEzbSDI 🎬💡🧑‍💻

2025-02-12

Let’s Encrypt SSL certificate expiry warning emails

If you use Let's Encrypt to secure the traffic to your web server, mailserver or other situations where you need a SSL-encrypted data exchange, you are probably using the dehydrated script to manage those certificates to ensure that they will be renewed on time (Let's En

alien.slackbook.org/blog/lets-

#Slackware #Software #alert #certificate #expiration #expiry #letsencrypt #script #ssl

Radio AzureusRadioAzureus
2025-02-11

@kzimmermann

This is what I get from chrome mobile, a bit more descriptive

I wonder why Firefox mobile and Chrome mobile are barfing up on the certificate expiration date, while it will clearly expire on the 20th of March, a number of days into the future; are these browsers now clairvoyant?

Both are different Androids with a clock synchronized properly

Gea-Suan Lingslin@abpe.org
2025-01-31

Let's Encrypt 終止 e-mail 通知到期的服務

之前如果在申請 Let's Encrypt 時有將 e-mail 填寫進去的話 (大多數人應該沒填),Let's Encrypt 會在快要到期的時候寄信給你。而 Let's Encrypt 打算終止這個服務:「Endin

blog.gslin.org/archives/2025/0

#Computer #Mail #Murmuring #Network #Security #Service #certificate #email #email #end #expiration #expire #letsencrypt #mail #notification #of #security #ssl #support #tls

2025-01-24

The #Myth of #Drug #Expiration Date. #Hospitals and #pharmacies are required to toss #expired #drugs, no matter how expensive or vital. Meanwhile the #FDA has long known that many remain #safe and potent for years longer. propublica.org/article/the-myt

SkyLine Newsskylinenews
2025-01-20

Members of the Teamsters union have authorized a strike against popular US retailer Costco next month as a pre-emptive bargaining-position ahead of the expiration of a work contract for 18,000 company workers.If...CHECK THE FULL ARTICLE BELOW👇

skylinenews.org/strike-authori

2025-01-14

@jwildeboer

Like an email address that is neglected, that should never expire, the same applies to domain names.

DNS is flawed design.

#DNS #Expiration

2025-01-13

"Hey! Here's a gift."

"Wow! What is it?"

"Oh, it is a promise that if you twice more that thing you did, then I'm going to give you a *real* gift."

"Ah."

"Oh, also this promise expires in 120 days."

"What if I don't do that thing within the time you allocated?"

"Well, then you're shit out of luck."

The astute among you will have recognized that this is how "reward" programs work. You get points. You can use those points towards a gift, but those points expire.

#rewards #gift #promise #expiration #points #marketing #assholes

Karl Voit :emacs: :orgmode:publicvoit@graz.social
2024-12-24

@EricAlper Yes, this is old.

However:

It did not have in-app purchases.

Oh, it didn't come with #ads.

It had no direct or indirect #expiration date where it stopped working altogether.

It continued working even when its original #manufacturer went out of business.

You really owned it.

It had no dependency to the #cloud.

There were no features that stopped working because of some remote marketing guy decided so.

It didn't contain call-back routines to the manufacturer.

It did not listen to its surrounding and generate #voiceprofiles for all people you meet.

It didn't spy on its buyers and sell those voice profiles an other very personal #data to #brokers which resell to #insurances, #advertisement companies and worse.

You could actually go to any electronic shop to get it repaired.

It was not overpriced.

It just played #music. It was perfect.

#capitalism #surveillance #entshittification #hifi #hardware #products

2024-12-22

At the supermarket he stood behind a bald old man. He squinted but found no #expiration date. Dino followed a bald punk down the freezer section, eventually determining the kid lacked a date.
Must've been a fluke.
The next day Mr. Tibbs was being neatened up when Dino pretended to slip.
"20320119"
"Oh my goodness! I am sorry! This one is on the house, Ron!"
Later, Dino contemplated his tool. His chair. His mirror. The jar of combs. "Maybe it's me?"
"Tony, I needja. C'mere!" 2/x
#wss366

Gemma ⭐️🔰🇺🇸 🇵🇭gcvsa@mstdn.plus
2024-11-09

These transit #tickets that you buy electronically, and then must activate before using, that are then only valid for a limited time period, should be outlawed. There is no conceivable valid purpose for this #activation and #expiration scheme other than to rob #transit riders. #SamTrans #NJTransit

2024-11-08

The amount of damaged and spoiled items I have gotten from #grocery orders in the last six months or so has really increased quite a bit. These items being #damaged or #spoiled are not the fault of the #shopper, but the fault of the #store for not being more vigilant about their #inventory and having enough #employees on the payroll to go through when #stocking the shelves to check #expiration dates and conditions of the products. #food

2024-06-11

This one is really important in case of a cybersecurity incident / account compromise.

Microsoft Entra ID uses different tokens for different purposes. A general feature of tokens is that they keep logins active.

What is the token lifetime? Expiration? What are the token revocation options for different types of Microsoft Entra ID tokens?
👇👇
cswrld.com/2024/06/microsoft-e

#cswrld #entraid #token #revocation #expiration #cybersecurity #tips

Microsoft Entra ID token lifetime and revocation
Some Bits: Nelson's Linkblogsomebitslinks@tech.lgbt
2024-03-30

Tailscale outage: Details on how a very capable networking company failed to renew their SSL certificates.
tailscale.com/blog/tls-outage-
#certificate #expiration #tailscale #calendar #ipv6 #ssl #+

eicker.news ᳇ tech newstechnews@eicker.news
2024-01-31

»#Universal Music Group Warns It Will Pull #Songs From #TikTok After Deal #Expiration: TikTok says UMG 'has put their own greed above the interests of their artists and songwriters'.« variety.com/2024/digital/news/ #tech #media

TechHelpKB.com 📚techhelpkb
2023-10-22

Your phone’s lifespan clock starts from when it was made, not when you purchased it. That makes keeping track of all this a little tricky.


tchlp.com/3s4pa7S

2023-08-01

Bloody hell... the stupidity is piling up this morning. I received this text:

Reminder- Your credit card ending in is set to expire soon. Please contact us at XXXXXXXXXX to update it.
Text STOP to Opt Out

This is it. This is the entire text.

1. You'll notice that it says "card ending in" and then there is no number.

2. This was sent by a phone number that I did not recognize.

3. I don't recognize the number in the message either.

4. The two phone numbers are different.

​:thinking_cat:​ I do a search on the phone number in the message and find that it is my psychiatrist's office number. Why don't they put it into the message?

"Hey, this is so-and-so from such-and-such office reminding you that your card is about to expire."

It is true. My card will expire this month, but the expiration date is more or less public knowledge. Someone getting hold of it could easily try to scam me.

Reminder: never ever call a phone number in a text message unless you can tell what that number is attached to. There's been times when, unfortunately, legitimate people sent me a text with a phone number I couldn't trace. Luckily, I was able to take care of business by looking up the entity's actual number.

Luckily, the message above was traceable through the phone number to my psychiatrist's office. Imagine if I had not be able to trace it. Either I ignore the message, or I heed it, and I'm trained to trust messages from unknown sources.

👍 (This thumbs up is very much /s.)

#stupidity #scam #CreditCard #expiration #TextMessage #PhoneNumbers

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst