Hi,
Sorry for the lack of coherence with sys-admin stuff... I'm a programmer ;)
I have the need to switch front-end's of a website based on either a hit-counter or some kind of timer (related question). Is this possible with mod_rewrite? any other interesting techniques?
Thanks
I'm wondering if anyone is aware of a web-based dos emulator that would allow running dos games through a browser window? Perhaps written in Flash, Silverlight, AJAX, or Java?
Is is possible to format a cell based on one component of the RGB value inside of it. For example, let's say I have 3 cells - A1, A2, A3. In A1, I want the cell color to be the shade of red anywhere between 0 and 255 of the number in the cell (so if it is 128, it should be like half red). For that given cell, the other values will just be 0, 0 (so in this case, zero green and zero blue).
Is this possible?
I am looking for a web based and mobile replacement for google calendar, to track digital assets, inventory. Example would be selling spots on a newsletter, and having a sales team know what's available, and keep track of price.
Suggestions?
Suppose a user process has authenticated itself against domain's directory server via kerberos, and then attempts opens a network socket to my server application.
My server application has a white-list of users from the domain directory server.
How does my server app authenticate the user from the directory based on this socket opening attempt?
(To keep things simple - let's say my server is written in Java, and the directory server is Active Directory)
EDIT
My question is about how the client asks for an authentication token.
How do you configure a linux server based on WHM/Cpanel to keep an Apache access log that is contains information from all the virtual hosts on the server?
And once this is setup ow do you ensure that it gets included in the log rotations done by Cpanel?
I'm looking for recommendations for an easy to use reporting/business intelligence tool that can interface with an sql server or access database. It can be web-based or a desktop tool.
Ideally it would be freeware or low cost, and easy to use for users who are not that technically savvy (below the level of someone who can generate reports and complicated queries in Access).
Any tools I've seen so far (such as Crystal Reports) are either too expensive or too complicated to use for non-power users.
Is there a way where I can set vim to configure itself based on the filetype? So for example, text files have the equivalent of
:set spell
:syntax off
Where a C source file has
:syntax on
:smartindent on
Thanks for any help.
In cfengine, I have a variable that is set to the output of a command. Let say variable myoutput is set to "hi world". How can I execute a command based on the contents of myoutput.
I would like to do something like this (sudo cfengine code):
bundle agent test
{
vars:
"myoutput" string => execresult("echo 'hi world';","noshell");
commands:
myoutput=="hi world"::
"/usr/bin/php myaction.php";
}
I have a proxy server which allows users to connect and authenticates them via user/pass but some of them are complaining about this method since not many of the available proxy software support that method so I wish to config my squid in such way that it allows members to connect via user/pass or based on their pc ip but I'm not sure if that could work. Anyone with an idea?
Can anyone recommend a web based tool for managing/viewing DNS records in an active directory environment? Something like ProBIND, but for a microsoft shop?
Hi, excuse me if my terminology is not correct.
We are using WebVPN to VPN into an Cisco ASA 5520. We want to have different rules that allow the user that VPNs into the network to access certain things based on their RSA SecurID authentication userid. Is this possible? If so, are there some good examples of how to achieve this?
I see that there were ways in Exchange 2003 and Exchange 2007 to just put in an LDAP query and it would populate the group for you. Is there any way to do that in Exchange 2010?
I know there's dynamic distribution groups but I don't want to create the group based on one of their pre-set queries and I don't want to mess around with "custom attributes". I just want to put an LDAP query in there and make it run it to populate the distribution group.
I have been asked to set up a ticketing/help desk system for a small nonprofit. Our server runs Debian GNU/Linux.
Because we already have WordPress installed and plan to exploit it heavily going forward, I'm wondering whether there are any WP-based ticketing systems. Obviously, it will simplify the admin's life to have less software installed on the server.
Thanks.
Dear Sir,
We have get task for Final Project "Configuring of Network Based Intrusion Prevention System from Open Source" during my final semister.
We have no knoledge about this. Please tell about Snort_Inline and which platform is best for install it & How can configure it.
Basically, we have one external IP address, several servers internally and want to redirect to each internal server based on request URL. We do not want to install another piece of hardware to do this for us but we have a firewall running Linux that currently forwards to only one of the internal servers. Example of our setup can be seen here: http://img23.imageshack.us/img23/5469/drawing1br.jpg NOTE: domain.com does not point to this box nor would we like it to. Subdomains are pointed manually to our global IP address.
I'm planning to set up a personal website in the near future, and I'd like to use Django on the site. I haven't yet made any decisions about hosting and I was thinking of going with Fasthosts, who support Python, but their website doesn't mention Django at all. Anyone know whether they support it or not? If not, can anyone recommend a good UK-based web host that does support Django?
Is there a preferred way to create root file-systems for Debian-based customized installations? We are currently going with multistrap but although it's better than hand-crafted chroot stuff, it still has a lot of edges and corners. Is there a more reliable and less error-prone way to produce a root filesystem of a Debian installation with some additional .debs installed?
(I don't want to send out a Debian installer with a preseed file though.)
I have an iPhone 3.1.3 app which has only 2 methods of input in its main view. It has an info button to switch to a flipside view, and the only other input it takes in the main view is accelerometer movement. I want to switch off the accelerometer input when in the flipside view but haven't been able to find out how. I have the main view controller set as an accelerometer delegate, but did not do the same for the flipside view controller, though I suspect that it inherited it from the main view controller. I am really new to xcode and objective c, I have been reading these forums and a couple of developer books, but if anyone has any tips on other good places to look, please let me know.
Hi,
I have a webview, which shows the pages of a ebook. I want to switch from one page to the next page with a page curl animation. By now, I'm know how to switch the page and how to apply a page curl animation on the webview.
But how do I apply the curl animation in a way that it looks like flipping from one page to another?
I would like to be able to pass an XML file to an ANT build script and have it create a folder structure mimicking the nodal structure of the XML, using the build files parent directory as the root.
For Example using:
<root>
<folder1>
<folder1-1/>
</folder1>
<folder2/>
<folder3>
<folder3-1/>
</folder3>
</root>
ant would create:
folder1
-folder1-1
folder2
folder3
-folder3-1
I know how to create a directory, but i'm not sure how to have ANT parse the XML.
in my facebook FBML app, I have the flash connecting to the js (in FBJS) .
I have set up the stuffs like that and working.
However, sometimes, the bridge connection fails and I see thatin the URL, facebook attach the fb_noscript=1 parameter there. e.g. apps.facebook.com/myapp/?fb_noscript=1
when I remove it, and reload the apps, it is all good.
I just don't know what I get the fb_noscript thing. and how to get rid of it.
in my facebook FBML app, I have the flash connecting to the js (in FBJS) .
I have set up the stuffs like that and working.
However, sometimes, the bridge connection fails and I see thatin the URL, facebook attach the fb_noscript=1 parameter there. e.g. apps.facebook.com/myapp/?fb_noscript=1
when I remove it, and reload the apps, it is all good.
I just don't know what I get the fb_noscript thing. and how to get rid of it.