I have just installed Trac and reports the following error when I'm trying to access it's page:
Internal Server Error
TracError: IOError: (13, 'Permission denied')
Any suggestions what needs to be checked?
I can't get access to Aero transparency themes in Windows 7. The troubleshooter says that I need to close programs that are using mirror drivers in order for that to work. I've looked through my task manager list of running applications and I can't see any that jump out as the culprit. Is there a program that will tell me what the app causing this issue is? MS Troubleshooter doesn't give me the details.
Some sites tell me Hotmail has POP3 access now, but with Thunderbird it doesn't seem to work. The only solution (which I didn't test yet) is a WebMail plugin that helps Thunderbird to read data from MSN Live / Hotmail.
Did anyone get this to work?
What prevents an attack on Postfix through its named pipes by writing bogus data to them? I see on my system that they permit write access to other. I wonder if that opens Postfix to DoS or some other form of attack.
prw--w--w- 1 postfix postdrop 0 Nov 28 21:13 /var/spool/postfix/public/pickup
prw--w--w- 1 postfix postdrop 0 Nov 28 21:13 /var/spool/postfix/public/qmgr
I reviewed the pickup(8) man page, and searched here and elsewhere, but failed to turn up any answers.
Can someone show me a simplified tutorial that explains how to bind IPs in Linux (Centos / Redhat)?
For example, got a dedicated server with a /29
123.123.123.0/29
So I have to bind that /29 where 123.123.123.2 is the IP I'll access via ssh in order to do so.
Thanks.
I need a way to connect to multiple VPNs. It's to access camera systems and resources that are on different networks as a client. One VPN could be a company network, and another a city network. Is there a straightforward way to do this? I've experimented with setting up multiple virtual machines in virtualbox already, and I'd like to avoid having to have a full OS installation for every VPN I want to connect to.
I have Windows 8 available through MSDN, as such, I have access to a lot of things such as volume licensing, though for now I'm just using the regular single-license Windows 8 Enterprise.
I've tried to get side-loading to work without having a developer license but I can't. Looking over some things on the internet seems to indicate that you need "a side-loading product key". Where can I get such a thing?
Is it possible to host a website on the local network with a Windows XP computer as a host?
Also I would like to have the user have to login to access the website (just in case).
Thanks in advance!
I have a file on server A which needs to get to server B in an area which I only have sudo access (i.e. I have a user account that has root privileges with sudo). what is the syntax for the scp command?
This question already has an answer here:
What permissions should my website files/folders have on a Linux webserver?
4 answers
I have a dedicated server for my website. There are no other users, and no other websites on the same machine.
Is there any risk in setting 777-permissions on my site's public_html folder, bearing in mind configuration files with passwords and access keys are stored outside that root?
I am trying to get Jakarta Connector to work on my Windows 2003 Box, with IIS 6. I downloaded the latest version of the connector. Whenever I try to access the redirector I get a "You are not authorized to view this page - HTTP Error 401.3" in my isapi_redirect log the last line is always
[debug] HttpFilterProc::jk_isapi_plugin.c (2079): [/jakarta/isapi_redirect.dll] is not a servlet url
Anyone have any ideas on what is going on and why I cant get this to work.
my university created an outlook email for me [email protected] i can't see if the email uses pop3 or imap, i have only access to the mailbox, i sign it to it from hotmail.com, i don't want to check my email, i prefer to:
1) use thunderbird to check the email (i'm a linux guy, i don't have outlook software)
2)forward emails from the university email to my gmail
any of these options is fine for me, can i do that?
hi folks,
is there a way to just execute a command (or script) on a user (ssh) login and then exit?
some kind of replacing the default shell with a custom script.
i want a user only be able to restart a service, but not to have regular shell-access
thanks
This hasn't happened to me yet but I am documenting this process just in case.
Let's say I can't remember my root password for my linux server. Every example of this scenerio that I can find says to first boot into single user mode. What if my server is currently running in multiuser mode and I have no sessions open as root. How exactly do I order an orderly shutdown without root access so that I can begin the password recovery process?
I would like to animate moving a draggable shape to another position after it has been dragged in KineticJS. I would like to animate the movement of the shape over a period of time (for example, over 1 second). For example, I create a draggable shape and save its initial xy coordinates. I register a "dragend" event on this shape. Then, I drag the shape to a new position. When I release the drag, the dragend event is called. In that event function, I want to animate/ease the shape back to its original position. See my JSFiddle for a complete example: DragSample.
(function () {
//create variables at global scope
var layer;
var stage;
var triangle;
var triangleLastX = 190;
var triangleLastY = 120;
var tween;
function initTween() {
tween = new Kinetic.Tween({
node: triangle,
duration: 1,
easing: Kinetic.Easings.EaseInOut,
x: 400,
y: 200,
});
}
this.init = function () {
layer = new Kinetic.Layer();
stage = new Kinetic.Stage({
container: 'container',
width: 800,
height: 600
});
triangle = new Kinetic.RegularPolygon({
x: 190,
y: 120,
sides: 3,
radius: 80,
fill: '#00D2FF',
stroke: 'black',
strokeWidth: 4,
draggable: true
});
triangle.on('dragstart', function () {
triangleLastX = triangle.attrs.x;
triangleLastY = triangle.attrs.y;
});
triangle.on('dragend', function () {
tween.play();
stage.draw();
});
layer.add(triangle);
stage.add(layer);
initTween ();
}
window.onload = init();
})();
I have tried doing this several ways. The last way I attempted to do this was using Kinetic's Tween(), however, when I play this Tween from the dragend event handler function, it moves the shape back to its original position immediately (i.e. the position when the drag started), then applies the Tween.
Is there any way to achieve animating the movement of a draggable shape to its original position (or any other position for that matter) in dragend using KineticJS?
Sometimes you may want to undo your choice of "Never for this site" when Chrome asks if you want to save a password. But on the mac clicking on the "Show saved passwords" in the Preferences opens the Keychain Access app and you have no way to remove that site from the exceptions list.
This is obviously a bug.
I suppose that deleting all saved passwords will do but I don't want to delete them all. Is there any other workaround? (Chrome 6.0.472.63)
I am new at Amazon Cloud technologies. I ve set up an Amazon Linux instance created my keys and assigned elastic IP. Also, I opened all TCP, UDP, ICMP ports(ok, it's very dangerous, but I am using it for test purposes). I ve also installed Apache server and enabled it. But still cant ping or access my instance via IP. Any ideas?
EDIT:
Please see a screenshot of the security groups settings. All ports are open...
Check this out
I remote access to my server install LAMP and in the middle of the installation it disconnected. and from then i cannot a remote to that server and giving the error "Cannot connect to VNC server error 60001"
Please help give some suggestion.....with the problem above
Basically, I want to be able to search for folders a specific user or security group has access to using Windows Search, but I'm unsure if there is such a metadata attribute that can be used, e.g. permissions:[user] (which, obviously, doesn't work)
If I were to log in to - let's say - Gmail.com (which uses HTTPS by default), can my login and password be intercepted if I'm on an unencrypted wireless network?
And if I still have the login cookie from a previous session so that I don't have to reenter my login and password, can third parties get access to my account? Is there a distinction between HTTP and HTTPS here?
I tried typing cmd or cmd.exe at the bash line which then takes to the DOS shell. But from there I tried executing something like trial.bat which contains some lines to access a series of executable commands, but to no avail. Is this the correct way to go about it? Thanks ~
I am the system administrator. I am suspecting some unwanted data transfers in some of the computers under my lan. This also effects the overall performance of the network. Is there anyway by which i can check the transfered data over a particular interval. I am not supposed to install any applications on any other computers than mine. I have the router access. I can use tools like ettercap dsniff wireshark etc.
I just installed Ext2 Installable File System 1.11a, it creates new drive in "My computer" like link to my ext3 partition but further it does not work for me - an error appears when I try to access this drive (this program actually not for Windows 7) and now I want to remove it, but there is no appropriate menu entry in "Remove programms" window.
And no folder in "Program files"
So, how to remove it?
i have two pc's on my lan (one with "iis and a public ip) and another with(sql server and lan ip). How i can access to the sql server pc trough iis pc From a pc on the internet?
I have problem with installing apache on the ubuntu server running on virtual machine. (one of the so called cloud hosting)
Installation went smooth apache is started but I can't access it through http://84.51.250.58[this is not a link] (just to see first "It works!" page) nor I can ping let say google.com using shell from remote viewer.
It's brand new installation, it should work or am I missing something?