Putty Replacement

Oct 22, 2009

what do you guys use for shell access?

It's been 2 years since last Putty release, so would like to dump it in favor of something else.

View 14 Replies


ADVERTISEMENT

BigVPS Replacement

May 17, 2009

We are looking to replace BigVPS after their BigScrewUp this week.

Does anyone have experience with WebProx? It seems they have what we need but we also need some references.

View 4 Replies View Related

Mod Layout Replacement

Jan 20, 2007

I'm noticing that apache's mod layout is dead upstream and has been for a while. I'm looking for somthing to use to put ads and a legal disclaimer on free hosted blogs (lifetype).

View 0 Replies View Related

Win32 Clamav Replacement

Oct 27, 2009

I normally use Win32 Clamav for scanning of viruses in servers but now it is no longer being maintained. Where can I find an equivalent? Or is there any step by step instructions on compiling it from source?

View 0 Replies View Related

Comparable Webstrike Replacement

Apr 2, 2009

I was a reseller with WebstrikeSolutions for almost a decade and now, sadly, they are gone. Swallowed up by EasyCGI...don't know if they are any good or not but the few opinions I did manage to find haven't been very favorable at all. Plus, somewhere in the transition my credit card info got out into the world and the very next day after being billed by EasyCGI, fraudulant charges showed up on my credit card which I had to cancel! Not sure if it's a coincidence or not but the timing seems odd...so if you believe in signs, I'm thinking that that just might be one saying it's time to move on...

So, I am now looking for a replacement host. Unfortunately, trying to find out anything about the various companies by searching Google results in nothing more than a tangled mess of "review" sites that are nothing more than paid advertising for whichever hosts pays the most to be number one!

I am looking for a Windows host in the neighborhood of <$10 a month. I have been considering ReliableSite.net, m6.net, godaddy.com (except I use them to register my domain names so that might be a bad idea) and **************.com (why is a-c-cuwebhosting.com blocked out?). Any opinions about any of the above would be greatly appreciated. Of course, if anybody (other than a company owner or marketing guy/gal) has any experience with somebody else I would love to hear from you.

Now, as for requirements, my bandwidth needs are relatively low and storage doesn't need to be enormous but once my standard sites are up and running I would like the ability to offer customers individual website packages utilizing oscommerce (possibly) as their storefronts to allow them to sell their own products. Basically online stores that they don't have to code or setup themselves. That's the long term goal. Right now I just want to get my sites back online so that I can maintain and update them without incident.

View 14 Replies View Related

Replacement For Easy CGI Web Hosting

Dec 9, 2008

As many of you may have also experienced, Easy CGI went from being one of the best hosts (I had them for 7 years and they were great), to one of the worst. They migrated to new servers and literally destroyed our site, lost data, did a search and replace of our code (yes, this actually happened), and brought our sites down completely. After about 100 hours of on-line support, chat, phone calls, emails, etc. we have to move on.

The things that were great (prior to the debacle) about EasyCGI was the Windows hosting, fast performance (FTP access was great), and the controls that were available.
I'm finding it difficult to match what we used to have. I've tried GoDaddy's VPS packages and that was a complete bust due to FTP performance (would have literally taken us months to just upload our web site ... about 10 GB total).

I tried Network Solutions, but they are only Linux and although they told us they support ASP Upload, ASP Email, and a number of other controls, now tell us that those are not supported.

I've also tried APLUS.NET and 1AND1. Same peformance issues.

anyone have any recommendations for hosting that would meet these needs?

Windows (Virtual or Shared)
30 GB + disk space
Unlimited Email
Form Mailers (CDONTS or ASP Mail)
ASP / ASP.NET / AJAX
DSN with Microsoft Access databases
Ability to work with SQL Server (not MySQL) databases
ASP Upload (or similar) that can be coded in ASP to upload files
FAST PERFORMANCE
Unlimited FTP accounts (we create a folder and FTP account for each of our customers)
Unlimited (or very high) transfers monthly (~ 1000 GB/MO +)

View 7 Replies View Related

.htaccess Missing Image Replacement

Dec 20, 2007

I have been fiddling with an .htaccess file trying to get it to show a default "Image Not Available" image in place of a 404 error. I have found code in other forums that has worked for others, but does nothing for me:

Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}!-f
RewriteCond %{REQUEST_URI} (.*).(gif|jpg|jpeg|png)$
RewriteRule ^(.*) noimage.gif
and this one which several people said worked for them

Code:
RewriteCond %{ENV:ERROR404} .(jpg|gif|png)$ [NC]
RewriteRule ^.*$ noimage.gif [L]
Anyone had experience with this? The webserver is Apache on CentOS 5.

View 6 Replies View Related

100 Day Review Of LiteSpeed (Apache Drop-in Replacement)

Aug 14, 2007

(This is the first review I've ever written for practically anything so please bear with me. I feel the need to share my experience to try to help others after all the great advice and info I've received around here.)

If you've done everything you think you can do to improve the responsiveness of your websites like add a mysql cache, PHP opcode cache and various other tweaks, I discovered there is still one more easy thing you can do for a big improvement: replace Apache with LiteSpeed. It's way too easy not to try it and you can leave Apache completely intact to go back to at a moment's notice if you so desire.

I call LiteSpeed a "drop-in" replacement because it uses all my httpd.conf and .htaccess settings without modification. This was critical for me as my sites have some very complex rewrite rules. Other solutions like LightHttpd require extensive work to make changes if you use fancy mod-rewrite rules. LiteSpeed does not need any fiddling. LiteSpeed just adds it's own clean little web interface so you can tweak if you want to, but I didn't really have to change anything. Last but not least, LiteSpeed gets along with Cpanel and DirectAdmin without any conflicts. LiteSpeed's so compatible I can literally do this on my server and the visitors don't even notice the difference (except speed of course!)

service httpd stop
service lsws start
(and visa versa)

I discovered LiteSpeed after reading that the main WordPress.com site had switched to it and had great success (they have a quarter million registered bloggers and of course many millions more daily readers).

The main reason I tried LiteSpeed is because it's roughly twice as efficient in memory use and performance than Apache 1.3 & 2. It runs PHP up to 50% faster than Apache and static files get served several times faster (faster than thttpd & lighthttpd). So this means you can either double the number of active connections you currently max out at now, or make a regular website respond nearly twice as fast, or under heavy loads still respond within a reasonable amount of time when Apache would be completely unresponsive.

The last situation was exactly what I was hoping for and LiteSpeed helped me keep my sanity on a bad VPS node.

Basically a couple months into owning my first VPS (after many years of shared-hosting experience) I started to realise many of the industry promises about VPS are an outright lie. You are far from isolated from your neighbours. Any disk load created by bad neighbours, mysql abuse or otherwise, will directly affect you and you are powerless to stop it. It's the most poorly regulated resource on any VPS node and it can be made worse by slack, ignorant or inexperienced hosts who do things like move accounts during busy periods onto and off a node at the root level which ties up the entire node for an hour or more. Under Apache, I was getting timeouts during peak visitor times and that was very upsetting.

On top of my VPS neighbour troubles, no matter how I fiddled with Apache's settings (with all the helpful guides around here) I could not make it comfortably fit within the guaranteed memory limit of my VPS with Cpanel, which I really wanted to keep as it's much easier for my end-users. Switching to LiteSpeed caused a radical drop in memory use. I've seen nearly 1000 people online within a one minute period on one of my sites and it still fit comfortably within my memory limits and stayed extremely responsive.

I've discovered another plus to LiteSpeed along the way that no-one else seems to mention. It's the only server software that "out of the box" seems to serve web compressed (gzipped) pages properly as chunked output. This means a visitor will start to see the page immediately as soon as the first part is sent vs. on Apache, mod_gzip actually de-chunks all the output, waits for it to finish, then compresses, then sends.

Mod_deflate on Apache 2.0 was supposed to fix this but it usually doesn't work properly and I've never gotten 2.0 to do compressed+chunked output on my sites without alot of fiddling and help from PHP. It also doesn't seem as smooth as LiteSpeed's output which gives you that "silky" watch-the-webpage render effect that's mentally rewarding to visitors.

On the downside, there is one reason you wouldn't use LiteSpeed - if you use highly customised Apache mods. LiteSpeed cannot support custom mod's and their directives. It does have a lot built in however that Apache does not, so you may way to examine if you can accomplish what you are trying to do another way.

I started with LiteSpeed 3.1 and when I found an incompatibility with an obscure Apache feature (ie. ErrorDocument's as plain text output: ErrorDocument 404 "Not Found" was not supported) they fixed it for me in a day or so after I reported it on their forum. The same for PHP support of "Apache_Response_Headers". Note I am not even a commercial customer! They are now up to 3.2 which has a few other fixes.

The free version of LiteSpeed has a limit of 150 simultaneous connections (plus the linux stack of 200 more which will backlog). I've never seen that limit hit. It's so intelligent about closing connections as needed that it's not an issue for me. Perhaps on a dedicated server with many virtual hosts this will be a problem. Up to version 3.1.1 that was the only limitation, however unfortunately in 3.2 they have decided to also limit virtual hosts to "5", so that's something else you'll have to consider if you want the free version, otherwise the commercial version has a free trial and money back guarantee.

Some people were upset with me that I wouldn't name my VPS host when I was constantly complaining of troubles but that's just my style when I have nothing nice to say still have to do business with them, so don't name names. But when I have something nice to say about a company, I like to speak up. So I heartily recommend LiteSpeed and hope other people give it a try - especially if you are on my VPS node ;-)

View 14 Replies View Related

FTP Transfer In PuTTy

May 2, 2009

I am trying to transfer a 1.1GB file from one of my servers to one of my servers in another data center.

What command would I use inside PuTTy to transfer the file via FTP, not SFTP.

View 8 Replies View Related

PuTTY Ssh -f Root@....

Nov 1, 2009

How do I configure PuTTY to produce the equivalent of this command:

ssh -f root@xxx.xxx.xxx.xx -L 3333:yyy.yyy.yyy.yy:80 -N

So far the configuration I've come up with is:

Source Port: 3333
Destination: yyy.yyy.yyy.yy:80
"Local"
"Auto"

This doesn't seem to do anything at all. I don't use windows much, so go easy on me

View 2 Replies View Related

SSH/Putty Keys

Aug 7, 2008

I have setup a private/public key for myself so I can login to SSH with a different password now I need to setup for someone else.

Now do I put there public key in the same file as my public key on the server, or do I make a new file on the server?

View 4 Replies View Related

Is There A Way To Run Putty In Windows Mobile 6.1

Oct 24, 2009

I usually go mobile and I would need putty in my wm 6.1

is there some sort of "putty" or any other ssh tool where i can run ssh commands?

View 11 Replies View Related

Cant Login To My Server Using Putty

Jul 3, 2008

I'm trying to get to my server using putty but when i enter my root password is says its invalid when i know its valid because i can login with it in WHM.

View 4 Replies View Related

Putty - Editing File

Oct 26, 2007

putty, and the SSH commands in general

When I open a file using "vi" command, it just open the file and I don't know how to edit it, by removing or adding text to it, so how can I do it?

View 5 Replies View Related

Initiating WHM Backup Via Putty

Dec 15, 2007

What is the ssh command to initiate my FTP backup for WHM? I do not want to wait for the control panel cron and wanted to run it manually?

View 6 Replies View Related

Putty Behind Proxy Windows ISA

Jul 27, 2007

Im at work, and im trying to use putty behind a proxy. Im guessing they have L3 managed switched as I cannot just connect a server like I wiuld normally at home.

They are using a windows proxy (port 8080) so im guessing ISA...

View 0 Replies View Related

SSH Putty Title As IP Address Or Hostname

Aug 7, 2008

I use SSH Putty from my Windows PC to login to multiple Servers. So I usually have multiple Putty windows on my desktop.

How can I set Putty to display the hostname or IP Address of the server in the title bar - So it'd be easy for me to choose the right Putty Window.

View 2 Replies View Related

Syslogd Error On Putty Screen

May 24, 2008

Out of sudden today, my cPanel server box appear this kind of error on my putty screen. Just wondering what is that all about?

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: Oops: 0000 [#2]

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: SMP

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: CPU: 1

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: EIP: 0060:[<c01ae881>] Not tainted VLI

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: EFLAGS: 00010282 (2.6.21.1 #2)

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: EIP is at ext3_splice_branch+0x90/0x134

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: eax: 000007ab ebx: cf3b1c28 ecx: 00000001 edx: 000007a9

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: esi: e87fdd80 edi: cf3b1c40 ebp: f798d9b4 esp: cf3b1bd5

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: ds: 007b es: 007b fs: 00d8 gs: 0033 ss: 0068

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: Process pkgacct (pid: 3859, ti=cf3b0000 task=eebd25b0 task.ti=cf3b0000)

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: Stack: 00012b35 a9000000 04000007 28f31165 66cf3b1c 40012b35 00cf3b1c d0000000

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: 40c01aeb 00cf3b1c 01000000 40000000 e6cf3b1c 6cc01701 03f31164 04000000

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: b4f31165 01f798d9 00000000 62000000 a0000000 c7f31164 00012b31 00000000

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: Call Trace:

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: =======================

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: Code: 3b 5c 24 2c 7d 0b 8b 17 89 c8 41 89 04 9a 43 eb ef 85 f6 74 1e 8b 4c 24 2c 8b 54 24 08 8d 44 0a ff 81 46 1c 6b 44 24 28 0c 8b 44 <38> 04 01 c8 48 89 46 20 8b 4c 24 0c 31 d2 a1 80 42 5f c0 89 51

Message from syslogd@test at Sat May 24 15:43:15 2008 ...
test kernel: EIP: [<c01ae881>] ext3_splice_branch+0x90/0x134 SS:ESP 0068:cf3b1bd5

View 1 Replies View Related

Putty SSH Slow Open A Connection FROM ANOTHER SERVER

May 7, 2009

I am using Putty to connect to my server via ssh.

When opening a direct connection, i can login quickly without any problem

Quote:

login as: gracie
gracie@server1's password:
Last login: Thu May 7 07:31:26 2009 from 192.168.0.5
gracie@server1 [~]# sudo su -
Password:
root@server1 [~]#

When I open a connection FROM ANOTHER SERVER, I have to wait more than 20 seconds

Quote:

login as: tech2
tech2@server2's password:
Last login: Thu May 7 07:32:07 2009 from 192.168.0.5
tech2@server2 [~]# ssh gracie@192.168.0.222
Password:

After I enter the password, I waited 20 seconds before I am logged in.

View 2 Replies View Related

Restoring Full Backups - CPanel And PuTTy

Jun 14, 2008

I’ve just switched to a deticated server. I have backups of sites I need to move over and restore. cPanel has a “Restore a Full Backup/cpmove” option. Two questions…

1) How do I upload the back up file to the /home directory of my deticated server?

2) If the backup file is under a current client “/home/clienta” how do I restore it?


I’ve also tried using puTTy to restore the file.

- logged into as “root”

- typed “cd /home”

- typed “/scripts/restorepkg domainname”

View 5 Replies View Related

How Save All History And All Command Running In Putty

Jul 18, 2008

i use for login to ssh by putty

and i run very command and result

how may i saved all this command and result in putty?

View 5 Replies View Related

Server Access Problem Using Root In Putty

Jan 3, 2008

I am having problem login to my server using root as login.

Here is the situation:
I have the root access for WHM as user1 for login, and password1 for password. This can allow me to login to my WHM.

However, in SSH (Putty) I tried to connect to the server using user1 as login, but when I typed password1, it said access denied..

View 11 Replies View Related

Is Pageant (Agent Forwarding) For Putty Supported On Linux?

Oct 28, 2007

I've setup my ssh to login with keys and passphrase. I would like to do away with passphrases by using agent forwarding. Putty uses Pageant to store private keys, bu from all the tutorials I can find, it's a windows based feature (to add private keys). I've also tried to use ssh-add (a different agent), but it has trouble recognizing my private key passphrase (made with putty). I know the private key is working because I'm able to use use ssh without a password, just the phrase.

What's the best way to do this? Is there a putty pageant command line that I don't know about?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved