All Projects → subhra74 → Snowflake

subhra74 / Snowflake

Licence: other
Graphical SFTP client and terminal emulator with helpful utilities

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Snowflake

Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (-32.94%)
Mutual labels:  terminal, terminal-emulators, sftp, devops, ssh
Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+617.12%)
Mutual labels:  terminal, ssh, terminal-emulators
Aminal
🌘 Darktile is a GPU rendered terminal emulator designed for tiling window managers.
Stars: ✭ 2,663 (+58.89%)
Mutual labels:  terminal, terminal-emulators, terminal-emulator
Eternalterminal
Re-Connectable secure remote shell
Stars: ✭ 2,191 (+30.73%)
Mutual labels:  terminal, ssh, remote-shell
Windterm
A quicker and better cross-platform SSH/Sftp/Shell/Telnet/Serial client.
Stars: ✭ 345 (-79.42%)
Mutual labels:  terminal, sftp, ssh
reverse-ssh
Statically-linked ssh server with reverse shell functionality for CTFs and such
Stars: ✭ 548 (-67.3%)
Mutual labels:  ssh, remote-shell, remote-admin-tool
Electerm
📻Terminal/ssh/sftp client(linux, mac, win)
Stars: ✭ 4,763 (+184.19%)
Mutual labels:  terminal, sftp, ssh
Deployr
A simple golang application to automate the deployment of software releases.
Stars: ✭ 282 (-83.17%)
Mutual labels:  devops, deployment, ssh
Kubectl Plugins
A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).
Stars: ✭ 340 (-79.71%)
Mutual labels:  devops, deployment, ssh
Opscloud
运维管理平台(阿里云),自动同步阿里云配置信息,堡垒机(容器),批量运维,Kubernetes,Zabbix管理等功能
Stars: ✭ 788 (-52.98%)
Mutual labels:  terminal, devops, ssh
Gatus
⛑ Gatus - Automated service health dashboard
Stars: ✭ 1,203 (-28.22%)
Mutual labels:  monitoring, devops
Module Security Public
The public documentation for the gruntwork-io/module-security repo, which contains packages for setting up best practices for managing secrets, credentials, and servers
Stars: ✭ 67 (-96%)
Mutual labels:  devops, ssh
Laravel Api Health
Monitor first and third-party services and get notified when something goes wrong!
Stars: ✭ 65 (-96.12%)
Mutual labels:  monitoring, monitoring-tool
Alfred Ssh
SSH workflow for Alfred for Mac with powerful hostname expansion/completion
Stars: ✭ 78 (-95.35%)
Mutual labels:  terminal, ssh
Grafana Aws Cloudwatch Dashboards
☁️ 30+ Grafana dashboards for AWS CloudWatch metrics: EC2, Lambda, S3, ELB, EMR, EBS, SNS, SES, SQS, RDS, EFS, ElastiCache, Billing, API Gateway, VPN, Step Functions, Route 53, CodeBuild, ...
Stars: ✭ 1,210 (-27.8%)
Mutual labels:  monitoring, devops
Dd Agent
Datadog Agent Version 5
Stars: ✭ 1,224 (-26.97%)
Mutual labels:  monitoring, devops
Jjg Ansible Windows
[DEPRECATED] Windows shell provisioning script to bootstrap Ansible from within a Vagrant VM.
Stars: ✭ 82 (-95.11%)
Mutual labels:  devops, ssh
Callmon
CallMon is an experimental system call monitoring tool that works on Windows 10 versions 2004+ using PsAltSystemCallHandlers
Stars: ✭ 83 (-95.05%)
Mutual labels:  monitoring, monitoring-tool
Zabbix Docker Monitoring
🐳 Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module
Stars: ✭ 1,098 (-34.49%)
Mutual labels:  monitoring, devops
Awesome Terminals
Terminal Emulators
Stars: ✭ 80 (-95.23%)
Mutual labels:  terminal, terminal-emulators

Muon SSH Terminal/SFTP client ( Formerly Snowflake ) Java CI Github All Releases

Easy and fun way to work with remote servers over SSH.

This project is being renamed as previous name "Snowflake" is confusing since there is already a popular product with the same name.

Muon is a graphical SSH client. It has a enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality similar to web based control panels but, it works over SSH from local computer, hence no installation required on server. It runs on Linux and Windows. Muon has been tested with serveral Linux and UNIX servers, like Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX.

IMAGE ALT TEXT

Intended audience

The application is targeted mainly towards web/backend developers who often deploy/debug their code on remote servers and not overly fond of complex terminal based commands. It could also be useful for sysadmins as well who manages lots of remote servers manually.

This article explains some more cases

How it works

Download:

Versions Windows Ubuntu/Mint/Debian Linux MacOS Other
v1.0.4 MSI installer DEB installer Generic installer (64 bit) TBD Portable JAR (Java 13)
v1.0.3 MSI installer DEB installer Generic installer (64 bit) TBD JAR (Java 11)

Building from source:

 This is a standard maven project. If you have configured Java and Maven use: 
 mvn clean install to build the project.
 The jar will be created in target directory
 

Features:

Simple graphical interface for common file operations

The app is designed to provide a simple graphical interface which allow common activities like moving files on server, renaming, cut, copy, paste, archiving, executing scripts, checking free space, calculating directory size, changing permissions, etc, in simple and efficient way. Though file browsing is based on SFTP, the app uses shell commands whenever posssible to perform operations efficiently. For example deleting a directory having huge number of files and sub directories can take a while using SFTP, but with simple rm command it's much faster. Also the app will prompt to user and can run sudo if priviledged operation needs to be performed. No switching to terminal is needed to invoke sudo. Moving files between servers is also supported with simple drag and drop.

Built in text editor with syntax highlighting and support for sudo

Built in text editor comes in handy when dev or admin needs to modify some files. The editor can invoke sudo and prompt for passwords as needed. This could be very helpfull for modifying global configuration files (like /etc/profile, etc.) from editor without using vi or other terminal based editors.

Simply view and search huge log/text files in a jiffy

The built in log viewer can show huge log files, up to several terabytes, in a very efficient manner. There is no need for downloading the whole file for view or search, thus skipping the pain of waiting for a long time to download the file, or using terminal based tools. The log viewer presents a paginated view of the file, which loads in much less time.

Fast powerful file and content search, powered by find command

Powerful search functionality, which allows users to find files by name, type, modification date and can also look inside compressed archives. For example it's now very easy to find all the files created in a date range.

Built in terminal and command snippet

With built in terminal, all command line operations can be performed. The terminal is also integrated with the file browser page, so users can open terminal from specific directory or execute scripts in terminal from file browser itself with a click of mouse. Also you can create snippets of your most used commands and execute them with a few clicks without typing again and again.

Fully equipped task manager

Monitor resource usage (CPU, RAM, swap) and view/manage processes from a familiar GUI. It is equipped with search and kill process functionaliy, and also with a option to kill processes with sudo. It's very easy to check which process is using most CPU or memory and view the full command line of the process.

Built in graphical disk space analyzer

A friendly GUI which allows users to find out what is eating up diskspace. Any of the mounted partitions or directories can be analyzed.

Linux specific tools

Few handy tools which can make devs or admins life easier like getting information about the system and distro, starting and stopping systemd services and finding which process is listening on which port.

Manage SSH keys easily

Simple and handy UI for creating and managing local and remote SSH keys. Also it supports managing authorized keys from GUI.

Network tools

Graphical interface for ping, port checking, traceroute and DNS lookup.

Documentation:

https://github.com/subhra74/snowflake/wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].