Page 1 of 2

good Tip

PostPosted: Fri Nov 21, 2014 3:20 am
by johnnysamu
To set the correct time in the operating system does the following:
sign in, SSH (putty) root, root

su
ntpd -q -p 193.11.166.2 # (ntp server)
date 18:24
___________________________________________________

login as: root
root@192.168.0.86's password:
[root@moipro ~]# su
[root@moipro ~]# ntpd -q -p 193.11.166.2
[root@moipro ~]# date 20:15
Thu Nov 20 20:15:00 UTC 2014
[root@moipro ~]#

;)

good Tip

PostPosted: Tue Nov 25, 2014 4:49 am
by johnnysamu
If you get the error "" bad address "messages" for example with wget then
You need to have the nameservers in /etc/resolv.conf right.
example nameserver 8.8.8.8 #or 192.168.0.1

[root@moipro /]# cd ..
[root@moipro /]# cd ..
[root@moipro /]# su
[root@moipro /]# nano /etc/resolv.conf
________________________________________
# Generated by Connection Manager
nameserver 192.168.0.1
nameserver ::1
________________________________________
;)

Re: good Tip

PostPosted: Thu Nov 27, 2014 7:53 pm
by dulcet
thanks johnnysamu

i followed your both trick but still nothing change in timezone and resolve hostname

when i change it resolv.conf internet working and after reboot i check nameserver going to default mode

regard's
dulcet

Re: good Tip

PostPosted: Thu Nov 27, 2014 8:47 pm
by vpeter
For DNS server try to add it in file /etc/network under DNS_SERVER.

Re: good Tip

PostPosted: Sun Dec 07, 2014 6:52 pm
by johnnysamu
vpeter Wrote:For DNS server try to add it in file /etc/network under DNS_SERVER.


login:

[root@moipro ~]# cd /etc
[root@moipro /etc]# nano network

In the file, change to your time servers

# set to "" to disable NTP
TIMESERVERS="0.se.pool.ntp.org 1.se.pool.ntp.org 2.se.pool.ntp.org 3.se.pool.ntp.org"

ctrl and x

Re: good Tip

PostPosted: Sun Dec 14, 2014 4:32 am
by johnnysamu
Write in your browser http://192.168.0.86/utilities.html Your IP address too moi pro of course. ;)

Re: good Tip

PostPosted: Sat Jan 03, 2015 1:12 am
by johnnysamu
ln -sf /usr/share/zoneinfo/Europe/Stockholm /etc/localtime

and / or

nano /etc/sysconfig
TZ="Europe/Stockholm"

Reboot

ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime

Re: How too backup tvheadend

PostPosted: Sat Mar 14, 2015 6:01 pm
by johnnysamu
To reinstall the MIO Pro with your copy of tvheadend

I recommend typing cd "/(null)/.hts/" . Or download Total Commander http://www.ghisler.com/ and set the computer B to " /(null)/.hts/ " . after that you can easily , pull over a copy of tvheadend to your computer.

When you need to use the copy you can, for example, do the following:
1.Start up the formatted MOI pro . Configure Network and TVheadend via moi pros web page .
2. restart Total Commander and set the B side at the address \\ your ip to moi pro \ root \ (null) \ . Hts \ *. *
3. pull your copy to window

Re: password

PostPosted: Sun Mar 15, 2015 1:02 am
by johnnysamu
To change the password.
go in via ssh (such as PuTTY) and login type " passwd " and follow the instructions .

Re: good Tip

PostPosted: Sat Feb 25, 2017 3:13 am
by johnnysamu
ln -snf /usr/share/zoneinfo/Europe/Stockholm /etc/localtime