How do I set up network sharing with four computers running Windows 7?
I have one dlink 8 port switch and a cablenet.
What do I need to do to set this up?
I am running Nagios 3.2.3 on CentOS 5.7 32bit and I have a bit of a problem scheduling timeperiods. Please help me. Objective, to stop monitoring during server restart (since the server will be restarted and will be restarted automatically because of updates and system backup). The restart is scheduled every 1st Sunday of every month. My monitoring runs 24x7 but during restarts I want to stop the monitoring and resume after 30 mins. So every 1st Sunday I want my schedule to be 00:00-11:30,12:00-24:00. This means that it will stop at 11:30 and resumes on 12:00nn. If I set this on every Sunday there is no problem. But if I set this time on every 1st Sundays, it stops at 11:30 but resumes on the next day (Monday) and not on 12:00nn Sunday. I don't know what I am missing. If I set on regular weekdays there is no problem. But on Offset weekdays (1st Sunday) it doesn`t work the way it should have.
Here is my definition;
define timeperiod{
name 1st_sunday
timeperiod_name 1st_sunday
alias No monitoring every 1st Sunday
thursday 1 00:00-11:30,12:00-24:00
}
define timeperiod{
timeperiod_name irregular
alias regular checking
use 1st_sunday
sunday 08:30-22:00
monday 08:30-22:00
tuesday 08:30-22:00
wednesday 08:30-22:00
thursday 08:30-19:10,19:20-22:00
friday 08:30-22:00
saturday 08:30-22:00
}
Can anyone help me? Please? Thank you.
I've been having a problem on my new laptop recently which is familiar but baffling the usual fixes. I'm running Windows 8 with an onboard Realtek soundcard. It's similar to the one on my older computer running Windows 7.
The problem is, when I'm in Skype or Mumble, Windows changes the sound output to lower everything else automatically. I've disabled the communications sound change option on the communications tab within sound devices and checked all the applications settings to insure that they are not responsible. They aren't, and I noticed something else. When I'm in the sound properties dialog, and I switch to the microphone tab, the same audio output reduction occurs. This seems to say to me that the microphone must be responsible in some way, but seeing as I uninstalled all the drivers and installed windows drivers instead, I'm confused as to why this would be occurring.
Any thoughts?
EDIT: I just tried disabling the built in microphone and the sound no longer get changed. More confused now? As soon as I turn it back on, the sound gets dropped again.
Incidentally, the fix for this on windows 7 was this question:
Windows 7 lowers applications' volume automatically
I've got my computer set that way and it doesn't work.
I can go to Fog Creek's web site, setup a new account, and they will instantly assign me a URL such as 'mycompany.fogbugz.com' (where 'mycompany' is something I make up, as opposed to some value assigned by Fog Creek). I can do the same type of thing with Beanstalk and many other vendors. I have been Googling around trying to figure out exactly how this works.
1: In the above example, is 'mycompany.fogbugz.com' set up in DNS in some special way other than how one would setup a vanilla 'www.foo.com' domain?
2: Assuming Fog Creek uses Tomcat (which I am sure is NOT true, but pretend it is) would they be likely to have created a tomcat/webapps/mycompany subdirectory on their server? Or is there some simpler way to handle this?
I'm obviously not a DNS or TC wizard. Any insight appreciated. Happy New Year!
I was trying to follow the instructions found here to set up a catch-all account, but still I get the following message for mails sent to non-existent users:
The error that the other server returned was: 550 550 5.1.1 [email protected]... User unknown (state 14).
Everything else works, though... /etc/mail/local-host-names and /etc/mail/virtusertable were set up as instructed. Any advice? Thanks!
I have a dedicated server with a bunch of stuff on it already. Basically, I am accessing it now with the free domain I got when I purchased the server (http://example.com/directory, etc).
I also have a second domain I want to use with a specific subdirectory (http://exampletwo.com/ should basically work as if I were under http://example.com/two, but it should use the exampletwo domain.
I would assume I would change the A record of the second domain to the IP of the server, but how do I make it work with a subdirectory? I have full DNS control of the second domain but it is purchased on from a different registrar than the dedicated server.
EDIT:
It is a CentOS 5 server running Plesk/Virtuozoo.
Hi.
I have a linux box (ubuntu) and I have a service provider that will only allow an IPSEC tunnel connection between his network and my linux box.
I have these details from the service provider:
Service Provider: Peer IP – Lan on service provider's side - 10.10.10.10/24
Linux box details: Peer IP - Lan -
Connection details: Phase1: Sha Aes 128 DH - group x Preshared – Lifetime – 24h
Phase2: Sha Aes 128 Lifetime – 1h
I am not sure which app I need to install on the linux box that will support this type of connection.
Any ideas?
Thanks!
I have setup a proxy for a site which works with the following nginx config:
server {
listen 80;
server_name proxy.example.com;
access_log /dev/null;
error_log /dev/null;
location / {
proxy_pass http://thepiratebay.se;
proxy_set_header X-Real-IP $remote_addr;
}
}
However on this there are also styles loaded from a subdomain (static.thepiratebay.se) which aren't going through my proxy, because it links to the original domain. Is there a way to also let those requests go to my proxy? Do I have to change the contents of the pages when serving it to let them also go through my proxy? If so: how? :) Or is there another (perhaps better) way?
I'm trying to setup a local working copy of my domain and I've modified the "domain" file within /etc/apache2/sites-available/, executed "sudo a2ensite domain" and then restarted apache and my browser is not looking locally for the domain. What step am I missing?
NameVirtualHost domain:80
<VirtualHost domain:80>
ServerName domain
DocumentRoot /var/www/domain.com/
</VirtualHost>
I have a dev server for my C# Web Application and to access the dev site I go to the server name in my browser (lfi-fsxmv06) and I can access my web application. Now I want to set up a subdomain of that (test.lfi-fsxmv06) is this possible?
My bindings on the dev site (lfi-fsxmv06) are http with port 80 and ip address *, and the hostname is blank.
My bindings on the subdomain site are http, port 80, IP adddress *, and the hostname is test.lfi-fsxmv06 however if I try t
I have heard it suggested that we set up a special email address, with it's only purpose being to be harvested. Then blacklisting every sender that targets this address.
I'm wondering:
if anyone else has tried this
how do you go about doing it (ie - put the address in a hidden field on your website - or better ways?)
does it work?
Is there anything to watch out for when trying this (ie. legitimate senders using harvested addresses?)
How can I set an event in a Simulink Stateflow (statechart) based on some value. What I mean is this.
I have a variable called "choice". This "choice" comes in as an input from a simulink block.The value of choice is between 1 and 4. So all I want to do is this:
if choice == 1 then trigger/set eventBlue
if choice == 2 then trigger/set eventRed
if choice == 3 then trigger/set eventWhite
if choice == 4 then trigger/set eventGreen
else trigger/set eventYellow
So how do i do that? what is the command?
I have 2 Domain Controllers running at my company;
DC1 has the following roles;
ADDS
DNS
DHCP Scope - 192.168.2.100 - 192.168.2.240
DC2 has the following roles;
ADDS - Replicated
DNS - Secondary DNS
I also have 2 PFSense Gateways both have a different ISP Connection, DHCP Relay is not enabled on any of the machines.
Can anyone suggest a way for me to install DHCP Server as FAilover on DC2 please, should I use split scope etc...
Help is much appreciated :) Thanks.
So my father has changed the router passwords, and programed the router to turn my wifi connection off automaticly at some times, for example at night. I wanted to know if there is any way I can trick this feature? Can i change my ip in some way, the router won't recognize my ip, so my new ip would have internet connection? Is it any way i can get into the router settings and turn that feature off without knowing the router password? Would be happy if I could get replies as soon as possible!
Hi guys
I have installed a samba PDC but when I test the samba configurations file I am getting errors like these, "Invalid combination of parameters for service homes. Map system can only work if create mask includes octal 010 (S_IXGRP)."
My Configuration file is as follows
[homes]
comment = Home Directories
path = /home_srv1/%u
valid users = %S
read only = No
create mask = 0660
directory mask = 0770
browseable = No
I tried to google but with no luck, Serverfault is always my best hope.
Thanks for helping out.
In my 2003 domain, I am being requested to set a password policy to require passwords to expire every 4 months, and also require users to change their password on their next login, due to a security issue. In my domain, my OU's are setup by location, then drilled down to city, then the users and computers are in separate sub-domains.
My question is, how do I set this up for my domain? Will I need to set the policy up for loop back? Can I configure this for just a specific OU? Any suggestions on how to move forward? Any advise is much appreciated, and thanks in advance!
I'm trying to get the Rhodes framework installed so I can develop Android apps.
This requires that I install the SUN JDK and add JAVA_HOME and JAVA_HOME/bin to path.
I thought I could solve this by editing my bash.bashrc file:
JAVA_HOME="/usr/lib/jvm/java-6-sun/jre/bin/java"
export JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
This still doesn't work, because when I run:
rake run:android
I get a prompt in the console that says the Java bin was not found in my path.
However, running echo $PATH gets me:
usernamee@ubuntu:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/username/ruby/gems/bin:/usr/lib/jvm/java-6-sun/jre/bin/java/bin:/home/username/ruby_files/android-sdk-linux_86/tools
What are my options here?
Edit: If the problem is not the export statement, how can I ensure that the Sun JDK is properly installed and that I am, in fact, pointing to the correct path in bashrc?
Quick ACL question:
I want to set up default permissions for a file share so that everyone can rwx all of the directories and so that all newly created files are rw. Everyone who is accessing this share is in the same group, so this isn't a concern. I have looked at doing this via ACLs without changing all of the users' umasks and such. Here are my current invocations:
setfacl -Rdm g:mygroup:rwx share_name
setfacl -Rm g:mygroup:rwx share_name
My problem is that while I want all of the newly created sub-directories to be rwx, I only want newly created files to be rw. Does anyone have a better method to achieve my desired end-result? Is there some way to set ACLs on directories separately from files, in a similar vein to "chmod +x" vs. "chmod +X"?
Thanks
If I would like a client to use HIS DNS for a 3rd level domain name (ie test.domain.com), how would I be able to do that?
So I have domain servers ns1.domain.com + ns2.domain.com for domain.com but now I want ns1.rabbit.com and ns2.rabbit.com for test.domain.com.
How can this be done? I know it's possible because I saw it at some providers.
Then, as a second part (and related) part; how to set up a WHOIS for that test.domain.com? So that, if you query my server for the information about test.domain.com, it'll be different than the info on domain.com?
Thanks
Win7 Home Prem 32-bit
Is there a way to set the default location of the windows explorer window when you open it?
For example whenever i open windows explorer i want it to open on the 'My Documents' folder.
I am very very new to this and just trying to configure SMTP virtual server. I have followed a few threads to get it all running, but the mails are not being delivered.
What I have done so far -
1) Install SMTP server.
2) SMTP server Properties
General Tab - IP address is set to 'All Unassigned'.
Access Tab - Authentication is anonymous access. Everything else is left to Default settings.
Delivery Tab - Outbound security is anonymous access. In Advance section, entered the domain name in the FQDN field, and localhost in Smart host field.
3) Created an Inbound Rule for SMTP service to allow connections to Port 25.
When I try to telnet, everything works up until the point the mail has to be send. Now, the sender's domain is different to the receiver's domain.
Not sure if settings have to be changed to allow that?
I had set the Relay restrictions on SMTP server, but because I couldn't send the mails, I thought I might as well make it work without the relay first.
The error I see while sending the mail is 451 Timeout waiting for client input.
I used to get some other error before when I had Relay restrictions on.
Can anyone please point me in the right direction? Please let me know if you need more information.
Thanks.
Is there a way in SSRS 2000 to set the datasource that a report is using via the webservice? I am currently generating reports using the SSRS2000_ReportService.ReportingService webservice and want to dynamically switch between a couple of shared data sources on demand. I am using C# but could adapt other languages if needed.
Is it possible to setup a mail server on a Linux machine without root permissions? I want to be able to create two aliases for a given mail ID. But if I remember correctly, it is no possible to do this without root privileges because I need to edit the configuration file and then restart the mail server. Does anyone have a suggestion to get around this problem?
I would like to create a rule that moves anything with the words "SUCCESS * BenchmarResults", where the * indicates a wildcard to a specific folder. We have multiple systems that will be put in place of the *. We have emails that will return "WARNING * BenchmarkResults" that I don't want the rule applied to. I know I can create a seperate rule for each of our systems, but I want this rule to be dymanic where I can add new benchmark emails without creatting a new rule.