🌍 Live Open Source Explorer
Explore live open-source projects and AI models.
Search public open-source repositories from GitHub and AI models from Hugging Face. Every page shows 10 results with clean pagination.
🔎 Live Search
Search live open-source data
Search GitHub repositories and Hugging Face models directly, then explore stars, downloads, source links and project details.
Live Results
GitHub Open Source Repositories
Search: PS-Cleanup
Page 1
Showing 4 results from 4
nyaundid/EC2-AWS-AND-SHELL
GitHub ShellSEIS 665 Assignment 2: Linux & Git Overview This week we will focus on becoming familiar with launching a Linux server and working with some basic Linux and Git commands. We will use AWS to launch and host the Linux server. AWS might seem a little confusing at this point. Don’t worry, we will gai... Read more
External source
GitHub
Emersonmafra/f
GitHub#!/bin/bash ########## DEBUG Mode ########## if [ -z ${FLUX_DEBUG+x} ]; then FLUX_DEBUG=0 else FLUX_DEBUG=1 fi ################################ ####### preserve network ####### if [ -z ${KEEP_NETWORK+x} ]; then KEEP_NETWORK=0 else KEEP_NETWORK=1 fi ################################ ####... Read more
External source
GitHub
vimalgandhi/Docker-Commands-Help-Tips
GitHub# Docker Commands, Help & Tips ### Show commands & management commands ``` $ docker ``` ### Docker version info ``` $ docker version ``` ### Show info like number of containers, etc ``` $ docker info ``` # WORKING WITH CONTAINERS ### Create an run a container in foreground ``` $ docker c... Read more
External source
GitHub
cor3jz/PS-Cleanup
GitHub PowerShell MIT LicenseУтилита предназначена для автоматического удаления учетных записей в популярных приложениях, очистки данных пользователей, а также удаления временных файлов и разного рода мусора.
External source
GitHub