Skip to content

Instantly share code, notes, and snippets.

View pothitos's full-sized avatar
💭
All is built on sand but we must build as if the sand were stone

Nikolaos Pothitos pothitos

💭
All is built on sand but we must build as if the sand were stone
View GitHub Profile

Ανθρωποδείκτες

Ίσως από ματαιοδοξία, ίσως για να καταλάβω καλύτερα τον τρόπο που σκέφτομαι, κάθισα και κατέγραψα τα άτομα που με έχουν επηρεάσει περισσότερο.

Όλοι μας έχουμε κάποια πρόσωπα που μας επηρέασαν στο παρελθόν και συνεχίζουν να το κάνουν στο παρόν, είτε πρόκειται για συγγενικά και φιλικά πρόσωπα, είτε δημόσια. Για να μπορεί αυτή η λίστα επιρροών να είναι χρήσιμη σε

@pothitos
pothitos / Connect to outdoor WiFi.md
Last active January 15, 2024 19:52
How to connect to outdoor WiFi

Bring outdoor WiFi signal into your apartment!

Do you stay near e.g. a café with public WiFi access, but its signal is weak inside your house? Here's a way to bring outdoor WiFi signal inside your apartment.

Necessary equipment

The equipment costs around $100. You'll need

Πολιτική πυξίδα

Σε αυτό το κείμενο συγκεντρώνω κάποιες σκόρπιες σκέψεις και συνδέσμους σε κείμενα σημαντικών ανθρώπων.

Ζούμε συνεχόμενες κρίσεις, αν και πάντα, ακόμα και στις περιόδους «παχιών αγελάδων», οφείλουμε να ασχολούμαστε με την πολιτική.

@pothitos
pothitos / Post-installation.md
Last active December 9, 2023 20:57
Linux post-installation checklist

Linux post-installation checklist

Configuration for repositories

mkdir repos
cd repos
git config --global user.name "Nikolaos Pothitos"
git config --global user.email "someone@example.com"
git config --global core.editor "vim"

As humans, we all want to be respected, uplifted and noticed; not belittled, shot down and ignored.

No matter who you are, you deserve to work in an environment that is supportive.

You deserve to feel loved and appreciated.

You deserve to be valued.

@pothitos
pothitos / Open Research.md
Last active June 19, 2021 15:50
What I try to research

My Open Research

This is the place where once I've been putting links regarding what I tried to study in the context of my Ph.D. thesis.

@pothitos
pothitos / vimrc
Last active October 29, 2023 22:08
Convenient Vim configuration
" Settings
set autoindent
set expandtab
set hlsearch
set ignorecase
set incsearch
set nojoinspaces
set number
set showcmd
set showmatch
@pothitos
pothitos / bashrc
Last active January 19, 2024 13:43
Convenient Bash settings
alias rm='rm -i'
alias mv='mv -i'
alias cp='cp -i'
alias l='ls -lh'
alias ll='l -A'
. ~/repos/bash-git-prompt/gitprompt.sh
@pothitos
pothitos / Commit message bloopers.md
Last active February 23, 2024 12:04
Real and useless commit messages!

Commit message bloopers

Real and absolutely useless commit messages found in corporate repositories. You may contribute with your own findings 😁

  1. better this way
  2. Lets see what do we get in the trigger
  3. !!HACK!! do not run manual tagged cases, should improve this because it isn't a good solution!
  4. clean the yum shit after an rpm removal