Software :: Making Copy Of Website With Limited Access

Jul 14, 2010

Trying to make a copy of my website to a local ubuntu server - I have very limited access ie: no shell access. What is the best way to make a copy of my site. have ftp cli, lftp, wget ... just not sure what to use and how.

View 3 Replies


ADVERTISEMENT

Ubuntu Security :: Making New User With Limited Access?

Sep 19, 2010

is there any way to make user with command text, just with accessbility to change network IP Address ?

View 4 Replies View Related

Ubuntu :: How To Create User With Limited Access

Oct 24, 2010

I want to create a limited user, such that the user should only have the access to usb drives, cd drives and internet. And also I want to restrict the user from deleting the files from the system. How to do it..?

View 5 Replies View Related

General :: Squid And Iptables - Limited Access To Websites

Sep 23, 2010

I have configured my squid that have a limited access to websites but still some website were accessable vis https so I removed transparent from squid. Now what changes do I have to make in iptbles

View 1 Replies View Related

OpenSUSE Network :: Firefox - No Or Extremely Limited Internet Access

Nov 15, 2009

I've been running Suse 11.2 KDE on a 64-bit Dell Studio 1535 since last week's release, and have had no trouble using Firefox. At some point today, however, it stopped accessing webpages -- or, when managing to grab a page, it would do so without full html rendering. 95% of the time I get an error splash, while the other 5% I get some sort of truncated page that looks nothing like it should. Konquer and Opera work fine, as does KMail.

I tried deleting the profile.int file (no luck), then uninstalled/re-installed (no luck), then uninstalled and deleted every Mozilla/Firefox file I could find in order for a fresh install -- but this has not worked after several attempts. I still cannot get Internet access. How to completely wipe-out Firefox in order to allow for a totally new installation?

View 9 Replies View Related

Ubuntu Servers :: LAMP Setup With Limited Access To Users

Mar 9, 2010

I'd like to setup an Ubuntu LAMP server, and provide limited access to it for our in-house web developers/designers. I'm not quite sure how to go about the permissions side of things. Which user/group should "own" the /var/www directory? Is it www-data?

How do I create user accounts (for our developers) that have access to the /var/www directory - do I create accounts then add them to the www-data group? Or should I make a special 'webdev' group and give it access somehow?

View 5 Replies View Related

Ubuntu Servers :: Have SSH Running / But Create A New Login With Limited Access

Jun 7, 2011

I have SSH running on a computer I use as a server at home and login to it for my own purposes but am needing to share access to this server with someone else, and I'd like to do it in a way so that when they sign in all they see is the contents of one folder and nothing outside of it. So I'd like them to have full access to this folder and do anything they want with it, but not be able to browse outside of it at all via something like WinSCP (they're using Windows). I'm thinking I need to create a new account for them to sign in with but beyond that I'm not sure what I need to do. The only other special thing is that the folder I'd like them to be presented with is actually on an external hard drive. We're going to be doing a lot of online music collaboration and I need to give him lots of free space to drop files and the internal hard drive doesn't have a lot to spare right now.

View 6 Replies View Related

Ubuntu Security :: PHP Is Not Running Under Apache 2 And Limited By The Www-data Filesystem Access?

Jun 30, 2010

I'm about to have a web server at home for the first time. I've always missed having full control and not having to contact my hosting company when I need to do some specific changes - and some changes they won't do for you at all.I've chosen the non-GUI Ubuntu Server with LAMP, and nothing more is installed really except for a couple of command line tools from the repository. The LAMP software has been locked down as good as I can by following some guides on the net and using common sense. Like Apache 2 don't have access to the file system except for the www folder, and setting the headers to Prod. MySQL has skip-networking and I've commented out the listen string to localhost. PHP has a truckload of functions that I've disabled in the php.ini, also by following some guides on the net, among some other security enhancing php.ini editing.

The only thing the server will serve is a well known PHP forum and some html docs, and that's all. Nothing advanced or complicated stuff, and I'm definitely not programming PHP myself or letting anyone do it for me.But I do want to sleep well at night knowing that my server is always on and sitting on the edge of my home network! And can I do that? I've heard that you don't need to be worried about getting your Linux server box hacked, but you should be worried about anyone getting root access to it. But is it really that simple? Ubuntu is shipped without root account and you must have the sudo password, right? What's the odds for anyone to get full access to my system?An issue: I've heard that Apache never must run as root. When I do a ps -ef, I see that there are several www-data processes running apache, but there's one root process running apache too. Is this normal and is it safe?An issue: I've heard that PHP can fail pretty easily. But isn't PHP running under apache 2 and limited by the www-data filesystem access?An issue: MySQL is running as a MySQL user, and I guess that's an unprivileged user right?

View 9 Replies View Related

OpenSUSE :: Copy Over Friend's Asp Website?

Mar 23, 2010

I need to copy over my friend's asp website. I just installed the mono module.But I have no idea how to use it. I found a website that directed me to do the following within httpd.conf:

[Code]...

View 3 Replies View Related

Ubuntu Servers :: Sftp Or Ftps - Configure Another User To Go Over The Web With Limited Folder Access?

Dec 11, 2010

I want to share files over the web with only a few people and limiting them to certain folders. I have been doing a remote access (ssh) to my server to access it from a pc on the local network. I later found out the same program doing ssh (open_ssh) was also doing sftp, great I could do both with one system account. Problem I couldn't find away to configure another user to go over the web with limited folder access without messing up my user to access the pc. I tried ftps by using vsftpd, I couldn't get chroot set up correctly or even log in. So my question is what program and/or protocol should I use to do secure ftp over the web?

OS: Ubuntu 64bit 10.04

View 4 Replies View Related

Ubuntu Installation :: Copy Minimal CD To USB To Making It Boot?

Feb 27, 2010

Ubuntu 9.10 64bit I can't find netinstall image but find minimal CD. Please advise how can I copy it to USB stick to make it boot?

View 3 Replies View Related

General :: Making Script To Copy Files To Another Folder?

Jun 5, 2011

make a simple script to copy files from my "hfiles " directory to a "www" folder at leats I think its a directory, it has the permissions as "lrwxrwxrwx " but its like a public branch So I proceeded to make a file entittled MkPublic to copy the "hfiles" directory to the "www" branch

here is the code i used:

#!/bin/sh
# COPIES FILES
echo "copying files"

[code]....

when i try to run the script it tells me that there is a syntax error and an unexpected end of file and nothing seems to get copied anywhere so clearly there is something wrong with one im doing, i tried multiple ways : using the quotes, spacing the equal signs, but I seem to still get the same results.

View 8 Replies View Related

Programming :: Test Program Without Making A Copy Outside The Git Working Dir?

Jan 30, 2010

I was windering, if you are writing a C program, I don't think you are supposed to commit the .o files and executables. How can you test your program without making a copy outside the git working dir?

View 3 Replies View Related

OpenSUSE :: When Copy Paste From Universal Clipboard It Keeps Tabbing Making The Scripts Very Long?

Jun 15, 2011

How to remove the auto tab ? After i wrote ( { )In the terminal there is auto tab .. this looks handy at first but :When i copy paste from universal clipboard it keeps tabbing making the scripts very long .. Is there a setting how to remove it

View 1 Replies View Related

Fedora :: Why Cannot Access Website?

Sep 9, 2010

Using Fedora 13,The Website shows well in Local host, but no able to access it from any other host.I get the error message " The server at xxx.xxx.xxx.xxx is taking too long to respond".

View 13 Replies View Related

General :: Can't Access Some Website

Jun 17, 2010

i'm using fedora 9 and mozilla 3 with dsl internet connection. i can't access some site in my computer but other computers can using internet explorer. i hope this is the right forum for this.

View 8 Replies View Related

Fedora X86/64bit :: Can't Access Website

Oct 12, 2010

Our setup is 64bit F13, Firefox/NoScript, KDE, when trying to access www.nook.com we get a long pause followed by "server not found" message. We can change to another hard drive and boot WinXP/Firefox/NoScript and we a get a redirect to:http://www.barnesandnoble.com/nook/i...refront-_-nook

You can see thread about it here also:http://www.linuxquestions.org/questi...-linux-835160/

View 8 Replies View Related

General :: Unable To Access Website

Sep 29, 2010

I just bought the Barnes & Noble Nook eReader for my wife's birthday and a requirement is to log on to the Nook website and establish an account. Using her Fedora 13 64bit desktop and Firefox she repeatedly tried to access the website www.nook.com to create an account, however consistently got the server not found message. Even using the Firefox addon User Agent Switcher and turning off NoScript did not correct this.

When we switched over to the WinXP install and Firefox we were able to access the website no problem. Anyone else unable to access that website via linux?

View 14 Replies View Related

General :: Apache Website Access

Dec 26, 2010

I have web server apache on linux Centos. I can access it successfully by typing on the address bar http://localhost, 127.0.0.1 or 192.168.0.150 from the local computer server and the site loads normally with graphic. When I access the site from another computer in the same local network, I don't get the correct website. I see the site like html as text not graphic. Please see below text file output from the browser: Also I can only access the site by typing 192.168.0.150 IP address in the address bar. When I type http://localhost or 127.0.0.1, the site does not come up. Do you see what I did wrong? How can I fix this problem.

View 7 Replies View Related

General :: Block Access To A Website On Lucid?

Sep 1, 2010

I am trying to block a few websites on a lucid lynx, I tried editing /etc/hosts and that blocks access via url but the site still open if I enter the ip on the browser, how can I block ip access also? (without using any extra software besides what linux 10.04 have by default)

View 1 Replies View Related

Ubuntu Servers :: Can't Access Website Over Internet

Oct 8, 2010

I have ubuntu 10.04 running LAMP and proftpd, I can access over LAN but not when I type my domain name in. I have forwarded all necessary port to to the local ip of that box, added rules to ufw to allow traffic on those specific ports. I use dyndns for a second level domain and have used all their tools to check whether the ports are open and have the results I am looking for.

View 7 Replies View Related

Ubuntu :: Painfully Slow Access To Particular Website

Sep 1, 2011

I'm having difficulty accessing http://egrants.ed.state.pa.us/v2/default.asp while using Ubuntu 11.04 and Ubuntu 10.04.I've tried chrome, firefox and opera as well as three different ISPs. My Windows machines don't seem to have this problem.

A little background:My agency has several offices, some with different ISPs, but with essentially the same setup: ISP router/modem --> Ubuntu Server with Squid/Dansguardian --> Switches, etc.When we first started encountering this problem I thought I had to have had something going on with Squid/IP Tables or something of that sort. I connect my laptop (running Ubuntu 11.04) directly the ISPs modem/router and have the same slowness. I figure that maybe the site is having problems. I ask the other tech in my office to try it out (he's running Windows 7) and he has no slowness with the site when connected directly to the ISPs modem/router.For the time being I've circumvented the filter box for the Windows users who need access to this site, but I'm not certain that's the best solution.I contacted the site's tech support several times and just gotten a "we'll call you back".Any suggestions on things I can check/change with my setup to get this working?

View 9 Replies View Related

Debian :: Give Access To Website In /etc/host?

Apr 13, 2010

I want to give some web address to host file and except these web address no website will open. For example I give permission for [URL] and [URL]. The user just enter these 2 website. Other websites will be blocked.

View 6 Replies View Related

Networking :: Can't Access RH Enterprise Server 6 Website

Apr 4, 2011

I set up an apache webserver on a redhat enterprise server 6 last week. It works fine on the localhost. However, the webpage can't be accessed from the other computer. I didn't modify anything related to 'allow,deny' in httpd.conf. The only thing I've done is I added a rule in iptables to approve the access from a computer with a specific IP address. Since I am quite new to iptables, I don't know if there is anything wrong with my setting.

Even I stop iptables, the problem is still there. I don't know if my setting of iptables is correct. Or, there is anything else that I should do?

View 7 Replies View Related

General :: Restricting Users To Access A Certain Website?

Apr 22, 2010

I have an internet and mail server installed CentOS, and I want to restrict client machines to access a certain website, e.g. if i want restrict users from accessing the website: www.mydomain.com, How do I do it?

View 6 Replies View Related

Server :: Website Cannot Access Using Squid Proxy

Feb 1, 2010

My company is using Squid Proxy 2.6 for internet connection. Recently we implement a Webmail system. This is the link [URL] can access it using computer directly connect to internet but those using Squid Proxy are unable to Login although the login screen appear. Is this cause by the squid.conf setting or something else?

View 1 Replies View Related

CentOS 5 Server :: Cant Access Website - Cannot See From Any Other Machine On Net

Nov 19, 2010

I have set up a 5.5 installation on a Virtual box VM. The Virtualbox (not for the VM) network preferences have DHCP Server disabled and IPV address and the network mask I believe are valid for my home network. My VM is up and running and it has gotten an IP address from my home router and everything seems fine. From any machine in my house I can ssh into my centos installation. I went ahead and started up the httpd service and the website is up. IOW, I can see it from my centos box - when I navigate to http://localhost However, I cannot see it from any other machine on the net. The IP address of the centos bos is 192.168.0.141. From the centos I can do a ttp://192.168.0.141 and see the Apache 2 test Page. I can see that from anywhere else. Although I can ssh to that machine.

View 4 Replies View Related

Ubuntu :: Making Shortcuts With Sudo Access?

Mar 8, 2011

Sorry if this is on the forums some where but I couldn't find what I needed, and not even with Google's mighty help. Basically I have a game, called Age of Conquest III, which I got working just fine, but it won't save any setup or game files unless I run it as sudo from the terminal, example in terminal: Sudo /bin/sh "/opt/age_of_conquest_iii/Age of Conquest III" Now I created a short cut with the command being just: /bin/sh "/opt/age_of_conquest_iii/Age of Conquest III"

What command do I put in my shortcut command to get it to open up like in my terminal command? I tried: Sudo /bin/sh "/opt/age_of_conquest_iii/Age of Conquest III" but this won't open anything.

View 6 Replies View Related

Ubuntu Servers :: No Access To Phpmyadmin And Website After Reboot?

Oct 15, 2010

I installed ubuntuserver edition 10.10 on my old p3.Installation went fine and i installed LAMP and SSH along with it.*everyhting i do past this point is via LAN on my laptop using root account on putty or winSCP.*I installed phpmyadmin, loged in with root, duplicated the root acount and gave the duplicate any host (%) access. Next i created an account with access only to the users database (for use in my php to check username and password).Next thing i did was change the apache2 config 000-default to disable indexing.After that i changed the php.ini file to allow 6GB uploads (for movies).Rebooted... and thats where the problems start.I CANT:Acces phpmyadmin with any acount.Login on my website.I CAN:login to mysql using root.I HAVE:Checked if the mysql database and table for websitelogin still existed, they do.Checked mysql useracounts and they are still there.So something changed after the reboot, because it was working fine before i did.

View 9 Replies View Related

Ubuntu Servers :: Website Access Only / When Rootuser Is Logged In

Dec 1, 2010

After a battle with Ubuntu, Django, Apache and wsgi i could reach the website i set up from another computer via ip-adress (10.37.129.6). i then restarted the server and after booting tried to access the website from outside - permission to / denied with the usual 403 error. trying to fix that, i logged in to the server and suddenly the website was available again. typed logout on the server - no access wt. 403. logged in - website can be accessed.i somehow suspect this is some strange permission problem, but i don't have a clue where to start searching. errorlogs just contain information that a / access request has been denied.

View 1 Replies View Related







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