Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 1 of 1

Thread: How to use Putty for Unix/Linux commands

  1. #1
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,317
    Thanks
    6,410
    Thanked 9,142 Times in 6,220 Posts

    How to use Putty for Unix/Linux commands

    A pictorial guide on how to use Putty for Telnet commands


    You can download Putty from

    Code:
    https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

    You can right click, then paste the command to avoid errors!

    Some commands:

    Show storage devices, filesystem and type
    Code:
    df -Th

    Put enigma to sleep (required before deleting files normally re-written at restart such as epg.dat)
    Code:
    init 4

    Stop Enigma2 and then restart in console mode with debug
    Code:
    init 4 && ENIGMA_DEBUG_LVL=4 /usr/bin/enigma2

    Stop Enigma2 and then restart in console mode with debug( On PLi, you have to issue as two separate commands)
    Code:
    init 4
    ENIGMA_DEBUG_LVL=4 /usr/bin/enigma2

    Stop Enigma2, restart and write debug log to /hdd
    (Will still work if you only have a USB stick connected)

    Code:
    init 4 && enigma2 &> /media/hdd/Enigma2_debug_$(date +%Y-%m-%d_%H-%M-%S).log
    Set a Pasword
    Code:
    passwd
    List available updates
    Code:
    opkg update && opkg list-upgradable

    Perform an update
    Code:
    init 4 && opkg update && opkg upgrade && init 6

    Check who is connected to your receiver.
    Code:
    netstat
    Show your tuner configuration. This will also create a file in /tmp/ called "mytunerconfig.txt" Upload/attach it to your thread if asked to.
    Code:
    cat /etc/enigma2/settings | grep config.Nims > /tmp/mytunerconfig.txt



    Find box details
    Code:
    grep -r "" /proc/stb/info
    Force stop Enigma2 then restart it
    Code:
    killall -9 enigma2
    init 3
    Flash by command line using ofgwrite. Unzip image and transfer to receiver first.
    Code:
    init 4
    ofgwrite -r -k /folder_of_unzipped_image

    Flash by command line using Grog68's script. Requires boxbranding, so will not work on PLi, ATV 7.0. This will not create a settings backup.

    Code:
    wget --no-check-certificate -O installvix.sh https://dl.dropboxusercontent.com/s/hc2cdr116lvx3dj/install_vix.sh && bash installvix.sh

    List number of vtuners
    Code:
    python -c "from glob import glob; print(len(glob('/dev/misc/vtuner*')))"
    Attached Images Attached Images

  2. The Following 28 Users Say Thank You to abu baniaz For This Useful Post:

    + Show/Hide list of the thanked

    bihsound (23-07-18),bumperbee (21-03-17),Clavas (03-10-14),colheath (12-09-16),cwebb66 (13-11-14),deltec (12-09-19),EnoSat (02-10-22),HeRmAN (09-12-15),imish (01-10-14),invisiblelayer (02-10-14),jawz (24-04-17),johnrichard (09-10-15),judge (01-10-14),khaled_k (01-03-20),khan888 (01-10-14),kokojnr (08-02-18),maj3091 (10-12-14),MarkPIX (09-01-17),Newtix (10-05-15),PedroEll (13-01-19),roybach (11-11-14),samsid (03-09-19),simin86 (13-01-15),squiddo (24-05-17),TK4|2|1 (29-11-15),Tony_Daly (02-10-14),wambam (02-08-16),widar (19-02-18)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.