URL: http://teamcity:8111/httpAuth/app/rest/projects/
Method: POST
Accept: application/xml
http://localhost:8111/httpAuth/app/rest/application.wadl |
URL: http://teamcity:8111/httpAuth/app/rest/projects/
Method: POST
Accept: application/xml
Stop Nexus OSS
Backup the Sonatype-Work folder
Download Pro
Unpack the folders
Keep your old Sonatype-Work folder - this contains your downloaded components
List of puppet OpenSuse repositories: [http://download.opensuse.org/repositories/systemsmanagement:/puppet/] (browse for more details).
Add zypper repository for puppet: zypper addrepo -f http://download.opensuse.org/repositories/systemsmanagement:/puppet/SLE_12/ puppet
Install puppet: zypper install puppet
List of puppet OpenSuse repositories: (http://download.opensuse.org/repositories/systemsmanagement:/puppet/) [browse for more details].
Add zypper repository for puppet:
zypper addrepo -f http://download.opensuse.org/repositories/systemsmanagement:/puppet/SLE_12/ puppet
Install puppet:
Get a list of the enabled Hudson jobs: | |
find /path/to/hudson/jobs -maxdepth 2 -name "config.xml" -exec grep -L '<disabled>true</disabled>' -n {} \; |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
// /etc/polkit-1/rules.d/10-rules.rules | |
// PolKit rules to allow mounting, rebooting and network management without a password. | |
// User needs to be in root group. | |
polkit.addRule(function(action, subject) { | |
if (action.id.match("org.freedesktop.udisks2.") && subject.isInGroup("root")) { | |
return polkit.Result.YES; | |
} | |
}); |
[no Search()] nuget.exe list | |
[no Search()] nuget.exe list -allversions | |
[no Search(), no IsAbsoluteLatestVersion] nuget.exe list | |
[no Search(), no IsAbsoluteLatestVersion] nuget.exe list -allversions | |
GET /api/v2/Packages HTTP/1.1 | |
GET /api/v2/Packages?$skip=100 HTTP/1.1 | |
[no Search()] nuget.exe list -allversions -prerelease | |
[no Search(), no IsAbsoluteLatestVersion] nuget.exe list -allversions -prerelease | |
GET /api/v2/Packages()?$orderby=Id&$skip=0&$top=30 HTTP/1.1 |
this is a test