Opensuse

Notizie su Linux openSUSE

Settare data e ora su Linux

Settare la data -> date +%D -s %m/%d/%y per esempio 25 settembre/9 2020:
sudo date +%D -s "09/25/2020"

Settare l'ora -> date +%T -s %H:%M:%S per esempio 11:23:55:
sudo date +%T -s "11:23:55"
 

Si può usare anche il comando ntpdate:

Linux Distros Live Testing

Test a new operating system.

On our website you will find a selection of operating systems,
which you can test online without installation in the simplest way.

https://distrotest.net/

NOTE:

DistroTest.net is nearly one year old, now something happened... Due to several internal problems and current law restrictions, it is forced to shutdown.
The servers are running until September, then all thing will be offline.
 

Grep operatori OR e AND

Source: http://www.thegeekstuff.com/2011/10/grep-or-and-not-operators/


7 Linux Grep OR, Grep AND, Grep NOT Operator Examples

Installare acd_cli (Amazon Cloud Drive)

Per installare acd_cli bisogna prima installare python-pip e python-pip3, poi da riga di comando con i privilegi di root:

#pip install acdcli

Ad installazione finita da utente che dovra utilizzare lo spazio cloud di amazon lanciare l'inizializzazione di acd_cli per ottenere il token di autentica del client, quindi

$acd_cli init

Disable vertical sync for glxgears

vblank_mode=0 glxgears

For Intel graphics and AMD/ATI opensource graphics drivers

Find the "Device" section of /etc/X11/xorg.conf/etc/X11/xorg.conf which contains one of the following directives:

  • Driver "intel"Driver "intel"
  • Driver "radeon""radeon""radeon""radeon"Driver "radeon"
  • Driver "fglrx"Driver "fglrx"

And add the following line to that section:

Upgrade delle Service Pack SuSe

Basta lanciare il seguente comando da riga di comando con i privilegi di root
 

yast2 wagon

oppure

/usr/sbin/wagon

Abilitare log per demone samba (smbd) in OpenSUSE

In /etc/samba/smb.conf:

[global]
#log level=0 oppure non specificato per disabilitare il log. 2 o 3 per aumentare il dettaglio del log (more verbose)
log level = 1
# si possono utlizzare alcune variabili speciali per comporre differenti file di log %S (log delle share), %m (log dei client)
log file = /var/log/smb.log

How to install fail2ban on OpenSUSE distro with systemd backend

Using zypper, install fail2ban and python-systemd rpms.

To install fail2ban software on systemd backend and journalctl syslog manager enable, in jail.conf:

backend = systemd

In the same file, enable jails you want to configure. In this config example, jump to ssh server jail ([sshd] section) and write:

[sshd] # sshd section in jail.conf
enabled = true

Enable fail2ban service with systemctl utility:

Bluetooth non avviato dopo l'ultimo aggiornamento del bluedevil e OpenSuSe 13.1 e 13.2

Su boot.local inserite le seguenti righe

hciconfig hci0 down
sleep 2
hciconfig hci0 up

Condividi contenuti