Search found 9 matches

by Boss
Mon Sep 07, 2020 10:16 am
Forum: Public
Topic: Import Certificate
Replies: 3
Views: 79751

Re: Import Certificate

Зайди на сайт. Дожен быть зелёный замок. Ну и в деталях сертификата:
Verified by: Simon Cat Pty.
by Boss
Sat Sep 05, 2020 5:30 am
Forum: Public
Topic: Import Certificate
Replies: 3
Views: 79751

Re: Import Certificate

New certificate attached.
by Boss
Thu Nov 15, 2018 11:45 pm
Forum: Public
Topic: General Linux KB
Replies: 2
Views: 61145

Replace pulseaudio by ASLA + dmix

https://bbs.archlinux.org/viewtopic.php?id=177547

https://steemit.com/linux/@crokkon/fire ... pulseaudio

patchelf --set-rpath /usr/lib/apulse /usr/lib/firefox/libxul.so
APULSE_PLAYBACK_DEVICE=plug:dmix
by Boss
Thu Nov 15, 2018 11:41 pm
Forum: Public
Topic: General Linux KB
Replies: 2
Views: 61145

Disable hybernate/resume

Code: Select all

/etc/initramfs-tools/conf.d/resume
and changed the line (there's only one)

Code: Select all

RESUME=UUID=75a1abae-a571-45e0-8ba8-2af714d13b59
by

Code: Select all

RESUME=none
Update initramfs

Code: Select all

update-initramfs -u -k all
by Boss
Thu Nov 15, 2018 11:39 pm
Forum: Public
Topic: General Linux KB
Replies: 2
Views: 61145

Conky config sniplets

Code: Select all

conky.text = [[
${color D3DADF}${font Helvetica:size=20}
Киев: ${tztime Europe/Kiev %a %-d %b %H:%M}
Lyon: ${tztime Europe/Paris %a %-d %b %H:%M}
]]
by Boss
Thu Nov 15, 2018 11:34 pm
Forum: Public
Topic: Ubunut KB
Replies: 2
Views: 60935

Screenlets

bash to install screenlets in bionic (For clean installation. Not tested on upgrades from previous versions to 18.04): #!/bin/bash sudo dpkg -l python-wnck >/dev/null 2>&1 if [ $? == 0 ]; then echo "OK" else echo "Install python-wnck" sudo apt -y install libwnck22 wget -c htt...
by Boss
Thu Nov 15, 2018 11:34 pm
Forum: Public
Topic: Ubunut KB
Replies: 2
Views: 60935

How to hide a(n) (NTFS) partition from ubuntu

I'm going to be hiding sda1 and sdb2 in the next steps, but you should substitute your partition names instead. Create a file named 99-hide-disks.rules using your favorite editor. This file is where we put the rule to tell the Linux kernel to hide the device. I won’t explain why the file name sounds...
by Boss
Thu Nov 15, 2018 11:30 pm
Forum: Public
Topic: Ubunut KB
Replies: 2
Views: 60935

Ubuntu dev environment minimal setup

Code: Select all

sudo apt-get install checkinstall build-essential automake autoconf libtool pkg-config
by Boss
Fri Mar 31, 2017 8:09 pm
Forum: Public
Topic: Import Certificate
Replies: 3
Views: 79751

Import Certificate

Firefox: Open Preferences: Открыть меню "полоски" и выбрать настройки. Preferences.png Select Advanced -> Certificates -> View Certificates Advanced.png In the certificates list open "Authorities" tab Then click "Import" В списе сертификатов выбрать закладку Authoritie...