Skip to main content

Posts

Showing posts from 2019

Configuring Network Manager for PPPoE connection

When I'm home, I use fiber-optic line with a dedicated old small router (YAMAHA RT107e) for access to the Internet. But I recently became anxious about the router. If it fails, how can I survive until I get another one? So, I tried to connect my Debian desktop PC to the fiber-optic line without the router. The PC have to talk to the other side of the line with PPPoE but I did not know how. In my PC, the Network Manager manages network configuration. So, I had to configure the Network Manager to utilize the pppoe like : nmcli connection add ifname eth0 connection.type pppoe username USERNAME password PASSWORD

The first day of DrupalDevdays Transylvania

Now I'm on a vacation trip around Europe since June 6. I have been to Munich, and Rome. I enjoyed sight-seeing and popular museums there. It was great experience in my life. Now I am in Cluj-Napoca in Romania and joining to the open source software's community event 'DrupalDevdays Transylvania'. Yes, it's on Drupal, one of the most popular content management systems (CMS) released under open source license. Actually, I am new to not only Drupal but also to CMS. So, this is a good chance for me to get in touch with its comprehensive information and community members. Today's keynote session showed the history of CMS and the one of the possible directions coming to CMS market place. The keywords were non-web media and decoupling between front-end and back-ends. https://cluj2019.drupaldays.org/keynote-the-fourth-wave-of-the-content-management-system Another eye-catching session was 'The stage of Drupal 9', showing the life cycle of the current

Git and P2P

I believe it's a lap-behind topic, but I came across with an idea that Git local repositories can be connected with each other over P2P network, in place of a centralized bare repository. And as I expected, several developers have already proposed such an idea and implemented some software: GitTorrent: https://blog.printf.net/articles/2015/05/29/announcing-gittorrent-a-decentralized-github/ Gitchain: http://gitchain.org/ .  I know almost nothing about them, but they seem to be fascinating. I wonder they could have caught more eyes since Microsoft acquired Github last year.