[01:35] [telegram] 0216 [01:35] [telegram] 0276 [07:45] [telegram] Me puedes explicar cómo lo hago? (re @lubuntu_bot: (irc) No, ya viene con el sistema) [08:54] [telegram] abres el KDE partition manager y eliges el disco donde quieres formatear, particionar, etc. : https://matterbridge.lubuntu.me/0ee77fba/file_9752.jpg [08:55] [telegram] (eso lo haces desde el live de ubuntu) [09:47] [telegram] buenas, quiero crear una combinación de teclas que abra una terminal y ejecuten dos comandos, ¿cómo lo hago? [09:47] [telegram] No se nada de bash pero me imagino que viene por ese lado, no? [09:47] [telegram] [09:47] [telegram] Mi objetivo es que al presionar, por ej. CTRL+I, se abra una terminal donde se ejecuten dos instrucciones: [09:47] [telegram] cd path/to/mi/directorio [09:48] [telegram] ./programa [09:56] [telegram] 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] [telegram] 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] [telegram] Pongo acá lo que me funcionó. [10:38] [telegram] [10:38] [telegram] Open the Lubuntu main menu and navigate to "Preferences" > "LXQt settings" > "Keyboard and Mouse." [10:38] [telegram] In the "Keyboard and Mouse" settings window, select the "Shortcut" tab. [10:38] [telegram] Click on the "Add" button to create a new shortcut. [10:38] [telegram] In the "Add Shortcut" window, enter a name for your shortcut (e.g., "Open QTerminal and Run Commands"). [10:38] [telegram] In the "Command" field, enter the following command: [10:38] [telegram] ``` [10:38] [telegram] qterminal -e "bash -c 'cd /home/path/to/my/dire && openprogram'" [10:38] [telegram] ``` [10:38] [telegram] This command will open QTerminal and execute the two commands you provided. [10:38] [telegram] Click on the "Shortcut" field and press the key combination you want to use, such as Ctrl+I. [10:38] [telegram] Finally, click "OK" to save the shortcut. [13:46] [telegram] 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] [telegram] Gracias! (re @Rodrigo: abres el KDE partition manager y eliges el disco donde quieres formatear, particionar, etc.) [16:16] [telegram] 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] [telegram] Correcto [17:30] [telegram] Gracias (re @Roberalz: Correcto)