The /etc/squid/squid.conf File =====
The main Squid configuration file is squid.conf, and, like most Linux applications, Squid needs to be restarted for changes to the configur... squid.conf
#
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
#
# Add this to the bottom of the ACL se... squid.conf
#
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
#
# Add this to the bottom of the ACL se... to allow only HTTP Internet access to only the Squid server. This forces your users to browse the Web through the Squid proxy.
==== Making Your Squid Server Transparen
rdered’):
<code>
SELECT * FROM oxuser WHERE oxid IN (SELECT oxobjectid FROM oxobject2group WHERE oxgroupsid = ‘oxidnotyetordered’)</code>
==== Artikeln ... ATE oxarticles SET oxweight = 0
where oxparentid = “” and oxid IN (
SELECT oxobjectid from oxobject2category
where oxcatnid = ‘KATEGORIEID‘
)
</code>
==== Artikel einer Kategorie lö... jectid
FROM oxobject2category
WHERE oxcatnid = ‘KATEGORIEID‘
)
</code>
==== Mit Smarty rechnen ====
Sma
s` AS p INNER JOIN qf_picture_relation as r ON (p.id=r.picture_id) INNER JOIN qf_classlist as c ON (c.id=r.classlist_id) SET p.classname = c.class WHERE p... AS ro INNER JOIN qf_picture_relation AS r ON (ro.id=r.reorder_id) INNER JOIN `qf_classlist` as c ON (c.id=r.classlist_id) WHERE c.jobnumber = 2363
</code>
... elation AS r INNER JOIN `qf_classlist` as c ON (c.id=r.classlist_id) WHERE c.jobnumber = 123 AND picture_id>0
</code>
1. Die neu erstellten Relations lösch... elation AS r INNER JOIN `qf_classlist` as c ON (c.id=r.classlist_id) WHERE c.jobnumber = 123 AND r.picture_id>0 AND r.reorder_id=0
</code>
2. Jetzt die Relati
ser->isAdmin()) // gerald
$sql.='AND (open.staff_id=0 OR open.staff_id='.db_input($thisuser->getId()).' OR dept.manager_id='.db_input($thisuser->getId()).') '; // gerald
$s... ->isAdmin()) // gerald
$sql.='AND (overdue.staff_id=0 OR overdue.staff_id='.db_input($thisuser->getId()).' OR dept.manager_id='.db_input($thisuser->get... JOIN '.TICKET_TABLE.' assigned ON assigned.ticket_id=ticket.ticket_id AND assigned.staff_id='.db_input($thisuser->getId());
if(!$thisuser->isAdmin()){
$sql.=' WHERE ticket.dept_id IN('.implode(',',$thisuser->getDepts()).') OR ticket.staff_id='.db_input($thisuser->getId());
}
</code>
Wenn m
he monitor into a Windows box and using Phoenix EDID Designer. Phoenix EDID Designer is both an EDID editor and a reader. You want to save the raw bin... ions' in the General tab to 0. If you used read-edid or nvidia-settings to get your EDID, then you can use edid_disable_exts. It is a small utility that I wrote ... g a Westinghouse L2410NM monitor, which has the EDID problems. We override the EDID with the CustomEDID option provided by the nVidia driver.
Finally, t
/sbin/">lsof</acronym> -p <acronym title="process id of current shell">$$</acronym></td><td>List paths that process id has open</td></tr>
<tr><td>•</td><td class="nw"... <td>•</td><td class="nw">ps -C firefox-bin -L -o pid,tid,pcpu,state</td><td>List all threads for a particu... Watch changeable data continuously</td></tr>
<tr id="sysinfo" class="pbtitle"><td colspan="3"><b>syst... for unreadable blocks on disk sda</td></tr>
<tr id="interactive" class="pbtitle"><td colspan="3"><b>
stations connected to any of the APs.
<code>
BSSID PWR Beacons # Data CH MB ENC ESSID
00:23:1F:55:04:BC 76 21995 213416 6 ... ck mode (2 forces WPA)
* either -b for the bssid or -e for the essid : whichever is easier to type but I like using a BSSID because its more unique.
* -n 64 or -n 128 : ... e don't specify an IV flag. This will produce "lucid.cap" instead of "lucid.ivs". Assume WPA is on channel 6 and wireless int... ut steady and almost always works. We need the BSSID of the AP and the BSSID of an associated client. If there are no clients
ohne zu scannen.
===== Software RAID =====
[[raid:software:rebuild raid1|Rebuild Software Raid 1]]
[[raid:kuskus|Kuskus-Server]]
Install Softw... 4f935928:2b7a1633:71d575d6:dab4d6bc
</code>
Die UUID ist die UUID des Arrays
==== Plattentausch mit Software-Raid1 ====
- Nummerierter Listenpunkt
Identifizierung ... defekte Platte physikalisch zu lokalisieren (SCSI-ID, IDE-Kanal, ...) und auszutauschen.
- Part
dirname don't verify that these parameters are valid filenames or paths. They simple perform simple st... the $(...) construct. This latter construct is valid in Korn shell and bash -- and I find it easier to... a directory (usually using the date and my login ID as a template) and use a simple cp command to cop... IFS=: ; while read lognam pw id gp fname home sh; \
KEY_* macros), and in [http://abstrakraft.org/cwiid/browser/trunk/wminput/action_enum.txt cwiid/wminput/action_enum.txt]. All valid wiimote, nunchuk, and classic buttons are listed in [http://abstrakraft.org/cwiid/browser/trunk/doc/wminput.list cwiid/doc/wminput.list].
<code>Wiimote.<axis> = [-][~... REL_* macros), and in [[http://abstrakraft.org/cwiid/browser/trunk/wminput/action_enum.txt cwiid/wminput/action_enum.txt]].
All valid wiimote, ... ic axes are listed in [[http://abstrakraft.org/cwiid/browser/trunk/doc/wminput.list cwiid/doc/wminput.list]]. A - before the axis symbol i
nload [[http://www.circuitdb.com/download.php?fileID=356&aid=true|wmd-0.1.2.tar.gz]] here.
Assuming python...
===== CWiid =====
[[http://abstrakraft.org/cwiid/|CWiid]] is a collection of Linux tools written in C for... stall CWiid:
<code>wget http://abstrakraft.org/cwiid/downloads/cwiid-0.6.00.tgz
tar -zxvf cwiid-0.6.00.tgz
cd cwiid-0.6.00/
./configure
make
sudo make install