Reset PerfPublisher on Hudson/Jenkins - jenkins-plugins

I have PerfPublisher v7.97 on a Hudson v2.1.2 server. Is it possible to reset the test report from this plugins without deleting and recreating the job ? (I do not think it is possible through the GUI, so I am more looking for a config file to delete or something like that). Help here did not help.
Thanks.

Related

"Respawning" Files in Cpanel

So straight to the point- Im trying to clean my host entirely (databases too) and after I delete the last 2 files wp-content and wp-includes (700MB of files) they get restored instantly. This may be a simple question but for me it s very odd and I don`t get it. Besides file-manager i used Filezilla too and the same thing happens(my hosting company as it su#%$ failed to give me a reply after 48h).
I have recorded a short video of my problem to help you better understand my issue.
https://www.youtube.com/watch?v=wqL35R0-vvw&feature=youtu.be
Hope you`ll be able to help me. Thank You !
I`m working on this website for an NGO after it was hacked and for now I want to wipe every single file from the server and rebuild it but those files which have inside infected pages(php scripts) wont get deleted
Chances are very good some of those files are owned by the webserver, especially if you were compromised via a WordPress vulnerability. As they're owned by the webserver and not your user, you're unable to delete them.
If you have root/sudo access, you can use that on the command-line to remove them. If you don't, you'll need your host to help.

Move webSPELL users to Joomla

I am seeking for a way to move my existing webSPELL userbase into a joomla one.
Is there any way to do this ? Maybe just with a simple sql script ? I only would like the users, mail and passwords to be moved, the rest won't matter.
Thanks !
This is a CLI script for importing users. You can modify the script for situaiton.
https://github.com/elinw/AddUsersFromTable

Preparing to go live with website - what to do or not?

I have finally my project ready to go live, is there a check list of things to go through before uploading the files to the webserver?
Are there any Files or Folders to be deleted before going live.
Version of cake: 2.3.8
I found out to set the debug level to 0.
Set the cookie in core.php
Do I need to remove the following folders?
/app/Console
/lib/Cake/Test
/lib/Cake/TestSuite
Any other security advise please?
Thanks a lot.
Don't deploy anything to production that isn't needed. If your project doesn't require those folders to function, then don't deploy them.
Make sure to check out the short deployment guide from the cake docs.
Also here's a more general website launch checklist.
I recommend making sure your deployment process resets caches appropriately. This can differ depending on how you have things set up, but by default CakePHP uses a file cache. Regardless, it can really hose you to let the cache linger when things should be updated like model schema, etc. For example, see my answer to another StackOverflow question.

Pantheios rolling file appender?

I have used log4C and it is great. However, I would like to get Pantheios working as well and was wondering if it supports a rolling file appender? I mean if I have something logging to file in Production I need it to be a rolling file?
Also, stupid question but let's say I have DEBUG, INFO and ERROR type logs when using Pantheios, how do you limit to only seeing INFO (for example) using some "sort of config file" like with log4C?
Thanks for the help, any advise would be greatly appreciated ;-)
Lynton
I started evaluating Pantheios since yesterday. Therefore my reply may not be perfect.
1) For rolling file, you can customize the back-end to roll the file by yourself (pantheios_be_file_setFilePath), or use log4c as your logging transport in the back-end. :-)
2) Customize the front-end and make pantheios_fe_isSeverityLogged() function return true only for INFO. You can make it configurable by picking up the settings from .ini file.

Fastest safe way to clean a Bugzilla installation?

I have a Bugzilla installation and I would like to clean the bugs, projects, components etc from it to start clean. But I would like to keep the users and other settings. How would I best do this so I don't fragment the installation?
The fastest way, for me, was simply to delete all the tables in the database. Most of the settings are kept in other places. Then run ./check-setup.pl script again and it will create the tables again. You could save the users table and add the users back once the script is done to avoid having to create all of the users again if you have many.

Resources