Ubuntu :: Make An Automatic Wordpress Installer?

Mar 17, 2011

New to bash and I'm trying to make an automatic Wordpress installer . Gives the following error:

./wpinstall.bash: line 119: syntax error near unexpected token `fi'
./wpinstall.bash: line 119: fi'

Here's the script:

Code:
#!/bin/bash
echo -n 'Enter website (with .com etc...)> '
read SITE
echo -n 'Enter website (without .com)> '
read DIR

[Code]...

View 7 Replies


ADVERTISEMENT

Ubuntu :: Bash - Make A Automatic Wordpress Installer Script

Mar 17, 2011

I'm trying to make a automatic Wordpress installer script. It's autmattically defaulting to the else.

[Code]...

View 2 Replies View Related

Server :: How To Make Wordpress Use Permalinks

Mar 5, 2010

i have been using kloxo with apache for my websites and it's on a high load, i have to change with lighttpd and i don't know how to make wordpress use permalinks, i tried to install mod magnet but it wasn't in centos.

View 1 Replies View Related

Ubuntu Servers :: Get Wordpress To Work With Lighttpd And Wordpress Hostname

Jun 27, 2010

I'm trying to get wordpress to work with lighttpd and my home test server... <name>.dnsalias.org as my IP is not static... When I install wordpress ( via apt-get ) and set it up through install script like this:

bash /usr/share/doc/wordpress/examples/setup-mysql -n wordpress <name>.dnsalias.org It is accessible from outside of my network but not from local one where the sever ip is 10.0.0.200 From outside it is using correctly domain <name>.dnsalias.org but from inside when I try to use ip 10.0.0.200 from other pc on net it will not work..a s it still using <name>.dnsalias.org in all links... Also I would like to have it in <name>.dnsalias.org/wordpress as I have another test site in <name>.dnsalias.org/<test_Site> which by thee way works from inside and outside of my network.... its just wordpress ...

I have followed this guide: [URL] but its for apache... I spend whole night searching for some solution and now I'm dead tired and you are my last hope ...( ....Obi Wan Kenobi ) So does someone running wordpress in setup like I described above, if yes

View 2 Replies View Related

Slackware :: Automatic SlackBuilds Installer

Jan 31, 2010

I have started to write a SlackBuilds installer, similar in spirit to slackpkg. So far it is only about 100 lines of code and it can search for a package and install it automatically from slackbuilds.org. I doubt it will ever be as polished as slackpkg but it may be useful for some people. Maybe something like this already exists? If it does then I would like to check it out. If however this doesn't exist then I will most likely continue to develop my program. So far it is quite crude but it does install and search for packages.

View 4 Replies View Related

Ubuntu :: Automatic Accept The EULA For Ttf-mscorefonts-installer?

Jun 5, 2011

Does anyone know how to automatic accept the EULA for ttf-mscorefonts-installer?

View 2 Replies View Related

CentOS 5 :: Network Installer Automatic Settings (Script Or Command Line)

Nov 2, 2009

Next week we will get a new Server for rent with a preinstalled Debian. If we download the Networkinstaller and put it in Grub, it is possible to set some settings with a script or commandline? We need SSH and the Network haves to run. So we have to set up the Networkadress , Gateway and Netmasq. So if the Networkinstaller is booting that we get direcly access with SSH to install CentOS. It is possible?

View 1 Replies View Related

Ubuntu :: Make Wget Download Automatic In Startup?

May 21, 2010

i try to make wget download automatic in startup in ubuntu

View 8 Replies View Related

Ubuntu :: Should I Make Partition Or With The MAC OS Installer?

Jun 5, 2011

First off, the PC I am hoping to dual-boot off is actaully a netbook.The exact model: Packard Bell PAV80.It is currently running Ubuntu 11.04 but I am hoping to add a dual boot of a MAC OS. I was just looking for some advice before I went a head with this.

1). Straight up, What is the best MAC OS for a Netbook?
2). What risks should I be aware of?
3). How should I go about this? Is it as easy as installing linux for netbooks (via usb)?
4). Should I make a partition in ubuntu or with the MAC OS installer?

View 2 Replies View Related

Fedora :: Make 'yum Update' On CentOS Recurring And Automatic?

Dec 10, 2010

I run a few dozen dedicated web servers all running CentOS 5.5. A long time ago when one server was apparently compromised, I was urgently advised to sign in to the server and run "yum update" at least once a week to ensure that everything which I had installed using "yum", would get updated with any recently available updates, including security fixes, and that one reason I might have been hacked before was because I hadn't been doing that.

So, I'm still not sure if that would have prevented the original break-in, or how much this has reduced my chances of being hacked, but I've been faithfully signing in to each server every week for the past few months and running "yum udpate". Most times, this results in a lot of patches being downloaded and applied, so it's clear the machines are not doing it automatically. I figure it's about time to learn how to make the machines do this on their own. Is there a standard way to make "yum update" run automatically, every day, or every week? Yes, I'm sure there are many ways to do it, but is there a single way used by the majority of webmasters of CentOS sites who have automatic updates set up? Googling a bit for "make yum updates automatic" turned up some threads like:

[code]...

in which people describe writing their own custom scripts to do yum update automatically. This seems odd. It seems like the kind of thing that there would be a standard way to turn on. Also, is there a reason that virtually every newly provisioned dedicated server does not have "yum update" set up to recur automatically? If it's true that people break into websites using exploits that have been found in older versions of webservers and other software, and that sometimes these breakins would have been prevented by the newest patches, wouldn't it reduce the number of websites being compromised if the OS had yum updates turned on automatically by default?

View 9 Replies View Related

Ubuntu :: Make A Disk Image Of 9.10 System - Automatic Wrapper For Windows Drivers

Feb 12, 2010

1. Make a disk image of my 9.10 system (formatted ext3, btw) on my Syology CS407 NAS so I can do a bare metal restore. Why is this a couple of clicks on my Mac and Windows boxes, but so far not easy on Jaunty? Did I miss something?

2. Drivers. Why can't I just have an automatic wrapper for Windows drivers so I can use any printer or scanner, or a simple point and click driver install for native drivers? I have my ethernet connected Brother MFC-7820N, and the Samsung CLP-315 that runs off my CS407 installed and working on my Jaunty, but it was way more work than expected. What is the easy, automatic or point and click way to install drivers?

3. Graphics drivers. I have decent cards in my big boxes, Nvidia GTX 200 series. But when I get kernel updates, I have to uninstall and reinstall the graphics driver. Is there an easy way to keep this working?

4. Is there one flavor of linux distro that has a really consistent standard for user interface? I like to be able move things around, but do like my menus to be consistent (and do I ever hate the MS ribbon!). I've really only tried Ubuntu.

Linux installs have come a long, long way from the old days, and are such a point and click operation that I just wonder what I'm doing wrong. Someone is bound to have sorted these things.

View 9 Replies View Related

Debian Installation :: Make The Installer Use The CD Rather Than The Net?

May 11, 2011

I'm having a problem with my debian installation; I am using the debian testing / wheezy weekly build CD, and despite using the full 650MB CD, and checking the CD to see that X, gnome, etc is all on there, it seems to insist on just downloading every single package from the internet - the CD doesn't even spin up during the 'select and install software' stage

This wouldn't be that much of a problem, except whenever I choose to use the graphical environment, it downloads all the packages, installs half and then says 'an installation step failed'!. And as it has to download the full set of packages from the net (rather than the CD) it gets a bit tiresome waiting 2+ hours for all the packages to download (I have fast internet, but the debian server doesn't feed data that fast).

And, the reason I am installing the graphical environment is that, although the installer recognises the network card, once you boot into the freshly installed system, it doesn't recognise the network card at all, and trying to bring it up just says 'eth0 not ready'!. So I want to get the graphical environment to make wireless easier to install, since the drivers for that are present, but wpa_supplicant isn't!

I'm tempted to just go and get Linux Mint Debian Edition... but I should be able to at least *install* Debian? (on a side note, I can't see what I'm doing wrong, since you can't really go wrong with the installer - it just seems to fail itself each time!).

how to make the installation faster by getting the installer to use the CD full of packages that I downloaded, rather than downloading the from the net each time, and also how to (1) find out *what* happened (the expert mode just says a step failed and that is it), and (2) to either get round it at the time, or prevent it happening somehow?. I installed Debian in 2007 on another laptop and that worked, but I then moved to Ubuntu as I wanted some newer software...... Ubuntu has been great until 11.04 which seems so full of bugs it isn't funny, so it is time to go back to Debian, if only I could get it installed!

View 6 Replies View Related

Debian :: Is Possible To Make Installer With Full Vmlinuz Instead Of Busybox?

Jan 10, 2010

It is just a question regarding ISO and the lack of -o loop or function of busybox.One can custom the ISO of debian-installer and make a syslinux config file having : vmlinuz of one normally running installed Debian distro, and keep the initrd of the iso regular debian-installer.I think it may be conflicting the vmlinuz kernel version and the installer of initrd.I am learning, so it may be completely wrong or kernel panic.

View 2 Replies View Related

Fedora Installation :: Possible To Make Updated Installer DVD From Existing System?

Feb 19, 2009

I have recently installed Fedora 10 in my x86_64 system and fully updated. The updation size was nearly 650MB. My question is can I make a an updated installer DVD from my existing fedora system?

View 8 Replies View Related

Ubuntu :: How To Make Default Package Installer From Lucid Be Default In Maverick?

Oct 24, 2010

in maverick the default package installer (when I double click on a .deb) is Ubuntu Software Centre, how can I make the default package installer from lucid (was it called "dpkg"?) the default again? Ubuntu Software Centre is too slow and freezes every time I click on something, can it be replaced?

View 2 Replies View Related

Ubuntu Servers :: Wordpress Can't Be Seen From Internet?

Jan 13, 2010

I have a problem with my Wordpress installation.It works from inside of my LAN but not from Internet.I have opened for the port on my router and the default html page works from Apache2 from Internet.

View 5 Replies View Related

Ubuntu Servers :: Wordpress Won't Load

Apr 9, 2010

I have my own personal web server with xubuntu on it, but after I upgraded to 9.10 my wordpress blog stopped working.

View 9 Replies View Related

Installation :: Install WordPress On Ubuntu 10.10?

Nov 7, 2010

Can anyone tell me how to install WordPress on Ubuntu 10.10?

View 5 Replies View Related

Ubuntu :: Cannot Take Screenshots In Firefox Of WordPress Websites

Jun 3, 2011

I sometimes take screen shots of websites in Firefox. The easiest way is to use one of the many extensions, e.g. Screengrab. However, I have discovered that, when trying to take a screen shot of the entire web page, the lower part of the page is not captured. This happens on WordPress sites and, curiously, on Mozilla's own results pages. Other pages seem to be unaffected. However, on Chromium, it works perfectly.

System: Ubuntu Lucid 10.04.
Firefox: 4.0.1

View 9 Replies View Related

Software :: Installing BITNAMI (wordpress) On Ubuntu 10.04?

Oct 31, 2010

I am trying to install wordpress using a BITNAMI stack as this will install all the required dependencies in one go but I am stuck at the first part of installation. I have downloaded the BITNAMI stack installer and following the tutorial in Linux format am supposed to enter 'chmod a+x bitnami-wordpress-3.0.1-0-linux-installer.bin' into a terminal window (pointing to where the installer was saved) to make it executable then follow the graphical installation steps but I get the following error when I double click on the installer: 'Could not display "/home/den/bitnami-wordpress-3.0.1-0-linux-installer.bin". The file is of an unknown type'.

View 10 Replies View Related

General :: How To Install Wordpress

Apr 8, 2011

i havea server linux ubuntu 10.04, i want to install Word press on it. how can i do it, i need step by stepguide please, from downloading relevant softwares to installing them.

View 5 Replies View Related

Server :: Wordpress Asking For Ftp Credentials?

Jun 19, 2011

I host a number of sites and recently migrated to a new server (both old and new are running Ubuntu 10.04 [I only upgrade my web server when there is a new LTS release]). After the migration, Wordpress is asking for ftp credentials to update plugins, which it never used to do. I'm certain this is user/group/permissions related, but because of the new setup, I'm not sure what these should be set to.

On the previous server, each site was a subdirectory of /var/www/ and everything was owned by www-data. This wasn't the best setup, since it meant my users didn't have direct access to their own sites. In the new setup, each page I host is in /home/username/www/. Consequently, all the files are owned by 'username'.

My guess is that Wordpress' request for ftp credentials stems from a conflict between the apache2 user and the usernames that own the sites. Is this accurate? If so, how do I rectify this?

View 4 Replies View Related

Ubuntu Servers :: Security - Creating A Photoblog On Wordpress

Feb 5, 2010

I am interested in creating a photoblog on Wordpress. Before I jump in I thought it would be wise to ask a few questions here first rather than getting into trouble and then firing absurd questions left and right. I am not very experienced regarding servers but not afraid either I was reading How-to's online reagarding installing Wordpress on Linux [url] and few questions came to mind :

1) Like any other server, does the computer that will run Wordpress have to be up and running for 24/7?

2) Since I will install Wordpress on a desktop, should I be concerned about my machine being compromised? I am not an expert on internet security so this is a big concern of mine.

3) Is it a good idea to install Wordpress on a personal desktop at all? Does running Wordpress from a different partition of the hard drive (if it is possible) help at all.

View 4 Replies View Related

Ubuntu Installation :: Wordpress Plugin Upgrades Failing?

Jun 3, 2010

I'm not certain that my problem is due to an Ubuntu upgrade, but I'm running out of options.My private Wordpress installation was working fine, including being able to upgrade plugins and WP versions within the application. I've been doing all of the Ubuntu updates as I'm notified. I'm still on 9.10, but was planning to upgrade to 10.04 shortly - as soon as I get the Wordpress installation upgraded in fact.

But the plugin upgrades, and the Wordpress upgrades, are both failing with fopen errors, like so:Download failed. Could not open handle for fopen() to [URL]..After checking everything else I can think of (including temporarily making the wordpress directory hierarchy 777), and looking at the php.ini file, I wonder if some Ubuntu update is messing things up. Or if I've somehow changed something else that is causing the problem.

View 1 Replies View Related

Ubuntu :: WordPress - Choose An Image To Insert Into The Blog?

Sep 30, 2010

I use WordPress. If I want to choose an image to insert into the blog, the file browser window (unlike even the most basic version of Windows) only gives me a "list view" option and no other options. This.Is.A.Huge.Limitation. I can't choose an image visually - only by name. Is there a way to remedy this? Will a different file browser (instead of Nautilus?) get me what I want?

View 9 Replies View Related

Ubuntu Security :: Wordpress Permission To Write To Files?

Nov 9, 2010

I am having difficulties assigning permission for wordpress to write files. I am having problems with the permalink within wordpress and I think it might be because of the level of permission wordpress has. Currently on my system I need to set permission to 777 in order for wordpress to write to the .htaccess file.

I am running my website on a Ubuntu machine. Version 10.10 Apache2 2.2.4

However, when I leave the permission level set to 777 I still cannot get the permalink to point to the corrent page......See my discussion on this here. [URL]

I think what I need to do is change wordpress to use a user permission or a group permission and not "everyone". I would rather have wordpress setup to login as a specific user before it can write over a file.

View 5 Replies View Related

Ubuntu :: Open Local Install Of Wordpress Through Firewall?

May 25, 2011

I have a local install of Wordpress and I've added a port forward rule in my firewall to share our site with family and friends (we're using a members only plugin). I have a DYNDNS account and my router automatically updates with this account.The problem I'm having is when I test accessing our local site from outside my network. I use my dyndns account name and port number to access my local Wordpress, I can see the login screen but once I login, the url changes from my dyndns name to the IP Address of my local server and then I never see any pages on my site.

I'm thinking it has something to do with either the WordPress address (URL) or the Site address (URL) since they currently have the ip address of my local ubuntu server that hosts our Wordpress site.So what have I configured incorrectly here?

View 5 Replies View Related

Debian :: .htaccess And Wordpress Getting 404 Error

May 17, 2010

I run Debian 5.4 with ISP Manager as CP. I put a .htaccess in the root directory of my wordpress blog. The content of the .htaccess is:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f

[Code]....

But after I created a static page and change permalinks in wordpress with anything other than standard I get a browser 404 error (not 404 error with template).
Location of the blog content that is shown in CP: /var/www/sorin/data/sitename.ro Only the index of the blog is loading. What can I do? I have Debian up-to-date.

View 1 Replies View Related

Fedora Servers :: WordPress Can't Upload?

Jun 18, 2009

But I can't upload files or pictures all the time.Everytime I tried to upload , it tips me : "can't create file or folder ...... . is its parents folder writable by the server?"Now it's considered as a bug.But I tried 3 methods introduced on the net . But none of them worked. They are : 1: change the folder permission to 777 , not work for me.2: change the URL to "wp-content/uploads" not "/wp-content/uploads" , not work for me.3: use full url not "wp-content/uploads" also not work.

View 8 Replies View Related

Networking :: How To Install Joomla Or Wordpress

Apr 15, 2010

I have big problem. I want to learn how to make a web site via joomla or wordpress. I install joomla and wordpress via repository. So i have all what i need. So....i have problem with permissions.

I have Mandriva 2010 one GNOME

Here is link to image
[url]
[url]

View 1 Replies View Related







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