I want to get access to my server remotely through a web browser. I'm looking for an app able to do this. Something like a web based ssh client. So, I want the application to be accessible on my server through Apache probably, I don't want to use any third party online service for loging. Is there something like this
Using netcat, nc(1), craft a valid http/1.1 request for getting http headers (not the html file itself!) for the main index page of www dot aalto dot fi. What request method did you use? Which headers did you need to send to the server? What was the status code for the request? Which headers did the server return? Explain the purpose of each header.
nc -v www dot aalto dot fi 8080 HEAD / HTML/1.1 host: www dot aalto dot fi And it returns: 200 OK Content-Length: 858 Content-Type: text/html Last-Modified: Thu, 02 Sep 2010 12:46:01 GMT [Code]....
I really don't know what does it mean. Question 2: Using netcat, nc(1), start a bogus web server listening on the loopback interface port 8080. Verify with netstat(, that the server really is listening where it should be. Direct your browser to the bogus server and capture the User-Agent: header "Direct your browser to the bogus server and capture the User-Agent: header" I don't understand this question.
I installed Nagios on my Ubuntu 10.04 server using apt-get and when I accessed the web console, everything was OK. I made some changes to apache (creating some new virtual sites) and since then Nagios gives me a warning message for HTTP with the message, HTTP WARNING: HTTP/1.1 404 Not Found. The sites that I created are working perfectly. I noticed that the attemps are 4/4. Does this need to be reset or does Nagios automatically reset that once it detects the issue is resolved?
I've tried to find a solution on other posts but can't find one.Karmic keeps logging me out automatically. Sometimes there are less than five minutes between logouts.Initially I upgraded from Jaunty, so, in case that was at fault, I then did a clean install, but that hasn't worked either.I've been hoping one of the updates will fix it, but no joy ye
Why does Ubuntu 9.10 keep logging me out? This only started about a week ago and it seems to be getting worse. I have not installed any new hardware or software. The only thing that's been installed recently are the routine Ubuntu updates. I just got logged out 4 times in less than 10 minutes while I was trying to type a reply to a message in another forum. I had to reboot into WinXP to post this message and finish my reply in the other forum. This is getting REAL annoying and I can't find any solutions. Someone suggested that uninstalling Compiz would fix it so I did that, but it seems to have gotten worse. I've really liked Ubuntu until now, but I'm on the verge of trashing it if this problem can't be fixed.
A week ago (or two weeks ago) I noticed that my computer is logged out even though I left it logged on overnight. when I got up in the morning, instead I find a user logged in fluxbox, I saw that I was in front of the screen to log in.that night only ktorrent was running (turn off after downloading and something like that is disabled) and i adjusted command "at" that in the 9 am starts "rxvt + mplayer" that will let the online radio station. later the same happened to me, however during the day, as I watched a site in Firefox. ktorrent was turned off.
following couple of days nothing has happened (though I did not use computer to much), until tonight. this time I wrote something in Leafpad and my firefox and ktorrent was on.i'm sending you from /var/log messages and dmesg, but if you need something more i will upload that too, because i saved all logs.also, in addition there is a screenshot of programs that I recently installed on the computer (you will see the dates) - software I took from SlackBuild and made packages.i am using slim and gdm...have slackware 13.1, kernel 2.6.33.4, fluxbox 1.1.1.
I'm using the Netopia 2247 router. I'm on Fedora 13, on a Thinkpad T60.
For some reason, ever since I switched my ISP (just last night), I can't connect to any non-HTTP services. I've tried Thunderbird for IMAP, FileZilla for FTP/SFTP, and Empathy for XMPP. Nothing connects. Chromium, Firefox for HTTP: works just fine. I know it seems really far stretched to think that this could be an issue on my end, but: I've checked with the ISP, and they insist that there's no reason this should be happening. They will be coming in tomorrow to take a look at wiring and all that though. I'm able to access my IMAP email via my smartphone's built-in mail client, via my new ISP. This is using a Nokia N82, with default messaging client (just called Messaging). But, who knows, maybe N82's email client actually uses HTTP? (Unfortunately, my only "desktop" computer is T60, and I only have Fedora installed on it; I realize the icon at top right shows Windows, but that's my work desktop, and I definitely can't take that home for testing). I've checked the firewall settings on the router, and put them at the very lowest setting.
Again, I know it seems far fetched that there's something wrong with my system (e.g., I've traveled with my laptop and have never had any problem accessing IMAP or FTP on other connections), but I just want to make sure I've exhausted every possibility. So, if you could entertain the possibility that it's something on my end, what might it be?
Maybe disabling SELinux might help? I'm going to try that when I get back home. Although: I feel like an SELinux dialog would've popped up if that was the problem.
I'm trying to install F15 for a friend, (works great for me btw) and after getting to the desktop and sometimes during install set up, it just keeps logging off by itself and then back to the desktop. This also happened on my computer a couple of times, but I managed to get it installed.Is this a known bug? Is there anything that can be done about it? Also, is there a fedora iso that has all current updates built in? He really wants F15, but we are stuck right now. and is there an "alternate" cd for fedora without gui install?
I have an ACER TravelMate 6003LMI with openSUSE 11.3 and I updated now to KDE 4.5. So far, the update went fine, but now I cannot login anymore. openSUSE 11.3 boots up to the login prompt, I'm logging in, the KDE progress bar reaches about 75% and then it hangs up.
/etc/X11/xim: Checking whether an input method should be started. sourcing /etc/sysconfig/language to get the value of INPUT_METHOD INPUT_METHOD is not set or empty (no user selected input method). Trying to start a default input method for the locale de_DE.UTF-8 ... There is no default input method for the current locale. Dummy input method "none" (do not use any fancy input method by default) startkde: Starting up... Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kbuildsycoca4 running... Fetched layout groups from X server: layouts: ("de") variants: ("nodeadkeys") Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection .....
I've installed OpenSUSE on my server and want to set ssh to log every command, which is send to system over it.
I've found this in my sshd_config:
I guess that both of those directives has to be uncommented, but I'd like to log every command, not only authorization (login/logout via SSH). I just want to know, if someone breaks into my system, what did he do.
how I could run a command before logging on, in addition, the command needs to run as root.
This is going back to some few weeks months ago, shortly after I upgraded to Karmic Koala. Since then, the sound device doesn't work automatically. I donno why, but alsa doesn't seem to detect the audio device.
Once I have booted the machine, I can access sound by doing:
Code: sudo alsa force-reload
Needless to say, that's pretty annoying and I posted two or three threads to find a solution to this problem, but never got anywhere.
Failing that I get the issue resolved, running the 'alsa force-reload' command at boot up, so that when I'm logged in, it's already working.
after finally managing to install perfect world international rising tide on my ubuntu 9.04 and after i fixed the cursor problem ,i finally managed to run the game however when i wanted to enter my account to actually play the game ,just after logging in the game crushes ,i really want to play the game ,plz help me.i ran it through wine in the console and i got this: fixme:ntdll:find_reg_tz_info Can't find matching timezone on a side note is there a way to get rid of the black flashing boxes on the screen.
When Ubuntu 10.10 loads I get the above pop-up after logging in.Does anyone know how I would go about finding out what this refers to, or how I could address it?
I installed Ubuntu Studio 9.0.4., as a VMWare virtual machine in OSX to check it out. I specified a password to 'root', did not add any other users. (I run the whole show as "admin" in OSX and Windows as well. If some kid wants my files - The mp3's are under "Music".)
Anyhow, the Ubuntu Studio install went through, the nifty login splash screen came up. I tried to login in a "root" with my password, and got the following thing into my face:
"The system administrator is not allowed to login from this screen"
OK, so what "other" login screen does Ubuntu have, then?
Ever since I upgraded to Ubuntu 10.10 on my laptop, I've been having this problem. Every now and then, for seemingly no reason at all, the screen will go black and after a few seconds I find myself at the login screen. I've kept track of when it happens and there is seemingly no pattern to it; sometimes it will happen when I'm watching a video, sometimes it just happens when I'm browsing the internet, and sometimes it happens when I'm not doing anything.
I notice that one of the functions I can make a keyboard shortcut for in KDE is Log Out Without Confirmation. This might show a lack of imagination, but when might I want to do that?
I'm a admin. i'm using rhel5 server addition,in my client machine i've installed fc12 ,when i'm trying to login through ssh to the system.I'm getting this message. #ssh admin@x.x.x.xssh: connect to host x.x.x.x port 22:
I am looking for an application which can display the headers and body of all the http requests that goes from the computer. In short debian equivalent to Http Analyzer.
I have Fedora 11 and have successfully set up VNC so that I can connect within the network (direct using vnc client/server setup). I am in the middle of working on a problem and have a fried who is in another city and was trying to set up VNC so that he could connect via http, which I know is possible (that it listens on range 5800 + the display number - mine is 3 in this instance). For the life of me I cannot get the java http viewer to work, here is what I have done so far: My vncservers file:
[Code]...
My router is set up to forward incoming requests on the range 5900-5910 and 5800-5800 to this computer. I have opened ports 5902, 5903, 5802, and 5803 on my linux firewall. So far as I know, this is all that is necessary..well. Whenever I attempt to connect via [URL]:5803 I get a time out error. What could be wrong?
I have come across a fairly minor issue however. When using any IM clients I am unable to login to MSN using the direct connection method. Instead I find myself having to connect using the HTTP method. I wouldn't worry about this except many of my contacts are complaining that they are getting "message unabled to be delivered" errors regularly when trying to contact me.
How do I get rid of my wubi partition since Ubuntu doesn't work on a Vista laptop. Sorry, it was a gift for Christmas. I never realized Ubuntu was so defective.I am running Windows Vista 32 bit with 3 gigs of ram and one partition from the factory (HP).
I had setup an SSL secure server awhile back, such that: [url] works but [url]does not (note the different: in the first, I use HTTPS, whereas the second I use HTTP) How can I get both to co-exist?
My school network uses a http proxy to access the internet, but I am dubious about the security, and so I would like to use http inside ssh to keep my data secure. I don't really know where to start on this, so a step-by-step guide, or links to resources, would be helpful.
I have a http proxy account. It works well under windows through wodTunnel(an active X control component). But, I usually works under linux. I want to use it here. But I don't know how. I tried gstm, it can connect to the server successfully, but it seems can't respond to my http request. What should I do next?
Machine 1) I have a Server with RHEL5. eth0 = 192.168.48.x (static class C ip connected to VLAN switch)
Internet available via HTTP proxy through vlan but from other main server but not from machine below.
Machine 2) I also have a Server with RHEL4. eth0 = 124.30.XXX.xxx (public IP for availing internet) eth1 = 192.168.60.xxx (class c ip to share internet via squid on the same LAB) eth2 = 192.168.16.xxx (class c ip connected to VLAN switch)
Now what I want is ssh connectivity available to Machine 1, so as to enable remote machines on the internet connected. I know that it might be hard for Machine 1 to share ssh directly on the internet but if there is any kind of tool or tricks to setup pls tell. So the only chance is ssh via machine 2 then after connected to Machine 2 then again ssh to Machine 1. But how do I make ssh available online? IPtables are set correctly machine 2 can't be ping on the internet.