Home

Awesome

Awesome SystoolsAwesome

Lists

Reliability

Licensing

Linux

Distros

Tiny ones

Kernel

# changing dmesg option
> sudo sysctl -w kernel.dmesg_restrict=1

APFS FUSE Driver for Linux

Drivers

Performance

Monitoring

Red Hat/Fedora

 # installing the repo
 > sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
 > sudo dnf install vlc

Debian

Packaging

DEB

RPM

Build

Storage

Databases

Controllers

Caching

Automation

Ansible

[group:vars]
ansible_python_interpreter=/usr/bin/python3

Puppet

Security

Auditing

Hardening

WebServers

Proxy

Tokens

VPN

Privacy

Messaging

Continuous Integration

Jenkins

Devops

Interfaces

Troubleshooting

Logs

Benchmarks

Services

Network

Network Troubleshooting

Firewalls

NetServices

Email

MTA

DNS

LoadBalancers

Browsers

PCAP

Shell

<img src="https://www.cyberciti.biz/files/Linux%20Bash%20Shell%20Poster.jpg" width="100" height="140"/>

Shell Utils

Regex

Editors

Vim/vi

Monospaced Fonts

Random Shell tips

Other Resources

Books

Filesystems

*nix/BSD

Virtualization

OVF - Open Virtualization Format

KVM

VMware

Containers

Android

Mac/iOS

Windows

Windows Dev

Powershell

Debloat/DeCrap


Datacenter

Support

Video Conference

Management

Career

Presentations


Organization

Knowlegde


Tools

Rescue

Timeline

JSON

WebTools

QR Code

Domains

Webdev

Backend
JavaScript
JavaScript Tools
API
REST API

Web Services

Graphics

CMS

Colors

WebScraping

Journalism


Little notes

#!/bin/bash
# usage: auto-index [dir]
INDEX=`ls -1 $1 | sed "s/^.*/      <li\>\<a\ href=\"&\"\>&\<\\/a\>\<\\/li\>/"`
echo "<html>
  <head><title>Index of $1</title></head>
  <body>
    <h2>Index of $1</h2>
    <hr>
    <ui>
$INDEX
    <ui>
  </body>
</html>"
 ./auto-index.sh [path to dir] > index.html

Cloud

AWS

Nextcloud


IoT

Pub/Sub

RFID


Fun

Stuff

News

Making Conferences

Articles

Bots