Weekly Shaarli
Week 22 (May 25, 2020)
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…
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
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
self-hosted tag-based time tracking. Contribute to traggo
Advantages of systemd
raspberry pi with kodi, osmc; and pihole on it
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
I was wondering what the best way would be for learning linux and getting some certifications like LFCS and
Automatically create parsed bash arguments code -- input what you need in the comment box and it will generate the (lengthy) code.
getopts uses and a posix compatible way for long opts
i'll leave you what my screen prints here: setup: Loaded kernel at 0x0a269df8. scripting: No such file or directory
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 ...
a simple server for sending and receiving messages
can do rest api, curl, push notifications, webhooks, etc (afaik)
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!
VIT is a lightweight, fast, curses-based front end to Taskwarrior - scottkosty
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
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.
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.
The SSH configuration influences the security of your Linux system. This guide helps you to secure your OpenSSH server and client configuration.
Turning reddit subreddit/search/poster into an advanced rss feed
Pushbullet universal copy paste android linux alternatives
drop-in replacement for GNU getopt implemented in pure Bash - agriffis
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.