OpenSuSE

Ответить
brahman
Site Admin
Сообщения: 67
Зарегистрирован: 30 май 2020, 13:42

Re: OpenSuSe

Сообщение 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"

brahman
Site Admin
Сообщения: 67
Зарегистрирован: 30 май 2020, 13:42

Re: OpenSuSe

Сообщение brahman »


brahman
Site Admin
Сообщения: 67
Зарегистрирован: 30 май 2020, 13:42

Re: OpenSuSE

Сообщение brahman »

  • zypper
обновление со всех реп.

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

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

brahman
Site Admin
Сообщения: 67
Зарегистрирован: 30 май 2020, 13:42

Re: OpenSuSE

Сообщение brahman »


brahman
Site Admin
Сообщения: 67
Зарегистрирован: 30 май 2020, 13:42

Re: OpenSuSE

Сообщение brahman »

Добавить пользователя и home

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

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

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

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

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

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

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

 usermod -aG what_group your_user

brahman
Site Admin
Сообщения: 67
Зарегистрирован: 30 май 2020, 13:42

Re: OpenSuSE

Сообщение 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.

brahman
Site Admin
Сообщения: 67
Зарегистрирован: 30 май 2020, 13:42

Re: OpenSuSE

Сообщение brahman »

Installing Multimedia Codecs

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

zypper install opi
opi codecs

brahman
Site Admin
Сообщения: 67
Зарегистрирован: 30 май 2020, 13:42

Re: OpenSuSE

Сообщение brahman »

Для единоразового увеличения горомкости

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

pactl -- set-sink-volume 0 200%

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

Ответить