2
Including and writing to different user accounts.. Linux, Cent OS, cPanelview story

http://serverfault.com – Heres the basics: we've just switched host we only have 2 sites hosted on this server, no one but me has access on our other host, we could include and write server wide, for example: /home/sitea could include: <?php include("/home/siteb/public_html/script.php"); ?> We now get errors such as: [function.include]: failed to open stream: Permission denied in... We could (HowTos)

2
How can I rename a lot of files using a regex?view story

http://unix.stackexchange.com – I want to rename a lot of files on Mac OS X (10.7.2).. I don't have the perl package for the rename command. My files have names like "T452-102456-0.png" and I want to delete the "-0" part. I know I can do this action by writing my own php-cli script, but I would like to know of an easier and faster solution. (HowTos)

2
KDE 4.7.3 keyboard layout switchingview story

https://bbs.archlinux.org – Had something similar happen to me today between en(UK) and de. I reassigned the shortcut (ALT+shift in my case) and things worked again as advertised. I did not fart around with the layouts themselves. (HowTos)

2
Problems with .htaccess rewrite and Ruby on Rails/Redmineview story

http://serverfault.com – I installed Redmine and so far everything runs smoothly. Now i want to add a rewrite rule via .htaccess in order to redirect requests from domain.tdl to www.domain.tdl. This is approach works fine with my everyday php projects: RewriteEngine On RewriteBase / # redirect all pages w/o www to www. RewriteCond %{HTTP_HOST} !^www\.domain\.tdl$ RewriteRule ^(.*)$ http://www.domain.tdl/$1 [L,R=301] (HowTos)

2
Little script to automatically play flash videos in MPlayerview story

https://bbs.archlinux.org – I added this small script as /usr/bin/yt:#!/bin/bash mplayer $(youtube-dl -g "$1")So when I want to play a video:[diego@myhost ~]$ yt http://www.youtube.com/watch?v=IsT_PvMR4j4 diegoviola https://bbs.archlinux.org/profile.php?id=44828 2011-11-07T16:13:23Z (HowTos)

2
November 2011 Screenshotsview story

https://bbs.archlinux.org – dmz wrote:anabolikas wrote:dmz wrote:http://i.imgur.com/CCLc3.pngDo You feel comfortable working withought any status bar?Hmm, what's that? Do you mean statusline? I'm using several - https://github.com/trapd00r/configs/blo … usline.vimNo, I mean dzen, xmobar, etc. (HowTos)

2
[SOLVED] Boot installation media to RAM?view story

https://bbs.archlinux.org – If I still have my USB stick in (or if I remove and then reinsert), is there a way to write my changes to the OS (persistence) at shutdown (or at certain intervals)? thehodapp https://bbs.archlinux.org/profile.php?id=43889 2011-11-07T16:29:26Z (HowTos)

2
Banshee 2.2 not scrobbling - Plugin bug, Invalid Timestampview story

https://bbs.archlinux.org – Have you tried re-authenticating? I don't know why but using the Banshee gui for logging in to last.fm worked for me. findingdonato https://bbs.archlinux.org/profile.php?id=51713 2011-11-07T16:17:04Z (HowTos)

2
KDM Looks Un-Themed, KDE 4.7.3view story

https://bbs.archlinux.org – Well... (HowTos)

2
Xfce + Slim + Keyringsview story

https://bbs.archlinux.org – I really don't know much or anything about this subject, but I'll just comment on these lines:eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh) exec ck-launch-session startxfce4 setxkbmap pl- I don't have the eval line in my .xinitrc, only the "exec ck-launch-session startxfce4", and gnome-keyring is launched at startup.- setxkbmap pl will never be executed s (HowTos)