This is Steve's internal parking page for stuff he uses a lot;
it is not intended for public consumption.
Linux Installers
64-bit installers
Windows Installers
VS2012 C++ Runtime Installers
32-bit installers
IBM ServeRAID
ipssend getconfig 1
Dell Tools
Dell Firmware
- PE 2800 (8G)
- PE 2900 (9G)
- PE 2950 (9G) — checked 2013/09/22
- PE R510 (11G)
- PE R710 (11G) — checked 2013/09/22
- PE R720 (12G)
- Hard drive updaters
Dell OpenManage Stuff
HP/Compaq RAID
Win Updates for Server 2008
Ok to apply anytime
- 2545698 Text in some core fonts appears blurred in Internet Explorer 9 on a computer that is running Windows Vista, Windows Server 2008, Windows 7, or Windows
- 2547666 You cannot delete long URLs from the browsing history in Internet Explorer on a computer that is running Windows 7 or Windows Server 2008 R2
- 2574819 An update is available that adds support for DTLS in Windows 7 SP1 and Windows Server 2008 R2 SP1
- 2592687 Description of the Remote Desktop Protocol 8.0 update for Windows 7 SP1 and Windows Server 2008 R2 SP1
- 2647753 Description of an update rollup for the printing core components in Windows 7 and in Windows Server 2008 R2
- 2699779 Applications using multi-package installation on Windows 7 and Windows Server 2008 R2 may fail to install
- 2709630 Delay occurs when you log on to a domain from a computer that is running Windows 7 or Windows Server 2008 R2
- 2729094 An update for the Segoe UI symbol font in Windows 7 and in Windows Server 2008 R2 is available
- 2732059 You cannot open an .oxps file in Windows 7 or in Windows Server 2008 R2
- 2739159 Files are corrupted after you encrypt them with ECC certificates by using the EFS feature in Windows 7 or in Windows Server 2008 R2
- 2750841 IPv6 Readiness update for Win7 and Server 2008 R2
- 2761217 An update is available to add the Calibri Light and Calibri Light Italic fonts to Windows 7 and Windows Server 2008 R2
- 2762895 Application Compatibility Update for Windows Server 2008, Windows 7, and Windows Server 2008 R2: November 2012
- 2763523 No network connectivity on Windows 7-based or Windows Server 2008 R2-based client computers when a DHCPv6 message is sent that has a duplicated DUID
Breaks modifier!
-
2603229 The values of the 32-bit versions of two registry entries are incorrect in 64-bit versions of Windows 7 or of Windows Server 2008 R2
Hide / Don't install
- 2709981 Windows Media Player 12 displays scrambled DVD content in Windows 7 or in Windows Server 2008 R2
- 2719857 You cannot use an USB RNDIS device to connect to a 3G or 4G network in Windows 7 or in Windows Server 2008 R2
- 2741355 Movie Maker 2012
- 2726535 South Sudan update
- 2786400 Arabic text rendering
Common stuff
gsec
gsec
add EUSER -pw pps97
modify SYSDBA -pw pps97
quit
/tmp/fixpass
evo-isql localhost:/db/evolution/S_BUREAU.gdb <<END
select USER_PASSWORD
from SB_USER
where upper(USER_ID) = 'ADMIN'
and ACTIVE_RECORD = 'C';
update SB_USER
set USER_PASSWORD =
'Pb1.FbOy/5IHqTLn15xxtYjf0ElKHI81' -- "evolution"
, WRONG_PSWD_ATTEMPTS = 0
where Upper(USER_ID) = 'ADMIN'
and ACTIVE_RECORD = 'C';
END
/etc/xinetd.d/firebird
service gds_db
{
flags = KEEPALIVE NOLIBWRAP
socket_type = stream
wait = no
user = firebird
instances = UNLIMITED
per_source = UNLIMITED
cps = 200 5
server = /opt/firebird/bin/fb_inet_server
log_on_success =
disable = no
}
alternatives --set mta /usr/sbin/sendmail.postfix
/etc/ssh/sshd_config in CentOS6
# Local network allows root login and password auth
# Remote requires key and denies root *entirely*
PermitRootLogin no
PasswordAuthentication no
Match Address 192.168.1.0/24,127.0.0.1,::1
PermitRootLogin yes
PasswordAuthentication yes
/etc/security/limits.d/90-nproc.conf
# Default limit for number of user's processes to prevent
# accidental fork bombs.
# See rhbz #432903 for reasoning.
* soft nproc 1024 unlimited
root soft nproc unlimited