All Projects → BradleyA → Linux-admin

BradleyA / Linux-admin

Licence: MIT License
Shell scripts to automate download of GitHub traffic statistics, cluster administration, and create an animated GIF.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Linux-admin

pulseha
PulseHA is a active-passive high availability cluster daemon that uses GRPC and is written in GO.
Stars: ✭ 15 (-34.78%)
Mutual labels:  clustering, cluster-manager
git
git (and github) & monorepo / mono source tree command line tools, libraries & scripts
Stars: ✭ 16 (-30.43%)
Mutual labels:  github-traffic, github-statistics
consul-cluster-manager
Consul - based cluster manager that can be plugged into Vert.x ecosystem.
Stars: ✭ 17 (-26.09%)
Mutual labels:  clustering, cluster-manager
DigitalCellSorter
Digital Cell Sorter (DCS): single cell RNA-seq analysis toolkit. Documentation:
Stars: ✭ 19 (-17.39%)
Mutual labels:  clustering
hotspot3d
3D hotspot mutation proximity analysis tool
Stars: ✭ 43 (+86.96%)
Mutual labels:  clustering
morphocluster
Source code for the MorphoCluster application described in Schroeder et al. 2020
Stars: ✭ 13 (-43.48%)
Mutual labels:  clustering
Fred
A fast, scalable and light-weight C++ Fréchet distance library, exposed to python and focused on (k,l)-clustering of polygonal curves.
Stars: ✭ 13 (-43.48%)
Mutual labels:  clustering
lazyaircrack
Automated tool for WiFi hacking.
Stars: ✭ 301 (+1208.7%)
Mutual labels:  linux-shell
machine-learning-course
Machine Learning Course @ Santa Clara University
Stars: ✭ 17 (-26.09%)
Mutual labels:  clustering
watchman
Watchman: An open-source social-media event-detection system
Stars: ✭ 18 (-21.74%)
Mutual labels:  clustering
Spectre
A computational toolkit in R for the integration, exploration, and analysis of high-dimensional single-cell cytometry and imaging data.
Stars: ✭ 31 (+34.78%)
Mutual labels:  clustering
hclust
Hierarchical clustering in JavaScript
Stars: ✭ 39 (+69.57%)
Mutual labels:  clustering
hmm
A Hidden Markov Model implemented in Javascript
Stars: ✭ 29 (+26.09%)
Mutual labels:  clustering
rcon-web-admin
Self hosted, online RCON administration tool for your game server.
Stars: ✭ 70 (+204.35%)
Mutual labels:  administration
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (-8.7%)
Mutual labels:  clustering
viur-vi
Visual administration interface for ViUR as web-app, with the ability to generate its input masks and data structures automatically from the underlying data model.
Stars: ✭ 18 (-21.74%)
Mutual labels:  administration
SparseLSH
A Locality Sensitive Hashing (LSH) library with an emphasis on large, highly-dimensional datasets.
Stars: ✭ 127 (+452.17%)
Mutual labels:  clustering
OSCP-Prep
Contained is all my reference material for my OSCP preparation. Designed to be a one stop shop for code, guides, command syntax, and high level strategy. One simple clone and you have access to some of the most popular tools used for pentesting.
Stars: ✭ 33 (+43.48%)
Mutual labels:  linux-shell
Advisor
An open source and expandable administration framework for your S&box servers and addons.
Stars: ✭ 45 (+95.65%)
Mutual labels:  administration
peeling-onions
A repository to store Deep Web (onion domain) crawler, scraper, and NLP tools for Tor network.
Stars: ✭ 18 (-21.74%)
Mutual labels:  clustering

Linux-admin

GitHub Stable Release GitHub Release Date GitHub Commits Since GitHub Last Commits

Open GitHub Issue GitHub Open Issues GitHub Closed Issues GitHub pull requests GitHub pull requests

GitHub Repo Clones GitHub Repo Views GitHub Size Language Bash MIT License


Shell scripts to automate download of GitHub traffic statistics, cluster administration script, create an animated command line GIF, other GitHub Solutions, Presentation Solutions.

If you like this repository, select in the upper-right corner, GitHub stars, thank you.


GitHub Solutions

A very simple shell script that uses crontab to schedule the download of GitHub traffic statistics in plain text from your GitHub repositories. Another script gives you the text lines to add to crontab and sets up the directories for GitHub traffic statistics. It takes minutes to setup but weeks to get enough data before using a third script that parses the GitHub traffic and creates two markdown tables like these; clones and views

How to make an animated GIF of a terminal session.

How to create a website for with GitHub Pages. Link: Towards Data Science: Anne Bonner

Connect GitHub and Slack

Cluster command wrapper

The cluster-command loops through my RaspBerry Pi clusters and x86 clusters. It helps with cluster system adminstration of hosts with a set of predefined commands and allows custom commands.

Presentation Solutions

Presentation Demos: Shell script (Demo Magic) from Paxton Hare GitHub account that enables you to script repeatable demos in a bash environment so you don't have to type as you present. Rather than trying to type commands when presenting you simply script them and let demo-magic.sh run them for you.

Presentation Countdown Timer*: Large web based countdown time display to keep speakers on schedule. By default, it counts down from five minutes to zero minutes, updating every ten seconds. When one minute remains, the background turns yellow and the timer is updated every five seconds. At 30 seconds remaining, the background turns red and updates are continuous. Finally, when time runs out, the counter starts blinking.

Clone

To Install, change into a directory that you want to download the scripts. Use git to pull or clone these scripts into the directory. If you do not have Git installed then enter; "sudo apt-get install git" if using Debian/Ubuntu. Other Linux distribution install methods can be found here: https://git-scm.com/download/linux. On the GitHub page of this script use the "HTTPS clone URL" with the 'git clone' command.

 git clone https://github.com/BradleyA/Linux-admin
 cd Linux-admin

Return to top


Contribute

Please do contribute! Issues, comments, and pull requests are welcome. Thank you for your help improving software.

Return to top

Author

Follow @bradleyaustintx GitHub followers

Return to top

Stars

Stargazers repo roster for @BradleyA/Linux-admin

Return to top

Forks

Forkers repo roster for @BradleyA/Linux-admin

Return to top

Tested OS

  • Ubuntu 14.04.6 LTS (amd64,armv7l)
  • Ubuntu 16.04.7 LTS (amd64,armv7l)
  • Ubuntu 18.04.5 LTS (amd64,armv7l)
  • Raspbian GNU/Linux 10 (buster)

Return to top

Design Principles

  • Have a simple setup process and a minimal learning curve
  • Be usable as non-root - failed adminstration requires root
  • Be easy to install and configure

Return to top

License

MIT License

Copyright (c) 2020 Bradley Allen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Return to top

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].