Weekly Shaarli

All links of one week in a single page.

Week 22 (May 25, 2020)

iPhone Linux Demonstration Video
thumbnail

A short narrated video demonstrating iPhone Linux, a port of the Linux operating system to the iPhone 2G, iPhone 3G, and first-generation iPod touch platforms. This…

Running Linux on your smartphone: everything you need to know in 2020
thumbnail

One of the main issues with modern smartphones is the extremely short lifespan of this category of devices, which makes even high-end ones painfully slow within years. In fact, studies have shown that it takes the average European, American or Asian user less than two years to dump their old

Systemd Essentials: Working with Services, Units, and the Journal | DigitalOcean

In recent years, Linux distributions have increasingly migrated away from other init systems to systemd. The systemd suite of tools provides a fast and flexible init model for managing an entire machine, from boot onwards. In this guide, we'll give yo

GitHub - traggo/server: self-hosted tag-based time tracking
thumbnail

self-hosted tag-based time tracking. Contribute to traggo

Archlinux is moving to systemd (Page 2) / Arch Discussion / Arch Linux Forums

Advantages of systemd

Kimai - Free Time-Tracking App (open-source)
I installed Pi Hole on OSMC! : pihole
OSMC + Pi-Hole? : pihole

raspberry pi with kodi, osmc; and pihole on it

[SOLVED] Send a text to telnet port using single line command - IT Programming - Spiceworks

can be useful for netclip (f-droid) application which receives and sends copy-pastes through ncat:

echo Text to send & echo. | ncat 192.168.1.103 5000

Best way to learn linux and get certifications? : linuxquestions
thumbnail

I was wondering what the best way would be for learning linux and getting some certifications like LFCS and

Argbash: Bash argument parsing made easy - online generator

Automatically create parsed bash arguments code -- input what you need in the comment box and it will generate the (lengthy) code.

bash - getopt, getopts or manual parsing - what to use when I want to support both short and long options? - Unix & Linux Stack Exchange
thumbnail

getopts uses and a posix compatible way for long opts

Can't boot iDroid with OpeniBoot 0.3 on iPhone 3G · Issue #28 · iDroid-Project/openiBoot · GitHub
thumbnail

i'll leave you what my screen prints here: setup: Loaded kernel at 0x0a269df8. scripting: No such file or directory

What ways can you integrate an Android phone into your Linux system? : archlinux
Writing basic systemd service files - Unix & Linux Stack Exchange
thumbnail

I am developing a Nodejs application that the user interacts with via HTTP on localhost. There are practically no parameters and the daemon has virtually no dependencies and it just needs to be up ...

Self hosted push notifications with gotify and HASS Home Assistant
Gotify · a simple server for sending and receiving messages

a simple server for sending and receiving messages

can do rest api, curl, push notifications, webhooks, etc (afaik)

Livepatch: Linux kernel updates without rebooting - Linux Audit
thumbnail

Livepatch is a feature to do live kernel patching for Linux systems. It allows applying security updates without rebooting the system. Learn how it works!

GitHub - scottkosty/vit: VIT is a lightweight, fast, curses-based front end to Taskwarrior
thumbnail

VIT is a lightweight, fast, curses-based front end to Taskwarrior - scottkosty

kdeconnect with i3 : archlinux
thumbnail

kdeconnect without KDE

Using FZF instead of DMENU - njiuko - Medium
thumbnail

Be it dmenu, spotlight, synapse or any other launcher that allows you to lazily write a few letters and then finding the program that you actually meant -once you are used to those neat little…

Good simple explanation of X window management, floating (in bspwm), dimensions, using fzf as a drop-down terminal, etc

[GUIDE]Installing OpeniBoot and Android on your iDevice | GBAtemp.net - The Independent Video Game Community
thumbnail
How To Use SSHFS to Mount Remote File Systems Over SSH | DigitalOcean
thumbnail

Luckily there is a way to mount your VPS file system to your local computer so you can make changes on the fly and treat your droplet as local storage.

How To Configure a Linux Service to Start Automatically After a Crash or Reboot – Part 1: Practical Examples | DigitalOcean
thumbnail

This tutorial shows you how to configure system services to automatically restart after a crash or a server reboot. We cover the three most common init systems in this tutorial: System V, Upstart, and systemd.

OpenSSH security and hardening - Linux Audit
thumbnail

The SSH configuration influences the security of your Linux system. This guide helps you to secure your OpenSSH server and client configuration.

My improved reddit rss feed now support videos, gifs, and images : rss
thumbnail

Turning reddit subreddit/search/poster into an advanced rss feed

For those looking for alternatives to Pushbullet, here are some of the better options. : Android
thumbnail

Pushbullet universal copy paste android linux alternatives

GitHub - agriffis/pure-getopt: drop-in replacement for GNU getopt implemented in pure Bash
thumbnail

drop-in replacement for GNU getopt implemented in pure Bash - agriffis

process - What if 'kill -9' does not work? - Unix & Linux Stack Exchange
thumbnail

I have a process I can't kill with kill -9 <pid>. What's the problem in such a case, especially since I am the owner of that process. I thought nothing could evade that kill option.