Classic Pup 2.14X -- Updated 2 series

A home for all kinds of Puppy related projects

What is the best Puppy Version ever, LOL

2.14x
11
29%
2.14x
4
11%
2.14x
11
29%
Other: 2.14x only
12
32%
 
Total votes: 38

Message
Author
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#2671 Post by dejan555 »

Ehm, ttuuxxx, where's pure-ftpd's document directory in 2.14X ?
I started it by typing pure-ftpd & in terminal and wanted to put files for sharing over internet, and there'susually directory in /root called ftpd or similar. When I enter ftp://localhost/ in browser it says:

421 unable to setup secure anonymous ftp?
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

#2672 Post by clarf »

dejan555 wrote:Ehm, ttuuxxx, where's pure-ftpd's document directory in 2.14X ?
I started it by typing pure-ftpd & in terminal and wanted to put files for sharing over internet, and there'susually directory in /root called ftpd or similar. When I enter ftp://localhost/ in browser it says:

421 unable to setup secure anonymous ftp?
Hi dejan555,

You can start the FTP Server and allow anonymous login just writing pure-ftpd as you already did.

The problem setting up anonymous connections is that pure-ftpd can not create the user called "ftp" (the user configured for anonymous connections), you have to create it manually inside Puppy using something like:

Code: Select all

adduser ftp
Then create the home directory for that user in "/home/ftp".

That's all. Incoming anonymous connections will use the "ftp" directory. Remember you can set a different home directory for ftp, editing the file /etc/passwd.

To user another connections you can write something like ftp://root@localhost in browser and type root's password, then you'll be redirected to /root/ directory (actually root's home directory).

Greetings,
clarf

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

#2673 Post by clarf »

ttuuxxx wrote:Here's a better one made with tcl and looks about the same but 1/4 the size :) If it works I'll toss it in :)
ttuuxxx
you'll find the link in menu/Network/Remote Desktop Client tcl
Hi ttuuxxx,

I installed both clients with mixed results.

The tsclient seems very solid, it has all features needed also include support for other Protocols like VNC (although I can´t enable this one).


The tcl pet package has some issues:

1. The menu link is pointing to a non existent "/usr/share/remotedesktopclient/" folder, the binary remotedesktopclient file is located at "/usr/remotedesktopclient/" after this pet is installed.

2. From command line It does not run because it tries to use a .png file looking in the wrong location /usr/share/remotedesktopclient (same problem that point 1).

3. Terminal works if you put the right server address. If you use an invalid remote IP, remotedesktop client exits without any warning.

Anyway 214X already has the remotedesktopclient frontend, the binary is in /usr/sbin modified by Dougal (Its the same tcl executable, Dougal added tcl theme configuration) and we already count with the png file in the ../X11/pixmaps directory.

Then the remotedesktopclient pet is unnecessary ttuuxxx, We already has it in 214X a menu entry for the tlc application is enough.

Note that rdesktop updated to 1.6 version worked very fine in my tests. This rdesktop update should be included in next release.

clarf

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#2674 Post by dejan555 »

Thanks clarf, adding ftp user worked.
This is usually set up in other releases so I thought that directory is moved somewhere else. Logging /w ftp://root:password@url also works, just haven't remembered to try that. I needed it for anonymous login anyway.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#2675 Post by ttuuxxx »

Hi clarf thanks for the test results :) I just spend my time trying to build new things for 2.14X, really I don't have the time to test everything, and its nice to have such a great report back :) Kind of does a full circle that way. Same with the Qt & apps still no responses back, that took about 2 days straight(around 36hrs) to build/upload. Oh well. Thanks anyways your sure are a great trooper for puppy :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
MinHundHettePerro
Posts: 852
Joined: Thu 05 Feb 2009, 22:22
Location: SE

rdesktop

#2676 Post by MinHundHettePerro »

Hello :)!

On rdesktop:
I have rdesktop-1.6 installed and run it from from a script-file (I only connect to my office XP-machine). The relevant line of the script is (the rest of the script just sets jwm-tray to height=small and to autohide, and restores the settings after the rdesktop-session)

Code: Select all

/usr/bin/rdesktop -u xxxxxxxx -b -k sv -a 24 -x l -g 800x600-4-24 -r disk:Arb_0=/mnt/hdb1/Arb_0/ ipi.pip.ipi.pip
and it works nicely, almost as good as when connecting from my home XP-installation to that same office XP-box.
The difference being that when connecting from my home XP-box I almost never lose the connection, while, when connecting from Puppy I frequently (a few times per hour) lose the connection and rdesktop stops responding and eventually exits.

So, my question, since rdesktop was brought up here, is: are there any switches to rdesktop that would enable any "keep-alive"-functionality that I have overlooked?

Cheers :)/
MHHP
[color=green]Celeron 2.8 GHz, 1 GB, i82845, many ptns, modes 12, 13
Dual Xeon 3.2 GHz, 1 GB, nvidia quadro nvs 285[/color]
Slackos & 214X, ... and Q6xx
[color=darkred]Nämen, vaf....[/color] [color=green]ln -s /dev/null MHHP[/color]

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

#2677 Post by clarf »

dejan555 wrote:Thanks clarf, adding ftp user worked.
This is usually set up in other releases so I thought that directory is moved somewhere else. Logging /w ftp://root:password@url also works, just haven't remembered to try that. I needed it for anonymous login anyway.
I´m happy it worked for you dejan555. We should have a ftp user in 214X to avoid those problems :) .

I usually don´t use Firefox for authenticated FTP connections, I prefer to use gftp (already present in 214X). It is really flexible and ease to use, even support more protocols like SSH (off course using some SSH client).

ttuuxxx

Talking about SSH client, I found a small ssh client/server that has a smaller size and footprint than OpenSSH, its called dropbear. There´s a pet package here:

http://www.murga-linux.com/puppy/viewtopic.php?t=38066

I installed this small pet (just 164 KB) and could set a SSH server in 214X just in seconds. The SSH client is good too, I could connect to some SSH servers without any problem. It also includes a keep alive parameter for a good Server administration. :)

It definitively should be included in 214X. And Barryk should consider its inclusion in Quirky.

clarf

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

#2678 Post by clarf »

ttuuxxx wrote:Hi clarf thanks for the test results :) I just spend my time trying to build new things for 2.14X, really I don't have the time to test everything, and its nice to have such a great report back :) Kind of does a full circle that way. Same with the Qt & apps still no responses back, that took about 2 days straight(around 36hrs) to build/upload. Oh well. Thanks anyways your sure are a great trooper for puppy :)
ttuuxxx
Not problem ttuuxxx, your work is greatly appreciated. I´m downloading the Qt package and apps now, should give some feedback soon. :)

clarf

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#2679 Post by James C »

Since no one has reported anything about your QT apps, I just downloaded QT lite, qsimplesheet,OpenDocEditor,flashqard and fatrat. Haven't had a chance to test much yet but all apps except qsimplesheet launch from the menu.

Qsimplesheet had no menu entry but would launch from the terminal. I moved that one little file from/usr/local/apps to usr/share/apps and now have a menu entry.

It's getting a bit late here but I'll try to give everything a good test tomorrow.

Great job as usual. :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#2680 Post by ttuuxxx »

James C wrote:
Qsimplesheet had no menu entry but would launch from the terminal. I moved that one little file from/usr/local/apps to usr/share/apps and now have a menu entry.

It's getting a bit late here but I'll try to give everything a good test tomorrow.

Great job as usual. :)
thanks its been updated :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

#2681 Post by clarf »

Hi ttuuxxx,

I installed Qt-Lite package and tested some Qt applications. I used my Smplayer package (http://www.murga-linux.com/puppy/viewtopic.php?p=341784), Q-Simplesheet, Open Document Editor, fatrat and TexMakerX. These are good looking and small applications.

I had problems in TexMakerX using some Tools, the "convert to HTML" and the PDF functions does not seems to work. Anyway someone with more expertise using a LaTex editor could test it and a proper way.

The Smplayer, QSimpleshhet and fatrat worked fine.

ttuuxxx, I found something really interesting in your QT-Lite package :) , it includes a big file "libQtWebKit" (about 27 MB). This library seems to be used to view or edit HTML, XML code and few applications really need it.

TexMakerX Tools didn't work at all, so I did a small test deleting this fat file after installing the Qt-Lite package. All my Qt applications still worked without errors (no changes for TexMakerX problems). I could even save text documents as .html files in Open Document Editor :shock: , that really surprised me, now I think this library is used for some browser (maybe Google-earth), but not really used for common applications.

ttuuxxx, :idea: you could create a smaller Qt-Lite package removing this big "libQtWebKit" file or just add another Qt-Lite-no-QtWebKit pet. Qt applications are very explicit about a missing library, if some application need this FAT file, then the user could download the Qt-Lite package that includes it.

clarf

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#2682 Post by ttuuxxx »

clarf wrote:Hi ttuuxxx,

I installed Qt-Lite package and tested some Qt applications. I used my Smplayer package (http://www.murga-linux.com/puppy/viewtopic.php?p=341784), Q-Simplesheet, Open Document Editor, fatrat and TexMakerX. These are good looking and small applications.

I had problems in TexMakerX using some Tools, the "convert to HTML" and the PDF functions does not seems to work. Anyway someone with more expertise using a LaTex editor could test it and a proper way.

The Smplayer, QSimpleshhet and fatrat worked fine.

ttuuxxx, I found something really interesting in your QT-Lite package :) , it includes a big file "libQtWebKit" (about 27 MB). This library seems to be used to view or edit HTML, XML code and few applications really need it.

TexMakerX Tools didn't work at all, so I did a small test deleting this fat file after installing the Qt-Lite package. All my Qt applications still worked without errors (no changes for TexMakerX problems). I could even save text documents as .html files in Open Document Editor :shock: , that really surprised me, now I think this library is used for some browser (maybe Google-earth), but not really used for common applications.

ttuuxxx, :idea: you could create a smaller Qt-Lite package removing this big "libQtWebKit" file or just add another Qt-Lite-no-QtWebKit pet. Qt applications are very explicit about a missing library, if some application need this FAT file, then the user could download the Qt-Lite package that includes it.

clarf
Hi clarf as the libQtWebKit goes, yes I was thinking of having it in a separate pet package, but actually one of the qt-apps uses, I forget which one, and also bibletime, midori uses it also.
The home-brew and folder encryption apps only use 2 qt libs. They could be packaged really small. I did make a post on Barry's blog about the size of Webkit and that it was stripped and still 26MB where as when I looked at Tinycore Linux QT repo webkit the qt package was a bit older maybe a couple of months, but his webkit was 13MB 1/2 the size. Barry never responded back, I did read he was building a new QT package for puppy but never seen it uploaded, and his current one is too old many apps don't compile with it and it doesn't have webkit at all, so that makes it useless for many newer apps. I really do hate compiling Qt due to 6hrs or it takes to compile and package.
Thanks for the feedback, :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
yorkiesnorkie
Posts: 504
Joined: Mon 04 Jun 2007, 13:11
Location: George's Island

scribus-1.3.3.13-i386-ENG.pet

#2683 Post by yorkiesnorkie »

Hi,

I know this is a bit off topic. I tried using Puppy's Package manager and the previous version of scribus in the Puppy Linux 3 repository does not work with Puppy Linux 4.3.1.

So, I tried your updated version of Scribus for the 2.14 series in Puppy Linux 4.3.1 and it does work. I found it on the first page of this post.
I played around with it, created a small four page document, and created a PDF from that which was perfectly acceptable, it seems fully functional and doesn't crash or anything. I thought you'd like to know.

I've got to try this new updated Puppy 2.14! Procrastination is a terrible thing...

Many thanks for the packages,

Yorkiesnorkie

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

Re: scribus-1.3.3.13-i386-ENG.pet

#2684 Post by ttuuxxx »

yorkiesnorkie wrote:Hi,

I know this is a bit off topic. I tried using Puppy's Package manager and the previous version of scribus in the Puppy Linux 3 repository does not work with Puppy Linux 4.3.1.

So, I tried your updated version of Scribus for the 2.14 series in Puppy Linux 4.3.1 and it does work. I found it on the first page of this post.
I played around with it, created a small four page document, and created a PDF from that which was perfectly acceptable, it seems fully functional and doesn't crash or anything. I thought you'd like to know.

I've got to try this new updated Puppy 2.14! Procrastination is a terrible thing...

Many thanks for the packages,

Yorkiesnorkie
Thats great to know, I never tried it on 4 series :)
excellent :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

#2685 Post by clarf »

Hi guys, I was working with dropbear for remote Server Administration. I liked it so I started to make two GUI. One for the Server and other for the Client sides.

The Server GUI is done, I attach the three configuration windows made with Xdialog...

I´m working in the client GUI now. I plan to make it a little more complex, it should include profiles and multiple Box or tabs in the same Window. I think I should use gtkDialog, seems a complete week work cause the learning curve for gtkDialog (also started to read the GtkDialog tips thread).

I don´t know how much people actually could be interested on it. Maybe MHHP?. Any comment is welcome...

Greetings,
clarf
Attachments
dropbear_Server_frontend.png
(18.5 KiB) Downloaded 1273 times
dropbear_Server_frontend_2.png
(15.15 KiB) Downloaded 1259 times
dropbear_Server_frontend_3.png
(8.94 KiB) Downloaded 1298 times

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#2686 Post by ttuuxxx »

clarf wrote:Hi guys, I was working with dropbear for remote Server Administration. I liked it so I started to make two GUI. One for the Server and other for the Client sides.

The Server GUI is done, I attach the three configuration windows made with Xdialog...

I´m working in the client GUI now. I plan to make it a little more complex, it should include profiles and multiple Box or tabs in the same Window. I think I should use gtkDialog, seems a complete week work cause the learning curve for gtkDialog (also started to read the GtkDialog tips thread).

I don´t know how much people actually could be interested on it. Maybe MHHP?. Any comment is welcome...

Greetings,
clarf
Very nice start clarf !!! :) hmmm maybe make a small applet that swallows to the taskbar once the program starts with a couple of options

Dropbear menu
Stop
Restart
Launch GUI
Quit

ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

#2687 Post by clarf »

ttuuxxx wrote: Very nice start clarf !!! :) hmmm maybe make a small applet that swallows to the taskbar once the program starts with a couple of options

Dropbear menu
Stop
Restart
Launch GUI
Quit

ttuuxxx
Great idea ttuuxxx... Don´t know how to accomplish it, but I´ll search for it.

EDIT: I found a small app called gtrayicon used for Pwireless2. I can use it for the applet, but first I must do some little modifications for the start and kill process code. I found a good link about SSH/Telnet connections: http://www.dd-wrt.com/wiki/index.php/Te ... mmand_Line

EDIT2: Its working now :) . Some little things left like icons and right click menu. hmmm, I think this gtrayicon applet could be used for ftpServer and many other things... Well, I need some rest now, it´s like 3 a.m. now. :twisted:

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#2688 Post by ttuuxxx »

clarf wrote:Well, I need some rest now, it´s like 3 a.m. now. :twisted:
Well look at your eyes they look bloodshot and really red :wink: gets some sleep, there's always tomorrow :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
Aitch
Posts: 6518
Joined: Wed 04 Apr 2007, 15:57
Location: Chatham, Kent, UK

#2689 Post by Aitch »

ttuuxxx

eric's server downloads of 214xRC2.iso are frozen - 6/1/2010
Concurrent download limit exceeded.
Aitch :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#2690 Post by ttuuxxx »

Aitch wrote:ttuuxxx

eric's server downloads of 214xRC2.iso are frozen - 6/1/2010
Concurrent download limit exceeded.
Aitch :)
when I get that I just hit the refresh like twice on the browser and it usually it lets it go :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

Post Reply