cache the pages showing the menu admin bar when a user was logged in.
This meant visitors were seeing ca... flare rule to only show the admin menu bar when a user is logged in and the URL contains the string “?ad... d filter to only show the admin menu bar when the user is logged in (with Editor permissions) and the UR... true" is automatically appended to the URL when a user with Editor permission is logged in. */
/* Th
====== User and Group Permissions ======
Basics.
Files in linx or *nix systems have user and group permissions
<code>
mic-2:tmp michaelc$... of a full directory list all view.
Notice the my user is michaelc and the group is wheel
//User and group permissions in linux can often be confusing.//
Bu
base command line commands need to be executed as user 'postgres'.
//Syntax://
* **$** represents a... Please note that you will need to be logged in as user 'postgres'.
//Example Usage://
psql-login < f... rtisers ADD PRIMARY KEY (advertiser_id);
**alter user password**
ALTER USER <username> WITH PASSWORD '<newpassword>';
To **execute a sql file**. Make sur
local/mysql
./mysqld_safe --skip-grant-tables --user=root
3) Run mysql console and execute following sql
mysql
UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root';
FLUSH PRIVILEGES;
**replication**
**Reset re... l > CHANGE MASTER to MASTER_HOST='<host>', MASTER_USER='<user>', MASTER_PASSWORD='<password>', MASTER_PO
reating a custom preference file**
To change the user-agent string for Firefox you can modify the confi...
vi newfilename.js
Add the following to change user-agent
pref("general.useragent.override", "Mozi... ries - FAQ about 'about:config'
http://whatsmyuseragent.com/ - check your user-agent sent to websites
cd /usr/local/mysql
sudo ./bin/mysql_install_db --user=mysql
sudo chown -R mysql ./var
</code>
Copy of... ASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the foll... tion of removing the test
databases and anonymous user created by default. This is
strongly recommended
rvm = ruby version manager
1a. Install RVM as a user
http://rvm.beginrescueend.com/rvm/install/
Inst... oad RVM if it is installed,
# first try to load user install
# then try to load root install, if user install is not there.
if [ -s "$HOME/.rvm/scripts/rvm
ki is an Open Source project that thrives through user contributions. A good way to stay informed on wha... tter]].
The [[http://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact wit
g posts by Sydney Linux Users Group Community
**User Groups**
http://slug.org.au/ - Sydney Linux User... p://www.linux.org.au/ - Linux Australia is the peak body for Linux User Groups (LUGs) around Australia
e command to copy.
cat id_rsa.pub | ssh user@host 'cat >> ~/.ssh/authorized_keys'
**DSA Key*... a single line command to copy.
cat id_dsa.pub | ssh user@host 'cat >> ~/.ssh/authorized_keys'
Master and Slave create database "mattkitdb" and user "mattkit"
mysql> CREATE DATABASE mattkitdb;
mysql> CREATE USER 'mattkit'@'127.0.0.1' IDENTIFIED BY 'XXXXXXX';