For educational reasons I've decided to create my own CA. Here is what I learned.
Lets get some context first.
/** | |
* | |
* Bai Tap co caro | |
* | |
* @SinhVien Ngo Xuan Bach | |
* @MaSinhVien 1381310007 | |
*/ | |
import java.awt.*; | |
import java.awt.event.*; |
/* | |
Navicat SQL Server Data Transfer | |
Source Server : SQLSERVER | |
Source Server Version : 110000 | |
Source Host : (local)\SQLEXPRESS:1433 | |
Source Database : SinhVien | |
Source Schema : dbo | |
Target Server Type : SQL Server |
sudo fallocate -l 3G /swapfile && \
sudo chmod 600 /swapfile && sudo mkswap /swapfile && sudo swapon /swapfile && \
sudo sh -c 'echo /swapfile none swap sw 0 0 >> /etc/fstab' && \
sudo sh -c 'echo vm.swappiness=10 >> /etc/sysctl.conf' && \
sudo sh -c 'echo vm.vfs_cache_pressure = 50 >> /etc/sysctl.conf'
/*! | |
* Grunt | |
* $ npm install grunt-contrib-uglify grunt-autoprefixer grunt-contrib-cssmin grunt-contrib-imagemin grunt-contrib-sass grunt-contrib-watch grunt-contrib-concat grunt-contrib-clean grunt-contrib-jshint grunt-notify --save-dev | |
*/ | |
module.exports = function(grunt) { | |
grunt.initConfig({ | |
// Sass |