how to login via machine/vps directly which has blank username and password? - authentication

i am trying to download a file from an website which has login protection but the username and password both it blank and have to login like that.....
so my question is.....
how to download it via curl/wget on my vps ?
is there any .netrc way or like https://user:pass#site.com so that my vps can pass it and download it??
site -- https://vaathicloud.cf -- username -- blank pass -- blank .. just click .. sign in
pls help......

You have to be owner or moderator for the Team drive.
Buy a Gsuite with your Gmail. Create own team drive and enjoy.

Related

AWS Amplify won't let me sign into the backend

In the terminal I executed this command:
amplify pull --appId d2nb7sae2nlt33 --envName staging
which gave me this response in the termina:
Opening link: https://us-east-1.admin.amplifyapp.com/admin/d2nb7sae2nlt33/staging/verify/
Continue in browser to log in…
In the browser, I'm asked to enter a username and password. I enter my aws root username and password, and I'm told they're incorrect. That username/password works everywhere else in AWS.
Am I supposed to set up some other user name/password for AWS Amplify?
The answer in my case was:
1 You should be clear about which backend you are using. If you have two backends, then d2nb7sae2nlt33 above may not refer to the backend where you have set up your credentials, and
No, the root user is not what you need to enter. The app needs to have an admin user set up. You set it up with a user, which sends an invite to an email, and you respond with a temp password, then set it up with a real password.
go to https://console.aws.amazon.co/amplify (there may be more, like the region, but that's the general idea)
then from the side menu go to Admin UI management under App Settings.
then Invite Users, big orange button in Access Control Settings.
This should get you on your way.

Unable to login Jenkins-Invalid username or password error

I am not able to login to Jenkins, the credentials are saved in my system. I did not change the credentials and used to login successfully earlier.
Now I come across this error. how to resolve this?
Got some solutions like changing hash password in config,not sure how to generate the same?
If you have access to the server, go to the jenkins home directory and open the config.xml file. In there you find a tag:
<useSecurity>true</useSecurity>
change it to false and you dont have to enter a password.
If you are installing Jenkins as a 'Windows service', Use user name : admin & password : {initial password provided by Jenkins).

How to create new email account on WHMCS client area

I think need some help to do that. My WHMCS system is create Cpanel user. When i login as client I'm showing login Webmail, Login Cpanel, change password cpanel and all feature is working fine.
But i want to create email account but i don't add it. How to create email account on cpanel via WHMCS? Any idea.
Adding an email account is a built in feature of the cPanel module in the six theme of WHMCS. If you want to see how to extend this to add additional options or do more control, you can check out this presentation I made for the cPanel Conference:
https://github.com/n8whnp/cPconf-2015/blob/master/cP-Conf-2015-Customizing-WHMCS.pdf
No, You can not create mail account through WHMCS. You need to login your cPanel to create mail account OR Access server through SSH with the root user login details and then create mail account through cPanel script(/scripts/addpop).
You can not create email account directly from WHMCS. You have to log in to cPanel first from direct URL or from client area and then you can create the email account from Email Section.
Also, you can create email account by SSH Access.

How can I login with an email created inside cpanel?

I created email inside cpanel. info#jegeachi.com. I do some configuration by googling.But when I try to login it says:
Choose Your Eamil address:
But I want to login as info#jegeachi.com and it should look like a gmail acount. Any idea will be appreciated.
You have two ways (in my opinion):
Buy a Google Apps Account, change your domain's MXs to point to Google Mail Server, login in Google Console and create your email info#jegeachi.com.
Create a free Gmail Account (info.jegeachi#gmail.com for example), login in Gmail, click settings
,
click POP3 and 'Other accounts' and insert your cPanel address (vps.foo.bar), your email and password when prompted
.
With the first way you use Gmail as mail server, in the second one you use Gmail as mail client.

Apache Archiva set admin account password

I have only ssh access to machine where I need to setup the Archiva. So i wonder have can I create a admin account and set a password to that account.
I found in Archiva API /userService/createAdminUser but still I don't understand how to add a password to the user that will be created by this API request.
Or maybe you can help me with another solution?
The user format is defined here: http://archiva.apache.org/docs/2.0.1/rest-docs-redback-rest-api/el_ns0_user.html (the api accept both json and xml)
NOTE: you won't be able to use this api#method if the admin user already exists!