TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #183 · 23 ное.

Python + bash Если вам часто требуется запускать shell команды из Python-кода, какой способ вы используете? Самый низкоуровневый это функция os.system(), либо os.popen(). Рекомендованный способ это subprocess.call(). Но это всё еще достаточно неудобно. Советую обратить своё внимание на очень крутую библиотеку sh. Что она умеет? 🔸 удобный синтаксис вызова команд как функций # os import os os.system("tar cvf demo.tar ~/") # subprocess import subprocess subprocess.call(['tar', 'cvf', 'demo.tar', '~/']) # sh import sh sh.tar('cvf', 'demo.tar', "~/") 🔸 простое создание функции-алиаса для длинной команды fn = sh.lsof.bake('-i', '-P', '-n') output = sh.grep(fn(), 'LISTEN') в этом примере также задействован пайпинг 🔸 удобный вызов команд от sudo with sh.contrib.sudo: print(ls("/root")) Такой запрос спросит пароль. Чтобы это работало нужно соответствующим способом настроить юзера. А вот вариант с вводом пароля через код. password = "secret" sudo = sh.sudo.bake("-S", _in=password+"\n") print(sudo.ls("/root")) Это не все фишки. Больше интересных примеров смотрите в документации. Специально для Windows💀 юзеров #libs#linux

Hashtags

Резултати

Пронајдени 1,453 слични објави

Глобално пребарување

GitHub Trends

@githubtrending · Post #15000 · 27.07.2025 г., 12:00

#markdown#android#bsd#cheatsheet#cheatsheets#command_line#console#documentation#examples#hacktoberfest#help#linux#macos#man_page#manpages#manual#osx#shell#terminal#tldr#windows The tldr-pages project offers simple, easy-to-understand help pages for command-line tools, focusing on practical examples rather than long, complex manuals. It’s great if you’re new to the command line or forget command options, as it shows the most useful commands clearly. You can access these pages through various clients or online without installing anything. This saves you time and frustration by giving quick, clear guidance on common tasks, making it easier to learn and use command-line tools effectively. Plus, you can contribute by adding or improving pages yourself. This helps you and others get fast, practical help with commands[1][4]. https://github.com/tldr-pages/tldr

GitHub Trends

@githubtrending · Post #14986 · 22.07.2025 г., 12:00

#rust#cli#command_line_interface#command_line_tool#dns#icmp#linux#macos#mtr#netbsd#network#networking#ping#ratatui#rust#rustlang#tool#traceroute#tui#tui_rs#windows Trippy is a powerful tool that combines traceroute and ping functions to help you analyze network problems easily. It works on Linux, BSD, macOS, and Windows, and you can install it through many package managers or directly with commands like `cargo install trippy`. Running a simple trace is as easy as typing `sudo trip example.com`. Trippy offers detailed network tracing with features like multipath strategies and unprivileged modes, making it flexible for different needs. Using Trippy helps you quickly find where network issues occur, saving time and improving troubleshooting efficiency. Full guides and documentation are available online to get you started smoothly. https://github.com/fujiapple852/trippy

GitHub Trends

@githubtrending · Post #15075 · 19.08.2025 г., 12:30

#python#cybersecurity#fyp#hacking#hacking_tool#indonesia#information#information_gathering#ip_geolocation#linux#osint#osint_python#osint_tool#pentesting#phone_number#python#python_hacking#termux#termux_hacks#termux_tool GhostTrack is a simple tool you can install on Linux or Termux to track locations, phone numbers, or social media usernames using open-source intelligence (OSINT). It offers menus for IP tracking (which can be combined with another tool called Seeker), phone number tracking, and username tracking on social media. This helps you gather information about a target’s location or identity easily. The benefit is that you can quickly find useful data for security, investigation, or personal knowledge without needing advanced skills, all through a straightforward Python-based program created by HunxByts. https://github.com/HunxByts/GhostTrack

GitHub Trends

@githubtrending · Post #15104 · 30.08.2025 г., 12:00

#shell#alpine#alpine_linux#boot#distro#grub#installer#iso#linux#linux_distribution#liveos#netboot#netinst#netinstall#operating_systems#os#reinstall#shell_script#vps#windows You can use a powerful script to easily reinstall Linux or Windows on your server with just one command. It supports 19 popular Linux versions and all Windows versions from Vista to Windows 11, automatically downloading official ISO files and drivers. It works for switching between Linux and Windows, handles different network setups without manual IP input, and supports BIOS, EFI, and ARM servers. The script is lightweight, safe, and fetches all resources live from official sources. This saves you time and effort in system installation or reinstallation, especially on low-memory or cloud servers. You can also customize passwords, SSH keys, and ports during installation. https://github.com/bin456789/reinstall

GitHub Trends

@githubtrending · Post #15087 · 23.08.2025 г., 12:00

#shell#cassowary#docker#freerdp#gnome#hacktoberfest#integration#kde#libvirt#linux#linux_app#nautilus#nix_flake#podman#qemu#qemu_kvm#seamless#winapps#windows#wine#xfce You can run Windows applications like Microsoft Office and Adobe Creative Cloud directly on your Linux desktop (KDE, GNOME, or XFCE) as if they were native apps using WinApps. It works by running Windows inside a virtual machine (using Docker, Podman, or libvirt) and then showing Windows apps seamlessly on Linux with FreeRDP. Your Linux home folder is accessible in Windows, and you can right-click files in Linux to open them with Windows apps. This lets you use all Windows programs without leaving Linux, improving productivity and convenience without needing dual boot or separate hardware. https://github.com/winapps-org/winapps

GitHub Trends

@githubtrending · Post #15200 · 06.10.2025 г., 11:30

#php#ehr#emr#fhir#global_health#health#healthcare#hit#international#linux#medical#medical_informatics#medical_information#medical_records#openemr#osx#php#practice_management#proprietary_counterparts#sponsors#windows OpenEMR is a free, open-source electronic health records (EHR) and medical practice management software that works on many platforms like Windows, Linux, and Mac. It offers features such as patient scheduling, electronic billing, integrated health records, and support for both outpatient and inpatient care. It supports modern standards like FHIR for easy and secure data sharing between healthcare providers. OpenEMR is highly customizable, allowing you to tailor it to your specific needs, and it is ONC certified, ensuring compliance with healthcare regulations. Using OpenEMR can save costs compared to paid EHRs and gives you control over your patient data while benefiting from a supportive community and free resources. https://github.com/openemr/openemr

GitHub Trends

@githubtrending · Post #14919 · 06.07.2025 г., 12:00

#cplusplus#aes#avx#avx_instructions#chrome#chrome_devtools#chromedriver#chromium#chromium_browser#content_shell#jpeg_xl#jpegxl#jxl#libjxl#linux#thorium#thorium_browser#thoriumos#web_browser#web_platform#webbrowser Thorium is a fast, optimized web browser based on Chromium, designed to work well on modern CPUs with advanced instruction sets like AVX and SSE4. It offers better performance than standard Chromium and Chrome, opening tabs and rendering pages quickly. Thorium includes enhanced privacy features such as DNS over HTTPS and Do Not Track enabled by default, plus support for modern media formats like HEVC and JPEG XL. It keeps the familiar Chrome interface and supports all Chrome extensions, making it easy to switch. Available on Windows, Linux, macOS, Android, and Raspberry Pi, it suits users wanting speed, privacy, and compatibility across devices[3][5][1]. https://github.com/Alex313031/thorium

iGitHub

@igithub · Post #43 · 11.04.2023 г., 18:26

分享一些GitHub开源项目,欢迎留言投稿 标签分类: AI:#AI#ChatGPT#Midjourney#模型#科技#绘画 App:#App#破解#阿里云盘#Apple#Office#Testflight 平台:#iOS#Android#Windows#MacOS#Linux#Switch#路由#FreeBSD#Darwin#OpenWrt#AppleTV#Web 插件/脚本:#插件#脚本#浏览器#科学上网#油猴#规则 网站:#网站#建站 编程:#编程语言#Python#JavaScript#Vue#TypeScript#CSS iOS:#QX#Loon#Shadowrocket#Clash#Stash#Surge 设计:#设计#字体#Markdown主题#图片 学习:#学习#课程#翻译#RSS#阅读#Notion#书籍#设计 影视:#影视#流媒体#直播源#哔哩哔哩 其他:#收集汇总#下载#开源#隐私#EDU#优惠#漫画#输入法#工具#TG

新手核心

@xinshoucpu · Post #48 · 06.01.2026 г., 00:22

✅视频 ➡️➡️ #影视#录屏#YouTube#bilibili#视频处理#动画#抖音#视频管理#视频下载#字幕#电视#直播#播放器#电影#GIF ✅ 图片 #制图工具#图像处理#设计#相册#图像管理#截图#壁纸#OCR#AI绘画#AI换衣#CAD#格式转换 ✅社交工具 #微信#聊天软件#自媒体#Reddit#小红书#Telegram#通讯工具#twitter#x#闲鱼#邮箱#去中心化 ✅AI #AI#ChatGPT#prompt#Claude#大模型#语音转文字#自动化 🤖平台 #跨平台#iOS#macOS#Windows#Android#APP#Linux#操作系统#Cloudflare#宝塔#服务器#nas#Apple#Microsoft ✅工具 #工具#在线工具#文件传输#PDF#远程#在线生成#编辑器#插件#IP#书签管理#网盘#搜索引擎#同步#油猴#脚本#代替方案#下载工具#命令行#压缩工具#网址导航#格式转换#数据库#软件#Github#趣站#博客#RSS#阅读#建站#杂志#电子书#网站#wiki#新闻#小说#书籍#文章#科普#教程#合集#前端#编程#办公#markdown#Markdown#PPT#翻译#输入法#笔记#记账#思维导图#独立开发者 ✅其他 #地图#隐私#安全#翻墙#浏览器#蓝牙#日历#数据#游戏#英语#学习#爬虫#天气#博物馆#P2P#户外#地铁#字体#桌面#美化#日语#日记#屏幕共享 🤖平台 ➡️➡️ 支持Windows、Windows、macOS、Linux、Android、iOS、iPad、iPhone、Mac、Vision Pro、Apple(Watch、TV、Music、FindMy、Store)、Google、Microsoft、Cloudflare、Web、API、AirTag、服务器、NAS、宝塔 ✈社交 微信、QQ、WhatsApp、iMessage、Discord、LINE、Telegram、飞书、钉钉、微博、小红书、x.com、Twitter、WeiBo、Instagram、TikTok、DouYin、抖音、微信公众号、B站、YouTube、Bilibili、Reddit、Spotify、YouTube Music、Netflix、Airbnb、Amazon、DoorDash、GitHub、MissAV、TMDb 📄文件格式 PDF、Markdown、APK、EXE、DMG、jpg、png、bmp、gif、FLAC、ALAC、MP3、AAC、OCR、划词翻译、视频下载、格式转换、压缩工具、图像处理、视频管理 📱其他 AI、ChatGPT、OpenAI、Gemini、AGI、Claude、大模型、prompt、AI绘画、AI换衣、Tether、USDT、泰达、泰达币、Token、P2P、RSS、AirDrop、AirPlay、USB、Chrome、Word、Excel、WPS、Logo、搜索引擎、插件、油猴、脚本、自动化、远程、录屏、磁力、数据库、命令行、开源软件、公域电影、纪录片、教程、在线课程、趣站、博客、阅读、建站、新闻、小说、书籍、百科、科普、合集 🔗跳转链接关键词 ➡️➡️ 在线使用、在线体验、朋友圈、开源页面、 下载页面、App Store 、Google Play、Chrome商店、Chrome 商店、 Firefox商店 、油猴脚本 、在线阅读、 iOS 、Android 、已收录至「频道导航」、Steam、 开源页面、在线演示、已收录至、微软商店 🛫先理解上面截图,看懂了结构分布,你才能精准使用搜索 🛫查软件输入平台名如(IOS),这个频道分词做的挺好的 🛫有单词组的会加到括号里,搜索时加入会更精准,不加搜的更全面 🛫标签和关键词搜索结果不一定相同(#IOS 和 IOS),不知道为什么 🛫标签、关键词、跳转链接关键词,🤖平台+已收录至 是精华内容 极客分享:https://t.me/geekshare

超级索引🔍

@hao123hub · Post #717 · 15.02.2023 г., 21:13

超级索引 📱关键词导航频道 —————————————————————————————————————————— 妹子美图#妹子#美女#街拍#图片 番号成人#图片#视频#番号#探花 壁纸好图#壁纸#高清#PIXIV ACG动漫#萌图#二次元#PIXIV 影音资源#云盘#TV#影视#音乐 萌宠分享#猫#兔子#动物#狗 科技资讯#互联网#资讯#游戏#杂谈 社会资讯#新闻#社会#资讯#财经 搞笑趣味#梗图#搞笑#段子 知识教程#知识#科普#教程#技术 随笔杂谈#博客#杂谈#短句#文章 失落之地#微博#豆瓣#军事#时事 软件相关#软件#破解#限免#游戏 资源分享 #插件#网页#脚本#破解 书墨资源#书籍#PDF#报纸 工具软件#科学上网#软路由#工具 账号会员#合租#会员#账号 机场相关#机场#白嫖#节点#代理 表情贴纸#表情包#贴纸 搜群专用#频道群组#关键字搜索 电报入门#教程#功能#入门 #聊天#社群#收录#萌图#二次元#PIXIV#图片#视频#番号#探花#频道群组#关键字搜索#机场#白嫖#节点#主机#vpn#合租#会员#账号#科学上网#软路由#工具#插件#网页#脚本#破解#iOS#脚本#破解#软件#软件#破解#限免#游戏#书籍#PDF#报纸#杂志#知识#科普#教程#技术#博客#杂谈#短句#文章#梗图#搞笑#段子#吃瓜#新闻#社会#资讯#财经#互联网#资讯#游戏#杂谈#简体#繁体#方言#趣味#教程#功能#入门#主题#表情包#贴纸#时事#杂谈#资讯#文章#云盘#TV#影视#音乐#主题#壁纸#商品#交易 #图片#github#字体#网站#工具#AI#微信#安卓#APP#剪辑#图像#橡皮擦#图床#自动化#windows#macOS#iOS#Android#开源#建站#游戏#在线#正则表达#表格#转换#网红#生成器#渣男#绿茶#语录#诗歌#动漫#服务器监控#UI#壁纸#密钥#截屏#tools#扩展#Privacy#Security#Linux#新媒体#数字游民#电子书#在线生成#视频下载#域名#影视#云盘#水印#剪辑#字体#捷径#可视化#CG#建模#数字指南#艺术#博客#油猴#脚本#跨平台#文件传输#web3#任务管理#数据#网站#软件#下载#P站#pornhub#学习#英语#社区#编程#聚合#内容源#广播#收音机#免费#PDF#阅读器#签名#证书检测#隐私#云盘#匿名#工作#爬虫#摸鱼#网页#福利#搜索引擎#ChatGPT#tools#GPT#AI#成人#资料 —————————————————————————————————————————— 谢谢你的关注 📱 📱 📱 📱 📱 📱 📱

#频道目录 👍核心类 #网站分享#集合#Github分享#Bot分享#Chrome插件分享#油猴脚本#体验分享#软件分享#VSCode插件分享#前沿快讯 核心类 — 子类标签 #翻译#影视#小红书#传输#音乐#加速器#摸鱼#iOS#Windows#学术#浏览器#抠图#PPT#阅读#游戏#直播#投资#法律#YouTube#英语学习#博客#RSS#找工作#Mac#代码补全#去广告#微信#表情包#机场#短链接#知识库#Gmail#摄影#搞怪#识图#工具集#快捷键#备忘录#美化#漫画#周刊#系统#AI编译器 👍AI类 & 搜索引擎类 #ChatGPT类分享#AI搜索引擎#搜索引擎分享#AI分享#AI绘画#软件搜索引擎#云盘搜索 AI类 — 子类标签 #Kimi#夸克#OpenAI#DeepSeek#Grok#Gemini 资讯类(星穹铁道、重返未来1999) #游戏资讯#星穹铁道#重返未来1999#游戏推荐#发现#新闻速读 羊毛类 #白嫖 音乐类 & 影视类(少量) #ASMR分享#音乐分享#美剧推荐#助眠 运维类 #Linux#脚本#快捷指令#Quicker动作 年度重磅类 #2023年度总结 其他类(少量) #福利#资源搜索#机场分享#吐槽#导航#视频分享#小技巧

djangoproject

@djangoproject · Post #513 · 30.11.2017 г., 22:00

#AI#Artificial_Intelligence #AJAX #aiohttp #Anaconda #AngularJS #API #Atom #AWS #asyncio (#Asynchronous) #audio #automated_testing #automation #atexit #BeeWare #Big_Data #bitcoin #blockchain #Bluemix #Brython #button #Celery #client #class #classmethod #concurrency #Coroutine #cron #CSS #curl #data_analysis #data_mining #data_processing #database #Deep_Learning#deep_learning #Debian #decorator #deploy #dict #dispatch #django #django_cms #Django_REST_Framework #dropdownbox #Docker #event #Firefox #Flask #form #functions #Generator #GeoDjango #git #Google #GPU #GUI #Gym #host #HTML #httplib #learn #Image_processing #intelligence #input #Instagram #IOT #iPython #Jupyter #lambda #learn #License #Linux #lists #machine_learning #Magenta #map #Matplotlib #Metaprogramming #Micro_services #Micropython #mind #monitoring #MongoDB #modules #Mozilla #Multipart #multi_touch_apps #multiprocessing #Nodes #NoSQL #numeric_computation #numerical #NumPy #network #neural_network #OAuth #object_serialization #OCR #overloading #package #parallel #pipeline #protocols #PostGIS #pyAudioAnalysis #pycon #Pyflakes #PyInstaller #PyPI #PyQt #PySide #PyTorch #pytest #python #Pyvideo_archives #Qt #Raspberry_Pi #React #Redis #random #request #Regular_Expressions (#re) #REST #RSS #satellite #scikit_learn #SciPy #scrapy #searching #selectbox #Selenium #serialization #server #sessions #single_responsibility_principle #socket #Spark #str #submit #task #telegram #template #TensorFlow #test #text_boxes #text #tuples #unicode #Universe #Unix #unit_test #urllib #upload #uWSGI #Web #WSGI

12•••100•••119120121122
ПретходнаСтраница 121 од 122Следна