Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
11 results tagged python  ✕
Setting up the st terminal — martijnvos.dev https://martijnvos.dev/setting-up-the-st-terminal/
17/09/2025 16:20:48
thumbnail

Lately I've been looking at Suckless' programs and I wanted to try out the st terminal . Although I can't say it's particularly hard to set up, there were…

suckless terminal python theme
linkding https://github.com/sissbruecker/linkding
29/07/2025 08:56:07
thumbnail
shaarli docker python
OpenBB: An Open-Sourced Python-Based Finance ResearchPlatform - MarkTechPost https://www.marktechpost.com/2024/08/20/openbb-an-open-sourced-python-based-finance-researchplatform/
21/08/2024 04:39:21
thumbnail
python crypto
With 0.32.0, certbot-auto stopped working for some EOL distributions · Issue #6824 · certbot/certbot https://github.com/certbot/certbot/issues/6824#issuecomment-470440436
13/07/2020 18:50:47
thumbnail

wget https://raw.githubusercontent.com/certbot/certbot/75499277be6699fd5a9b884837546391950a3ec9/certbot-auto
chmod +x ./certbot-auto
./certbot-auto --no-self-upgrade

python https ssl nginx bash letsencrypt
HTTP Prompt - An interactive command-line HTTP client http://http-prompt.com/
29/12/2016 18:14:52
http terminal python
Getting started with Python scripting in Scribus http://via
05/11/2016 19:11:02
python
ruamel / bws — Bitbucket https://bitbucket.org/ruamel/bws
09/09/2016 17:05:27

Browser history tabs tab window

firefox chrome python
Note: Thumbo fresh install /shaare/gi6jjA
21/06/2016 17:29:08

sudo su and run the following

aptitude update

install all dependencies

aptitude -y install \
python-pip \
python2.7-dev \
libssl-dev \
libcurl4-openssl-dev \
python-numpy \
python-opencv \
libopencv-dev \
libjpeg-dev \
libpng-dev \
libx264-dev \
libass-dev \
libvpx1 \
libvpx-dev \
libwebp-dev \
webp \
gifsicle

install thumbor, will take a while

pip install thumbor

set default thumbor config

thumbor-config > /etc/thumbor.conf

adding a key

SECURITY_KEY = 'YZTlj1k5nFZA58U25eiJ5X3z9j8RhTg8'

create init file /etc/init/thumbor.conf

description "Thumbor image manipulation service"
author "Nicolas Danelon <nicolas@smarttly.com>"
start on startup
stop on shutdown
exec thumbor -c /etc/thumbor.conf -p 80
post-start script
    PID=`status thumbor | egrep -oi '([0-9]+)$' | head -n1`
    echo $PID > /var/run/thumbor.pid
end script
post-stop script
    rm -f /var/run/thumbor.pid
end script

set, check and run thumbor init file

chmod 755 /etc/init/thumbor.conf && \
init-checkconf /etc/init/thumbor.conf && \
initctl reload-configuration && \
service thumbor start

testing run

thumbor -c /etc/thumbor.conf -p 80
python
Isso – a commenting server similar to Disqus http://posativ.org/isso/#isso-2
16/07/2015 09:37:11
comments python
Instalar Django con wsgi, Apache y virtualenv | Qlubox ingeniería web http://www.qlubox.com/blog/?p=17
28/11/2013 11:01:41
python apache debian
Tutorial Python 6: Listas - YouTube http://www.youtube.com/watch?v=vdqt8OZ-wYQ&list=PLE549A038CF82905F
19/02/2013 11:40:13
thumbnail
tuto python
3727 links, including 251 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn