All Projects → dwmkerr → Effective Shell

dwmkerr / Effective Shell

Licence: mit
Text, samples and website for my 'Effective Shell' series.

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Effective Shell

Telegram List
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
Stars: ✭ 3,362 (+1548.04%)
Mutual labels:  programming, coding, devops
Hackphiles
BruteForce Tool For both Instagram and Facebook
Stars: ✭ 57 (-72.06%)
Mutual labels:  programming, coding, hacking
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 (+450.98%)
Mutual labels:  terminal, devops
Snowflake
Graphical SFTP client and terminal emulator with helpful utilities
Stars: ✭ 1,676 (+721.57%)
Mutual labels:  terminal, devops
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-40.2%)
Mutual labels:  programming, coding
Holisticinfosec For Webdevelopers Fascicle0
📚 Overview 🔒 Tooling 🔒 Process 🔒 Physical 🔒 People 📚
Stars: ✭ 37 (-81.86%)
Mutual labels:  devops, hacking
Devops Exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Stars: ✭ 20,905 (+10147.55%)
Mutual labels:  coding, devops
Guide To Staying Productive
If you're looking for ways to stay motivated and focused, while still having fun, this guide is for you! Contributions and any kind of improvements are very welcome!
Stars: ✭ 116 (-43.14%)
Mutual labels:  programming, coding
Jsql Injection
jSQL Injection is a Java application for automatic SQL database injection.
Stars: ✭ 891 (+336.76%)
Mutual labels:  devops, hacking
Oxidtools
200 TOOLS BY 0XID4FF0X FOR TERMUX
Stars: ✭ 143 (-29.9%)
Mutual labels:  terminal, hacking
Dailyhack
🐱‍💻 Tiny Tiny Hacks we use in our daily life.
Stars: ✭ 142 (-30.39%)
Mutual labels:  coding, hacking
Android Cheat Sheet
Cheat Sheet for Android Interviews
Stars: ✭ 1,891 (+826.96%)
Mutual labels:  programming, coding
Awesome Scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Stars: ✭ 36,688 (+17884.31%)
Mutual labels:  programming, devops
Cs Fundamentals
🎓 Data structures and algorithms
Stars: ✭ 869 (+325.98%)
Mutual labels:  programming, coding
Crazy Weekend
Mengobati rasa ingin tahu atau kadang hanya iseng
Stars: ✭ 9 (-95.59%)
Mutual labels:  programming, hacking
The Book Of Secret Knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
Stars: ✭ 55,582 (+27146.08%)
Mutual labels:  devops, hacking
Apicheck
The DevSecOps toolset for REST APIs
Stars: ✭ 184 (-9.8%)
Mutual labels:  devops, hacking
Webhook
webhook is a lightweight incoming webhook server to run shell commands
Stars: ✭ 7,201 (+3429.9%)
Mutual labels:  programming, devops
Opscloud
运维管理平台(阿里云),自动同步阿里云配置信息,堡垒机(容器),批量运维,Kubernetes,Zabbix管理等功能
Stars: ✭ 788 (+286.27%)
Mutual labels:  terminal, devops
State Of The Art Shitcode
💩State-of-the-art shitcode principles your project should follow to call it a proper shitcode
Stars: ✭ 2,207 (+981.86%)
Mutual labels:  programming, coding

effective-shell

Creative Commons BY-NC-SA

Text, samples and references for my 'Effective Shell' series. This website is hosted at effective-shell.com.

Introduction

This repository contains all of the content for the Effective Shell online book.

The effective-shell-playground folder which has all of the samples can be downloaded from https://effective-shell.com/downloads/effective-shell-playground.zip

Sharing

I tend to use the following hashtags when sharing:

#effectiveshell #shell #linux #bash #devops #hacking #coding #programming

The Pitch

This is not a book about Shell Programming. There are many excellent Shell Programming books (see below). This is about general terminal and shell skills which will make you effective with many day to day tasks. Some shell programming is covered, but this is primarily a book about how to work more effectively with command line interfaces and shells in general.

Possible titles:

Darkscreen: 30 ways to use shells and terminals to be more effective developer or operator.
Effective Shell: 30 ways to use shells and terminals to be more effective.
Command the Shell: 30 ways to be more effective with software.

Publishers

Books which I've found exciting, which I think could be examples of how this book might be developed:

The Website

The content in this repository is built into a static site available at effective-shell.com. This is done using Hugo.

This section contains information on how to built, use and edit the site. To help you quickly edit the site, some tips are below:

Building the Website

This website is built with Hugo. It is very easy to setup and run locally.

To setup dependencies, run:

make setup

To serve the site locally, run:

make serve

To build the site, run:

make build

The built site is generated at ./website/public.

Note that the effective-shell-playground folder is automatically zipped up and added to the website, meaning it can be downloaded directly from:

https://effective-shell.com/downloads/effective-shell-playground.zip

Updating the Theme

The site uses the github.com/dwmkerr/hugo-book theme, which is a fork of alex-shpak.

Copyright & Licensing

All content is Copyright (©) Dave Kerr. Please get in touch by opening an issue if you have questions on copyright or licensing.

Creative Commons BY-NC-SA

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Thanks!

Thanks to the following people who have helped with reviews, comments, suggestions.

Andrew Bestbier, Thomas Neumann, Tam Nguyen, Rahul Maliakkal, Peter Mondlock, Samantha Baldwin

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