Skip to content

Instantly share code, notes, and snippets.

View shotu's full-sized avatar

Manish Atri shotu

View GitHub Profile
@VesperDev
VesperDev / RouterApp.js
Last active July 14, 2024 11:50
Sider menu + ant-design + react-router-dom
import React, { Component } from 'react';
import { BrowserRouter as Router, Route, Link } from "react-router-dom";
import { Layout, Menu, Icon } from 'antd';
import Dashboard from './containers/Dashboard/Dashboard';
import Meseros from './containers/Meseros/Meseros';
const { Header, Content, Footer, Sider } = Layout;
const SubMenu = Menu.SubMenu;
git clone https://github.com/vfarcic/k8s-specs.git
cd k8s-specs
git pull
open "https://console.aws.amazon.com/iam/home#/security_credential"
export AWS_ACCESS_KEY_ID=[...]
@anistark
anistark / LampSetup.md
Last active September 20, 2016 07:24
LAMP Setup

Install Apache

sudo apt-get update
sudo apt-get install apache2

Install Mysql

@brianmcdo
brianmcdo / gist:8159711
Last active June 10, 2020 10:07
Install/Uninstall ElasticSearch on Ubuntu/Debian using .deb package.
Remember to install the Java JRE first.
Please see the Elasticsearch website for the latest version: http://www.elasticsearch.org/download/
wget .deb file
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.9.deb
Install
sudo dpkg -i elasticsearch-0.90.9.deb