Hi
I need to allow our internal users access to external skype users. What I think I need to do is go to Federation and External Access -> Sip Federated Domains and then add the domain? Is this correct? Any help appreciated.
Hi
I have been trying for days to create Vlans on my Centos nics. I tried nmtui but I dont under stand if I need to keep the orginal settings for the nic and then insert the ip address on vlan settings. Has anyone been able to create a vlan on centos 7...
Hi
I have just set up exchange 2013 with SSL and created a vm with outlook 2013 on it. Strangely when I go into account settings(in outlook) after using the outlook wizard the server details show up with a load of different letters and numbers followed by the domain name. ie...
HI
I have set up multitenacy on Exchange 2013 and installed an SSL certificate. Since doing all this I have noticed that the server details no longer have the name ie mail.domain.com in outlooks Account settings, but now have a long series of numbers and letters followed by the @domain.com as...
I am trying to set up a backup routine using windows task scheduler but the problem I am having starts before I even use task scheduler.
C:\Program Files\MySQL\MySQL Server 5.5\bin>mysqldump -h localhost -u root -pMypass mydatabase > c:\10am.txt
mysqldump: Got error: 1045: Access denied for...
Any help appreciated.
Our Active directory is say abc.local and we have now purchased a domain say xyz.com and I have set up a webserver internally with a ssl certificate.
I would like to create an entry in my dns portal.xyz.com but it auto fills the domain part when I create an A...
Hi
I have a spreadsheet with vbscript which worked fine on windows XP with windows 2007, I have now upgraded to windows 7 and still have the same version of office 2007 running ... but each time I run the script it keeps asking for username and password. How can I stop it from asking for...
Hi
I have a spreadsheet with vbscript which worked fine on windows XP with windows 2007, I have now upgraded to windows 7 and still have the same version of office 2007 running ... but each time I run the script it keeps asking for username and password. How can I stop it from asking for...
Hi I need to format seconds into hours and minutes.
This is my query so far .... there is probably a way easier way of doing it, I am so close yet so far ... any help appreciated thank you
select time_format(sec_to_time(sum(time_to_sec(timediff(endTime,startTime)))),'%h %i') as...
Hi
Any help appreciated. I tried to make a change on the watchguard firewall XTM22 and now keep getting the following error:
Error communicating with Firebox 10.0.0.1. IO_ERROR: Message processing timeout. Please try again
Has anyone experienced this sort of thing before? and know how I can...
Hi
I am totally stuck, basically I have 4 start times and 4 end times what I would like to do is compare each combination to make sure there is no overlap. ie Start time is 10:24 and end time is 11:15 for activity 1 and I dont want to allow any other activity to have a start or end time...
Hi
I have two tables
Here is the query:
select * from timesheet as ts left join activities as activ on activ.activity_id = ts.activity_id and date(dateTimeStamp) = '2013-08-08' and user_id = 1 order by startTime desc;
The results are below. The problem I have is, I would like the...
Hi
I have two tables
Here is the query:
select * from timesheet as ts left join activities as activ on activ.activity_id = ts.activity_id and date(dateTimeStamp) = '2013-08-08' and user_id = 1 order by startTime desc;
The results are below. The problem I have is, I would like the...
Hi Any help appreciated.
When the page loads the first thing that happens is a query is run to see if the last time sheet was completed correctly ie each time field has a value.
If it is incomplete a session variable is set with the last entries date. The user can then make any adjustments or...
Hi
I have been trying to run a query to return all the previous days entries. I cant use interval - 1 day because lets say the last entry was on friday and I am running the query on monday, it would return 0 results.
This is the select statement I have so far:
select * from timesheet where...
Hi I am running Centos 6.4 and would appreciate any pointers with regards to the following.
I have set up a cron job to run a script file every day. The script is as follows: mysqldump -u root -ptest123 conversis >> /root/backup.txt
Basically all I am trying to achieve is for a backup to be...
Hi
Forgive me if this is not the right place to ask this question. I would like to learn Redhat and probably go on the admin course but first of all I would like to play with it and see if I want to proceed. Currently I have access to a 64 bit virtual environment. Is it possible to download a...
Any help appreciated. I am in the process of making a timesheet. The issue I have is the foreach will work correctly when I have only one table row entry as soon as I have two table row entries in the form, the end time from the first entry disappears from the database ... heaven knows why.Hope...
Hi, what is the best way to extract a time from a time stamp?
$date = "2004-12-12 12:30:00"
Should I use substr? or is there a better way or is there no right or wrong way?
Many thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.