home.social

#entr — Public Fediverse posts

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

  1. TIL entr is a small, handy tool to automatically restart a process if one or more files have been changed.

    Like inotifywatch but much simpler.

    Example:
    ls *.py | entr -r python fake_soap_service.py

    See https://github.com/eradman/entr for details.

    #TIL #entr #inotify

  2. jo4.io: 1 URL ngắn SaaS với phân tích chính xác, trang bio, domain tuỳ chỉnh. Trong 48 ngày có 100 người dùng (5% trả phí) nhờ 500$ quảng cáo và SEO kỹ thuật. Cạnh tranh với Bitly/TinyURL. #SaaS #Startup #Marketing #KinhDoanh #URLShortener #Khoasat #HocTap #QuảngCao #DigitalMarketing

    jo4.io – URL shortener SaaS với 100+ người dùng, 5% chuyển đổi trong 48 ngày, ngân sách 500$. Tính năng: phân tích, domain tuỳ chỉnh, API, trang bio. Cạnh tranh với Bitly hiệu quả nhờ SEO & quảng cáo. #Tech #Entr

  3. jo4.io: 1 URL ngắn SaaS với phân tích chính xác, trang bio, domain tuỳ chỉnh. Trong 48 ngày có 100 người dùng (5% trả phí) nhờ 500$ quảng cáo và SEO kỹ thuật. Cạnh tranh với Bitly/TinyURL. #SaaS #Startup #Marketing #KinhDoanh #URLShortener #Khoasat #HocTap #QuảngCao #DigitalMarketing

    jo4.io – URL shortener SaaS với 100+ người dùng, 5% chuyển đổi trong 48 ngày, ngân sách 500$. Tính năng: phân tích, domain tuỳ chỉnh, API, trang bio. Cạnh tranh với Bitly hiệu quả nhờ SEO & quảng cáo. #Tech #Entr

  4. jo4.io: 1 URL ngắn SaaS với phân tích chính xác, trang bio, domain tuỳ chỉnh. Trong 48 ngày có 100 người dùng (5% trả phí) nhờ 500$ quảng cáo và SEO kỹ thuật. Cạnh tranh với Bitly/TinyURL. #SaaS #Startup #Marketing #KinhDoanh #URLShortener #Khoasat #HocTap #QuảngCao #DigitalMarketing

    jo4.io – URL shortener SaaS với 100+ người dùng, 5% chuyển đổi trong 48 ngày, ngân sách 500$. Tính năng: phân tích, domain tuỳ chỉnh, API, trang bio. Cạnh tranh với Bitly hiệu quả nhờ SEO & quảng cáo. #Tech #Entr

  5. jo4.io: 1 URL ngắn SaaS với phân tích chính xác, trang bio, domain tuỳ chỉnh. Trong 48 ngày có 100 người dùng (5% trả phí) nhờ 500$ quảng cáo và SEO kỹ thuật. Cạnh tranh với Bitly/TinyURL. #SaaS #Startup #Marketing #KinhDoanh #URLShortener #Khoasat #HocTap #QuảngCao #DigitalMarketing

    jo4.io – URL shortener SaaS với 100+ người dùng, 5% chuyển đổi trong 48 ngày, ngân sách 500$. Tính năng: phân tích, domain tuỳ chỉnh, API, trang bio. Cạnh tranh với Bitly hiệu quả nhờ SEO & quảng cáo. #Tech #Entr

  6. jo4.io: 1 URL ngắn SaaS với phân tích chính xác, trang bio, domain tuỳ chỉnh. Trong 48 ngày có 100 người dùng (5% trả phí) nhờ 500$ quảng cáo và SEO kỹ thuật. Cạnh tranh với Bitly/TinyURL. #SaaS #Startup #Marketing #KinhDoanh #URLShortener #Khoasat #HocTap #QuảngCao #DigitalMarketing

    jo4.io – URL shortener SaaS với 100+ người dùng, 5% chuyển đổi trong 48 ngày, ngân sách 500$. Tính năng: phân tích, domain tuỳ chỉnh, API, trang bio. Cạnh tranh với Bitly hiệu quả nhờ SEO & quảng cáo. #Tech #Entr

  7. Today, system and cloud administrators find themselves juggling speed and security. Infrastructure has never been more distributed: workloads run across data centers, cloud providers, containers, and remote endpoints. Managing access, maintaining visibility, and enforcing policies across all these systems is a daily challenge. Here's an introduction to Identity and Access Management (IAM) for administrators across OSs and cloud environments.

    #IAM #Windows #AzureAD #Entr
    negativepid.blog/understanding

  8. Today, system and cloud administrators find themselves juggling speed and security. Infrastructure has never been more distributed: workloads run across data centers, cloud providers, containers, and remote endpoints. Managing access, maintaining visibility, and enforcing policies across all these systems is a daily challenge. Here's an introduction to Identity and Access Management (IAM) for administrators across OSs and cloud environments.

    #IAM #Windows #AzureAD #Entr
    negativepid.blog/understanding

  9. Today, system and cloud administrators find themselves juggling speed and security. Infrastructure has never been more distributed: workloads run across data centers, cloud providers, containers, and remote endpoints. Managing access, maintaining visibility, and enforcing policies across all these systems is a daily challenge. Here's an introduction to Identity and Access Management (IAM) for administrators across OSs and cloud environments.

    #IAM #Windows #AzureAD #Entr
    negativepid.blog/understanding

  10. Today, system and cloud administrators find themselves juggling speed and security. Infrastructure has never been more distributed: workloads run across data centers, cloud providers, containers, and remote endpoints. Managing access, maintaining visibility, and enforcing policies across all these systems is a daily challenge. Here's an introduction to Identity and Access Management (IAM) for administrators across OSs and cloud environments.

    #IAM #Windows #AzureAD #Entr
    negativepid.blog/understanding

  11. The `entr` tool is a small utility for Linux and macOS that watches for file changes and then runs a command. It can be used to automatically recompile documents after a source file has been updated.
    Example:

    echo 'input.md' | entr pandoc -o out.pdf input.md

    Just save input.md to disk and wait for `out.pdf` to be updated.
    Or, when working with a set of files:

    find . -name \*.md | entr pandoc -o out.pdf …

    eradman.com/entrproject/

  12. The `entr` tool is a small utility for Linux and macOS that watches for file changes and then runs a command. It can be used to automatically recompile documents after a source file has been updated.
    Example:

    echo 'input.md' | entr pandoc -o out.pdf input.md

    Just save input.md to disk and wait for `out.pdf` to be updated.
    Or, when working with a set of files:

    find . -name \*.md | entr pandoc -o out.pdf …

    eradman.com/entrproject/

    #pandoc #automation #entr #linux #macos

  13. Hey #entr fans: are there any examples of a `$ENTR_STATUS_SCRIPT` script out in the wild, or any explanation for what this feature was meant to do? It seems like it could be useful, and I'm a huge fan of #awk, but I can't find anyone explaining what they do with it.

  14. Hey #entr fans: are there any examples of a `$ENTR_STATUS_SCRIPT` script out in the wild, or any explanation for what this feature was meant to do? It seems like it could be useful, and I'm a huge fan of #awk, but I can't find anyone explaining what they do with it.

  15. my one liner of the day: Render RST to HTML and refresh my browser to view the result when I save the RST:

    ```
    echo doc/changes.rst | entr bash -c 'rst2html doc/changes.rst >c.html ; xdotool key --window $(xdotool search --name "Mozilla Firefox") F5'
    ```

  16. my #entr one liner of the day: Render RST to HTML and refresh my browser to view the result when I save the RST:

    ```
    echo doc/changes.rst | entr bash -c 'rst2html doc/changes.rst >c.html ; xdotool key --window $(xdotool search --name "Mozilla Firefox") F5'
    ```

    #shell #x11

  17. Just stayed up way too late working on my "low tech" #SelfHosted video setup.

    I found #entr, which is a utility that allows me to run something when a file is added to a directory, really useful for this!

    Also wrote a script for transcoding all the videos in a folder with #ffmpeg.

    Next steps: automatically push transcoded videos to a git repo.

  18. Just stayed up way too late working on my "low tech" #SelfHosted video setup.

    I found #entr, which is a utility that allows me to run something when a file is added to a directory, really useful for this!

    Also wrote a script for transcoding all the videos in a folder with #ffmpeg.

    Next steps: automatically push transcoded videos to a git repo.

  19. @voltagex @wader this thread prompted me to write up some notes on a little script I have that gives me a multi-line editor for jq explorations.

    There's a little screencast in there that shows it in action.

    👉 "A simple jq REPL with tmux, bash, vim and entr" qmacro.org/blog/posts/2024/01/

    #entr #jq #tmux #bash #vim

  20. @voltagex @wader this thread prompted me to write up some notes on a little script I have that gives me a multi-line editor for jq explorations.

    There's a little screencast in there that shows it in action.

    👉 "A simple jq REPL with tmux, bash, vim and entr" qmacro.org/blog/posts/2024/01/

    #entr #jq #tmux #bash #vim

  21. Beim Jahrestreffen von France Médias Monde und DW sprachen CEO Marie-Christine Saragosse und DW-Intendant Peter Limbourg über die Bedeutung des Journalismus in Afghanistan und gemeinsame europäische Medienprojekte.
    "Internationale Sender müssen Afghanistan im Blick behalten" | DW | 04.11.2021
    #FranceMédiasMonde #Limbourg #Afghanistan #ENTR #InfoMigrants
  22. @dch @robert I'm also on #FreeBSD. My window manager is #dwm. #Vim and #tmux work wonderfully together. Recently, I discovered utilities like #entr, which make running tests on file change much easier.

    Otherwise, I use #Firefox and #clawsmail.

  23. #TIL about a great #Unix tool called #entr.

    entr runs arbitrary commands when files change. For example:

    ls *.pdf | entr pkill -HUP mupdf

    entrproject.org/