I am trying to connect to my webserver via ssh but I can't. When I insert the password nothing happens . This is what I see:
# ssh [email protected][email protected]'s password:
Why ? In iptables there are no rules. Please help :(
I am trying to connect to my webserver via ssh but I can't. When I insert the password then the terminal is blocked. This is what I see:
# ssh [email protected][email protected]'s password:
Why ?
In iptables there are no rules.
Please help :(
As all Internet users, I've visited web sites which appear to know in which country and city I'm located. I understand that these web sites typically look up my IP address in a database which maps IP address to country / city which works fairly well. I've also seen companies selling this type of database.
How is this database, which maps an IP address to a country / city, created in the first place?
Is there a central database somewhere where each ISP registers the link between IP address and country/city? Or does the companies selling geolocation databases contact different ISP's and purchase the mapping information from them? Or is there some organization 'above' ISP's who keeps track of this?
I'm looking for a new WiFi router, and one key feature for me is WOL. Seems like many routers won't do this w/ factory firmware.
Given my last router (Asus WL-520g) turned into a disco-brick couple hours after flashed to dd-wrt I'd prefer if the new one supported WOL out-of-the-box.
other required features would be:
dyndns service support
port forwarding
sometimes it is called "virtual server" I guess
NAT loopback
so I can access services running in my own network using dyndns hostname or public IP w/o getting too old (for example DIR-615 with factory firmware lets you wait literally minutes)
did I mention WiFi?
preferably w/ some range extending technology, if such stuff works at all
When I'm connected to a Windows XP computer from my Mac OS X 10.6 using the Citrix ICA Client, it seems that the shift key only works for the first letter typed after pressing shift. In order to type multiple uppercase letters, like ICA, I must either press caps lock, or press and release shift before each character.
I've tried switching between standard and enhanced keyboard, as well as the 'Send Special Keys Unchanged' option, but none of these seem to affect the issue. The problem doesn't occur when I switch from the Citrix window to a regular Mac window.
I'm trying to install Moonlight, but I can only find instructions for setting it up in Firefox. And in the Ubuntu 10.04 repositories, I found a "moonlight-plugin-mozilla" package, but not "moonlight-plugin-chrome" (or similar). Is there any way to do this, or does Moonlight not yet run in Chrome?
I have configured nagios in my environment and i have used the following setting for a service which monitors the disk space for every 10 min ,
Normal check interval =10 min
retry check interval = 1 min
Maximum attempts =2
But accoring to this values i should recieve my first alert after 10 min and then from there for every 1 min. But in my case i am recieving my first alert and then next alert comes to me after 20 min. Can some one help me in fixing this.
i can't see any of the maps when using ie6
even the map on the main page: http://maps.yahoo.com/ or http://maps.google.com
it works find on ie7+ and firefox, chrome.
is there any browser setting or did yahoo simply not choose to support ie6 sp2?
I am using Rasbian on my newly arrived Rasp.Pi, and decided to make it my own proxy server.
Now I need to set up a ssh tunnel on the Pi to my Linode server, and make it auto start with the system.
What did I do:
Add this line to /etc/rc.local
autossh -f theRemoteServer -N -D 5555 -L 1234:localhost:22
After I reboot, I found out that I can't use the localhost:5555 as a socks proxy. So I type the command ps -A | grep ssh then I can see the autossh and ssh all running:
pi@raspberrypi ~ $ ps -A | grep ssh
2018 ? 00:00:00 sshd
2116 ? 00:00:00 autossh
2119 ? 00:00:00 sshd
2195 ? 00:00:00 sshd
3173 ? 00:00:00 ssh
(I've installed autossh, and the command works if I type it manually.)
(I use the passwordless key auth, so I don't have to enter password.)
Much appreciated and sorry for my poor English.
I am the administrator for a forum,The Vortex. It operates on the latest version of MyBB ver1.6.3. I would like to know how I can get OpenID to become the login for the forums, and also add the users to the MyBB Sql file and overwrite any users that are already registered. This must work on an existing install as I will not be dumping my SQL database to do a fresh install just to get OpenId to work. Any Thought?
Hi,
Does anybody know how to remove an ActiveX control from Internet Explorer 7.0 ?
I had been deleting and adding this control numerous times using the built in delete button in Tools, Manage Add-ons, Enable or Disable. This is required for me to test a downloader ActiveX used for a website. It had always shown up in the "Downloaded ActiveX Controls (32 bit) section of the drop down which activates the delete button. However, all of a sudden it now appears under "Add ons that have been used by Internet Explorer" and I cannot delete it from there.
The "in folder" column says it's in the C:\WINDOWS\Downloaded Program Files folder... But it does not appear to be there either...
Thanks,
James
My excel 2007 on Windows 7 operating system seems to have a probelm with regular cut function. when I highlight cells I want to cut and press cut (either on keyboard shortcut Ctrl+x, Home menu cut command, or from the right-click menu) cells start flashing for a split second and after that they only turn normal. When I want to paste them, they past as if copy function was used. If I try to rightclick to use function "insert cut cells" it is not one of the offered options at all.
On my home computer I have same combination, Excel 2007 on windows 7 and it works just fine. COuld the problem be due to 64-bit win7 version at my job, and 32-bit version at home?
Another problem is when I copy table from excel to word, in word pasting results in unformatted text instead of table as it was in excel.
Did someone have such problems and can offer a solution?
Thanx a lot.
I have VPS running Debian 5.0 (I think) and I would like to get it to run PHP files. I was told it needed to be configured with Apache. I tried entering the command apt-get install apache2 php5 libapache2-mod-php5. But there was no change. Console output: http://pastebin.com/sVMWq6mA
This is everything in my /etc/apache2/mods-enabled:
http://img35.imageshack.us/img35/6474/modsb.jpg
My webserver can be accessed here:
http://206.217.223.136/test/
In my test.php file I have the code :
<?php
phpinfo();
?>
but instead of displaying the page, it tries to download it. How can I fix this?
I'm using Ubuntu 9.10, and need to add some apt repositories. Unfortunately, I get messages like this when running sudo apt-get update:
W: GPG error: http://ppa.launchpad.net karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5A9BF3BB4E5E17B5
W: GPG error: http://ppa.launchpad.net karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1DABDBB4CEC06767
So, I need to install the keys for these repositories. Under 9.10 we now have the option to do this:
sudo add-apt-repository ppa:nvidia-vdpau/ppa
See this Ubuntu help article for details.
This is great, except that I'm running this on a workstation behind a firewall which blocks outbound connections to pretty much all ports except those required by secretaries running Windows and IE.
The port in question here is the hkp service, port 11371.
There appear to be ways to manually download keys and install them on apt's keyring. There may even be a way to use add-apt-repository or wget or something to download a key from an alternative server making it available on port 80.
However, I haven't yet found a concise set of steps for doing so. What I'm looking for is:
How to find a public key for an apt-package (recommendations for resources which have these, and/or tips for searching. Searching for the key hash doesn't seem all that effective so far.)
How to retrieve a key (can it be done automatically using gpg or add-apt-repository?)
How to add a key to apt's keyring
Thanks in advance.
I'm running Linux Mint (only OS other than in VirtualBox) and wanting to remove it. I've created a Live USB of Windows 8 using Windows 7 USB/DVD Download Tool - Yes, I know it says Windows 7 but I've been doing research and I am hearing from everywhere that it also works for Windows 8.
The ISO was loaded on just fine (AFAIK)
Computer came with Windows 8 pre-installed
I have Safe boot and Fast boot disabled in the BIOS Settings
I have USB as my first boot option
I have tried both the USB 2.0 and 3.0 ports
Yet, Mint is all that will boot up.
Anybody have a similar issue?
If it helps, the computer is a Toshiba Satellite S855D Laptop with an AMD APU quad-core processor (3 CPU, 1 GPU)
I have some strange problems with fabric deployment to Windows Server 2008r2.
The thing I try to accomplish is to copy some files to a shared folder with a fabric script (this script does a lot of other things too, but only this step gives me problems).
This is the problem:
When I try to access a UNC(Universal Naming convention) path I always get access denied kind of answers if I run the script in fabric. When I run the command in an ssh prompt (same user) it works fine.
Examples:
cmd: robocopy f:/.... //share
result: in ssh this works fine, in fabric I get "Logon failure: the user has not been granted the requested logon type aat this computer."
cmd: cd //share
result: in ssh this works fine, in fabric I get "//share: Not a directory"
Further information:
uname -a and whoami return exact the same thing in fabric and ssh.
I also tried things like mount, net use, but these commands all have kind of the same problem.
Hi,
I installed wamp server on xp. During the installation it did not show any error/warning message.
Then i start it & type http://localhost/ in url bar but it just show a blank page.
I also checked
notepad C:\WINDOWS\system32\drivers\etc\hosts
their is no restriction for localhost.
Help.
Thanks...
If so which version please?
Toshiba Satellite L500D
4GB ddr2
and a
Realtek RTL8181SU wifi usb 2.0 card
i'm just double checking beacuse
http://www.linux-on-laptops.com/toshiba.html
says i cannot
I saw an incredible on Photosynth and Seadragon, some "deep zoom" technology recently acquired by Microsoft. There's also a less responsive version on the web.
I'd really like to know how the technology works. Blog entries and web pages welcome, but the ideal answer will include one or more references to published papers in the professional literature.
I'm running Ubuntu 9.04. Worked fine for months, then I rebooted yesterday after weeks of continuous operation. Now audio won't play through the speakers. The USB headset works fine, but the Conexant audio (CX20549) does not. Weirdly, it thinks it's playing. pavumeter shows appropriate levels, volume looks OK in alsamixer, but no sound.
I did find this page: http://www.eugeneteplitsky.com/fixing-silent-pulseaudio-in-ubuntu-9-04/
Unfortunately the advice there doesn't help me. For one thing, the syntax for the alsa-base.conf file is apparently not actually documented anywhere. For another, my chipset isn't listed in the kernel.org docs he links to!
EDIT: would upgrading to 9.10 help? Is there a major change in the audio subsystem between 9.04 and 9.10?
Any suggestions?
EDIT 2: This is stranger than I thought. Sound works normally in Xine, but is silent in Audacity, VLC and mplayer. What the?
I need to test an issue with running our application behind a proxy server with different type of configurations, so I installed ISA 2006 Enterprise on a desktop computer. Since this computer only has a single network card and I want to start out easy, I chose the "Single Network Adapter" template. We have a internal NAT'ed network which is in the 10 range.
I have defined the internal network on the ISA server to be
10.XXX.YY.1 - 10.XXX.YY.255
I also have the Default rule which denies all traffic, but I've added the following Rule:
Policy - Protocols - From - To
Accept HTTP Internal External
HTTPS Local Host Internal
HTTS Server Localhost
Then I configured Internet Explorer on a virutal machine running XP within virtualbox with Brigded network (gets same network address range as regular computers on our network) similar to this
Instead of the server name I used the IP address. When I try to access a web page, this doesn't go through and I get the following log messages on the proxy server:
Original Client IP Client Agent Authenticated Client Service Referring Server Destination Host Name Transport HTTP Method MIME Type Object Source Source Proxy Destination Proxy Bidirectional Client Host Name Filter Information Network Interface Raw IP Header Raw Payload GMT Log Time Source Port Processing Time Bytes Sent Bytes Received Cache Information Error Information Authentication Server Log Time Client IP Destination IP Destination Port Protocol Action Rule Result Code HTTP Status Code Client Username Source Network Destination Network URL Server Name Log Record Type
10.XXX.YY.174 - TCP - - - 24.08.2010 13:25:24 1080 0 0 0 0x0 0x0 - 24.08.2010 06:25:24 10.XXX.YY.174 10.XXX.YY.175 80 HTTP Initiated Connection MyHTTPAccess 0x0 ERROR_SUCCESS Internal Local Host - PROXYTEST Firewall
10.XXX.YY.175 - TCP - - - 24.08.2010 13:25:24 2275 0 0 0 0x0 0x0 - 24.08.2010 06:25:24 10.XXX.YY.175 10.XXX.YY.175 80 HTTP Initiated Connection 0x0 ERROR_SUCCESS Local Host Local Host - PROXYTEST Firewall
10.XXX.YY.175 - TCP - - - 24.08.2010 13:25:25 2275 0 0 0 0x0 0x0 - 24.08.2010 06:25:25 10.XXX.YY.175 10.XXX.YY.175 80 HTTP Closed Connection 0x80074e20 FWX_E_GRACEFUL_SHUTDOWN Local Host Local Host - PROXYTEST Firewall
10.XXX.YY.175 - TCP - - - 24.08.2010 13:25:25 2276 0 0 0 0x0 0x0 - 24.08.2010 06:25:25 10.XXX.YY.175 10.XXX.YY.175 80 HTTP Initiated Connection 0x0 ERROR_SUCCESS Local Host Local Host - PROXYTEST Firewall
10.XXX.YY.175 - TCP - - - 24.08.2010 13:25:26 2276 0 0 0 0x0 0x0 - 24.08.2010 06:25:26 10.XXX.YY.175 10.XXX.YY.175 80 HTTP Closed Connection 0x80074e20 FWX_E_GRACEFUL_SHUTDOWN Local Host Local Host - PROXYTEST Firewall
10.XXX.YY.175 - TCP - - - 24.08.2010 13:25:26 2277 0 0 0 0x0 0x0 - 24.08.2010 06:25:26 10.XXX.YY.175 10.XXX.YY.175 80 HTTP Initiated Connection 0x0 ERROR_SUCCESS Local Host Local Host - PROXYTEST Firewall
10.XXX.YY.159 - UDP - - - 24.08.2010 13:25:26 68 0 0 0 0x0 0x0 - 24.08.2010 06:25:26 10.XXX.YY.159 255.255.255.255 67 DHCP (request) Denied Connection [Enterprise] Default rule 0xc004000d FWX_E_POLICY_RULES_DENIED Internal Local Host - PROXYTEST Firewall
10.XXX.YY.166 - UDP - - - 24.08.2010 13:25:26 68 0 0 0 0x0 0x0 - 24.08.2010 06:25:26 10.XXX.YY.166 255.255.255.255 67 DHCP (request) Denied Connection [Enterprise] Default rule 0xc004000d FWX_E_POLICY_RULES_DENIED Internal Local Host - PROXYTEST Firewall
0.0.0.0 Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Yes Proxy 10.XXX.YY.175 TCP GET Internet - - - Req ID: 096c76ae; Compression: client=No, server=No, compress rate=0% decompress rate=0% - - - 24.08.2010 13:25:27 0 2945 2581 446 0x0 0x40 24.08.2010 06:25:27 10.XXX.YY.174 10.XXX.YY.175 80 http Failed Connection Attempt MyHTTPAccess 10061 anonymous Internal Local Host http://www.vg.no/ PROXYTEST Web Proxy Filter
10.XXX.YY.175 - TCP - - - 24.08.2010 13:25:27 2277 0 0 0 0x0 0x0 - 24.08.2010 06:25:27 10.XXX.YY.175 10.XXX.YY.175 80 HTTP Closed Connection 0x80074e20 FWX_E_GRACEFUL_SHUTDOWN Local Host Local Host - PROXYTEST Firewall
Hi,
I want to restart lighttpd using */lighttpd restart command, but nothing happens, no message, error, just a new cli line waiting for command.
I've examined lighttpd file and lighttpd.conf and they seem to be ok..
What should I do more ?
I have one Tplink ADSL ROUTER and when i enter username and password on setup page then everything works fine.
Now i have one more router Netgear router then when i enter same username and password then interworks ok for some 50% websites but for other 50% websites the page is not loaded and it hangs there.
In the sats bar it says
website found , waiting for reply
and it hnags there and no site is displayed.
I wonder which setting is different on these two routers.
The Tplink router i have bought is from local shop but netgear router is from different country. Can that make some difference
This is a Canonical Question about DNS (Domain Name Service).
If my understanding of the DNS system is correct, the .com registry holds a table that maps domains (www.example.com) to DNS servers.
What is the advantage? Why not map directly to an IP address?
If the only record that needs to change when I am configuring a DNS server to point to a different IP address, is located at the DNS server, why isn't the process instant?
If the only reason for the delay are DNS caches, is it possible to bypass them, so I can see what is happening in real time?