This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt install libsecret-1-dev libmessaging-menu-dev libgadu-dev libavahi-glib-dev libavahi-client-dev libgmime-3.0-dev \ | |
libmeanwhile-dev libfarstream-0.2-dev lua-lgi-dev gobject-introspection libgirepository1.0-dev python-gi-dev \ | |
liblua5.1-0-dev liblua5.2-dev liblua5.3-dev libidn11-dev | |
apt install libcmark-dev libgumbo-dev libgspell-1-dev help2man libxml2-dev libjson-glib-dev libsoup2.4-dev valac | |
apt install ninja-build libperl-dev | |
apt install libebook1.2-dev libzephyr-dev libsasl2-dev libgstreamer-plugins-base1.0-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[bluetooth]# info 00:14:BE:XX:XX:XX | |
Device 00:14:BE:XX:XX:XX (public) | |
Name: SOUNDPEATS Truengine SE | |
Alias: SOUNDPEATS Truengine SE | |
Class: 0x00240404 | |
Icon: audio-card | |
Paired: yes | |
Trusted: yes | |
Blocked: no | |
Connected: no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/sys/firmware/dmi/tables/smbios_entry_point: Permission denied | |
/dev/mem: Permission denied | |
(gnome-control-center:22678): display-cc-panel-WARNING **: 09:50:21.679: Config not applicable: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: The requested configuration is based on stale information | |
(gnome-control-center:22678): display-cc-panel-WARNING **: 09:50:21.763: Config not applicable: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: The requested configuration is based on stale information | |
(gnome-control-center:22678): display-cc-panel-WARNING **: 09:50:21.779: Config not applicable: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: The requested configuration is based on stale information | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
polkit-elogind,vim,nano,git,subversion,openssh,openssh-server,zsh,android-tools,openjdk8,openjdk8-jre,gnome-keyring,gnome-calendar,gnome-2048,gnome-books,gnome-calculator,gnome-music,gnome-photos,gnome-screenshot,gnome-weather,v4l-utils,py3-dbus,alsa-utils,tmux,htop,gstreamer-tools,gstreamer-vaapi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sysctl -n -w fs.inotify.max_user_instances=4096 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALLUSERSPROFILE=C:\ProgramData | |
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk | |
ANDROID_NDK_HOME=C:\Microsoft\AndroidNDK64\android-ndk-r16b | |
ANDROID_NDK_PATH=C:\Microsoft\AndroidNDK64\android-ndk-r16b | |
ANT_HOME=C:\ProgramData\chocolatey\lib\ant\apache-ant-1.10.5 | |
APPDATA=C:\Users\runneradmin\AppData\Roaming | |
AZURE_EXTENSION_DIR=C:\Program Files\Common Files\AzureCliExtensionDirectory | |
BOOST_ROOT=C:\Program Files\Boost\1.69.0 | |
BOOST_ROOT_1_69_0=C:\Program Files\Boost\1.69.0 | |
ChocolateyInstall=C:\ProgramData\chocolatey |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aoû 06 09:42:17 cylap2 /usr/lib/gdm3/gdm-x-session[2005]: (EE) event17 - SYNA1202:00 06CB:CD65 Touchpad: kernel bug: Touch jump detected and discarded. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
TARGET_DOMAIN=$1 | |
TARGET_DIR="$1/$2" | |
ACME_DIR=$3 | |
mkdir -p $TARGET_DIR | |
openssl genrsa 4096 > $TARGET_DIR/account.key | |
openssl genrsa 4096 > $TARGET_DIR/domain.key | |
openssl req -new -sha256 -key $TARGET_DIR/domain.key -subj "/CN=$1" > $TARGET_DIR/domain.csr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
applesmc-isa-0300 | |
Adapter: ISA adapter | |
Left side : 3684 RPM (min = 2160 RPM, max = 5940 RPM) | |
Right side : 3431 RPM (min = 2000 RPM, max = 5499 RPM) | |
TB0T: +34.5°C | |
TB1T: +34.5°C | |
TB2T: +32.5°C | |
TC0E: +79.8°C | |
TC0F: +82.2°C | |
TC0P: +56.0°C |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM screwdrivercd/screwdriver:stable | |
RUN apt-get update && apt-get install -y zip unzip && mkdir -p /localnpm | |
WORKDIR /localnpm | |
RUN wget https://github.com/minz1027/scm-gitlab/archive/master.zip && unzip master | |
WORKDIR /usr/src/app | |
RUN npm install /localnpm/scm-gitlab-master |