Skip to content

weiher/cupsPrinters

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 


mysql> insert into user (email, password, firstname, signupTimestamp) values ('printer@fhi-berlin.mpg.de', 'test123', 'Printer', '2018-03-21 10:54:00');
mysql> UPDATE user SET password = '91a13f2aba4a35b00c35dfacadd1d75f4a5171dfa7a465fca9c40e6b007ce982' WHERE email = 'printer@fhi-berlin.mpg.de';
mysql> update user set maxStorage='10000000' where id = 133;



About

Add a cups virtual printer on a labfolder VM

Resources

Stars

Watchers

Forks

Releases

No releases published