Page 1 of 1

start over from the beginning and with basic programs

PostPosted: Tue Jul 03, 2018 10:38 pm
by johnnysamu
Unfortunately, I have had to reinstall Moi pro from the beginning. So I wrote down how I did for future use. Perhaps someone else can benefit from the note.

https://tbsdtv.com/download/document/tb ... system.pdf

Factory reset exactly
sudo -s
cd /lib/live/mount/medium/home/
" # gzip -c -d 30g_ghost_centos_T.img.gz | dd of=/dev/sda "
./installdvb.sh
reboot
tvheadend

Everything above is connected with the screen and the desk, to the moi pro-AMD
.
____________________________________________________________________
For security purposes, I create another sudoers.

sudo useradd Greta
...
passwd xxxx Greta
...
usermod -aG wheel Greta
_________________________________________________________________________
Make a regular web update to the latest version from TBS.

Webupdate ...
_________________________________________________________________________
A little more security in these times ..

rpm -i https://github.com/bryceml/sshguard-rhe ... x86_64.rpm
________________________________________________________________________________

TBS support wants Teamviewer to be able to help remotely. And that's valuable to me, even though SSH works well. Remember the number and password for future needs. This installation works headless.

https://community.teamviewer.com/t5/Lin ... td-p/14512

wget https://download.teamviewer.com/downloa ... x86_64.rpm
yum install epel-release # must be installed first
yum install ./teamviewer-host*.rpm --enablerepo="cr" # as of today
yum install ./teamviewer-host*.rpm # in general

sudo teamviewer passwd [password]
teamviewer info
_______________________________________________________________________________________________
It is easier with the editing tool nano installed.

sudo yum install nano