bash SCREEN!
Tuesday, April 29th, 2008screen
ctrl a then the screen number
ctrl a, ctrl c creates a new screen
ctrl a, ctrl c to change the name
Everthing I have found that might be useful in .NET, C#, SQL Server 2005, PHP and Actionscript 2.0 / 3.0 etc
screen
ctrl a then the screen number
ctrl a, ctrl c creates a new screen
ctrl a, ctrl c to change the name
This is a bit of an odd one. A phase listener will run twice only if you tell it! That’s right a computer only does what you tell it!
One common problem with JSF is that you install a phase listener and it runs twice for each phase (that is 4 times for each phase – two invocations of the beforePhase method and two invocations of the afterPhase method). Why and how to solve it?
If you look at the JSF specification (JSF 1.1) on section 10.3.2 the application startup behavior is defined, and it says that the JSF must process zero or more configuration resources using the following algorithm:
Now when we first start a new JSF webapp application we create it with a configuration resource named WEB-INF/faces-config.xml, and then at the web.xml file we announce this configuration resource:
God I hate php….
http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/
Then (summarized from readme.txt for a simple setup, have a look at it if you want to know more):
$cfg['ilibs'] = array (
array (
‘value’ => ‘/path/from/webroot/images/’,
‘text’ => ‘Sprekers’,
),
array (
‘value’ => ‘/path/from/webroot/gallery/’,
‘text’ => ‘Sponsors’,
),
);
Example for the latter:
tinyMCE.init({
...
plugins : "ibrowser",
...
theme : "advanced",
theme_advanced_buttons3_add : "ibrowser",
});
apt-get install scponly #answer yes to the question in the blue dialogue about scponlyc and suid cd /home/ mkdir jails chown root jails chmod 755 jails cd jails/ cd /usr/share/doc/scponly/setup_chroot gunzip setup_chroot.sh.gz chmod u+x setup_chroot.sh ./setup_chroot.sh
----
setup_chroot.sh is interactive and will prompt for the following information for each user you want to set up:
username to install: home directory you wish to set for this user: name of the writeable subdirectory: