home.social

#expiration — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #expiration, aggregated by home.social.


  1. I can't believe that. There is no fonctionnality to delete messages (text, images, videos) older than, for example, 6 months, one year, two years, and so on.
    Ephemeral message is not a solution: max is 4 weeks, and only for new messages, not oldest.
    That's completely crazy isn't it?
    When When When ?

    What @aboutsignal @signalapp @signal @signalapp

  2. Warning: Do NOT dual-boot Linux with Windows. Especially when you are using "SecureBoot", since the license will expire upcoming September. You have been warned!

    Please, read: lwn.net/Articles/1029767/

    #windows #secureboot #linux #license #expired #expiration

  3. Warning: Do NOT dual-boot Linux with Windows. Especially when you are using "SecureBoot", since the license will expire upcoming September. You have been warned!

    Please, read: lwn.net/Articles/1029767/

    #windows #secureboot #linux #license #expired #expiration

  4. Warning: Do NOT dual-boot Linux with Windows. Especially when you are using "SecureBoot", since the license will expire upcoming September. You have been warned!

    Please, read: lwn.net/Articles/1029767/

    #windows #secureboot #linux #license #expired #expiration

  5. #ThursdayThoughts

    We visited a few National Parks back in January, but haven’t had the chance to go again, it’s been a busy summer 🥲
    Hopefully, we will get another opportunity, though it might not be until January again… which would be after the pass expires 🤔

    #Nature #NationalPark #Expiration #Walking #Hiking #FlyFishing #Photography

  6. 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-

  7. 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

  8. 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

  9. @jwildeboer

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

    DNS is flawed design.

    #DNS #Expiration

  10. "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

  11. @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

  12. $8.1B in Bitcoin options expire this month — Do bulls or bears have the upper hand? - Will this week’s $8.1 billion Bitcoin options expiry fuel a rally to $70... - cointelegraph.com/news/8b-in-b #bitcoinprice #expiration #homeprice #markets #deribit #options #s&p #expiry #china #call #pobc #put #ing

  13. 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

  14. 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.

    #smartphone #expiration
    tchlp.com/3s4pa7S

  15. #Token #revocation and #expiration in #AzureAD is important in terms of responding to #security #incidents affecting Azure AD. How and when do tokens expire or what are the revocation options?

    #Access tokens typically have an expiration time of 60 minutes. And there is no way to manually invalidate an access token except by manually deleting the token in the cache on the device.

    #Refresh tokens typically have a default expiration of 90 days. However, refresh tokens can be invalidated by an admin from the Azure portal or using PowerShell or the Graph API.

    A Primary Refresh Token (#PRT) is invalidated when the Azure AD account is disabled or deleted, the user password is changed or reset, or the device where the PRT was issued is disabled or deleted.

  16. #Password #expiration for accounts no longer makes sense and is not recommended if multi-factor authentication (#MFA) is used. For this reason, it is recommended to disable password expiration in the #Microsoft365 environment as well.

    But what if the company has synchronized identities in the Password Hash Sync (#PHS) scenario? In that case, the #AzureAD password expiration policy is not applied to the synchronized accounts. And such accounts passwords are always set to never expire. It is assumed that in such a case the policy in Active Directory handles this.

    But what if the user never authenticates to the local AD? The computer has Azure AD Join and the user is only using cloud services. The password for his AD account has expired, but he doesn't even know about it, and Azure AD still authenticates the user because passwords for synchronized accounts never expire.

    In this case, you need to configure the Azure AD Connect server to apply the Azure AD password expiration policy also to synchronized accounts. This can be done using PowerShell on the Azure AD Connect server: Set-MsolDirSyncFeature -Feature EnforceCloudPasswordPolicyForPasswordSyncedUsers

  17. #Password #expiration for synchronized #AzureAD accounts. A thing that many administrators don't know about.

    If you have a password expiration set in #ActiveDirectory, this expiration is not synchronized by default to Azure AD. So, an account that has an expired password in Active Directory is still usable within Azure AD, and the user is not even notified that their password has expired. The same goes for accounts that have a flag set that the user must change their password the during next log on - this is not reflected in Azure AD and the password valid permanently.

    Both things are configurable via PowerShell on the Azure AD Connect server though.