Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices tagged with cli, page 2

  1. Geekland (geekland@mastodon.social)'s status on Wednesday, 09-Aug-2023 15:07:01 UTC Geekland Geekland

    Cómo configurar NFS en GnuLinux #gnu_linux #networking #sysadmin #ansible #chef #cli #debian #linux #nas #nfs #protocolos_de_red #redes #rocky_linux #terraform #tips_how_to https://h4ckseed.wordpress.com/2023/08/09/como-configurar-nfs-en-gnulinux/

    In conversation Wednesday, 09-Aug-2023 15:07:01 UTC from mastodon.social permalink

    Attachments

    1. Cómo configurar NFS en GnuLinux
      from cr0n0s
      NFS es una de las formas más fáciles y transparentes de manejar el almacenamiento compartido dentro de una organización o en una red local casera. El Sistema de archivos de red (NFS) es un protocol…
  2. scy (scy@chaos.social)'s status on Tuesday, 08-Aug-2023 21:09:51 UTC scy scy

    Okay, so. I have a #PDF and a #DOCX file. And I’d like to compare them. And since I’m a programmer, I don’t want to compare them visually, but with a #diff. But how?

    Like this.

    alias pdfcat='gs -q -sDEVICE=txtwrite -o-'
    alias doccat='pandoc -t plain'

    pdfcat a.pdf > a.txt
    doccat b.docx > b.txt

    git diff --no-index --word-diff a.txt b.txt

    And since we’re using --word-diff, it doesn’t matter that the two files use _wildly_ different line wrapping.

    #Unix #Linux #terminal #CLI

    In conversation Tuesday, 08-Aug-2023 21:09:51 UTC from chaos.social permalink

    Attachments


    1. https://assets.chaos.social/media_attachments/files/110/854/973/739/916/764/original/477b184310ed6a30.png
  3. cr0n0s:~🐧📡⌨️ 🛠️ # (cr0n0s@social.tchncs.de)'s status on Friday, 04-Aug-2023 13:00:11 UTC cr0n0s:~🐧📡⌨️ 🛠️ # cr0n0s:~🐧📡⌨️ 🛠️ #

    #h4ckseed Nueva Entrada: Arte y Diversión en tu terminal Gnu/Linux #cli #linux #tools #ascii

    https://h4ckseed.wordpress.com/2023/08/04/arte-y-diversion-en-tu-terminal-gnu-linux/

    In conversation Friday, 04-Aug-2023 13:00:11 UTC from social.tchncs.de permalink
  4. cr0n0s:~🐧📡⌨️ 🛠️ # (cr0n0s@social.tchncs.de)'s status on Wednesday, 02-Aug-2023 13:00:09 UTC cr0n0s:~🐧📡⌨️ 🛠️ # cr0n0s:~🐧📡⌨️ 🛠️ #

    #h4ckseed Nueva Entrada: Cómo restablecer la contraseña root en Debian #cli #linux #debian

    https://h4ckseed.wordpress.com/2023/08/02/como-restablecer-la-contrasena-root-en-debian/

    In conversation Wednesday, 02-Aug-2023 13:00:09 UTC from social.tchncs.de permalink
  5. cr0n0s:~🐧📡⌨️ 🛠️ # (cr0n0s@social.tchncs.de)'s status on Monday, 31-Jul-2023 13:00:42 UTC cr0n0s:~🐧📡⌨️ 🛠️ # cr0n0s:~🐧📡⌨️ 🛠️ #

    #h4ckseed Nueva Entrada: Cómo depurar scripts en Bash #cli #linux #scripting #bash #debugging

    https://h4ckseed.wordpress.com/2023/07/31/como-depurar-scripts-en-bash/

    In conversation Monday, 31-Jul-2023 13:00:42 UTC from social.tchncs.de permalink
  6. cr0n0s:~🐧📡⌨️ 🛠️ # (cr0n0s@social.tchncs.de)'s status on Monday, 17-Jul-2023 13:01:21 UTC cr0n0s:~🐧📡⌨️ 🛠️ # cr0n0s:~🐧📡⌨️ 🛠️ #

    #h4ckseed Nueva Entrada: Cómo configurar un hostname en un sistema Linux #cli #linux #sysadmin

    https://h4ckseed.wordpress.com/2023/07/17/como-configurar-un-hostname-en-un-sistema-linux/

    In conversation Monday, 17-Jul-2023 13:01:21 UTC from social.tchncs.de permalink
  7. Geekland (geekland@mastodon.social)'s status on Friday, 14-Jul-2023 15:05:26 UTC Geekland Geekland

    Como Instalar y Administrar LXC en Rocky Linux #developer #gnu_linux #sysadmin #administracion #canonical #cli #containers #contenedores #docker #epel #lxc #lxd #rocky_linux #selinux #snap #software #tips_how_to #virtualización https://h4ckseed.wordpress.com/2023/07/14/como-instalar-y-administrar-lxc-en-rocky-linux/

    In conversation Friday, 14-Jul-2023 15:05:26 UTC from mastodon.social permalink

    Attachments

    1. Como Instalar y Administrar LXC en Rocky Linux
      from cr0n0s
      Comenzare con un poco de conceptos básicos sobre esta tecnología de contenedores, por si no la conoces o aun no te decides a usarla, similar a Docker en varios aspectos, y es una alternativa tenien…
  8. cr0n0s:~🐧📡⌨️ 🛠️ # (cr0n0s@social.tchncs.de)'s status on Monday, 10-Jul-2023 18:09:32 UTC cr0n0s:~🐧📡⌨️ 🛠️ # cr0n0s:~🐧📡⌨️ 🛠️ #

    Me esta gustando mucho el combo, st + tmux.

    $ tmux new -t nombre \; splitw -h \; splitw -l 20% \; selectp -t 0

    En la terminal st, se abrirá tmux, otorgándole un nombre, dividirá la pantalla en vertical, para luego hacerlo horizontalmente, finalmente se ubicara en el panes 0.

    #linux #cli #tmux #st

    In conversation Monday, 10-Jul-2023 18:09:32 UTC from social.tchncs.de permalink

    Attachments


    1. https://f2.tchncs.de/media_attachments/files/110/691/121/483/153/547/original/91cad7a48fb46fa7.png
  9. cr0n0s:~🐧📡⌨️ 🛠️ # (cr0n0s@social.tchncs.de)'s status on Monday, 10-Jul-2023 13:28:46 UTC cr0n0s:~🐧📡⌨️ 🛠️ # cr0n0s:~🐧📡⌨️ 🛠️ #

    newsboat + mpv, gracias a los RSS, y puedes ver el contenido de tus suscripciones en youtube sin necesidad de entrar al navegador, ni pasar por el algoritmo de google. #cli #linux

    In conversation Monday, 10-Jul-2023 13:28:46 UTC from social.tchncs.de permalink
  10. cr0n0s:~🐧📡⌨️ 🛠️ # (cr0n0s@social.tchncs.de)'s status on Wednesday, 03-May-2023 22:00:35 UTC cr0n0s:~🐧📡⌨️ 🛠️ # cr0n0s:~🐧📡⌨️ 🛠️ #

    Desconocía que había un pluglin para que bitlbee conecte con mastodon. 🤯

    https://wiki.bitlbee.org/HowtoMastodon

    Larga vida al IRC 👍
    #bitlbee #mastodon #cli

    In conversation Wednesday, 03-May-2023 22:00:35 UTC from social.tchncs.de permalink

    Attachments


    1. https://f2.tchncs.de/media_attachments/files/110/306/975/078/051/073/original/c5cabeffc2b1dbf5.png

  11. cr0n0s:~🐧📡⌨️ 🛠️ # (cr0n0s@social.tchncs.de)'s status on Tuesday, 02-May-2023 17:55:56 UTC cr0n0s:~🐧📡⌨️ 🛠️ # cr0n0s:~🐧📡⌨️ 🛠️ #

    Recordatorio mental: playerctl no me lee correctamente la metadata de un track, si contiene un ampersand (&) en el tag que solicite.

    #script que uso en mi configuración de i3blocks y mostrar lo que oigo (no vital, pero me gusta).

    !/bin/bash

    if [[ $(playerctl status 2>&1) == "Playing" ]]
    then
    echo "$(playerctl status) |" " $(playerctl metadata title)"
    else
    echo " $(playerctl status) "
    fi

    #mpris #linux #i3wm #cli

    In conversation Tuesday, 02-May-2023 17:55:56 UTC from social.tchncs.de permalink

    Attachments


    1. https://f2.tchncs.de/media_attachments/files/110/300/373/931/308/779/original/05dabc7dcffd67c6.png
  12. cr0n0s:~🐧📡⌨️ 🛠️ # (cr0n0s@social.tchncs.de)'s status on Friday, 28-Apr-2023 04:35:18 UTC cr0n0s:~🐧📡⌨️ 🛠️ # cr0n0s:~🐧📡⌨️ 🛠️ #

    A falta de youtube-dl, muy bien llego el fork #ytdlp el cual ya uso por varios meses pero recién me animo a echarle flores.

    Agrega mejoras al código original, como la Integración de SponsorBlock: para marcar/eliminar secciones de patrocinadores en videos de YouTube utilizando su API. Nuevas opciones de clasificación de formato predeterminadas, ahora es una resolución más alta y mejores códecs en lugar de simplemente usar una tasa de bits más alta. ¿-S o -format?

    https://github.com/yt-dlp/yt-dlp #cli

    In conversation Friday, 28-Apr-2023 04:35:18 UTC from social.tchncs.de permalink
  13. Got Root :hispagatos: # :idle: (rek2@hispagatos.space)'s status on Sunday, 12-Feb-2023 22:39:24 UTC Got Root :hispagatos: # :idle: Got Root :hispagatos: # :idle:

    Dejaros de de $p0tify y demas servicios que chupan tus datos y los venden, en el #fediverso y la internet #libre aparte de otr@s cosas tenemos #funkwhale donde puedes subir tu musica y compartir tus listas con tus amig@s y escuchar en tu PC, Telefono etc totalmente libre y sin chupadatos centralizados aqui va una intro https://man.sr.ht/~rek2/Hispagatos-wiki/software/funkwhale_consola.md #funkwhale #consola #cli #linux #freesoftware #decentralize #music #streaming

    In conversation Sunday, 12-Feb-2023 22:39:24 UTC from hispagatos.space permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      funkwhale_consola - man.sr.ht
  14. Tut (tut@fosstodon.org)'s status on Thursday, 17-Nov-2022 19:33:47 UTC Tut Tut

    Release 1.0.18

    You can now change the language of your toots.

    https://github.com/RasmusLindroth/tut/releases

    #tut #terminal #cli #tui #mastodon #vim #client #toot

    In conversation Thursday, 17-Nov-2022 19:33:47 UTC from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/109/360/717/279/263/967/original/edb736adf242c00c.png
  15. Leigh Dodds (ldodds@mastodon.social)'s status on Tuesday, 08-Nov-2022 23:03:58 UTC Leigh Dodds Leigh Dodds
    • charm.sh

    A fun little project I've been working on.

    Recreating some classic sci-fi terminals using @charmcli VHS

    https://blog.ldodds.com/2022/11/08/recreating-sci-fi-terminals-using-vhs/

    #scifi #cli

    In conversation Tuesday, 08-Nov-2022 23:03:58 UTC from mastodon.social permalink

    Attachments


  16. Max Mehl (mxmehl@mastodon.social)'s status on Monday, 14-Feb-2022 10:59:33 UTC Max Mehl Max Mehl

    One of the many #FreeSoftware projects I love is #fishshell, a smart and user-friendly command line #shell. It makes my computer work so much easier and pleasant. A big thanks to everyone who contributes to #fish! ❤️

    #ILoveFS #terminal #cli

    In conversation Monday, 14-Feb-2022 10:59:33 UTC from mastodon.social permalink

    Attachments


  17. cr0n0s [Friendica] (cr0n0s@venera.social)'s status on Thursday, 06-Aug-2020 17:09:28 UTC cr0n0s [Friendica] cr0n0s [Friendica]
    #tool testssl.sh scanner SSL

    testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some #cryptographic flaws.

    linuxsecurity.expert/tools/tes…
    github: github.com/drwetter/testssl.sh

    #CLI
    linuxsecurity.expert/tools/tes…
    In conversation Thursday, 06-Aug-2020 17:09:28 UTC from venera.social permalink

    Attachments


    1. https://linuxsecurity.expert/static/social/linux-security-expert-facebook-940x788.png
  18. cr0n0s [Friendica] (cr0n0s@venera.social)'s status on Thursday, 06-Aug-2020 17:03:18 UTC cr0n0s [Friendica] cr0n0s [Friendica]
    #whowatch – Monitor #Linux Users and Processes in Real Time
    Is a simple, easy-to-use interactive who-like command line program for monitoring processes and users on a Linux system. It shows who is logged on to your system and what they are doing, in a similar fashion as the w command in real-time....


    www.tecmint.com/whowatch-monit…

    #whowatch #Linux #CLI #monitor
    www.tecmint.com/whowatch-monit…
    In conversation Thursday, 06-Aug-2020 17:03:18 UTC from venera.social permalink

    Attachments


    1. https://www.tecmint.com/wp-content/uploads/2018/07/whowatch-Monitor-User-Processes-in-Linux.png
  19. cr0n0s [Friendica] (cr0n0s@venera.social)'s status on Wednesday, 05-Aug-2020 21:03:35 UTC cr0n0s [Friendica] cr0n0s [Friendica]
    How To Rescue Virtual Machines With Virt-rescue

    This brief guide describes how to rescue virtual machines with Virt-rescue command line utility in #Linux. Virt-rescue is like a rescue CD, but for virtual machines only. It provides a simple rescue shell and some recovery tools to inspect and correct problems in a virtual machine or disk images....

    ostechnix.com/how-to-rescue-vi… #CLI #VirtRescue
    ostechnix.com/how-to-rescue-vi…
    In conversation Wednesday, 05-Aug-2020 21:03:35 UTC from venera.social permalink

    Attachments


    1. https://ostechnix.com/wp-content/uploads/2020/08/Rescue-Virtual-Machines-With-Virt-rescue.jpg
  20. cr0n0s [Friendica] (cr0n0s@venera.social)'s status on Monday, 03-Aug-2020 13:46:18 UTC cr0n0s [Friendica] cr0n0s [Friendica]
    Linux shell commands - InfoSheets




    source and download ODT: www.suso.com/infosheets/
    #infosheets #linux #CLI
    In conversation Monday, 03-Aug-2020 13:46:18 UTC from venera.social permalink

    Attachments


    1. https://www.suso.com/infosheets/shell-commands20050327.png
  • After
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.