January 10, 201115 yr I am requesting wgetpaste tool or something similar. I have been working on another project recently and seen it used to great effect when requesting information.
January 10, 201115 yr I am requesting wgetpaste tool or something similar. I have been working on another project recently and seen it used to great effect when requesting information. wgetpaste is a "bash" shell script. I suspect if you just invoke the following few commands you can install it on the unRAID server yourself. cd /boot wget -O wegetpaste-2.18.tar.bz2 http://wgetpaste.zlin.dk/wgetpaste-2.18.tar.bz2 bzip2 -d -v wegetpaste-2.18.tar.bz2 tar -xvf wegetpaste-2.18.tar cp /boot/wegetpaste-2.18/wegetpaste /usr/local/sbin/wegetpaste chmod +x /usr/local/sbin/wegetpaste Once you've downloaded and uncompressed the shell script, you 'll only need to perform the last two lines to install it in your search path if you reboot. cp /boot/wegetpaste-2.18/wegetpaste /usr/local/sbin/wegetpaste chmod +x /usr/local/sbin/wegetpaste Joe L.
January 10, 201115 yr Author Understood. But it is of no use as a n00b support tool if they are required to install it. It needs to be there by default. i.e. it is trivial to say paste "tail /var/log/syslog | wgetpaste" This is exactly why I have seen it used to good effect especially realy time in say IRC
January 15, 201115 yr Author Unfortunately no. For this to be a use it needs to be in unRAID proper so everyone has it by default with no action. I don't think there will be an issue adding it since its tiny and genuinely useful. I expect it, or something similar, to make the roadmap soon. If i was Limetech I would be adding one that uploads to the limetech host. This way Limetech automatically starts hoarding logs of in the wild data that could be useful later on when looking for real world data to answer a conceptual or DEV question. It could also be later made more secure with perhaps some sanitisation added. But this now wgetpaste is all I am requesting
January 15, 201115 yr Unfortunately no. For this to be a use it needs to be in unRAID proper so everyone has it by default with no action. I don't think there will be an issue adding it since its tiny and genuinely useful. I expect it, or something similar, to make the roadmap soon. If i was Limetech I would be adding one that uploads to the limetech host. This way Limetech automatically starts hoarding logs of in the wild data that could be useful later on when looking for real world data to answer a conceptual or DEV question. It could also be later made more secure with perhaps some sanitisation added. But this now wgetpaste is all I am requesting The issue I see is that all the links to it are to outside sites where lime-tech has no control. I do not see it being included for that reason. I can easily add an unMENU package for it if somebody does not beat me to it. I expect wgetpaste will constantly change to newer versions.
Archived
This topic is now archived and is closed to further replies.