Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
/* eslint-disable @typescript-eslint/camelcase */ | |
import { drive_v3 } from "googleapis"; | |
import { GaxiosResponse } from "gaxios"; | |
import mime from "mime"; | |
import fs, { ReadStream } from "fs"; | |
import File from "./file"; | |
import path from "path"; | |
import { escapeSingleQuotes } from "../util"; | |
class Directory extends File { |
#!/bin/sh | |
#Check the Drive Space Used by Cached Files | |
du -sh /var/cache/apt/archives | |
#Clean all the log file | |
#for logs in `find /var/log -type f`; do > $logs; done | |
logs=`find /var/log -type f` | |
for i in $logs |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "node", | |
"request": "launch", | |
"name": "Jest watch current file", | |
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js", | |
"args": [ | |
"${fileBasename}", |
$ uname -r
$('#_chatText').val(` | |
[To:2261529] | |
[To:2868244] | |
[To:3878185] | |
Em deploy lại tý ạ (bow) | |
`); | |
$('#_sendButton').click(); |
#!groovy | |
import groovy.json.JsonOutput | |
import groovy.json.JsonSlurper | |
def label = "mypod-${UUID.randomUUID().toString()}" | |
podTemplate(label: label, yaml: """ | |
spec: | |
containers: | |
- name: mvn | |
image: maven:3.3.9-jdk-8-alpine |