🖥Быстрый Linux-совет: один терминал вместо десятка окон
Хочешь держать несколько терминальных сессий открытыми и не плодить кучу окон?
Используй `tmux`.
Он позволяет запускать отдельные сессии, делить терминал на панели, отключаться от работы и потом возвращаться к ней с того же места.
Например, ты подключился к серверу, запустил долгий процесс и не хочешь потерять его при разрыве SSH. Создаешь сессию:
tmux new -s myserver
Отключаешься от нее - процесс продолжает работать. Потом можно посмотреть список сессий:
tmux ls
И вернуться обратно:
tmux attach -t myserver
tmux превращает один терминал в полноценное рабочее пространство.
Сессии, окна, панели, detach, reattach - и ты больше не зависишь от одного открытого терминального окна.
#linux#terminal#tmux#devops
The euro banknotes feature the name of the currency in how many different scripts?
(hidden behind the cat in the image)
Options:
A) 1
B) 2
C) 3
D) 4
@languagetrivia#script
#Python#script
🤖
PlotAI
PlotAI es una herramienta para generar gráficos en Matplotlib.
— el usuario envía un marco de datos como entrada;
— PlotAI crea un mensaje para LLM, que contiene los primeros cinco registros y genera código Python;
- Se ejecuta el código Python devuelto y se muestra el gráfico.
pip install plotai
🔗Github
-----
Main channel: @repo_science
Coupons: @freecoupons_reposcience
-----
🌍 Which African country uses Amharic as an official language?
A) 🇪🇹 Ethiopia
B) 🇪🇷 Eritrea
C) 🇸🇴 Somalia
D) 🇸🇩 Sudan
@languagetrivia#guess_the_country#script
Which language is written in a script called ‘Devanagari’, a script characterized by a horizontal line running along the top of the letters, connecting them?
Follow @languagetrivia🌏 for more!
#script#image#guess_the_language