[01:35] <lubot> [telegram] <juanampi> 0216
[01:35] <lubot> [telegram] <juanampi> 0276
[07:45] <lubot> [telegram] <asesfin> Me puedes explicar cómo lo hago? (re @lubuntu_bot: (irc) <Roberalz[m]> No, ya viene con el sistema)
[08:54] <lubot> [telegram] <Rodrigo> abres el KDE partition manager y eliges el disco donde quieres formatear, particionar, etc. : https://matterbridge.lubuntu.me/0ee77fba/file_9752.jpg
[08:55] <lubot> [telegram] <Rodrigo> (eso lo haces desde el live de ubuntu)
[09:47] <lubot> [telegram] <Rodrigo> buenas, quiero crear una combinación de teclas que abra una terminal y ejecuten dos comandos, ¿cómo lo hago? 
[09:47] <lubot> [telegram] <Rodrigo> No se nada de bash pero me imagino que viene por ese lado, no?
[09:47] <lubot> [telegram] <Rodrigo> 
[09:47] <lubot> [telegram] <Rodrigo> Mi objetivo es que al presionar, por ej. CTRL+I, se abra una terminal donde se ejecuten dos instrucciones:
[09:47] <lubot> [telegram] <Rodrigo> cd  path/to/mi/directorio
[09:48] <lubot> [telegram] <Rodrigo> ./programa
[09:56] <lubot> [telegram] <Pedro> Creo, y repito creo, que podrias hacerte un script que habra la terminal (esto no se como) y haga esos comandos y en keyboard shortcuts le agreges uno y apuntes a tu bash script
[10:06] <lubot> [telegram] <Rodrigo> Gracias Pedro, buscaré por ese lado (re @Pedro: Creo, y repito creo, que podrias hacerte un script que habra la terminal (esto no se como) y haga esos comandos y en keyboard shortcuts le agreges uno y apuntes a tu bash script)
[10:38] <lubot> [telegram] <Rodrigo> Pongo acá lo que me funcionó. 
[10:38] <lubot> [telegram] <Rodrigo> 
[10:38] <lubot> [telegram] <Rodrigo> Open the Lubuntu main menu and navigate to "Preferences" > "LXQt settings" > "Keyboard and Mouse."
[10:38] <lubot> [telegram] <Rodrigo> In the "Keyboard and Mouse" settings window, select the "Shortcut" tab.
[10:38] <lubot> [telegram] <Rodrigo> Click on the "Add" button to create a new shortcut.
[10:38] <lubot> [telegram] <Rodrigo> In the "Add Shortcut" window, enter a name for your shortcut (e.g., "Open QTerminal and Run Commands").
[10:38] <lubot> [telegram] <Rodrigo> In the "Command" field, enter the following command:
[10:38] <lubot> [telegram] <Rodrigo> ```
[10:38] <lubot> [telegram] <Rodrigo> qterminal -e "bash -c 'cd /home/path/to/my/dire && openprogram'"
[10:38] <lubot> [telegram] <Rodrigo> ```
[10:38] <lubot> [telegram] <Rodrigo> This command will open QTerminal and execute the two commands you provided.
[10:38] <lubot> [telegram] <Rodrigo> Click on the "Shortcut" field and press the key combination you want to use, such as Ctrl+I.
[10:38] <lubot> [telegram] <Rodrigo> Finally, click "OK" to save the shortcut.
[13:46] <lubot> [telegram] <wirive> La red social descentralizada como Twitter construida en Nostr, Damus, remueve su botón de propinas de Bitcoin para no ser removida de la App Store de la empresa tecnológica Apple. : https://matterbridge.lubuntu.me/de408790/file_9753.jpg
[16:15] <lubot> [telegram] <asesfin> Gracias! (re @Rodrigo: abres el KDE partition manager y eliges el disco donde quieres formatear, particionar, etc.)
[16:16] <lubot> [telegram] <asesfin> Yo tengo el boot de Lubuntu 20.04 en un pendrive. Es a eso que te refieres cuando dices un live de ubuntu, verdad? (re @Rodrigo: (eso lo haces desde el live de ubuntu))
[17:19] <lubot> [telegram] <Roberalz> Correcto
[17:30] <lubot> [telegram] <asesfin> Gracias (re @Roberalz: Correcto)