search for: wordpress

Displaying 20 results from an estimated 7117 matches for "wordpress".

2010 Feb 25
3
R and Wordpress
Dear R helpers, I have a question regarding wordpress and R. I have asked this question in Wordpress support ( http://wordpress.org/support/topic/368312 ) but there is no answer so far, maybe the R community can have a better answer. I followed the excellent tutorial on r-statistics-blog ( http://www.r-statistics.com/2010/02/r-syntax-highlight-on-you...
2010 Sep 09
2
Help request: highlighting R code on WordPress.com blogs
Hello dear R help members (and also Yihui and Romain), There are currently 28 R bloggers (out of the 117 R-bloggers<http://www.r-bloggers.com/>I know of) that are using wordpress.com for publishing their R code (and I suspect this number will increase with time). WordPress.com doesn't support R syntax highlighting, nor can it be embedded from other services (like gist git<http://gettinggeneticsdone.blogspot.com/2010/09/embed-rstats-code-with-syntax.html> ) After...
2013 Nov 11
2
Using CentOS Wordpress rpms
Greetings, Apologies for my seeming daft naivete. I'm wondering if there any sort of conventions for using Wordpress on CentOS? Generally until now, I have had users install Wordpress from tarballs on a case-by-case basis. This means that you can have several different versions of WordPress operating on a site. With the RPM you have a version that can be consistent across multiple websites on one server. I...
2017 Dec 02
7
Apache and web content permissions
...myserver -type d -exec chmod 0755 {} \; # find /var/www/myserver -type f -exec chmod 0644 {} \; Or even this: # chown -R nobody:nobody /var/www/myserver # find /var/www/myserver -type d -exec chmod 0755 {} \; # find /var/www/myserver -type f -exec chmod 0644 {} \; Now I'm hosting quite a few Wordpress sites on various CentOS servers. Some stuff in Wordpress has to be writable by Apache. If I want to keep stuff as secure as possible, here's the permissions I have to define. # cd /var/www # chown -R microlinux:microlinux wordpress-site/ # find wordpress-site/ -type d -exec chmod 0755 {} \; #...
2007 Jan 16
3
Markdown for Wordpress?
Does anyone know which version of Markdown is best for Wordpress? I see online that there are a few and was wondering which one people prefer. Also, is there any chance John Gruber will write an official Markdown plugin for Wordpress, given how popular it's becoming? -------------------------------------------------------- robdumas at gmail.com http://...
2014 Feb 06
3
Virtual Hosts question
I am running Wordpress on a CentOS 6.5 server which is behind a router. The private IP is 192.168.0.99, the public URL is X.com (name changed). I have two virtual hosts in my httpd.conf file. The second one, listed below, is for Wordpress and it is accessed with http://X.com/d4i or http://www.X.com/d4i. They work fi...
2011 Mar 29
4
wordpress.com and puppet, would they use it to update mysql db schema's also?
Say for example wordpress.com uses puppet to rollout the wordpress software for its customers. During updates to the software, say there are mysql schema updates. i.e. say they have 100K mysql databases, 1 for each blog. And the database for each blog as to be updated to version x which adds a few tables, columns to table...
2017 Dec 02
5
Apache and web content permissions
Le 02/12/2017 ? 14:19, Leon Fauster a ?crit : > I would build a rpm package of wordpress (everything can be defined > there like permissions etc) The initial question was: WHAT permissions? > and disabling the automatic update > function in wordpress. Build once it can be installed on all (two > dozen) webservers automagically (local yum repository) ... externe That wou...
2020 Mar 18
2
Issue with Wordpress in HTTPS and Icecast Stream URL in HTTP
Hello, Configuration : - Debian 8 - Wordpress 5.3.2 (Apache) - Icecast 2 - Radio web player : Streamcast I just installed my Web radio that was working correctly in full HTTP. I add a Lets Encrypt certificat on my Wordpress that is now in HTTPS. Since my Wordpress is in HTTPS, my stream on the website is not working. The direct Link in HTTP...
2017 Dec 02
0
Apache and web content permissions
...# find /var/www/myserver -type f -exec chmod 0644 {} \; > > Or even this: > > # chown -R nobody:nobody /var/www/myserver > # find /var/www/myserver -type d -exec chmod 0755 {} \; > # find /var/www/myserver -type f -exec chmod 0644 {} \; > > Now I'm hosting quite a few Wordpress sites on various CentOS servers. > Some stuff in Wordpress has to be writable by Apache. If I want to keep > stuff as secure as possible, here's the permissions I have to define. > > # cd /var/www > # chown -R microlinux:microlinux wordpress-site/ > # find wordpress-site/ -ty...
2017 Sep 21
0
weird wordpress/php/pecl/ssh problem
So I'm running a centos 6 server which among other things hosts a website using wordpress.?? I'm using php56u from IUS on C6's native apache, and pecl + ssh because php-ssh2 is kinda broken. I ran smack dab into this exact problem: https://core.trac.wordpress.org/ticket/39746 In my case, wordpress 4.7.6 auto updated, and I notied that 4.8.2 was available, so I chose my stand...
2017 Dec 03
0
Apache and web content permissions
Hi Niki, The principle to work by here is 'least required access'. There's two functional types of users we care about, the one executing the PHP code (probably apache or php-fpm) and admins like yourself with FTP/shell access. Upstream wordpress documents application write requirements at https://codex.wordpress.org/Hardening_WordPress#File_Permissions - read it to know where the web server will expect write access, but don't follow the instructions - especially the numbers for chmod - by rote! On Sat, Dec 2, 2017 at 3:30 AM, Nicolas...
2009 Jul 31
1
theora and videopress
...eora is the default, there is need for more and more tools and sites to support it. In that area I came across videopress in my web wanderings. http://videopress.com/ which is supposed to be a 'complete video solution' for putting on the web. I also saw that videopress has a plugin http://wordpress.org/extend/plugins/video/ The fact that the plugin itself is GPL'ed should be good for many people. Reading the videopress announcement on wordpress came to realize that either there is no ogg support or they thought it isn't worth mentioning. http://en.blog.wordpress.com/2009/05/11/vide...
2010 Jul 23
3
Problem installing WordPress on CentOS
Hi, I have a curious problem installing WordPress on a local LAMP server running CentOS 5.5. I have some other (dynamic) websites running on the same machine without problems. Here's what I did. 1) Create a 'wordpress' database in MySQL monitor. 2) Download WordPress, unzip it into /var/www/html/ 3) # chown -R apache:apache /var/w...
2018 Sep 29
5
Step-by-Step Tutorial: How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud
Good morning from Singapore, You can read my step-by-step tutorial on How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud at any one of my two redundant blogs. My blogs were configured in RAID 1 mirroring array. https://tdtemcerts.wordpress.com/2018/09/29/step-by-step-tutorial-how-to-setup-your-own-e-commerce-online-store-using-woocommerce-3-4-5-wordpress-4-9-8-and-c...
2007 Jun 08
3
CentOS and Wordpress
...es. Thus far, the website has comprised a few HTML pages, and some dynamic pages generated by perl scripts. The CentOS install is pretty vanilla -- the only departure I've made from the default server install is to install awstats from the rpmforge repositories. This week, I tried to install Wordpress, and have run into a brick wall that several days of experimentation and deep consultation with Google have been unable to get me over. Here's the situation: I installed the mysql, mysql_server, and php packages, unpacked the Wordpress tarball into a "blog" directory, and make the n...
2009 Nov 20
6
How to: highlight R syntax on webpages ?
My question if in the Subject, but if to extend: I am specifically curious about WordPress blogs. But any solution will give me a lead. Thanks, Tal ---------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com/ (English) [[alternative HTML version deleted...
2009 Nov 10
0
ANNOUNCE: libguestfs 1.0.78 released
...ailable in Koji here: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 (These release notes cover all the significant changes since the last announcement which was for 1.0.67, 2 months ago). New features: - FUSE support so you can mount guest filesystems in the host: http://rwmj.wordpress.com/2009/11/03/browsing-guests-using-fuse/ - Support for btrfs, gfs, gfs2, hfs, hfs+, nilfs2, jfs, reiserfs, xfs: http://rwmj.wordpress.com/2009/11/08/filesystem-metadata-overhead/ - Support for huge (multi-exabyte) sparse virtual disks: http://rwmj.wordpress.com/2009/11/04/petabytes-exab...
2007 Aug 06
5
Problems with array mock
...def photos[1](*args, &block) does anyone have a good solution for this? the complete code of the helper: http://pastie.caboo.se/85287 the complete code of the spec helper: http://pastie.caboo.se/85289 See you. -- Gast?n Ramos GNU/Linux Counter user #450312 http://gastonramos.wordpress.com/ No a la Matricula Obligatoria http://noalamatricula.wordpress.com/about/
2020 Mar 20
2
Issue with Wordpress in HTTPS and Icecast Stream URL in HTTP
...rverok.in/centovacast-enable-ssl-on-icecast > > You're welcome. Don't mention it :o) > > Chip Scooter > > On Wed, 18 Mar 2020 at 15:31, Damien GENESTE <d.geneste at illud.fr> wrote: > >> Hello, >> >> Configuration : >> - Debian 8 >> - Wordpress 5.3.2 (Apache) >> - Icecast 2 >> - Radio web player : Streamcast >> >> I just installed my Web radio that was working correctly in full HTTP. >> >> I add a Lets Encrypt certificat on my Wordpress that is now in HTTPS. >> Since my Wordpress is in HTTPS, my s...