Страница 1 из 1

Re: OpenSuSe

Добавлено: 23 июн 2020, 22:42
brahman
firewall

You should be able to create your own customizations:

Go into /etc/sysconfig/SuSEfirewall2.d/services and create a file similar
to the TEMPLATE and then customize it with the following lines

## Name: Vuze
## Description: opens ports for bittorrent stuff in order to allow file
transfers, etc.
# space separated list of allowed TCP ports
TCP="45333"

Re: OpenSuSe

Добавлено: 23 июн 2020, 22:52
brahman

Re: OpenSuSE

Добавлено: 25 июн 2020, 17:15
brahman
  • zypper
обновление со всех реп.

Код: Выделить всё

 sudo zypper dup --allow-vendor-change --allow-downgrade 

Re: OpenSuSE

Добавлено: 26 июн 2020, 23:04
brahman

Re: OpenSuSE

Добавлено: 28 сен 2020, 21:41
brahman
Добавить пользователя и home

Код: Выделить всё

 useradd --create-home your_user
установить пользователю пароль

Код: Выделить всё

 passwd your_user
сменить пользователю домашнюю директорию

Код: Выделить всё

 usermod -d /home/new_home -m your_user
добавить пользователя в группу

Код: Выделить всё

 usermod -aG what_group your_user

Re: OpenSuSE

Добавлено: 29 сен 2020, 06:45
brahman
месторасположение тем

There are two places the themes files can be placed:

~/.themes : You may have to create this folder in your home directory if it doesn’t exist. The themes placed here will be available only to you (the logged in user)
/usr/share/themes: The themes put in this folder will be available to all the users on your system. You need to be root to put files in this folder.

Re: OpenSuSE

Добавлено: 22 фев 2023, 20:17
brahman
Installing Multimedia Codecs

Код: Выделить всё

zypper install opi
opi codecs

Re: OpenSuSE

Добавлено: 25 дек 2023, 22:34
brahman
Для единоразового увеличения горомкости

Код: Выделить всё

pactl -- set-sink-volume 0 200%

https://www.prolinux.org/post/2012/12/k ... t-v-linux/