Show us your puppies

Promote Puppy !
Message
Author
User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Show us your puppies

#81 Post by Billtoo »

Hi belham2,

I bought mine in 2004 (big bucks at the time, 1100.00 ), it's a s6700nx.
# inxi -b
System: Host: puppypc29655 Kernel: 4.4.88-pae i686 (32 bit) Desktop: JWM 2.3.2 Distro: Slacko Puppy 6.9.9.9
Machine: Device: desktop System: Compaq Presario 061 product: DQ182A-ABA S6700NX NA410 v: 0nB1411RE101COBRA10 serial: MXM41001K5
Mobo: ASUSTeK model: Cobra v: 1.xx serial: X312345678
BIOS: American Megatrends v: 3.28 date: 08/27/2004
CPU: Single core Intel Pentium 4 (-HT-) speed: 2800 MHz (max)
Graphics: Card: Advanced Micro Devices [AMD/ATI] RV530 [Radeon X1600 PRO]
Display Server: X.org 1.18.3 drivers: ati,radeon (unloaded: modesetting,fbdev,vesa)
tty size: 118x26 Advanced Data: N/A for root
Network: Card: Realtek RTL-8100/8101L/8139 PCI Fast Ethernet Adapter driver: 8139too
Drives: HDD Total Size: 336.1GB (1.2% used)
Info: Processes: 171 Uptime: 1 min Memory: 120.3/2264.9MB Client: Shell (bash) inxi: 2.3.8
#
I installed a better graphics card and sound card, rooted around the house yesterday and found more ram to install in it.
The JWM theme is Eucalyptus from radky's JWM_themes_update-2.0.pet also have JWMDesk-2.4.pet installed.
01micko makes great pups but they're kind of ugly imho :)
I find wallpaper at wallpaperscraft.com, big selection.

Thanks.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#82 Post by bigpup »

Tahrpup 6.0.5 Star Trek
Attachments
capture22551.png
(93.26 KiB) Downloaded 367 times
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#83 Post by musher0 »

What? Where did you get that?! I want one! :lol:
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#84 Post by rufwoof »

Me also!

Couldn't resist not copying ... so I did a reverse image lookup and grabbed ... http://gedblog.com/wp-content/uploads/L ... PadPro.png

(Clickable thumbnail)
Image

Big thanks to BigPup.

PS : for reference regarding the htop display at the bottom of screen ....

I use xterm as my default terminal, so rxvt is otherwise pretty much unused. So I set that to have no window title ... etc. in jwmrc configuration

<Group>
<Name>rxvt</Name>
<Option>nolist</Option>
<Option>noborder</Option>
<Option>notitle</Option>
<Option>sticky</Option>
<Option>nopager</Option>
</Group>

I also have a jwm startup command to launch

<StartupCommand>rxvt-desktop</StartupCommand>

where rxvt-desktop is a script in the PATH that runs rxvt executing htop

#!/bin/sh
rxvt +sb -geometry 60x6+800+700 -fn xft:Monospace:pixelsize=20 -e htop

Those sizes, positions and font choices were refined by trial and error for my particular screen resolution (1400x900 monitor scaled down to 1280x800 resolution).

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#85 Post by bigpup »

Just find a good image for the desktop and move and position icons.

Search Google for lcars desktop wallpaper
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

belham2
Posts: 1715
Joined: Mon 15 Aug 2016, 22:47

#86 Post by belham2 »

bigpup wrote:Just find a good image for the desktop and move and position icons.

Search Google for lcars desktop wallpaper

Bigpup, you made my week!

I've been surfing the LCARSCom.net images all evening and just drooling figuring which one I am going to try first. Definitely the most influential show in my life by a long stretch. Yup, there I said it. I bet aliens watch them (the old tv signals of the trek shows that left Earth decades ago) and think "damn, this species on its blue ord is a massive star-faring race....and they travel faster than light from the stars!!"....haha :wink:

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#87 Post by rufwoof »

I used mtpaint to transform the colours (hue) so that that starship wallpaper looks like its on red-alert.

As I use pcmanfm --desktop for desktop icons (and wallpaper) I added a script to detect whether booted as though a full install ... in which case the normal wallpaper is used, or a frugal install ... in which case the red-alert wallpaper is used i.e. ...

added
<StartupCommand>sleep 6;/home/user/bin/wallpaper-liveboot.sh</StartupCommand>
to .jwmrc where that script runs

Code: Select all

#!/bin/bash
TST=`cat /proc/cmdline | grep UUID`
if [ -z "$TST" ]
then
  pcmanfm --set-wallpaper=/home/user/Pictures/schematic_1280x800-liveboot.png
else
  pcmanfm --set-wallpaper=/home/user/Pictures/schematic_1280x800.png
fi
For Debian I use pure Debian repositories only, no contrib nor non-free and have a cut-down version installed as though a full install along with live-boot also being installed so a empty /live/filesystem.squashfs (main sfs) can be booted where the full install is the save area (partition based save folder). A frugal type install, but with a empty main.sfs and everything in the "savefolder", which enables sfs's to be loaded and the option to boot without any changes being saved (persistence persistence-read-only kernel boot parameter). I do also have a script similar to save2flash that supports flushing changes to disk if so desired (on demand).

More often I boot as though a full install nowadays, but the frugal choice is handy as you can delete .mozilla and .cache/mozilla folders before starting firefox in a frugal boot ... which starts firefox clean (no bookmarks, addons/extensions ...etc.). Frugal is also handy for trying things out (testbed) where a reboot 'undoes' all of the changes.

It took a few tries of using mtpaint's Effects, Transform Colours, Hue (slider) to get the desired red-alert type colours, but the final result is pleasing.

Normal
Image

Red Alert (frugal ... reminder to manually save if desired)
Image

Note how for some icons I created a transparent icon that I assigned to some desktop icons, to leave just a textual icon that can be positioned on the wallpaper background image to better blend in with the general theme.

No menu button, nor a showdesktop button as right mouse click of the clock brings up the menu and left mouse click activates showdesktop.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#88 Post by musher0 »

Hey, guys,

Have you noticed? rufwoof is all talk and no picture. :lol:

He does not know (?) how to upload a screen capture of the beautiful (?)
desktop he's talking about. (Now where is that tongue-in-cheek icon?) :lol:

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#89 Post by rufwoof »

The pictures are there (inline thumbnails), just obviously blind to you musher.

theru
Posts: 163
Joined: Thu 23 Jul 2015, 16:40
Location: Heers, Belgium

#90 Post by theru »

Maybe an ad blocker is interfering?

User avatar
souleau
Posts: 148
Joined: Sun 23 Oct 2016, 15:24

#91 Post by souleau »

If you really want to put the cherry on the Klingon Racht, then here's the font used in the LCARS display.

https://www.azfonts.net/load_font/swiss ... ed-bt.html

If you have conky, you could use this font to really make it blend in with the picture.

User avatar
Tag365
Posts: 18
Joined: Tue 29 Nov 2016, 23:08

#92 Post by Tag365 »

I have two USB flash drives, one 16GB flash drive by SanDisk and reports itself as "SanDisk Cruser", and the other one of 4GB but I don't know what company owns the brand, but it says "Birdhouse Skatedrive" on it and it reports itself as "USB DISK 2.0". The SanDisk one has Fatdog64 version 710 installed on it and the Birdhouse drive has tahrpup64 version 6.0.5 installed. Here are screenshots of the systems.

Fatdog64 version 710
Image

tahrpup64 version 6.0.5
Image

They may look very generic, but I don't care much about that. Also, the black creature from the Fatdog64 screenshot is one of those slug creatures from the Slugterra series, more specifically the Flatulorhinkus Megamorph Velocity form, did you even know that TV series existed???
Attachments
Fatdog64Screenshot.jpg
Fatdog64 version 710
(70.73 KiB) Downloaded 154 times
LaptopPuppyScreenshot.jpg
tahrpup64 version 6.0.5
(100.24 KiB) Downloaded 215 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#93 Post by musher0 »

theru wrote:Maybe an ad blocker is interfering?
I've got a fully-populated /etc/hosts file plus ghostery running with all
blocks on as an extension in the browser. You're never too careful on-line,
so that set-up stays.

What's an inline thumbnail anyway? Sounds like in-line dancing or an
ingrown nail... Maybe I'm missing a nuance here, English is not my
mother tongue.

Anyway, normally, the urls show in a post, and there are no urls showing,
in blue or in black, in rufwoof's post above.

Please notice that I said "there are no urls showing," and not "I can't see
the URLs", because it's a fact, not a perception.

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#94 Post by rufwoof »

souleau wrote:If you really want to put the cherry on the Klingon Racht, then here's the font used in the LCARS display.

https://www.azfonts.net/load_font/swiss ... ed-bt.html

If you have conky, you could use this font to really make it blend in with the picture.
Thanks Souleau. That font isn't in the in the Debian main repo, so I used http://www.myfonts.com/fonts/bitstream/swiss-911/ to enter the desired text, set the colour, background and size ... and then dropped the preview into the wallpaper :)
Attachments
s.png
(95.1 KiB) Downloaded 462 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#95 Post by musher0 »

A screen capture by rufwoof. Wow! ;) (Thanks!)
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#96 Post by rufwoof »

Especially for you musher as you can't see any of the others :)
I've got a fully-populated /etc/hosts file plus ghostery running with all
blocks on as an extension in the browser. You're never too careful on-line,
so that set-up stays.
... and of course you run Puppy safely, multi-boot DVD with no HDD or fileshares, nothing else on the same LAN segment and firmware write/burn protected? Or do you run as root where the likes of a browser breakout potentially leaves remote control at escalated (root) privilege level able to do pretty much anything that you might do as root from the keyboard (such as forwarding out copies of partition tables before replacing them with rubbish)?

Firefox is one of the best for hackers as they kindly provide them with target vectors for anyone not running the latest patched versions https://www.mozilla.org/en-US/security/ ... abilities/

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#97 Post by musher0 »

Look, rufwoof, if you don't understand what off-topic means, it's on you.

If you want to discuss Puppy security, there's about 100 threads about it on
this forum, so just pick the one most appropriate for your angle.

If you want to show off your capacities, open a new thread for each of them.

This thread is not the place. It's unfortunate that I have to play policeman,
but that's what one has to do nowadays on this laissez-faire forum to keep
a minimum of consistency in the threads.

As to how I manage security on my computer, I have no lesson to receive
from someone like yourself, who takes forum regulations lightly AND TRIES
TO TAKE PEOPLE FOR A RIDE -- BECAUSE the post you're talking about has
NO URL'S OR PICTURE LINKS WHATSOEVER IN THEM.

Besides, In the more than 20 years I have been computing, I never had a
virus problem or other attack. So maybe I'm doing something right.

You're acting like a teen-ager testing limits on his dad. Do that with your
own dad, not with me. Not mocking elders or people with more experience
that yourself in a field is a sign of maturity.

Regards.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#98 Post by rufwoof »

You need to look at your own last handful+ of posts in this thread ... OFF TOPIC. My post have included images ... just your decapitated setup prevents you from seeing them. So please refrain from acting as a 'policeman' and making personal attacks such as
Have you noticed? rufwoof is all talk and no picture. Laughing He does not know (?) how to upload a screen capture of the beautiful (?)
as clearly you lack even the simplest of understanding that your /etc/hosts or ad-block settings are the cause of you not seeing content correctly.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#99 Post by musher0 »

Proof, please, preferably in the form of a screen capture. Ghostery has found
nothing to block on the forum, 0 adware, etc.

Flash is a laissez-faire moderator, but he's technically keen and keeps this
forum running like a champ.

So go tell your claptrap somewhere else.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#100 Post by rufwoof »

As a example, the post immediately before you posted this
musher0 wrote:Hey, guys,

Have you noticed? rufwoof is all talk and no picture. :lol:

He does not know (?) how to upload a screen capture of the beautiful (?)
desktop he's talking about. (Now where is that tongue-in-cheek icon?) :lol:

BFN.
this one of mine

If you click the 'quote' button associated with that message you'll see content

Code: Select all

[quote="rufwoof"]I used mtpaint to transform the colours (hue) so that that starship wallpaper looks like its on red-alert.

As I use pcmanfm --desktop for desktop icons (and wallpaper) I added a script to detect whether booted as though a full install ... in which case the normal wallpaper is used, or a frugal install ... in which case the red-alert wallpaper is used i.e. ... 

added 
<StartupCommand>sleep 6;/home/user/bin/wallpaper-liveboot.sh</StartupCommand>
to .jwmrc where that script runs
[code]#!/bin/bash
TST=`cat /proc/cmdline | grep UUID`
if [ -z "$TST" ]
then
  pcmanfm --set-wallpaper=/home/user/Pictures/schematic_1280x800-liveboot.png
else
  pcmanfm --set-wallpaper=/home/user/Pictures/schematic_1280x800.png
fi
For Debian I use pure Debian repositories only, no contrib nor non-free and have a cut-down version installed as though a full install along with live-boot also being installed so a empty /live/filesystem.squashfs (main sfs) can be booted where the full install is the save area (partition based save folder). A frugal type install, but with a empty main.sfs and everything in the "savefolder", which enables sfs's to be loaded and the option to boot without any changes being saved (persistence persistence-read-only kernel boot parameter). I do also have a script similar to save2flash that supports flushing changes to disk if so desired (on demand).

More often I boot as though a full install nowadays, but the frugal choice is handy as you can delete .mozilla and .cache/mozilla folders before starting firefox in a frugal boot ... which starts firefox clean (no bookmarks, addons/extensions ...etc.). Frugal is also handy for trying things out (testbed) where a reboot 'undoes' all of the changes.

It took a few tries of using mtpaint's Effects, Transform Colours, Hue (slider) to get the desired red-alert type colours, but the final result is pleasing.

Normal
[img]https://s26.postimg.org/cw2fyseqd/image.jpg[/img]

Red Alert (frugal ... reminder to manually save if desired)
[img]https://s26.postimg.org/6h3f2480l/image.jpg[/img]

Note how for some icons I created a transparent icon that I assigned to some desktop icons, to leave just a textual icon that can be positioned on the wallpaper background image to better blend in with the general theme.

No menu button, nor a showdesktop button as right mouse click of the clock brings up the menu and left mouse click activates showdesktop.[/quote][/code]
Notice the img tags towards the bottom in that ... two of them!!! Two images as per the attached snapshot

Not difficult for even a person of modest computer experience to look for. Kindly look before leaping into your "claptrap" insults.
Attachments
s.png
(74.16 KiB) Downloaded 346 times

Post Reply