This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
slax [2025/06/10 09:54] me |
slax [2025/07/01 16:35] (current) me |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [[Building statically linked with Alpine]] | ||
+ | Put these two in / | ||
<file x> | <file x> | ||
iw wlan0 scan |grep PLUSNET-J8GW | iw wlan0 scan |grep PLUSNET-J8GW | ||
- | |||
- | |||
- | smbclient // | ||
- | </file | + | xrandr --output eDP1 --mode 1368x768 |
+ | |||
+ | </file> | ||
+ | |||
+ | <file samba> | ||
+ | put this in / | ||
+ | |||
+ | client min protocol = NT1 | ||
+ | |||
+ | then connect in the on the command line for FTP like access with:- | ||
+ | |||
+ | smbclient // | ||
+ | |||
+ | or mount the share into the file system:- | ||
+ | |||
+ | sudo mount -t cifs -o vers=1.0, | ||
+ | |||
+ | mount -t cifs -o vers=1.0, | ||
+ | |||
+ | or in the file manager with:- | ||
+ | |||
+ | smb:// | ||
+ | |||
+ | |||
+ | </ | ||
Line 24: | Line 47: | ||
https:// | https:// | ||
+ | <file script> | ||
script | script | ||
Script started, file is typescript | Script started, file is typescript | ||
Line 33: | Line 56: | ||
Then:- less -R typescript | Then:- less -R typescript | ||
+ | </> | ||
-------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | ||