GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#shell #bash #install #lts #node #node_js #nodejs #nvm #nvmrc #posix #posix_compliant #shell #version_manager #zsh

`nvm` (Node Version Manager) helps you easily install and use different versions of Node.js on your computer. Here’s how it benefits you You can install and switch between various versions of Node.js quickly using simple commands like `nvm install 16` or `nvm use 14`.
- **Easy Installation** With a `.nvmrc` file in your project directory, `nvm` can automatically switch to the specified Node version when you enter that directory.
- **Customization** It works on Unix, macOS, and Windows (through WSL or GitBash).

Overall, `nvm` makes managing different Node.js versions straightforward and efficient.

https://github.com/nvm-sh/nvm
#go #bigdata #cloud_native #distributed_systems #filesystem #go #golang #hdfs #object_storage #posix #redis #s3 #storage

JuiceFS is a powerful file system designed for cloud environments. It allows you to use massive cloud storage as if it were local storage, without changing your code. Here are the key benefits JuiceFS offers low latency and high throughput, making it suitable for big data, machine learning, and AI applications.
- **POSIX Compatibility** Supports Kubernetes and various object storage services like Amazon S3, Google Cloud Storage, and more.
- **Strong Consistency** Ensures data security and efficiency.
- **Shared Access**: Multiple clients can read and write files simultaneously.

Using JuiceFS, you can efficiently manage large amounts of data in the cloud, making it easier to integrate with various platforms and applications.

https://github.com/juicedata/juicefs
👍1👎1
#go #cli #cli_app #cobra #cobra_generator #cobra_library #command #command_cobra #command_line #commandline #go #golang #golang_application #golang_library #posix #posix_compliant_flags #subcommands

Cobra is a tool that helps you create powerful and easy-to-use command-line interfaces (CLI) for your applications. It is used in many popular projects like Kubernetes, Hugo, and GitHub CLI. With Cobra, you can easily create subcommands, use flags to modify commands, and get automatic help and suggestions. It also generates shell autocomplete and man pages for your application. This makes it easier for users to understand and use your CLI tools because they read like simple sentences. To start using Cobra, you just need to install it with `go get` and include it in your Go project. This simplifies the process of developing CLI applications, making them more user-friendly and efficient.

https://github.com/spf13/cobra
#shell #acme #acme_client #acme_protocol #ash #bash #buypass #certbot #letsencrypt #posix #posix_sh #shell #zerossl

Using **acme.sh** is a simple way to get free HTTPS certificates for your website. It works with many operating systems and doesn't require special permissions. You can easily issue, renew, and install certificates automatically without manual intervention. This tool supports various modes like webroot, standalone, and DNS, making it versatile for different setups. The benefit is that you secure your site with trusted certificates at no cost, ensuring user data privacy while simplifying certificate management[1][3].

https://github.com/acmesh-official/acme.sh
#go #blob_storage #cloud_drive #distributed_file_system #distributed_storage #distributed_systems #erasure_coding #fuse #hadoop_hdfs #hdfs #kubernetes #object_storage #posix #replication #s3 #s3_storage #seaweedfs #tiered_file_system

SeaweedFS is a fast, simple, and highly scalable distributed file system designed to store billions of files and serve them quickly, especially small files. It uses a master server to manage volumes on volume servers, which handle file data and metadata, enabling very fast file access with minimal disk reads. It supports features like replication, erasure coding, cloud integration for elastic storage, and compatibility with many metadata stores and APIs including Amazon S3. This means you get efficient, cost-effective storage with fast access, easy scaling, and flexible deployment options for large-scale file storage needs.

https://github.com/seaweedfs/seaweedfs