Skip to content

Instantly share code, notes, and snippets.

View LowKey88's full-sized avatar
🎯
Focusing

LowKey LowKey88

🎯
Focusing
View GitHub Profile
@LowKey88
LowKey88 / tmux-cheatsheet.markdown
Created July 23, 2022 08:53 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@LowKey88
LowKey88 / fleio-kvm.txt
Created March 16, 2021 16:24
create fleio kvm
virt-install \
--name fleio \
--ram 16384 \
--disk pool=default,size=50,bus=virtio,format=qcow2 \
--vcpus 4 \
--os-type linux \
--os-variant ubuntu20.04 \
--network network:default \
--network bridge=br-mgmt,model=virtio \
--network bridge=br-ssh,model=virtio \

To install tcptraceroute on Debian/Ubuntu:

$ sudo apt-get install tcptraceroute

To install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:

$ sudo yum install tcptraceroute
@LowKey88
LowKey88 / database.sh
Created January 26, 2020 06:21
Frequent MySQL/MariaDB operations
MySQL Operations
--------------------------------------
In this document:
- Export/Import DB
- Export/Import Table from DB
- mysqladmin
- Repair DB
--------------------------------------
@LowKey88
LowKey88 / my.cnf
Created January 26, 2020 06:18 — forked from fevangelou/my.cnf
Optimized my.cnf configuration for MySQL/MariaSQL (on Ubuntu, CentOS etc. servers)
# Optimized my.cnf configuration for MySQL/MariaSQL
#
# by Fotis Evangelou, developer of Engintron (engintron.com)
#
# ~ Updated January 2020 ~
#
#
# The settings provided below are a starting point for a 2GB - 4GB RAM server with 2-4 CPU cores.
# If you have different resources available you should adjust accordingly to save CPU, RAM & disk I/O usage.
#

Keybase proof

I hereby claim:

  • I am lowkey88 on github.
  • I am lowkey88 (https://keybase.io/lowkey88) on keybase.
  • I have a public key ASD1g1T2qHJ7I7A5V3fxv4QFg85F39cQmihTQ35cH4jMfAo

To claim this, I am signing this object:

@LowKey88
LowKey88 / readme.md
Last active August 29, 2015 14:24 — forked from ashrithr/readme.md

Installing ELK (CentOS)

This is a short step-by-step guide on installing ElasticSearch LogStash and Kibana Stack on a CentOS environment to gather and analyze logs.

I. Install JDK

rpm -ivh https://dl.dropboxusercontent.com/u/5756075/jdk-7u45-linux-x64.rpm