home.social

Search

1000 results for “cli_ar”

  1. So you are trying to tell me that noone bothered to archive these #entware files
    1592
    phodav_2.5-1_armv7-3.2.ipk 18-Apr-2021 13:23 28453
    php7-cgi_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 1507945
    php7-cli_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 1527762
    php7-fastcgi_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 786
    php7-fpm_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 1562752
    php7-mod-bcmath_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 12214
    php7-mod-calendar_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 10578
    php7-mod-ctype_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 3104
    php7-mod-curl_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 33116
    php7-mod-dom_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 45322
    php7-mod-exif_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 27343
    php7-mod-fileinfo_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 401782
    php7-mod-filter_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 15741
    php7-mod-ftp_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 17577
    php7-mod-gd_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 26089
    php7-mod-gettext_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 4391


    and now they are Gone ???

    What is the #IT community even doing anyways ?
    https://web.archive.org/web/20210613113743/https://bin.entware.net/armv7sf-k3.2/

    Now I can't get a 2.2.7 GLIBC to be able to use #php 8


    And I cannot get a #php7 which might just be compatible with my old one as there is no backup on da whole. wide. web

    A
    Ma
    Zing.


    :blobcatnotlike:

    #repost •acws #acws #m7350 #tplink
  2. 在 command line 等 network-online.target 成功後再繼續執行

    INN 看起來會在啟動的時候讀 /etc/resolv.conf 決定 DNS server,但我的機器是 PPPoE 取得網路資訊,在 user cron 用下面的方式跑會造成啟動的時候讀到空的 resolv.conf: @reboot ~/bin/rc.news > /dev/null 2>&1 這會導致後續在接受時的 DNS 反解會失敗... 在不改 code 的前提下,第一個想到的方法是直接寫死 DNS servers (像是 168.95.192.1 + 168.95.1.1),但感覺不太好... 後來想到的解法是改用 systemd 的 Wants= 與 After=,在 ne…

    blog.gslin.org/archives/2025/0

    #cli #command #interface #line #network #online #script #shell #systemctl #systemd #target

  3. 🚨 BashCore & BashCoreT are UPDATED! 🚀

    Get the ultimate CLI Linux experience for pentesters & system engineers. Now featuring OPTIONAL PREEMPT_RT KERNEL support, switchable at boot for maximum predictability and minimal latency in time-sensitive workloads (SDR, robotics, control loops).

    Dynamic for speed. Real-Time for precision.

    Grab your ISOs: bashcore.org/

    #BashCore #Linux #Cybersecurity #RealTime #Debian

  4. After 2+ hours of searching, reading, and testing it appears you cannot use arduino-cli with an RP2040 board and the Adafruit TinyUSB Stack because it will always defaut to Pick SDK and there is no way in the cli to specify which stack to use.

    (You can obviously select it in the GUI version of the IDE, so that's the only option.)

    #arduino #TinyUSB #microcontrollers

  5. Journal article from myself and colleagues from #semanticClimate 'Climate Justice in Electronic Publishing: A New Approach Supporting Global South Participation' - doi: doi.org/10.3998/jep.7206 in @JEPub in the special issue on Publishing and Climate Justice - TL;DR using ML tools from #semanticClimate to see what EPMC 7mil OA articles and IPCC AR6 know about climate justice; contextualising bias against global south by academic publishing practices. Notebooks & data github.com/semanticClimate/cli

  6. If you are a command line and text terminal fan like myself, chances are you are using this trio daily:

    #pass for managing #passwords,
    #mutt for reading and writing #email,
    #msmtp for sending out e-mails via weird mail servers such as #MS #Exchange that mutt cannot talk to directly.

    Today I figured out how to make them work together without entering or storing #cleartext passwords.

    I am using GNU/Linux and have #gpg agent working.

    I used pass to store my e-mail (and #ActiveDirectory) password under the name uni/mail. This generated the encrypted file ~/.password-store/uni/mail.gpg. So …

    In ~/.muttrc, I put:
    set imap_pass=`gpg2 --no-tty -q -d ~/.password-store/uni/mail.gpg`

    In ~/.msmtprc, I put:
    passwordeval gpg2 --no-tty -q -d ~/.password-store/uni/mail.gpg

    Whenever I change this password, all I have to do is to store it using pass. The other programs will fetch it from there and decrypt it when they need it.

    #CLI #PGP #GnuPG #MUA #SMTP #IMAP #GNU #Linux

  7. What are people using to convert #MiniDisc #ATRAC files to something more modern, while preserving the original quality as much as possible, but not increasing the file size beyond reason?

    For example, I have some ATRAC3 LP music in .wav files here, and would like to have it as Opus, Ogg/Vorbis, or MP3 files. Linux CLI tools preferred.

    Sure, the input isn't exactly high fidelity, but I don't want to decrease the quality further. FLAC increases the size tenfold though, which is ridiculous.

  8. And while we are at shell tricks, I was happy to find out how to download only part of a youtube video:

    yt-dlp <video url> --download-sections '*01:14:30-01:16:30'

    ⚠️ Notice the "*" prefixing the time codes.

    Very useful to extract just a part of those very long #wmhack live videos.

    #shell #cli #ytdlp #youtubedl

  9. You can do it without rasteriation:
    1. `inkscape your.svg -o your.pdf`
    2. open the PDF in PDF Arranger
    3. Right click the page
    4. Select "Split pages"
    5. Enter 4 vertical 4 horizontal splits

    Limitation: I don't think it can add margins for printing, maybe the printer driver can do that.

    I'm not sure if there is a cli only solution, it could surely be done with some python using , if you need it fully automatic. Memorizing the keyboard shortcuts for 3-5 could be a quick workaround.

  10. You can do it without rasteriation:
    1. `inkscape your.svg -o your.pdf`
    2. open the PDF in PDF Arranger
    3. Right click the page
    4. Select "Split pages"
    5. Enter 4 vertical 4 horizontal splits

    Limitation: I don't think it can add margins for printing, maybe the printer driver can do that.

    I'm not sure if there is a cli only solution, it could surely be done with some python using #pikepdf, if you need it fully automatic. Memorizing the keyboard shortcuts for 3-5 could be a quick workaround.

  11. You can do it without rasteriation:
    1. `inkscape your.svg -o your.pdf`
    2. open the PDF in PDF Arranger
    3. Right click the page
    4. Select "Split pages"
    5. Enter 4 vertical 4 horizontal splits

    Limitation: I don't think it can add margins for printing, maybe the printer driver can do that.

    I'm not sure if there is a cli only solution, it could surely be done with some python using #pikepdf, if you need it fully automatic. Memorizing the keyboard shortcuts for 3-5 could be a quick workaround.

  12. Ugh! So a few days ago my keyboard on my laptop, my trusty Lenovo I had for over 1six years, it’s finally malfunctioning in multiple ways, and I don’t think the hardware is easily replaceable so I’ve decided to try an upgraded version of that Linovo. I will include a link later but what’s your favorite #CLI or Powershell debloat script? I’m blind and use a screen reader, and the GUI debloaters are hardly even remotely accessible to screen reader users. If you say Linux, Linux does not work for me as a blind person at this time. I’ve tried some distros. I checked out some newer ones that obviously disabled things like location, things like that, and there’s even a few that actually disable all sounds, windows sounds. No thank you, I need sounds since I’m blind. I need location for things such as Aira but what’s your favorite Debloat script? I know about Tiny11 but it won’t detect the drivers for this laptop and making sure I export all the drivers for the right machine is more trouble than it’s worth. #Debloat #Windows #Microsoft

  13. Todotxt-cli is awesome.

    I can manage my tasks from the terminal, and they are saved in a human-readable text file.

    #todotxt #opensource

  14. Todotxt-cli is awesome.

    I can manage my tasks from the terminal, and they are saved in a human-readable text file.

    #todotxt #opensource

  15. Un nouvel article sur mon blog qui parle d'organisation personnelle en mode texte et d'informatique minimaliste.
    Retours bienvenus 🙂

    #cli #vim #neovim #todotxt #secondbrain

    5ika.ch/posts/mon-organisation

  16. Just released version 8.2.0 of Auto-Encrypt Localhost

    All status changes are now communicated via events instead of console messages.

    Think I’m pretty much done with v8 now.

    Next: update https (codeberg.org/small-tech/https) to use it and then update Kitten (codeberg.org/kitten/app) to use the updated https. (Which should make Kitten cross-platform, including on ARM.)

    npmjs.com/package/@small-tech/

    #SmallWeb #SmallTech #AutoEncryptLocalhost #cli #TLS #SSL #https #localhost #NodeJS #web #dev

  17. Updated October builds of BashCore and BashCoreT (CLI editions based on Bookworm and Trixie) are now available:

    🌀 Bob → bashcore.org/downloads/BashCor

    ⚡ Rick → bashcore.org/downloads/BashCor

    Named after two people dear to me, as usual.

    #BashCore #CLI #Debian #LiveISO #StealthOS #Privacy #Linux

  18. We're planning to provide a #jMolecules CLI to generate source code for #DDD artifacts. Any #GitHub Actions / #GraalVM / #jReleaser experts out there who'd be willing to help / contribute the binary distribution setup necessary? Please chime in here: github.com/xmolecules/jmolecul ☕️⚗️🍃📦