Monthly Shaarli

All links of one month in a single page.

May, 2020

"Perroquet marseillaise Macron t’es un con" sur YouTube
thumbnail
Kerberos: The Network Authentication Protocol
TuxURLs – World's simplest Linux news aggregator
thumbnail

Read Linux news from the most popular Linux websites in one place.

Artist Guide | Bandcamp
thumbnail
"Lisa Bella Donna Live Performance At The Brooklyn Synth Expo" sur YouTube
thumbnail

This video captures a live improvisation by synthesist Lisa Bella Donna, at the 2019 Brooklyn Synth Expo. We shared an excerpt of the performance last week a...

Enfers et fantômes d'Asie de - Editions Flammarion
thumbnail

Enfers et fantômes d'Asie : présentation du livre de publié aux Editions Flammarion. Fantômes vengeurs et affamés, spectres de la jungle et vampires sauteurs... Le monde asiatique de l'horreur est peuplé de créatures fantastiques. Les supplices et les revenants des enfers ont traditionnellement inspiré la peinture bouddhique, cependant, c'est à travers des récits populaires, adaptés au théâtre pu

GRUB_INIT_TUNE_Compilation/List.of.GRUB_INIT_TUNE.music.txt at master · JOELwindows7/GRUB_INIT_TUNE_Compilation · GitHub
thumbnail
chroma.js api docs!

chroma.js is a small-ish zero-dependency JavaScript library (13.5kB) for all kinds of color conversions and color scales.

Sharing Linux Terminal Sessions With Tmux and Screen
MySQL :: MySQL 5.7 Reference Manual :: 5.4.7 Server Log Maintenance
Configure Logrotate To Rotate And Flush MySQL Logs Without A Password
Bebek Ev @ Rosny
Why do many web developers hate jQuery? - Hashnode

When jQuery was the new thing, people loved it.

List of resources about Perl
thumbnail

:dromedary_camel: List of resources about Perl.

HUGO.386

This theme is the Hugo port of the BOOTSTRA.386 theme for a cool retro look on your blog. Check the links below to access the posts.

Enfers et fantômes d'Asie
Enfers et fantômes d'Asie
thumbnail

Le Musée du Quai Branly-Jacques Chirac et Mauvais Genres vous invitent à une exploration dans le monde des esprits, de l’épouvante et des créatures fantastiques d'Asie.

CSS3 Grid Layout - Alsacreations
thumbnail
RE:DOM
thumbnail

RE:DOM is a tiny (2 KB) DOM library, which adds useful helpers to create DOM elements and keeping them in sync with the data.

A concise mtime sorted directory listing application - DEV Community 👩‍💻👨‍💻
thumbnail
webshit - n-gate.com. we can't both be right.

Does anyone have any questions about NAFTA for my PSYCHIC PIG?

Apache Rewrites History: Why is it Named “Apache”?
Convos - Better group chat
thumbnail

Convos is the simplest way to use IRC. It is always online, and accessible to your web browser, both on desktop and mobile. Run it on your home server, or cloud service easily. It can be deployed to Docker-based cloud services, or you can just run it as a normal Mojolicious application.

Look what's inside Linus Torvalds' latest Linux development PC | ZDNet
thumbnail
About - FreeIPA
About - FreeIPA

FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System). It consists of a web interface and command-line administration tools.

FreeIPA is an integrated Identity and Authentication solution for Linux/UNIX networked environments. A FreeIPA server provides centralized authentication, authorization and account information by storing data about user, groups, hosts and other objects necessary to manage the security aspects of a network of computers.
FreeIPA is built on top of well known Open Source components and standard protocols with a very strong focus on ease of management and automation of installation and configuration tasks.

Choosing a Moog with Lisa Bella Donna: Minimoog, Matriarch, Grandmother, Sub 37, and More | Reverb
thumbnail

For over half a century, Moog has been one of the biggest synthesizer brands on the market. Its talented, innovative engineers have crafted countless modular...

Calvin Seibert Sandcastles | Flickr
thumbnail
Ripcord: Desktop Chat Client

Ripcord is a desktop chat client for Slack and Discord. It provides a traditional compact desktop interface designed for power users.

Give zabbix agent read permissions on root log files - Server Fault
thumbnail
Grub Init Tune: Mario Bros. Mushroom Powerup · GitHub
thumbnail

Grub Init Tune - Mario Bros. Mushroom Powerup

This Grub Init Tune will make your computer sound like a Super Mushroom every time you turn it on! This only works for the Grub bootloader - this generally means you need to have Linux (or other Grub-based OS) installed.

Here's the code, which goes in your /etc/default/grub file:

GRUB_INIT_TUNE="1750 523 1 392 1 523 1 659 1 784 1 1047 1 784 1 415 1 523 1 622 1 831 1 622 1 831 1 1046 1 1244 1 1661 1 1244 1 466 1 587 1 698 1 932 1 1195 1 1397 1 1865 1 1397 1"

Installation Instructions

Instructions adapted from http://www.iavit.org/~john/debian/grub.html:

  1. Edit the file /etc/default/grub. At the end there are lines like the following:
    # Uncomment to get a beep at grub start
    # GRUB_INIT_TUNE="480 440 1"

  2. Replace the # GRUB_INIT_TUNE="480 440 1" line with the new GRUB_INIT_TUNE line at the top of this document (make sure to remove the "#" from the beginning of the line, as well). Save the file and exit your text editor. Open a terminal window and issue the following command: sudo update-grub

  3. Reboot. You should hear the init tune when the grub menu appears.

50+ free tools and resources to create awesome user interfaces - DEV Community 👩‍💻👨‍💻
thumbnail
Les concepts de base pour flexbox - CSS : Feuilles de style en cascade | MDN
thumbnail
Bliss.js — Heavenly JavaScript!
Umbrella JS
thumbnail

Lightweight and intuitive javascript library to speed up your web development

Line Awesome - Replace Font Awesome with modern line icons
thumbnail

Replace Font Awesome with modern line icons.

Programming in the 21st Century

It's not about technology for its own sake. It's about being able to implement your ideas.

C:\>CHKDSK /F | MASTER BOOT RECORD
thumbnail
The Language Agnostic, All-Purpose, Incredible, Makefile | Mindlessness

I like to use Makefiles. I like to use Makefiles in Java. I like to use Makefiles in Erlang. I like to use Makefiles in Elixir. And most recently, I like to use Makefiles in Ruby. I think you, too, would like to use Makefiles in your environment, and the engineering community would benefit if more of us used Makefiles, in general.

Kerberos: The Network Authentication Protocol

Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography. A free implementation of this protocol is available from the Massachusetts Institute of Technology. Kerberos is available in many commercial products as well.
The Internet is an insecure place. Many of the protocols used in the Internet do not provide any security. Tools to "sniff" passwords off of the network are in common use by malicious hackers. Thus, applications which send an unencrypted password over the network are extremely vulnerable. Worse yet, other client/server applications rely on the client program to be "honest" about the identity of the user who is using it. Other applications rely on the client to restrict its activities to those which it is allowed to do, with no other enforcement by the server.
Some sites attempt to use firewalls to solve their network security problems. Unfortunately, firewalls assume that "the bad guys" are on the outside, which is often a very bad assumption. Most of the really damaging incidents of computer crime are carried out by insiders. Firewalls also have a significant disadvantage in that they restrict how your users can use the Internet. (After all, firewalls are simply a less extreme example of the dictum that there is nothing more secure than a computer which is not connected to the network --- and powered off!) In many places, these restrictions are simply unrealistic and unacceptable.
Kerberos was created by MIT as a solution to these network security problems. The Kerberos protocol uses strong cryptography so that a client can prove its identity to a server (and vice versa) across an insecure network connection. After a client and server has used Kerberos to prove their identity, they can also encrypt all of their communications to assure privacy and data integrity as they go about their business.
Kerberos is freely available from MIT, under copyright permissions very similar those used for the BSD operating system and the X Window System. MIT provides Kerberos in source form so that anyone who wishes to use it may look over the code for themselves and assure themselves that the code is trustworthy. In addition, for those who prefer to rely on a professionally supported product, Kerberos is available as a product from many different vendors.
In summary, Kerberos is a solution to your network security problems. It provides the tools of authentication and strong cryptography over the network to help you secure your information systems across your entire enterprise. We hope you find Kerberos as useful as it has been to us. At MIT, Kerberos has been invaluable to our Information/Technology architecture.

GitHub - nikersify/pico: Take browser screenshots in Javascript 📸
thumbnail
Using SSH and Tmux for screen sharing | Enable Sysadmin
thumbnail
10 User Parameters [Zabbix Documentation 1.8]
1 Extending Zabbix agents [Zabbix Documentation 3.0]
List of resources about Perl
thumbnail

:dromedary_camel: List of resources about Perl.

Toilet paper craft
The Deep Sea
Neal.fun
Signal Stickers
thumbnail

Community-organized directory of sticker packs for Signal, the secure messenger.

Grilles CSS (CSS Grid) - CSS : Feuilles de style en cascade | MDN
Graduating to Grid
Get Started with Grid Layout
CSS3 Grid Layout, vous allez enfin aimer CSS - Alsacreations
thumbnail
Zepto Docs

The aerogel-weight jQuery-compatible JavaScript library

Vanilla JS
Psychiatrie, le temps des camisoles, par Patrick Coupechoux (Le Monde diplomatique, mars 2020)
thumbnail

Accès libre // par Patrick Coupechoux (mars 2020)

Libristux

Parce qu'il y en aura toujours.

Configs · brndnmtthws/conky Wiki
thumbnail

Light-weight system monitor for X. Contribute to brndnmtthws/conky development by creating an account on GitHub.

Zrythm - Digital Audio Workstation

Zrythm is a digital audio workstation designed to be featureful and easy to use. It allows limitless automation, supports LV2 plugins, works with the JACK audio backend and provides chord assistance.

GoAccess - Visual Web Log Analyzer

GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

Slime Rancher Wiki