GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by ⠠⠵ avuko (avuko@infosec.exchange), page 2

  1. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Wednesday, 23-Jul-2025 21:26:37 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Graham Sutherland / Polynomial
    • Karl Auerbach

    @gsuberland @karlauerbach sure, you can complain about those bad naming choices, but they did come up with “ip”.

    Oh, sorry, I meant

    ip [ OPTIONS ] OBJECT { COMMAND | help }

    OBJECT := { link | addr | addrlabel | route | rule | neigh | tunnel | maddr | mroute | monitor }

    OPTIONS := { -V[ersion] | -s[tatistics] | -r[esolve] | -f[amily] { inet | inet6 | ipx | dnet | link } | -o[neline] }

    ip link set DEVICE { up | down | arp { on | off } |
    promisc { on | off } |
    allmulticast { on | off } |
    dynamic { on | off } |
    multicast { on | off } |
    txqueuelen PACKETS |
    name NEWNAME |
    address LLADDR | broadcast LLADDR |
    mtu MTU |
    netns PID |
    alias NAME |
    vf NUM [ mac LLADDR ] [ vlan VLANID [ qos VLAN-QOS ] ] [ rate TXRATE ] }

    ip link show [ DEVICE ]

    ip addr { add | del } IFADDR dev STRING

    ip addr { show | flush } [ dev STRING ] [ scope SCOPE-ID ] [ to PREFIX ] [ FLAG-LIST ] [ label PATTERN ]

    IFADDR := PREFIX | ADDR peer PREFIX [ broadcast ADDR ] [ anycast ADDR ] [ label STRING ] [ scope SCOPE-ID ]

    SCOPE-ID := [ host | link | global | NUMBER ]

    FLAG-LIST := [ FLAG-LIST ] FLAG

    FLAG := [ permanent | dynamic | secondary | primary | tentative | deprecated ]

    ip addrlabel { add | del } prefix PREFIX [ dev DEV ] [ label NUMBER ]

    ip addrlabel { list | flush }

    ip route { list | flush } SELECTOR

    ip route get ADDRESS [ from ADDRESS iif STRING ] [ oif STRING ] [ tos TOS ]

    ip route { add | del | change | append | replace | monitor } ROUTE

    SELECTOR := [ root PREFIX ] [ match PREFIX ] [ exact PREFIX ] [ table TABLE_ID ] [ proto RTPROTO ] [ type TYPE ] [ scope SCOPE ]

    ROUTE := NODE_SPEC [ INFO_SPEC ]

    NODE_SPEC := [ TYPE ] PREFIX [ tos TOS ] [ table TABLE_ID ] [ proto RTPROTO ] [ scope SCOPE ] [ metric METRIC ]

    INFO_SPEC := NH OPTIONS FLAGS [ nexthop NH ] ...

    NH := [ via ADDRESS ] [ dev STRING ] [ weight NUMBER ] NHFLAGS

    OPTIONS := FLAGS [ mtu NUMBER ] [ advmss NUMBER ] [ rtt TIME ] [ rttvar TIME ] [ window NUMBER ] [ cwnd NUMBER ] [ initcwnd NUMBER ] [ ssthresh REALM ] [ realms REALM ] [ rto_min TIME ] [ initrwnd NUMBER ]

    TYPE := [ unicast | local | broadcast | multicast | throw | unreachable | prohibit | blackhole | nat ]

    TABLE_ID := [ local| main | default | all | NUMBER ]

    SCOPE := [ host | link | global | NUMBER ]

    FLAGS := [ equalize ]

    NHFLAGS := [ onlink | pervasive ]

    RTPROTO := [ kernel | boot | static | NUMBER ]

    ip rule [ list | add | del | flush ] SELECTOR ACTION

    SELECTOR := [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ] [ dev STRING ] [ pref NUMBER ]

    ACTION := [ table TABLE_ID ] [ nat ADDRESS ] [ prohibit | reject | unreachable ] [ realms [SRCREALM/]DSTREALM ]

    TABLE_ID := [ local | main | default | NUMBER ]

    ip neigh { add | del | change | replace } { ADDR [ lladdr LLADDR ] [ nud { permanent | noarp | stale | reachable } ] | proxy ADDR } [ dev DEV ]

    ip neigh { show | flush } [ to PREFIX ] [ dev DEV ] [ nud STATE ]

    ip tunnel { add | change | del | show | prl } [ NAME ]
    [ mode MODE ] [ remote ADDR ] [ local ADDR ]
    [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ] ]
    [ encaplimit ELIM ] [ ttl TTL ]
    [ tos TOS ] [ flowlabel FLOWLABEL ]
    [ prl-default ADDR ] [ prl-nodefault ADDR ] [ prl-delete ADDR ]
    [ [no]pmtudisc ] [ dev PHYS_DEV ] [ dscp inherit ]

    MODE := { ipip | gre | sit | isatap | ip6ip6 | ipip6 | any }

    ADDR := { IP_ADDRESS | any }

    TOS := { NUMBER | inherit }

    ELIM := { none | 0..255 }

    TTL := { 1..255 | inherit }

    KEY := { DOTTED_QUAD | NUMBER }

    TIME := NUMBER[s|ms|us|ns|j]

    ip maddr [ add | del ] MULTIADDR dev STRING

    ip maddr show [ dev STRING ]

    ip mroute show [ PREFIX ] [ from PREFIX ] [ iif DEVICE ]

    ip monitor [ all | LISTofOBJECTS ]

    ip xfrm XFRM_OBJECT { COMMAND }

    XFRM_OBJECT := { state | policy | monitor }

    ip xfrm state { add | update } ID [ XFRM_OPT ] [ mode MODE ]
    [ reqid REQID ] [ seq SEQ ] [ replay-window SIZE ]
    [ flag FLAG-LIST ] [ encap ENCAP ] [ sel SELECTOR ]
    [ LIMIT-LIST ]

    ip xfrm state allocspi ID [ mode MODE ] [ reqid REQID ] [ seq SEQ ] [ min SPI max SPI ]

    ip xfrm state { delete | get } ID

    ip xfrm state { deleteall | list } [ ID ] [ mode MODE ]
    [ reqid REQID ] [ flag FLAG_LIST ]

    ip xfrm state flush [ proto XFRM_PROTO ]

    ip xfrm state count

    ID := [ src ADDR ] [ dst ADDR ] [ proto XFRM_PROTO ] [ spi SPI ]

    XFRM_PROTO := [ esp | ah | comp | route2 | hao ]

    MODE := [ transport | tunnel | ro | beet ] (default=transport)

    FLAG-LIST := [ FLAG-LIST ] FLAG

    FLAG := [ noecn | decap-dscp | wildrecv ]

    ENCAP := ENCAP-TYPE SPORT DPORT OADDR

    ENCAP-TYPE := espinudp | espinudp-nonike

    ALGO-LIST := [ ALGO-LIST ] | [ ALGO ]

    ALGO := ALGO_TYPE ALGO_NAME ALGO_KEY

    ALGO_TYPE := [ enc | auth | comp ]

    SELECTOR := src ADDR[/PLEN] dst ADDR[/PLEN] [ UPSPEC ] [ dev DEV ]

    UPSPEC := proto PROTO [[ sport PORT ] [ dport PORT ] |
    [ type NUMBER ] [ code NUMBER ]]

    LIMIT-LIST := [ LIMIT-LIST ] | [ limit LIMIT ]

    LIMIT := [ [time-soft|time-hard|time-use-soft|time-use-hard] SECONDS ] | [ [byte-soft|byte-hard] SIZE ] |
    [ [packet-soft|packet-hard] COUNT ]

    ip xfrm policy { add | update } dir DIR SELECTOR [ index INDEX ]
    [ ptype PTYPE ] [ action ACTION ] [ priority PRIORITY ]
    [ LIMIT-LIST ] [ TMPL-LIST ]

    ip xfrm policy { delete | get } dir DIR [ SELECTOR | index INDEX ]
    [ ptype PTYPE ]

    ip xfrm policy { deleteall | list } [ dir DIR ] [ SELECTOR ]
    [ index INDEX ] [ action ACTION ] [ priority PRIORITY ]

    ip xfrm policy flush [ ptype PTYPE ]

    ip xfrm count

    PTYPE := [ main | sub ] (default=main)

    DIR := [ in | out | fwd ]

    SELECTOR := src ADDR[/PLEN] dst ADDR[/PLEN] [ UPSPEC ] [ dev DEV ]

    UPSPEC := proto PROTO [ [ sport PORT ] [ dport PORT ] |
    [ type NUMBER ] [ code NUMBER ] ]

    ACTION := [ allow | block ] (default=allow)

    LIMIT-LIST := [ LIMIT-LIST ] | [ limit LIMIT ]

    LIMIT := [ [time-soft|time-hard|time-use-soft|time-use-hard] SECONDS ] | [ [byte-soft|byte-hard] SIZE ] |
    [packet-soft|packet-hard] NUMBER ]

    TMPL-LIST := [ TMPL-LIST ] | [ tmpl TMPL ]

    TMPL := ID [ mode MODE ] [ reqid REQID ] [ level LEVEL ]

    ID := [ src ADDR ] [ dst ADDR ] [ proto XFRM_PROTO ] [ spi SPI ]

    XFRM_PROTO := [ esp | ah | comp | route2 | hao ]

    MODE := [ transport | tunnel | beet ] (default=transport)

    LEVEL := [ required | use ] (default=required)

    ip xfrm monitor [ all | LISTofOBJECTS ]
    In conversation about 10 months ago from infosec.exchange permalink
  2. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Thursday, 10-Jul-2025 22:23:44 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Michael Stanclift
    • drittereihe

    @drittereihe @vmstan

    Grok dropped its mask, and is showing the world its Nazi pedigree. No surprise, seeing as how Elon’s father and grandfather are literal Nazis, like himself.

    Just one example I recently came across:

    https://x.com/grok/status/1942639450988896463

    Edit: they are cleaning up after the Nazibot (This is why we screenshot).

    In conversation about 11 months ago from infosec.exchange permalink

    Attachments


    1. https://media.infosec.exchange/infosec.exchange/media_attachments/files/114/825/647/400/952/770/original/d2232c5733217a97.jpeg

    2. https://media.infosec.exchange/infosec.exchange/media_attachments/files/114/825/647/404/401/420/original/6afcb21d0026a499.jpeg
  3. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Saturday, 24-May-2025 04:32:13 JST ⠠⠵ avuko ⠠⠵ avuko
    • Kevin Beaumont

    @GossiTheDog

    ISC2 in their 2023 Cybersecurity Workforce Study.

    https://edge.sitecorecloud.io/internationf173-xmc4e73-prodbc0f-9660/media/Project/ISC2/Main/Media/documents/research/ISC2_Cybersecurity_Workforce_Study_2023.pdf

    “The gap grew by 13% from 2022, which means that in 2023 there are roughly 4 million cybersecurity professionals needed worldwide.”

    In conversation about a year ago from infosec.exchange permalink

    Attachments


    1. https://media.infosec.exchange/infosec.exchange/media_attachments/files/114/558/562/495/735/137/original/e763546f03c7bf87.png
  4. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Sunday, 04-May-2025 03:23:57 JST ⠠⠵ avuko ⠠⠵ avuko

    For my English language friends, a little good news from the Netherlands.

    Our minister of asylum and migration, an utterly incompetent fascist person called Faber1 , didn’t allow an immigration center to take some asylum seeking kids to enjoy a day in an amusement park.

    Something about austerity, and most sober migration regime ever, and taxpayers money. You know, the familiar fascist stuff.

    We, those taxpayers, as I write this about 6.4K of us, flocked together on a gofundme with a 10K target.

    https://www.gofundme.com/f/gun-kinderen-uit-een-azc-een-onvergetelijk-dagje-uit

    In about a day, 113K has been raised, and we’re still going.

    If this continues, maybe we can send every child currently stuck in our purposely dehumanising immigration process to the Efteling for a day.😀

    And I hope their joy crushes the empty souls of every fascist in the Netherlands.

    #Faber #PVV #Wilders #Fascism #Efteling #COA

    1 know thy enemy: https://nl.wikipedia.org/wiki/Marjolein_Faber

    In conversation about a year ago from infosec.exchange permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
      Marjolein Faber
      Marjolein Faber (Amersfoort, 16 juni 1960) is een Nederlandse politica voor de Partij voor de Vrijheid (PVV). Sinds 2 juli 2024 is zij minister van Asiel en Migratie. Eerder was Faber van 2011 tot 2023 lid van de Provinciale Staten van Gelderland, waar ze fractievoorzitter van de PVV was. Ook was zij van 2011 tot 2023 lid van de Eerste Kamer der Staten-Generaal, vanaf 2014 als fractievoorzitter. Van 2023 tot 2024 was zij lid van de Tweede Kamer der Staten-Generaal. Biografie Jonge jaren, loopbaan en gezin Faber-van de Klashorst is geboren in Amersfoort en groeide op in een slagersfamilie in de tweede generatie. Ze interesseerde zich naar eigen zeggen als tiener al voor politiek. Ze volgde de inserviceopleidingen radiodiagnostiek en nucleaire geneeskunde-in-vivo in Utrecht waarna ze vanaf 1981 als radiodiagnostisch en nucleair laborante ging werken bij het Amersfoortse ziekenhuis De Lichtenberg. Vanaf 1988 vervulde ze verschillende functies in de ICT-branche. Met deze expertise verwierf ze in 2000 een functie bij het…
  5. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Friday, 18-Apr-2025 23:04:11 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Kevin Beaumont

    @GossiTheDog from experience: this is already happening.

    Not only subtly bullshitty stuff about strategy etc, but I’ve even seen a case where technical documentation about features and APIs was generated by chatGPT and copy-pasted.

    So with zero factual content, and zero attribution or labelling as “pure fantasy”. Took the team weeks to recover.

    People worry about Confidentiality, but the biggest threat of GenAI is to Integrity.

    PS: Yes, I like the summary functionality (although I always vet carefully and end up rephrasing most), and as a non-native speaker starting with something generated really helps sometimes.

    But for the love of all of our collective history, stop the disinformation pollution.

    In conversation about a year ago from infosec.exchange permalink

    Attachments


    1. No result found on File_thumbnail lookup.
      http://Integrity.PS/
  6. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Thursday, 17-Apr-2025 03:09:35 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Jerry 🦙💝🦙
    • Kevin Beaumont

    @jerry @GossiTheDog

    This is irony. And if it not, that’s irony.

    In conversation about a year ago from infosec.exchange permalink
  7. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Tuesday, 15-Apr-2025 15:57:01 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Andrea Junker :verified:

    @Strandjunker also a good reminder the Romani people, more commonly known by the pejorative term “gypsies” (German: Zigeuner), were among the first to suffer from forced sterilisation, internment and mass murder.

    Why? Because of broad social prejudice against this group.

    In conversation about a year ago from infosec.exchange permalink
  8. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Tuesday, 15-Apr-2025 14:43:25 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • billy joe bowers 🗽

    @billyjoebowers and that will include all US citizens who “hate America”. So anyone who opposes the Trump regime.

    https://www.latintimes.com/trump-official-declaring-anyone-who-preaches-hate-america-will-deported-worries-users-they-580663

    In conversation about a year ago from infosec.exchange permalink
  9. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Saturday, 29-Mar-2025 08:22:17 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Paul Cantrell

    @inthehands the actual, spoken-out-loud plan is for the "old" system to collapse.

    "Earlier this month, Yarvin cheered on the idea of hacking existing infrastructure “to operate in an unusual way that its designers, its previous operators, or both, did not expect,” and complimented DOGE for the way it has hacked into existing bureaucracies. The key performance indicator of DOGE, he wrote, “is its ability to take power from the libs, then keep it.”

    https://heathercoxrichardson.substack.com/p/march-27-2025

    In conversation about a year ago from infosec.exchange permalink
  10. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Saturday, 22-Mar-2025 02:03:31 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • European News 🇪🇺

    @eunews Sadly missing from the list of countries looking to attract scientists from the US, because we have our heads up our xenophobic asses: #TheNetherlands

    Case in point: https://mastodon.world/@nlnews/114195999443891201

    In conversation about a year ago from infosec.exchange permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Netherland News (@nlnews@mastodon.world)
      from Netherland News
      Dutch PM wants to declare more countries "safe" to reject more asylum seekers faster https://nltimes.nl/2025/03/20/dutch-pm-wants-declare-countries-safe-reject-asylum-seekers-faster
  11. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Tuesday, 18-Mar-2025 20:34:36 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Gerry McGovern

    @gerrymcgovern Agreed.

    I ❤️ “Slowing down as an act of resistance”.

    In conversation about a year ago from infosec.exchange permalink
  12. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Saturday, 08-Mar-2025 01:47:08 JST ⠠⠵ avuko ⠠⠵ avuko

    All of #USPOL news can be summarized as:

    1. The American President is a Russian agent.
    2. The country has fallen to a christofascist oligarchy.

    Every "breaking" US news item I see is just confirmation of point 1, of point 2, a direct result of either point, or a combination thereof.

    In conversation about a year ago from infosec.exchange permalink
  13. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Thursday, 06-Mar-2025 06:01:11 JST ⠠⠵ avuko ⠠⠵ avuko

    I have this beginning of a hypothesis that what we currently call "neurotypical" is a genetic adaptation (a quick calculation gave me roughly 7000 years, so about 250 generations) to city life.

    My current idea is that city life requires people to filter out much of their surroundings, and even many of the social cues of their fellow city dwellers, because otherwise they would be in constant overload. This could explain their muted cognitive and emotional profile and their more adaptive social profile.

    Anyway, just a thought for now.

    PS: Wouldn't it be typical for Global North city dwellers to center themselves as the norm?

    #ActuallyAutistic #NeuroDivergent #NeuroTypical

    In conversation about a year ago from infosec.exchange permalink

    Attachments



  14. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Saturday, 01-Mar-2025 07:26:50 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Aral Balkan
    • El Duvelle
    • Putin's IBS

    @elduvelle @aral @kardinal691 I also can't find it, currently listening to the whole convo.

    This matches what I'm hearing: https://archive.is/MxnLS

    https://www.youtube.com/watch?v=yCZG367Y1BM

    In conversation about a year ago from gnusocial.jp permalink

    Attachments


  15. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Thursday, 13-Feb-2025 20:56:22 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Aral Balkan
    • Erik Jonker
    • European Commission

    @aral @EUCommission @ErikJonker

    If we’d spend our public money on public transportation, then how would rich people extract wealth?!

    You clearly haven’t thought this through.

    /s

    In conversation about a year ago from infosec.exchange permalink
  16. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Saturday, 21-Dec-2024 05:18:49 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • Seth :rebel: :fist_raised: ⁂
    • Lauren Weinstein

    @lauren @seth

    We recently published about botnets on (Taiwanese) ASUS routers.

    [dutch] https://www.ncsc.nl/actueel/weblog/weblog/2024/expertblog-consumentenrouters-doelwit-van-meerdere-botnets

    So not an imaginary problem, but I fully agree we should not politicise this.

    In conversation Saturday, 21-Dec-2024 05:18:49 JST from infosec.exchange permalink

    Attachments


  17. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Sunday, 28-Jan-2024 04:34:15 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • goatsarah

    @goatsarah I’m willing to bet there is quite some (childhood) causation behind that “rich & pathetic” correlation.

    In conversation Sunday, 28-Jan-2024 04:34:15 JST from infosec.exchange permalink
  18. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Friday, 22-Dec-2023 23:57:19 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • goatsarah

    @goatsarah also, because the next step to remove the offending key is always the same (and usually the command to do so is *right there on the screen*), maybe make that part of the workflow with a simple y/n?

    In conversation Friday, 22-Dec-2023 23:57:19 JST from infosec.exchange permalink
  19. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Wednesday, 20-Dec-2023 07:26:59 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • goatsarah

    @goatsarah And if I get close enough so I can, the only thing I get from it is the fact movie stars have pores, or are visibly wearing layers of makeup.

    Who asked for this confrontational monstrosity?!?

    In conversation Wednesday, 20-Dec-2023 07:26:59 JST from infosec.exchange permalink
  20. Embed this notice
    ⠠⠵ avuko (avuko@infosec.exchange)'s status on Thursday, 30-Nov-2023 23:49:56 JST ⠠⠵ avuko ⠠⠵ avuko
    in reply to
    • European Commission

    @EU_Commission

    https://www.youtube.com/watch?v=UWv-r1PC65w

    https://fossilfueltreaty.org/

    #FossilFuelTreaty #COP28

    In conversation Thursday, 30-Nov-2023 23:49:56 JST from infosec.exchange permalink

    Attachments

    1. COP 28 LEAKED: Honest Big Oil Ad | The Goose
      COP28 kicks off in Dubai this week. So Malcorp Petrochemical has created an update for their investors that is surprisingly honest and informative. 🛢️ Endor...
  • After
  • Before

User actions

    ⠠⠵ avuko

    ⠠⠵ avuko

    I just wanna go slow, sit still, and come undone.Everybody wants to be a warrior,nobody wants to be a nurse.Move slow and make things.#DeGrowth: nothing of value is lost.#DigitalAutonomy #DigitalSovereignty #InfoSec #ThreatIntel #CSIRT #STIX #CTI #DFIR #OSCP #OSCE #GCFA #ISO8601 #ActuallyAutistic ∞ #SecularBuddhist ☸ #Solarpunk #Historian #Dutch #PublicServant (I am here as citizen) he/him
 :donor: ⠠⠵Header image: Moorlands at Lemele.Avatar image: screenshot of the braille Unicode for “As” (⠠⠵) which looks like a glider from the Game of Life, an unofficial hacker logo.auto-delete ~ 7 days

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          27906
          Member since
          16 Nov 2022
          Notices
          46
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.