View Single Post
Old 03-05-2024, 02:23 AM   #164
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,895
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Quote:
Originally Posted by EastEriq View Post
Code:
sudo mount -o rw,remount /ebrmain
though, if it is as Neil writes, that all crams is rewritten as bulk for each small change, then it might be better not to abuse of it.


Swapping a bit here and there CAN BE safe enough, but adding/removing data is more risky and could brick the device.

I have to enter "/mnt/secure/su" rather than "sudo" before my commands in both pbterm and via ssh. I've tried setting a permanent alias without any luck. I ended up writing a simple shell .app launcher for pbterm (to export a variable) as a bodge-fix which works well enough. Works for ssh also if I launch pbterm first.

Code:
#!/bin/sh
export udo="/mnt/secure/su"
/mnt/ext1/applications/pbterm
exit
now I can simply enter $udo at the command line.

Last edited by neil_swann80; 03-05-2024 at 06:54 AM.
neil_swann80 is offline   Reply With Quote