The basic idea was to starting handling some python code and having fun, that lead me to create a Telegram bot with the ability to send simple text mesage into a group to bother my friends. The documentation about python Telegram library to create a bot is available in the official site https://python-telegram-bot.org/, here you… Continue reading How to create a simple Telegram bot in python
Category: GNU/Linux
How to extend a LVM volume adding a new disk
In this how-to I’m going to explain the way to increase the disk space by adding a new hard disk and extending the LVM volume. After that more free disk space to the system is available. System preparation Firstly, after you connected the new disk, take a look to the the system with lsblk command.… Continue reading How to extend a LVM volume adding a new disk
Installare ed ottimizzare Fedora 21 x64 GNU/Linux su disco SSD
Vista la recente necessità di installare Fedora 21 sul nuovo PC mi sono documentato in giro leggendo esperienze e prove differenti. Il PC su cui ho effettuato l’installazione è un Dell Latitude E5450 con processore Intel i7, 8Gb di RAM e 256Gb di HardDisk allo stato solido (SSD). Ho deciso di adottare un “tradizionale” ext4… Continue reading Installare ed ottimizzare Fedora 21 x64 GNU/Linux su disco SSD