Shlee
Shlee
# 1) Create VM (Recommend Latest Ubuntu LTS) # 2) Update DNS (both A and AAAA records) # 3) Update Server * `apt update && apt upgrade -y` * `reboot...
Would be lovely to have the DM crypto in use in the primary client, then the third party clients can follow suit? As an administrator, I don't want to be...
The bottom "home button" should mirror as a back button when you're in a child (toot thread etc). Right now. Clicking into a thread in the middle of the feed,...
After about 30 minutes of streaming twitch. The video continued, but the audio was dead. No activity in the audio mixed for this source. the logs just had this ```...
The issue on master mentioned by @kaoru probably needs to be fixed in activerecord-session-store. It should now store and lookup the `private_id` of the session_id object in the database. The...
my total subs/most recent subs
With the release of 3.8.1, I'd love to be able to easily update the `FROM alpine:3.8` to `FROM alpine:3.8.1` and have certainty that's the correct releases image.
  ## Upgrade Ubuntu 20.04 LTS ``` apt update apt upgrade -y reboot now ``` ## Redis - Install ``` apt -y install redis-server systemctl enable redis-server ``` ##...