User Tools

Site Tools


slax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
slax [2025/06/08 07:56]
me
slax [2025/07/01 16:35] (current)
me
Line 1: Line 1:
 +[[Building statically linked with Alpine]]
 +
 +Put these two in /root/.fluxbox/startup
 +<file x>
 +iw wlan0 scan |grep PLUSNET-J8GW
 +
 +xrandr --output eDP1 --mode 1368x768
 +
 +</file>
 +
 +<file samba>
 +put this in /etc/samba/smb.conf in the global section:-
 +
 +client min protocol = NT1
 +
 +then connect in the on the command line for FTP like access with:-
 +
 +smbclient //pnhub1/usb1 -U GUEST -I 192.168.1.254
 +
 +or mount the share into the file system:-
 +
 +sudo mount -t cifs -o vers=1.0,username=user //192.168.1.254/usb1 /mnt/smb
 +
 +mount -t cifs -o vers=1.0,username=user //192.168.1.254/usb1 /mnt/smb
 +
 +or in the file manager with:-
 +
 +smb://192.168.1.254/usb1
 +
 +
 +</file>
 +
  
 Slax does not use a config file. It runs xlunch binary with bunch of arguments, in /usr/bin/fbappselect Slax does not use a config file. It runs xlunch binary with bunch of arguments, in /usr/bin/fbappselect
 +
  
 # set keyboard layout # set keyboard layout
Line 14: Line 47:
  
 https://unix.stackexchange.com/questions/705141/how-to-copy-paste-between-a-console-and-an-x-session https://unix.stackexchange.com/questions/705141/how-to-copy-paste-between-a-console-and-an-x-session
 +<file script>
 script script
 Script started, file is typescript Script started, file is typescript
Line 23: Line 56:
  
 Then:- less -R typescript    Then:- less -R typescript   
 +</>
 -------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------
  
slax.1749369387.txt.gz ยท Last modified: 2025/06/08 07:56 by me