I've installed windows 8 and during setup it wanted my email. I provided an alternative email (let's call it email_1) for the installation to complete.
Then I've installed windows live (msn only), for which I use another email (email_2).
Now, every time I start windows and open msn, I'm signed in with email_1. I selected "forget me" for email_1 address in the msn login window, but I'm somehow always signed in with email_1. Is there any way to completely remove email_1 from the msn?
Our SBS2003 server likes to lose connection every so often. This appears to 'kick' everyone out, so that no-one can access the server or its shared folders without a log off log in. It usually brings up an error message stating that Windows 7 (on the client machines) cannot find the server, even though its ping-able.
Is there a way to login through the command line so I can just write a batch file and have the users double-click it and enter their credentials instead of closing down programs and logging out/in over and over?
I use dreamhost for my webserver/ email host.
I have about 25 users on one domain. and 1 of these users is absolutely inundated with spam every day.
I have tried using dreamhosts poor blacklist feature, which was semi working (still letting a lot through) but I reached the 1000 email blacklist maximum very quickly.
I have the ability to switch to google apps but that would be very expensive for 25 users.
What options do I have aside from changing hosts with better spam filtering?
I don't think its possible to only switch 1 user to google apps, it has to be the whole domain.
There are other benefits to switching but I don't think they outweigh the cost for this company.
I'm the admin of a handful of domains on Office 365. The thing is some of my clients would like to manage their mailboxes by themselves. So I started looking into it and the closest I got was this page:
http://community.office365.com/en-us/forums/158/p/20912/98083.aspx
I created a Group Role with a Write Scope according to that post. I also assigned the Reset Password, Recipiants Creation, Mail Recipients and Distribution Groups rolls. But unfortunately that just doesnt work. The user in question is still unable to manage anything.
Any suggestions?
I have a Virtual Machine running on my Windows Server 2008 computer that originally was received by me encryped, as the builder of the VM did it on a MAC, which decrypts files by default.
I never thought to decrypt these files, as they automatically 'decrypt' when you have permission over them, so the VM has been running for over a year despite the encryption.
I just upgraded my computer to Domain Controller (dcpromo.exe).
Now when I try to access/run the VM, I can't because I don't have permission to decrypt the files as that was on another logon (local administrator) and now I am the domain administrator.
Apparently the local admin is totally nuked when you upgrade to domain controller.
I have tried EVERYTHING -
taking ownership of the files, which works. Doesn't do anything for me.
Adding full control to everyone on the files.
I go to File Properties Advanced Details (under encryption) Users who can access this file. The only user is administrator@localcomputername, and there is a cert number. I try adding a new cert, I don't have permission.
I don't have permission to:
Decrypt the file (access is denied).
Copy the file (to another computer) - access denied.
I am totally stumped and this VM is a production machine and needs to get up right now.
Does anyone have any ideas?
I am very new in server management thing. I want to make email accounts like [email protected].
I know something to do with Sendmail thing , but dunno what ?
I am on Ubuntu 10 server.
I have a classified website which uses MySQL, PHP, Solr (java) etc etc...
I wonder where I should start after purchasing a VPS package from my provider.
There are first of all several packages, I am going with Linux because as far as I know it is the most stable system.
But I have never used Linux before!
What is Ubuntu, and which version of it should I get?
Whats 64bit Ubuntu then?
How do I install php, javascript, mysql, java and all that?
What is debian, do I need it?
What is apache, do I need that?
And most importantly, what applications do I need, that I must have?
(I mean applications which a beginner would never know was needed, what do you recommend?)
After getting the vps, how do I even access it? Do I type in some kind of IP into the browser? Or is it by ftp program?
How do I access the so called "terminal"?
Please guide me, I am completely new to Linux and VPS!
Thanks
i am beginner with centos - Linux
i have dedicated server . my root username is bnroot . now i am taking ssh using this user.
i want to disable ssh for bnroot. i have created user user name welcome i want take ssh login by welcome user then i ll use su - bnroot to get root privileges.
i have set PermitRootLogin no , AllowUsers welcome IN /etc/sshd_config and after restarting sshd service . i take ssh login by welcome use then it is ok. but when i use
su bnroot its prompt to password and i enter right passowrd it show su: incorrect password
, i dont know where i am wrong . please help me here.
changes i done -
/etc/ssh/sshd_confid
PermitRootLogin no
AllowUsers welcome
/etc/sudoers
welcome ALL=(ALL) ALL
getting error in /var/log/secure
unix_chkpwd[666]: password check failed for user (bnroot)
su: pam_unix(su:auth): authentication failure; logname=ewalletssh uid=503 euid=500 tty=pts/1 ruser=ewalletssh rhost= user=bnroot
please let me know where i am wrong
Dear all...
I'm using Joomla 1.5 to create a local site for my office. The site will be accessed locally via intranet, and my PC will be the localhost for the site.
I'm using a Login pluggin, so that anyone who wanted to enter the site should create an account.
In JOOMLA, all user who created their account for the first time will receive a notification e-mail like :
"Hello pras,
You have been added as a User to Information Center by an Administrator.
This e-mail contains your username and password to log in to http://localhost/yaddayadda/
Username: hadisuryo.prasetio
Password: xxxx
Please do not respond to this message as it is automatically generated and is for information purposes only."
but if the user click the URL in the mail, which is, "localhost/yaddayadda/" they will not be directed to my site, but to their own PC's localhost....
My question is : How can I Modified the e-mail or the site configuration so that the URL will not be "localhost/yaddayadda/" anymore, but will be "(My-IP adress)/yaddayadda"
I'm not going to host my site to a web hosting service, just using my PC as a host.
I've been trying to trace on each config and .ini files...it seems that i have to do something with the "JURI" function or the "$mosConfig_live_site" on the backlink.php file
$mosConfig_absolute_path = JPATH_SITE;
$mosConfig_live_site = JURI :: base();
$url_array = explode('/', $_SERVER['REQUEST_URI']);
Can anyone give me assistance ?
Thank You
This question is a follow up and continuation of this question about a Privilege problem I'm dealing with currently.
Problem Summary:
I'm running a program under a Domain Administrator account that does not have Debug programs (SeDebugPrivilege) privilege, but I need it on the local machine.
Klugey Solution:
The program can install itself as a service on the local machine, and start the service. Said service now runs under the SYSTEM account, which enables us to use our SeTCBPrivilege privilege to create a new access token which does have SeDebugPrivilege. We can then use the newly created token to re-launch the initial program with the elevated rights.
I personally do not like this solution. I feel it should be possible to acquire the necessary privileges as an Administrator without having to make system modifications such as installing a service (even if it is only temporary).
I am hoping that there is a solution that minimizes system modifications and can preferably be done on the fly (ie: Not require restarting itself). I have unsuccessfully tried to LogonUser as SYSTEM and tried to OpenProcessToken on a known SYSTEM process (such as csrss.exe) (which fails, because you cannot OpenProcess with PROCESS_TOKEN_QUERY to get a handle to the process without the privileges I'm trying to acquire).
I'm just at my wit's end trying to come up with an alternative solution to this problem. I was hoping there was an easy way to grab a privileged token on the host machine and impersonate it for this program, but I haven't found a way.
If anyone knows of a way around this, or even has suggestions on things that might work, please let me know. I really appreciate the help, thanks!
I'm using Joomla 1.5 to create a local site for my office. The site will be accessed locally via intranet, and my PC will be the localhost for the site.
I'm using a Login pluggin, so that anyone who wanted to enter the site should create an account.
In JOOMLA, all user who created their account for the first time will receive a notification e-mail like :
"Hello pras,
You have been added as a User to Information Center by an Administrator.
This e-mail contains your username and password to log in to http://localhost/yaddayadda/
Username: hadisuryo.prasetio
Password: xxxx
Please do not respond to this message as it is automatically generated and is for information purposes only."
but if the user click the URL in the mail, which is, "localhost/yaddayadda/" they will not be directed to my site, but to their own PC's localhost....
My question is : How can I Modified the e-mail or the site configuration so that the URL will not be "localhost/yaddayadda/" anymore, but will be "(My-IP adress)/yaddayadda"
I'm not going to host my site to a web hosting service, just using my PC as a host.
I've been trying to trace on each config and .ini files...it seems that i have to do something with the "JURI" function or the "$mosConfig_live_site" on the backlink.php file
$mosConfig_absolute_path = JPATH_SITE;
$mosConfig_live_site = JURI :: base();
$url_array = explode('/', $_SERVER['REQUEST_URI']);
Can anyone give me assistance ?
Thank You
Hi,
is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it's possible to do that using IPN, but I need to use SOAP.
many thanks
One friend's iphone developer account have only developer tab in iphone portal program, no distribution tab exists.
can he still submit app to app store? if yes how?
Hi, we're rolling out a new voicemail system, and trying to figure out a way to programmatically add a new IMAP account to a user's Outlook.
Idea is that I create a form that takes a bunch of fields needed, and creates it all for them.
How would you go about redirecting in ASP.NET MVC to take into account some external URL rewriting rules.
For example:
What the user enters: http://www.example.com/app/route
What ASP.NET MVC sees: /route
What I want to redirect to: http://www.example.com/app/other_route
What actually happens when I do a simple RedirectToAction: http://www.example.com/other_route (which doesn't exist, from the outside anyway)
This seems like it should be simple, but I'm drawing a blank.
I am trying to create a MySQL Trigger to disable someone's account if they have logged in to the site 3 times. I have tried to create this trigger using the following code, but it is not setting is_active to 0 no matter what times_logged_in is. Any help would be appreciated.
CREATE TRIGGER updateTrigger AFTER UPDATE ON users
FOR EACH ROW
BEGIN
UPDATE users SET is_active=0 WHERE NEW.is_code=1
AND NEW.times_logged_in>=3
AND NEW.user_id=user_id;
END;
i want to know how long the twitter api allows to request from a single account
using oath authentication protocol
requests per day ???
requests per hour???
looking forward
Is it possible in Android to programmatically send an email using the phone's associated GMail credentials? I can send an email when I explicitly provide the username and password, but I was hoping to leverage the Google account already associated with the phone. Note that I don't need to actually access the username or password; I just want to leverage this information indirectly to send email.
Is it possible in Android to programmatically send an email using the phone's associated GMail credentials? I can send an email when I explicitly provide the username and password, but I was hoping to leverage the Google account already associated with the phone. Note that I don't need to actually access the username or password; I just want to leverage this information indirectly to send email.
I need to find out which account is running one of my websites application pool.
I need to add the user to a database in SQL Server.
Using IIS Manager, is there a way to check?
Hi,
I've installed and tested Wordpress configurations on my home server which I use as my test server.
Is it possible to upload everything, including Wordpress, from my home web server to my hosting account so it will work instantly there?
Of course I need to change the database name, password, but that's about it.
thanks!