Pinned Loading
-
fish shell - run last command as root
fish shell - run last command as root 1function dsu
2if count $argv > /dev/null
3if [ $history[$argv[1]] = "dsu" ]
4dsu (math $argv[1] + 1)
5else
-
Enable 2.1 audio output in PulseAudio
Enable 2.1 audio output in PulseAudio 1# Enable 2.1 audio output in PulseAudio
2I'm using a 2.1 speakers kit from Logitec but most of the time it is always detected as 2.0... :unamused:
34So I decided to make some research and found a solution that works everytimes (on Ubuntu based distribs).
5 -
Copy data from a Time Machine volume...
Copy data from a Time Machine volume mounted on a Linux box. 1#!/bin/bash
2#
3# Copy data from a Time Machine volume mounted on a Linux box.
4#
5# Usage: copy-from-time-machine.sh <source> <target>
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.