Hauexek dira gure garapen ingurunea instalatzeko behar ditugunak (Ubuntu 23.04 bertsioan probatuta):
Exekutatu komando hauek:
sudo apt-get install openssh-client openssh-server
ssh-keygen
### Keybase proof | |
I hereby claim: | |
* I am erral on github. | |
* I am erral (https://keybase.io/erral) on keybase. | |
* I have a public key whose fingerprint is 32FE 5C37 FB57 2AC2 5BD8 8C8F 70CB 6CC9 3F6E F7A3 | |
To claim this, I am signing this object: |
Commit your changes. | |
Inspect your package.json file to check your current version number, and decide (if your package.json shows version 2.1.0): | |
- Register your package on atom.io | |
> apm login | |
1- You want to make a patch version release |
--- | |
# README: | |
# This playbook uploads a tarball to the $HOME/plone.buildout/products directory | |
# of each server and restarts the Supervisor process | |
# | |
# This playbook can be used to install Plone Hotfixes. | |
# | |
# The playbook searches for folders with names starting with 'plone.buildout' | |
# at the home folder. It uploads the tarfile stated in the vars that must | |
# be prepared beforehand, and then reloads the supervisor |
<configure | |
xmlns="http://namespaces.zope.org/zope" | |
xmlns:browser="http://namespaces.zope.org/browser"> | |
<browser:page | |
for="*" | |
name="copy-content-to" | |
class=".copier.CopyContentToLanguage" | |
permission="cmf.ManagePortal" | |
/> |
[buildout] | |
projectname = plone4 | |
extensions = | |
mr.developer | |
show-picked-versions = true | |
parts += | |
instance |
[buildout] | |
projectname = plone5 | |
extensions = | |
mr.developer | |
show-picked-versions = true | |
parts += | |
instance |
#!/usr/bin/python3.7 | |
from git import Actor | |
from git import Repo | |
import datetime | |
import os | |
import time | |
import json | |
import requests |
# -*- coding: utf-8 -*- | |
""" | |
This script takes the main.json file, compares it with the json file provided | |
as a parameter and adds the missing keys to the provided file. | |
This way the language files can be updated without losing the existing translations. | |
The result of the script is a new file, this way the original file is left untouch. | |
""" |
# Twutter: https://twitter.com/juanan/status/1363860121676353537 | |
# pip install python-telegram-bot | |
# Haria desagertzen bada ere, hemen azalpena: | |
# 1) Si no lo has creado aún, crea tu bot usando @BotFather en Telegram y copia tu APITOKEN | |
# 2) Obtén un webhook de usar y tirar aquí: https://webhook.site Te asignará una URL aleatoria, guárdala | |
# 3) Asigna el webhook a tu bot (la URL de http://webhook.site) https://api.telegram.org/botAPITOKEN/setWebhook?url=https://webhook.site... | |
# 4) Copia este mini script python a tu home directory https://gist.github.com/juananpe/edee47d41ed16c0a00eb820e0135bed3 |