UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Ben_Ben
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    Ben_Ben

    @Ben_Ben

    2
    Reputation
    4
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Ben_Ben Unfollow Follow

    Best posts made by Ben_Ben

    • RE: How can i login to ssh server with a password ?

      @AppLee
      thank you
      cp config config.bak .It's my habit

      posted in Support
      B
      Ben_Ben
    • RE: Not enough free space in /var/cache/apt/archives

      @ubtouch 16.04

      sudo su root
      mount -o remount rw /
      cd /userdata

      dd bs=1M count=6000 if=/dev/zero of=system2.img
      losetup -f --show system2.img
      #return loop2
      ( loop0----system.img loop2----system2.img )

      dd if=/dev/loop0 of=/dev/loop2
      resize2fs /dev/loop2
      mv system.img system.old
      mv system2.img system.img

      reboot

      #enjoy it

      posted in Support
      B
      Ben_Ben

    Latest posts made by Ben_Ben

    • RE: How can i login to ssh server with a password ?

      @AppLee
      thank you
      cp config config.bak .It's my habit

      posted in Support
      B
      Ben_Ben
    • RE: How can i login to ssh server with a password ?

      @Keneda
      I read it before I posted the issue .
      no help
      sshd_config.d does not exist
      50-lxc-android-config.conf does not exist

      searching google bing , tried again and again, hope to get it working。
      every night at least 5 hours,
      No results.

      posted in Support
      B
      Ben_Ben
    • How can i login to ssh server with a password ?

      I have five pc and one server and Raspberry Pi orange pi .....
      running armbian debian centos pve nasos
      all very easy by ssh
      ubrtouch not 😧

      posted in Support
      B
      Ben_Ben
    • RE: Not enough free space in /var/cache/apt/archives

      @ubtouch 16.04

      sudo su root
      mount -o remount rw /
      cd /userdata

      dd bs=1M count=6000 if=/dev/zero of=system2.img
      losetup -f --show system2.img
      #return loop2
      ( loop0----system.img loop2----system2.img )

      dd if=/dev/loop0 of=/dev/loop2
      resize2fs /dev/loop2
      mv system.img system.old
      mv system2.img system.img

      reboot

      #enjoy it

      posted in Support
      B
      Ben_Ben