Search found 30 matches

by Doggy
Thu Dec 05, 2024 12:32 am
Forum: BookwormPup
Topic: How to Use BookwormPup to Run Amazon Kindle?
Replies: 18
Views: 1769

Re: How to Use BookwormPup to Run Amazon Kindle

You can use Wine on Puppy Linux to run Amazon Kindle. Install Wine using Puppy Package Manager or a compatible PET package, then download the Kindle for PC installer and run it with Wine.

Affordable local media helped me stay connected while living in Germany. . It's great to have access to tools ...
by Doggy
Wed Nov 27, 2024 9:42 pm
Forum: Games
Topic: Re: How to play Steam in Puppy?
Replies: 11
Views: 8109

Re: How to play Steam in Puppy?

To play Steam games on Puppy Linux, you must install some dependencies, like 32-bit libraries, for compatibility. Once set, you can install Steam through Wine or a compatibility layer like Proton. Remember, though, that Puppy might struggle with resource-heavy games like Warzone. Just a heads-up ...
by Doggy
Sun Nov 03, 2024 8:15 pm
Forum: Programming
Topic: Looking for a Bash script to delete files with bold filenames
Replies: 4
Views: 993

Re: Looking for a Bash script to delete files with bold filenames

I recently had a similar situation where I unarchived a folder, and it felt like I was drowning in new files. Unfortunately, you can’t really target bold filenames with a bash script since that’s just how the file manager shows them. A good workaround is to look for files based on when they were ...
by Doggy
Sun Nov 03, 2024 7:58 pm
Forum: Programming
Topic: How to add random characters/numbers to a filename? (Solved)
Replies: 5
Views: 581

Re: How to add random characters/numbers to a filename? (Solved)

I ran into a similar issue when I was working on a project that involved file conversions. What worked for me was using a combination of date and $RANDOM in my shell script to create unique temporary filenames. Here’s a simple way to do it: you can set your filename like this: filename="tempfile ...
by Doggy
Sat Oct 26, 2024 10:22 am
Forum: Programming
Topic: Write script to run a command in (u)rxvt, and send the output to a text file?
Replies: 28
Views: 2705

Re: Write script to run a command in (u)rxvt, and send the output to a text file?

The command you're using is sending the output of inxi to nc, but you need to capture the URL from nc instead. Try this:
rxvt --hold -e sh -c "inxi -Fxzzr | nc termbin.com 9999 > /tmp/report.txt"
This way, you're running a shell command that pipes the output of inxi through nc and directly into ...
by Doggy
Fri Oct 18, 2024 8:57 am
Forum: EasyOS
Topic: EasyOS and OpenEmbedded projects now on github
Replies: 1
Views: 740

Re: EasyOS and OpenEmbedded projects now on github

Just a tip tho—switch to git instead of tarballs, it'll make version control way easier as your projects get bigger.

Also, if you're tryna save on dev tools, check out saas discounts. They've got discounts on SaaS stuff that might help cut costs on the software you need.

by Doggy
Wed Sep 25, 2024 3:53 pm
Forum: Xenial
Topic: Vim in Xenial Pup
Replies: 7
Views: 566

Re: Vim in Xenial Pup

Instead of vim-puppet, try using Leafpad or Geany; they're lightweight and easy to use. If you want Vim, check if the full vim package is available.

by Doggy
Wed Sep 25, 2024 3:46 pm
Forum: Beginners Help
Topic: How to input Vietnamese to F96-CE?
Replies: 9
Views: 920

Re: How to input Vietnamese to F96-CE?

To set up Vietnamese input, check the keyboard settings and look for “Input Method.” You might need to install IBus or fcitx for support. Add Vietnamese from there.

by Doggy
Wed Sep 25, 2024 3:43 pm
Forum: Users
Topic: How to make a PDF write-able ? (solved)
Replies: 6
Views: 559

Re: How to make a PDF write-able ?

If Xsane isn’t working for you, you might want to try using OCR software like Tesseract or gImageReader. They’re pretty effective at converting scanned images to editable text.

by Doggy
Fri Sep 20, 2024 4:30 pm
Forum: Users
Topic: How to install Openoffice from the .deb?
Replies: 13
Views: 1864

Re: How to install Openoffice from the .deb?

I’ve run into similar issues with OpenOffice before. When installing from .deb files, the dpkg -i *.deb command can fail if dependencies aren’t installed. After running that command, try using sudo apt --fix-broken install to resolve any missing packages. This should clean up any errors that are ...
by Doggy
Tue Sep 17, 2024 5:40 pm
Forum: Security
Topic: Exodus Bitcoin Wallet: $490K Swindle
Replies: 4
Views: 1816

Re: Exodus Bitcoin Wallet: $490K Swindle

I’ve used Exodus in the past, but I’ve always been cautious about security. It’s a reminder that no wallet is 100% safe if you’re not careful. I make sure to enable all security features, like 2FA, and always store my recovery phrase offline. The crypto space is full of risks, so staying vigilant is ...
by Doggy
Thu Aug 08, 2024 7:59 pm
Forum: Vanilla Dpup
Topic: Inconsistent boot behavior from Vanilla Dpup 10.0 in Toshiba Satellite P200
Replies: 11
Views: 2349

Re: Inconsistent boot behavior from Vanilla Dpup 10.0 in Toshiba Satellite P200 (resolved)


At long last, I've been able to work out what makes the difference! I'm still not quite sure what's happening behind the scenes, but happy to mark this as resolved for now.

I don't have wifi at home. Instead, I tether my phone (Moto G5) via USB cable. On this model, I need to manually enable USB ...
by Doggy
Thu Aug 08, 2024 7:57 pm
Forum: BookwormPup
Topic: How to create a Frugal Install on a Ventoy System . Seems to work fine
Replies: 22
Views: 2726

Re: How to create a Frual Install on a Ventoy System . Seems to work fine

Haha, love the disclaimers! Thanks for sharing your experience and workaround for setting up a Ventoy system as a Frugal Puppy install. I can imagine how frustrating it must have been to figure this out, but I appreciate your persistence and willingness to share your knowledge with the community. I ...
by Doggy
Thu Aug 08, 2024 7:21 pm
Forum: Utilities
Topic: SFS basic updater
Replies: 7
Views: 1403

Re: SFS basic updater

Yeah, I get it. I was just being a bit paranoid, I suppose. Thanks for putting things into perspective, jamesbond and mikeslr. And ozsouth, I appreciate your transparency about this .pet.

by Doggy
Wed Aug 07, 2024 12:35 pm
Forum: Security
Topic: CrowdStrike Outage Explained
Replies: 2
Views: 1642

Re: CrowdStrike Outage Explained

Did you know that people can sue CrowdStrike? There are several already mentioned here. Bad luck on them.

by Doggy
Wed Aug 07, 2024 1:47 am
Forum: Utilities
Topic: SFS basic updater
Replies: 7
Views: 1403

Re: SFS basic updater

I wonder what goes in your mind when you go on and put something outthere but can't trust it enough so you put "use at your own risk", I think it's better to not use it at all

by Doggy
Wed Aug 07, 2024 1:44 am
Forum: Off-Topic Area
Topic: Just say NO! to subscriptions
Replies: 6
Views: 1257

Re: Just say NO! to subscriptions

At some point a company must make a subscription to get rid of subscriptions? I mean there would definietly be an audience for that service

by Doggy
Wed Aug 07, 2024 1:42 am
Forum: Off-Topic Area
Topic: I'm back, with a new account
Replies: 18
Views: 2653

Re: I'm back, with a new account

Nice to see you are able to make such decisions

by Doggy
Mon May 13, 2024 9:14 am
Forum: Security
Topic: Cybercriminals use automated bot to bypass 2FA authentication at wide scale
Replies: 2
Views: 3119

Re: Cybercriminals use automated bot to bypass 2FA authentication at wide scale

Sorry for necroing, but that's why I use temporary phone numbers. By using disposable numbers for account verification, you create a barrier between your personal phone and potential attackers. If an OTP or verification call is received unexpectedly, it's a clear indication of a potential security ...
by Doggy
Fri May 10, 2024 8:10 pm
Forum: Scripts
Topic: How to handle carriage return input in sed?
Replies: 14
Views: 1862

Re: How to handle carriage return input in sed?

Just wanted to share a handy tip for handling carriage return input in sed. If you're encountering carriage return characters (\r) in your input and want to remove them, you can use the following sed command:
sed 's/\r//g' input_file > output_file
This command will effectively strip out all carriage ...
by Doggy
Fri May 10, 2024 5:14 pm
Forum: Users
Topic: Show Us Your Desktop..!!
Replies: 1000
Views: 374048

Re: Show Us Your Desktop..!!

When I see how well-organized some people's desktops are, and then I look at the chaos on mine, it sends shivers down my spine.

by Doggy
Fri May 10, 2024 3:20 pm
Forum: Users
Topic: How do you update BIOS? (SOLVED)
Replies: 5
Views: 593

Re: How do you update BIOS? (SOLVED)

For the flashrom error, try running the utility as an administrator and temporarily disabling antivirus software.

Regarding the FreeDOS issue, ensure the BIOS update file is in the same directory as the utility and in an accepted format.

If it still doesn't work, check your motherboard's ...
by Doggy
Fri Apr 05, 2024 4:19 pm
Forum: Off-Topic Area
Topic: Clean your fans!
Replies: 23
Views: 4868

Re: Clean your fans!

I make it a habit to regularly clean my PC, including the fans, because I've seen firsthand the impact it can have on temperature and noise levels.

At our office in Lafayette, we take it a step further. We have a cleaning service, Going Green Cleaning , that comes in weekly to make sure all our ...
by Doggy
Thu Mar 28, 2024 11:25 am
Forum: F96-CE
Topic: what's a pnm file, how do i read it, pls?
Replies: 7
Views: 1147

Re: what's a pnm file, how do i read it, pls?

A PNM file is actually a portable anymap format used for images, not specifically printer files. You can open it with various image viewers or editing software. Completing a print won't give you back the original file, unfortunately. If it's your only copy, you might want to look into file recovery ...
by Doggy
Thu Mar 28, 2024 11:23 am
Forum: Beginners Help
Topic: How to use 2007 MacBook wireless card?
Replies: 10
Views: 857

Re: How to use 2007 MacBook wireless card?

Have you tried checking the System Profiler on your MacBook? It might give you some details about the wireless card. Also, there are some reliable websites where you can search for hardware specs based on your MacBook's model number.

by Doggy
Wed Mar 27, 2024 1:01 am
Forum: Security
Topic: Yahoo Mail - scam OR NOT?
Replies: 7
Views: 4819

Re: Yahoo Mail - scam OR NOT?

It's good that you are cautious with the emails you receive. Emails can easily trigger viruses or malfunctions of software that will damage your computer or, even worse, steal your data. You can verify the email to ensure it's not a scam in this situation. I have the same routine whenever I receive ...
by Doggy
Tue Mar 26, 2024 1:35 am
Forum: Security
Topic: Yahoo Mail - scam OR NOT?
Replies: 7
Views: 4819

Re: Yahoo Mail - scam OR NOT?

I like Yahoo Mail. I have used it for some time now.

by Doggy
Wed Mar 20, 2024 5:05 pm
Forum: Beginners Help
Topic: How to resize personal strorage of Bionicpup USB installation?
Replies: 6
Views: 712

Re: Resize personal strorage on USB installation

From what I recall, the personal storage size limit is usually set by the system. You might need to dig into some advanced settings or maybe even try a different tool to resize it beyond the 4 GB limit.

by Doggy
Wed Mar 20, 2024 4:51 pm
Forum: EasyOS
Topic: Puzzling bug booting EasyOS from USB stick
Replies: 44
Views: 2870

Re: Puzzling bug

Have you checked BIOS settings or tried different USB ports?

by Doggy
Tue Mar 19, 2024 7:20 pm
Forum: Browsers and Internet
Topic: It's time to forget g00gle? NEW SEARCH ENGINE Freespoke.
Replies: 11
Views: 5197

Re: It's time to forget g00gle? NEW SEARCH ENGINE Freespoke.

Oh, FreeSpoke, huh? I've been hearing bits and pieces about it. Kinda like when you're searching for that one tool that might give your site the edge. Honestly, adding it to Firefox doesn't sound like a bad move. It's like, why not? I'm all for throwing in a bit of variety to see what sticks.

Funny ...

Go to advanced search