adduser anujsubedi
usermod -aG sudo anujsubedi
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .quantity input[type=number], | |
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .quantity input[type=text] { | |
height: 38px; | |
min-height: 38px; | |
padding: 6px; | |
margin: 0; | |
width: 100%; | |
border-radius: 0; | |
border-color: var(--ast-border-color); |
# editorconfig.org | |
# Ref: https://editorconfig.org/ | |
# top-most EditorConfig file | |
root = true | |
[*] | |
indent_style = tab | |
tab_width = 2 | |
indent_size = 2 |
@media ( max-width: 575px ) { | |
#gocart__woo-trigger { | |
display: none; | |
} | |
} |
upstream socket { | |
server localhost:6969; | |
} | |
server | |
{ | |
listen 80; | |
listen 443 ssl http2; | |
server_name ws.cmpriceaction.com; |
#!/bin/bash | |
# Function definations. | |
__fly_help_menu() { | |
echo -e "" | |
echo -e "=======================" | |
echo -e "THESE ARE THE AVAILABLE COMMANDS:" | |
echo -e "" | |
echo -e "⟹ ./cli.sh --create -domain example.com" |
const gulp = require('gulp'); | |
const sourcemaps = require('gulp-sourcemaps'); | |
const sass = require('gulp-sass'); | |
const concat = require('gulp-concat'); | |
const uglify = require('gulp-uglify'); | |
const postcss = require('gulp-postcss'); | |
const autoprefixer = require('autoprefixer'); | |
const cssnano = require('cssnano'); | |
const replace = require('gulp-replace'); | |
const notify = require('gulp-notify'); |
#!/bin/bash | |
############################################################################## | |
# An rclone backup script by Anuj Subedi ([email protected]). | |
# | |
# Copyright (C) 2020 Anuj Subedi <[email protected]> | |
# | |
# This script is licensed under the terms of the MIT license. | |
# https://opensource.org/licenses/MIT | |
# |
#!/bin/bash | |
############################################################################## | |
# An rclone bash script to backup files by Anuj Subedi ([email protected]). | |
# | |
# Copyright (C) 2020 Anuj Subedi <[email protected]> | |
# | |
# This script is licensed under the terms of the MIT license. | |
# https://opensource.org/licenses/MIT | |
# |