nsawriting.blogg.se

Dreambox telnet command
Dreambox telnet command




dreambox telnet command
  1. #Dreambox telnet command zip
  2. #Dreambox telnet command free

  • grep - put this in here as its probably the most used command in linux and very powerful for searching files and listing information in order.
  • dmesg - used with (dmesg | more) is a very powerful and first call diagnostic tool in linux.
  • ipkg-unbuild -this dreambox command will unbuild a plugin see above.
  • ipkg-build - this command will build you a plugin once you have wrote the plugin in correctly written bash.
  • there are a few more but these are the obvious ones.
  • chmod/chown/adduser/deluser/ - these are all user and group management commands.
  • which - nice command to find the location of a program.
  • ls - this is the list command will list the contents of a directory.
  • uname - usually followed by -a will tell you what operating system you are using, very useful command for checking what box you are using and build times etc!.
  • mkdir - this command will make a directory of your choice.
  • cp - the copy command, this will copy a file from one location to another.
  • gzip - for zipping and unzipping gz files.
  • #Dreambox telnet command zip

    tar - roughly is the same as unzip and zip but for tarball files.IE (unzip -o /tmp/Latest.zip /media/hdd/latest) that would take a file in the tmp folder and unzip it into /media/hdd/latest. unzip - this command will unzip files to a location of your choice.date - shows you the time and date on your dreambox.

    #Dreambox telnet command free

    free - this command shows you the memory usage on your dreambox.df - will show you the file system and the file system setup.rm - remove command will remove files normally followed by -rf for a complete removal from the system.find - this command will find a file or folder within your dreambox directory structure.top - this commands will give you current stats of your memory, cpu, program usage.Mostly the list is based on linux commands, but quite a few are not used. I thought it might be a nice idea if we can list down the commands we all know. I am looking for specific commands so I can write a new plugin for Rat Does anyone have a dreambox commands list for use in Telnet or SSH (putty etc)






    Dreambox telnet command