Search found 5342 matches
- 22 Apr 2018, 01:06
- Forum: Tutorials
- Topic: Lynx desktop files - using a text-browser efficiently
- Replies: 2
- Views: 64
Lynx desktop files - using a text-browser efficiently
That's great! Thanks for the write-up, I enjoyed it a lot. I'm a user.
- 21 Apr 2018, 20:04
- Forum: Intermediate/Advanced User Questions
- Topic: [Solved...] Salix repo doesn't load...
- Replies: 3
- Views: 54
Salix repo doesn't load...
Maybe a temporary glitch in repo since it seems to be working now.
- 21 Apr 2018, 19:57
- Forum: Development
- Topic: Printing and scanning for Porteus
- Replies: 9
- Views: 1152
Printing and scanning for Porteus

- 21 Apr 2018, 13:46
- Forum: Intermediate/Advanced User Questions
- Topic: Ethernet not working at all
- Replies: 8
- Views: 117
Ethernet not working at all
Are you using the kiosk version?
- 21 Apr 2018, 13:41
- Forum: Development
- Topic: Save or not at shutdown - the real possibility of choice
- Replies: 2
- Views: 89
Save or not at shutdown - the real possibility of choice
Only I am sure the an average user does not even notice this message, and even he notices, he should be very vigilant and fast to be able to make a good decision. If the user didn't open the configuration file and type in the cheatcode to save on exit then the 3 second message wouldn't appear. This...
- 14 Apr 2018, 23:49
- Forum: Development
- Topic: make firmware_install on kernel linux-4.14.34
- Replies: 4
- Views: 177
make firmware_install on kernel linux-4.14.34
Firmware was removed from the kernel source and is now handled by the distro packages. You can get all the firmware in the kernel-firmware slackware package.
http://packages.slackware.com
http://packages.slackware.com
- 08 Apr 2018, 13:29
- Forum: Bug Reports
- Topic: Porteus-v4.0rc4 bug reports
- Replies: 112
- Views: 5101
Porteus-v4.0rc4 bug reports
Thanks. I'll apply these patches. Further patches are welcome.
- 07 Apr 2018, 00:38
- Forum: Bug Reports
- Topic: Porteus-v4.0rc4 bug reports
- Replies: 112
- Views: 5101
Porteus-v4.0rc4 bug reports
Thanks alsass,
The patches would be appreciated.
The patches would be appreciated.
- 18 Mar 2018, 15:58
- Forum: Nemesis Arch based Porteus
- Topic: Lxde DE Module
- Replies: 32
- Views: 523
Lxde DE Module
mloop is just a script to ease mounting of file systems. It's the file system that is read-only as is reported in the above output. mount -o loop /path/to/module.xzm /mnt/loop mount -o loop /path/to/savefile.dat /mnt/loop You will get two different results with the above commands. One writable and o...
- 18 Mar 2018, 15:49
- Forum: Programming
- Topic: Porteus module activation status
- Replies: 76
- Views: 9856
Porteus module activation status
Probably tonight. I will upload the base ISO for desktop maintainers to create desktops around.
- 18 Mar 2018, 15:48
- Forum: Bug Reports
- Topic: Porteus-v4.0rc4 bug reports
- Replies: 112
- Views: 5101
Porteus-v4.0rc4 bug reports
I'll see if I can add slackwarepatches to the GUI.
- 18 Mar 2018, 13:29
- Forum: Bug Reports
- Topic: Porteus-v4.0rc4 bug reports
- Replies: 112
- Views: 5101
Porteus-v4.0rc4 bug reports
slackware-patches IS slackware.
- 17 Mar 2018, 21:03
- Forum: Programming
- Topic: Porteus module activation status
- Replies: 76
- Views: 9856
- 12 Mar 2018, 23:17
- Forum: Bug Reports
- Topic: Porteus-v4.0rc4 bug reports
- Replies: 112
- Views: 5101
Porteus-v4.0rc4 bug reports
I understand the concept but why not have the lines in linuxrc copy all the cheatcodes from the porteus-v4.0-$ARCH.cfg file into the /proc/cmdline file when booting Perhaps not. /proc/cmdline is a process file. It's not writable even as root during boot and it is used to communicate with the kernel...
- 11 Mar 2018, 23:12
- Forum: Bug Reports
- Topic: Porteus-v4.0rc4 bug reports
- Replies: 112
- Views: 5101
Porteus-v4.0rc4 bug reports
No. No. Absolutely not. This is a process file created every boot. I've put a few lines in linuxrc to copy all used cheatcodes from both /proc/cmdline and the porteus-v4.0-$ARCH.cfg file into a single config file so all scripts can just check one file.cp /etc/bootcmd.cfg /proc/cmdline work?