This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.
⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.
First step: Install Android SDK
yaourt -S android-sdk android-sdk-platform-tools android-sdk-build-tools ncurses5-compat-libs. In order to avoid this problem you have to use this command: gpg --recv-keys F7E48EDB. You can find clarification here.yaourt -S genymotionvirtual-box and his modules, yaourt will make for you but you need choos between ArchLinux host modules or DKMS host modules.su - and then do echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.confsudo, for us at least, doesn't work.sudo modprobe vboxdrv vboxnetadp vboxnetfltsudo chmod -R 777 /opt/android-sdkhttp://bookofzeus.com/harden-ubuntu/initial-setup/system-updates/
Keeping the system updated is vital before starting anything on your system. This will prevent people to use known vulnerabilities to enter in your system.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove
sudo apt-get autoclean
This should help you get Sendmail installed with basic configuration on Ubuntu.
sudo apt-get install sendmail/etc/hosts file: nano /etc/hosts127.0.0.1 localhost yourhostnamesudo sendmailconfigsudo service apache2 restart| /* Shadow 0dp */ | |
| box-shadow: none; | |
| /* Shadow 1dp */ | |
| box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20); | |
| /* Shadow 2dp */ | |
| box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20); | |
| /* Shadow 3dp */ |
| import React, { Component } from "react"; | |
| import axios from "axios"; | |
| import Comments from "../components/comments"; | |
| class PostShow extends Component { | |
| constructor(props) { |
| import React, { Component } from "react"; | |
| import Comment from "./comment"; | |
| class Comments extends Component { | |
| constructor(props) { | |
| super(props); | |
| this.state = { | |
| comments: [] | |
| }; | |
| } |
| import React, { Component } from "react"; | |
| import Comments from "./comments"; | |
| class Comment extends Component { | |
| constructor(props) { | |
| super(props); | |
| this.state = {}; | |
| } | |
| render() { | |
| const { comment } = this.props; |