pacman -Sy yay
yay -S \
dotnet-sdk \
jdk \
visual-studio-code-bin \
jetbrains-toolbox \
powershell-bin \
google-chrome \pacman -Sy yay
yay -S \
dotnet-sdk \
jdk \
visual-studio-code-bin \
jetbrains-toolbox \
powershell-bin \
google-chrome \| version: "3" | |
| services: | |
| postgres-db: | |
| image: postgres | |
| restart: always | |
| ports: | |
| - 5432:5432 | |
| environment: | |
| POSTGRES_PASSWORD: postgres |
| # https://<example.com>/<namespace>/<project>/-/jobs/artifacts/<tag>/download?job=pages | |
| # https://<example.com>/<namespace>/<project>/-/jobs/artifacts/<tag>/raw/<path_to_file>?job=pages | |
| # Where: | |
| # example.com - domain name your gitlab server | |
| # namespace - your name user on the gitlab | |
| # project - your project | |
| # tag - ref of current job. | |
| # If job run on only by tags, than ref will be named as tag name | |
| # If job run on only master, than ref will be named as "master", i.e.: https://<example.com>/<namespace>/<project>/-/jobs/artifacts/master/download?job=pages | |
| # path_to_file - path to file relative from root workspace folder |
| import fetch from 'isomorphic-fetch' | |
| import { ApolloClient } from 'apollo-client' | |
| import { InMemoryCache } from 'apollo-cache-inmemory' | |
| import { from, ApolloLink } from 'apollo-link' | |
| import { createUploadLink } from 'apollo-upload-client' | |
| let apolloClient = null | |
| // Apollo server polyfill | |
| if (!process.browser) { |
| module.exports = { | |
| plugins: { | |
| precss: {}, | |
| autoprefixer: { | |
| browsers: ['last 2 versions'], | |
| }, | |
| }, | |
| }; |
| #!/bin/bash | |
| rsync -auhiP -e 'ssh -p {sshPort}' /path/to/app/myApp.tar.gz user@host:/home/meteoruser/ |
| domain | name | type | ||
|---|---|---|---|---|
| NBA | NBA.com | NBA | sports | |
| realmadrid | realmadrid.com | Real Madrid C. F. | sports | |
| FCBarcelona | fcbarcelona.com | FC Barcelona | sports | |
| NFL | nfl.com | NFL | sports | |
| ChampionsLeague | uefa.to | Champions League | sports | |
| premierleague | premierleague.com | Premier League | sports | |
| FCBarcelona_es | fcbarcelona.es | FC Barcelona | sports | |
| FIFAcom | fifa.com | FIFA.com | sports | |
| Arsenal | arsenal.com | Arsenal FC | sports |
| domain | name | type | ||
|---|---|---|---|---|
| katyperry | katyperry.com | KATY PERRY | celebrity | |
| justinbieber | smarturl.it | Justin Bieber | celebrity | |
| taylorswift13 | grmypro.co | Taylor Swift | celebrity | |
| rihanna | rihannanow.com | Rihanna | celebrity | |
| ladygaga | The Countess | celebrity | ||
| jtimberlake | justintimberlake.com | Justin Timberlake | celebrity | |
| TheEllenShow | ellentube.com | Ellen DeGeneres | celebrity | |
| britneyspears | britney.lk | Britney Spears | celebrity | |
| Cristiano | Cristiano Ronaldo | celebrity |