Search found 6 matches

by peterm321
Mon May 24, 2021 11:06 pm
Forum: Utilities
Topic: CleanRam pet by Argolance
Replies: 2
Views: 892

Re: CleanRam pet by Argolance

In addition, Puppy Tahr has this system tunable:

Code: Select all

 /proc/sys/vm/compact_memory

A search reveals that other linuxes have had issues with using this setting.
for me I invoke this setting prior to suspending to RAM, havent had any
problems.

https://sysctl-explorer.net/vm/compact_memory/

by peterm321
Sat Jan 02, 2021 11:06 pm
Forum: Beginners Help
Topic: Problem formatting IDE 1.44MB floppy disk
Replies: 6
Views: 1111

Re: Problem formatting IDE 1.44MB floppy disk

# sudo mkfs.fat -a /dev/fd0 1440 mkfs.fat 4.1 (2017-01-24) attribute "partition" not found I'm presuming that your computer uses a "vanilla" (if I could call it that) FDD connector in which case the device would be /dev/fd0 or sometimes /dev/fd1. In which case the 1440 would be omitted: mkfs.fat -a ...
by peterm321
Fri Oct 02, 2020 5:53 pm
Forum: Users
Topic: Can Puppy use Radeon HD 3450 in elitebook 6930p?
Replies: 9
Views: 770

Re: Can Puppy use Radeon HD 3450 in elitebook 6930p?

Since I my computer is a desktop, I can't vouch for differences to a laptop. What I can say is that the Radeon driver in Puppy Tahr seems to handle the Radeon X300 (128MB) graphics fairly well, however for 3D acceleration I read that the proprietary Radeon driver is better. xrandr/xrandrshell can ...
by peterm321
Sun Sep 06, 2020 8:42 pm
Forum: Users
Topic: What is a more permissive kernel?
Replies: 5
Views: 1805

Re: What is a more permissive kernel?

The script trying to modify the firmware may give a clue. Certain Linux distributions do restrict access to /dev/mem to userspace processes by the kernel compile option: CONFIG_STRICT_DEVMEM (that may be one possibility from a number of possibilities) Strangely in upup raring I needed a special ...
by peterm321
Wed Sep 02, 2020 9:22 pm
Forum: Beginners Help
Topic: No command line tools to handle https
Replies: 6
Views: 525

Re: No command line tools to handle https

I'm not sure what program is being referred to here? However, from time to time I have used the "curl" command to download a resource or to compare with my GUI based browser if it chokes on a web page. curl is basically a command line http/https fetcher. It has a handy option to limit certificate ...
by peterm321
Sun Aug 16, 2020 1:23 am
Forum: Beginners Help
Topic: How to set-up SysRq on puppy?
Replies: 7
Views: 431

Re: How to set-up SysRq on puppy?

I was thinking myself of compiling in the magic sysrq function in my version of Puppy Linux Tahr. I did this with my previous kernel (Upup Raring). I have found the sysrq function does work when the system locks up. Typically the lockups occur with a faulty driver or kernel OOM. Unfortunately the ...

Go to advanced search