Search found 1022 matches

by williams2
Mon Oct 05, 2020 7:39 pm
Forum: Puppy Derivatives
Topic: How to determine hardware bitness in "Precise Light"
Replies: 10
Views: 939

Re: How to determine hardware bitness in "Precise Light"

Whether software runs faster and more efficiently on a 32 bit system or in a 64 bit system, depends on many factors. A 64 bit system is unlikely to run twice as fast as a 32 bit system. It is very possible that a 32 bit system might run a little faster than a 64 bit system. The older 16 bit and 32 b...
by williams2
Mon Oct 05, 2020 6:56 pm
Forum: Users
Topic: Online storage with ability of direct download? (Solved)
Replies: 21
Views: 823

Re: (Solved) Online storage with ability of direct download?

root# download_file https://1drv.ms/u/s!Ao-_qqv5iz91gS_gcmdsww-w_VOj?e=sgeHCr bash: !Ao: event not found The bash/sh/ash shell treats certain characters as special characters. For example, ! will execute a command in the bash history. !137 will execute line number 137, whatever it is. !cat will exe...
by williams2
Fri Oct 02, 2020 9:47 pm
Forum: Puppy Derivatives
Topic: How to determine hardware bitness in "Precise Light"
Replies: 10
Views: 939

Re: How to determine hardware bitness in "Precise Light"

/proc/cpuinfo is information directly from the kernel. Maybe the kernel doesn't understand your hardware? You could install lscpu. For example, in this package lscpu is 32 bit for Ubuntu Trusty Tahr. https://ubuntu.pkgs.org/14.04/ubuntu-main-i386/util-linux_2.20.1-5.1ubuntu20_i386.deb.html It runs i...
by williams2
Wed Sep 30, 2020 6:26 pm
Forum: Users
Topic: Removing a partition and the save icon from the GUI?
Replies: 10
Views: 552

Re: Removing a partition and the save icon from the GUI?

I tried adding grep -v sda5 to frontend_rox_funcs It seems to work properly, in FossaPiup64 9.5 anyway. It's a very simple change. probepart lists all your drives grep -v sda2 removes that drive from the list, so the icon is not created on the desktop. And you can remove more than 1 drive from the l...
by williams2
Tue Sep 29, 2020 10:07 pm
Forum: Users
Topic: Removing a partition and the save icon from the GUI?
Replies: 10
Views: 552

Re: Removing a partition and the save icon from the GUI?

Drive icons seem to be created by the file /usr/local/pup_event/frontend_rox_funcs What do you want to disable? For example: # probepart /dev/sda1|ntfs|819200 /dev/sda2|vfat|532480 /dev/sda3|none|262144 /dev/sda4|ntfs|863868928 /dev/sda5|ntfs|62914560 /dev/sda6|ntfs|48373760 /dev/sdb1|vfat|31276728 ...
by williams2
Tue Sep 29, 2020 8:26 am
Forum: Beginners Help
Topic: Any Pups with true 32-bit color capabilities?
Replies: 8
Views: 506

Re: Colour depth and Screen Resolution

It's possible Win10 is using the extra 8 bits for, for example, a greyscale alpha pixel, overlaid over the RGB pixels. I don't know much about Win10, older versions of MS Windows definitely use only 24 bits of the 32 bits that are available. A little like binary coded decimal (BCD), 4 bits allows fo...
by williams2
Tue Sep 29, 2020 4:51 am
Forum: Users
Topic: Chromebook Power Button Warning Script? (Solved)
Replies: 12
Views: 471

Re: SOLVED: Chromebook Power Button Warning Script?

If the computer is truly, completely shut down, the operating system not running, not suspended, then yes, that would probably be in the bios. You can disable suspend when the lid is closed. Edit /etc/acpi/acpi.conf and unccomment the DISABLE_SUSPEND line, that is, change this: #DISABLE_SUSPEND='yes...
by williams2
Tue Sep 29, 2020 4:05 am
Forum: Beginners Help
Topic: Any Pups with true 32-bit color capabilities?
Replies: 8
Views: 506

Re: Colour depth and Screen Resolution

In the past, MS Windows gave you a choice of color depth including 16 bit and 32 bit. This was not wrong, the color numbers were being stored in 32 bit binary blocks, which a computer whether 16 bit or 32 bit or 64 bit can work with very efficiently. But 32 bit video was really only using 24 bits of...
by williams2
Mon Sep 28, 2020 11:19 pm
Forum: Users
Topic: Chromebook Power Button Warning Script? (Solved)
Replies: 12
Views: 471

Re: Chromebook Power Button Warning Script?

That seems to be /etc/acpi/actions/powerbtn.sh You could try editing that file and add the line "exit" near the top of the file. That is, change this: #20140621 shinobar: skip shutdownconfig when power button pressed before quicksetup done, avoid multiple run TIMELIMIT=30 # sec, no dialog ...
by williams2
Sat Sep 26, 2020 7:44 pm
Forum: Fossapup64
Topic: Screenshot to clipboard problem
Replies: 3
Views: 432

Re: Screenshot to clipboard problem

Pressing the prnt-scrn key should pop up mtpaint with a screenshot ready to be edited and/or saved. You could select an area to crop (menu - Image - Crop or press shift+ctrl+X). You could scale the image (menu - Image - Scale Canvas or press pgup). You can save the image (menu - File - Save As or pr...
by williams2
Thu Sep 24, 2020 1:00 am
Forum: Beginners Help
Topic: How To Paste Text Into A Terminal Window?
Replies: 15
Views: 2429

Re: How To Paste Text Into A Terminal Window?

The default terminal emulator in most Pups is urxvt Urxvt comes with some perl extensions. When you highlight text in urxvt it is put in the primary buffer. One perl extension automatically copies the contents of the primary buffer to the clipboard buffer. ctrl+C and ctrl+V in geany or Firefox uses ...
by williams2
Wed Sep 23, 2020 6:17 am
Forum: Users
Topic: How to edit menu.lst made by Grub4DOS to specify a savefolder to boot from?
Replies: 7
Views: 809

Re: How to edit menu.lst made by Grub4DOS to specify a savefolder to boot from?

this works with savefolder too or only with savefile? Yes, it should work with a save folder. The information is from the README.txt file in the Fossapup iso. So, "psave=sdb4:/lxpupsc/mysave" says that the savefolder is on the sdb4 partition in the "/lxpupsc" directory, named &q...
by williams2
Tue Sep 22, 2020 11:02 pm
Forum: Users
Topic: How to edit menu.lst made by Grub4DOS to specify a savefolder to boot from?
Replies: 7
Views: 809

Re: How to edit menu.lst made by Grub4DOS to specify a savefolder to boot from?

The psave parameter is supposed to do that: psave=:dad.3fs psave=:frenchiveruti.3fs The colon character (:) is necessary. This should be faster because it does not need to search the partitions: psave=sda1:/dad.3fs psave=sda1:/frenchiveruti.3fs which is assuming that the save files are on sda1 at th...
by williams2
Tue Sep 22, 2020 3:16 am
Forum: Beginners Help
Topic: wcpufreq not working??? Cannot change cpufreq or governor
Replies: 7
Views: 524

Re: wcpufreq not working??? Cannot change cpufreq or governor

The dmidecode executable file returns information about the bios. In this case, it is checking the year that the bios was built. If the bios is older than 2007, it prints a message saying cpu scaling might not work. That is all that that line does. I don't know why the dmidecode file is not there. M...
by williams2
Sun Sep 20, 2020 6:48 pm
Forum: Users
Topic: PC hardware time changed during Puppy boot
Replies: 19
Views: 915

Re: PC hardware time changed during Puppy boot

Puppy should not change the hardware clock unless you actually run a program designed to change the hardware clock time. I set the HC about a year ago, and have been tweaking the drift setting in /etc/adjtime to set the system time using the drift correction accurate to within a few thousands of a s...
by williams2
Sun Sep 20, 2020 6:18 pm
Forum: Beginners Help
Topic: wcpufreq not working??? Cannot change cpufreq or governor
Replies: 7
Views: 524

Re: wcpufreq not working??? Cannot change cpufreq or governor

You can tweak the settings how you like. The main options are the governor and if you choose ondemand, you can tweak the up_threshold I have a choice of ondemand and performance. Performance is good for a desktop, I am running a laptop at the moment. It normally runs about 54C to about 68C If I set ...
by williams2
Sat Sep 19, 2020 7:37 pm
Forum: Beginners Help
Topic: wcpufreq not working??? Cannot change cpufreq or governor
Replies: 7
Views: 524

Re: wcpufreq not working??? Cannot change cpufreq or governor

In a text terminal console: # cat /sys/devices/system/cpu/cpufreq/policy0/scaling_available_governors ondemand performance # echo ondemand > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor # echo ondemand > /sys/devices/system/cpu/cpufreq/policy1/scaling_governor # echo ondemand > /sys/devi...
by williams2
Fri Sep 18, 2020 8:16 pm
Forum: Fossapup64
Topic: inxi can't locate Data/Dumper.pm in fossapup64 9.5
Replies: 6
Views: 582

Re: inxi failed

In urxvt

ctrl+alt+v will paste from the clipboard buffer.

shift+insert will paste from the primary buffer.

Clicking the left and right mouse buttons simultaneously should be the same as a middle click.
by williams2
Thu Sep 10, 2020 10:02 pm
Forum: Puppy Projects
Topic: Puli 32/64 bit
Replies: 50
Views: 14842

Re: Alternate Boot USB Methods don't work

failed with the report "puli7.3.sfs could not be found" or words to that effect Basically, all that the bootloader does is copy the kernel, vmlinuz, to ram, and also copy initrd.gz to ram. Then the bootloader passes control to vimlinuz in ram. The bootloader has finished running, it has d...
by williams2
Wed Sep 09, 2020 9:32 pm
Forum: Multimedia
Topic: Avidemux .pets and executables
Replies: 13
Views: 1023

Re: Avidemux .pets and executables

You can recursively set the permissions of files and dirs like this:

Code: Select all

chmod -R go-wx /path/to/*
The script, the way it is written, will only change permissions of files, not dirs.
by williams2
Tue Sep 08, 2020 8:22 pm
Forum: Multimedia
Topic: Avidemux .pets and executables
Replies: 13
Views: 1023

Re: Avidemux .pets and executables

A 1 line script to recursively set the permissions of all files to not writable and to not executable by group and world: #!/bin/sh find "$@" -type f -exec chmod go-wx {} \; Ignores symlinks. To not ignore symlinks, use find -L For example, if you name the script chmodr: This would change ...
by williams2
Mon Sep 07, 2020 7:49 pm
Forum: Beginners Help
Topic: Need repost of way to magnify area on screen
Replies: 6
Views: 369

Re: Need repost of way to magnify area on screen

You can increase the size of objects displayed on your screen. For example, you can edit the hidden file /root/.Xresources and change the dots per inch number. For example, you can change: Xft.dpi: 96 to Xft.dpi: 192 then restart X, or reboot. A smaller number might be better. You can use a viewport...
by williams2
Tue Sep 01, 2020 7:13 pm
Forum: Users
Topic: URXVT "Select all" ?
Replies: 28
Views: 1260

Re: URXVT "Select all" ?

If you are running BionicPup64 then the printscreen button should work. I think my BionicPup64 is configured by default to put the urxvt text in a pdf file. You can configure it to copy the text to a txt file, by following the instructions in previous posts. You can do it this way, if you like: 1) C...
by williams2
Mon Aug 31, 2020 8:06 pm
Forum: Users
Topic: URXVT "Select all" ?
Replies: 28
Views: 1260

Re: URXVT "Select all" ?

Again: To select, for example, all of the text in a urxvt window, and all of the scroll buffer, you can: 1) Left click at the bottom of the selection. 2) Scroll up to the top, by pressing and holding shift+PageUp 3) Right click the other end of the selection, at the top. You can right-click as many ...
by williams2
Fri Aug 28, 2020 11:22 pm
Forum: FatDog64
Topic: How to combine all Multi-session files on HDD into a single file?
Replies: 15
Views: 1127

Re: Combine all Multi-session files into a single file

http://www.murga-linux.com/puppy/viewtopic.php?p=1049623&search_id=655143988#1049623 If you boot, let the save sfs's load and then once booted you remove all of those sfs's and then run a 'save' (click the desktop save icon), it in effect rebuilds all of those multiple save sfs's consolidated in...
by williams2
Wed Aug 26, 2020 1:31 am
Forum: Users
Topic: Remasters don't pick up /home folder
Replies: 5
Views: 492

Re: Remasters don't pick up /home folder

A long time ago, Puppy did not use unionfs or aufs to make a layered file system. In these old Pups, the savefile was mounted directly on /root, so only /root was writable. /bin was read-only /sbin was read-only /usr was read-only /root was writable /etc was writable, but only because it was a symli...
by williams2
Tue Aug 25, 2020 6:00 pm
Forum: Users
Topic: How do we stop FF creating new profiles with every new release?
Replies: 8
Views: 416

Re: How do we stop FF creating new profiles with every new release?

I have the firefox files in /tmp/firefox/ with a symlink in /opt The configuration files are in /root/,mozilla I always boot ram only, no savefile, pfix=ram with an adrv.sfs instead of a savefile. Every time I boot, the .mozilla configuration files are exactly the same as they were when I did the la...
by williams2
Mon Aug 24, 2020 8:40 pm
Forum: Beginners Help
Topic: Can't get firewall to work properly with OpenVPN [SOLVED].
Replies: 6
Views: 464

Re: Can't get firewall to work properly with OpenVPN [SOLVED].

I'm not sure, but I think what you want is for rc.firewall to execute automatically when Puppy boots, and then you want to run your firewall script after rc.firewall runs. it says in /etc/rc.d/README.txt: When the firewall is installed, it will be in /etc/rc.d folder as "rc.firewall" and t...
by williams2
Mon Aug 24, 2020 7:18 pm
Forum: Beginners Help
Topic: Is There a How To Security Guide?
Replies: 4
Views: 434

Re: Is There a How To Security Guide?

You can run anything, for example, an internet browser, as user "spot" spot is a very, very, very unprivileged user. Many distros allow the unprivileged user to run anything with root's powers and permissions, using sudo So you can become root by typing "sudo su" Puppy's spot can...
by williams2
Sun Aug 23, 2020 9:47 pm
Forum: Beginners Help
Topic: 2 CAT processes while using vivaldi browser.
Replies: 3
Views: 241

Re: 2 CAT processes while using vivaldi browser.

Running this in a text terminal might show you what started the cat processes:

Code: Select all

ps wf -a
Or you can run htop and press t
(for a tree display)

Go to advanced search