HOWTO change the LS colors on RedHat/CentOS
copy the /etc/DIR_COLORS file to your $HOME dir and make the necessary changes in the file.
Korn Shell
enable TAB completion : set -o viraw (or use set -o vi, works on my redhat enterprise 5.7)
prompt formatting : PS1='[$USER@$HOSTNAME]:${PWD#${PWD%/*/*}/} # '
http://osr507doc.sco.com/en/OSUserG/_The_Korn_shell_profile_and_kshrc.html
prompt formatting : PS1='[$USER@$HOSTNAME]:${PWD#${PWD%/*/*}/} # '
http://osr507doc.sco.com/en/OSUserG/_The_Korn_shell_profile_and_kshrc.html
SQL Server 2008 R2 - How to gain access to a new installation
In case you ever need to connect to a fresh installation of MS SQL Server 2008 R2 and you were not added during the installation, follow this procedure to gain access :
http://beyondrelational.com/blogs/chintak/archive/2010/07/20/sql-2008-r2-new-installation-and-login-password-unknown.aspx
http://beyondrelational.com/blogs/chintak/archive/2010/07/20/sql-2008-r2-new-installation-and-login-password-unknown.aspx
Disable UAC for Windows Servers through Group Policy
Posted by
DJ
on Monday, November 21, 2011
/
Labels:
group policy,
microsoft,
security,
windows server
/
Comments: (0)
In Computer Configuration | Policies | Windows Settings | Security Settings | Local Policies | Security Options configure the following values:
- User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode
- User Account Control: Detect application installations and prompt for elevation
- User Account Control: Turn on Admin Approval Mode
Source.
- User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode
- User Account Control: Detect application installations and prompt for elevation
- User Account Control: Turn on Admin Approval Mode
Source.
Install XBMC on an Apple TV 2
Link collection of what i used to install XBMC on my brand new apple TV 2 :
http://forum.xbmc.org/showthread.php?t=99315
http://support.firecore.com/entries/387605
http://wiki.xbmc.org/index.php?title=Install_XBMC_on_ATV2
http://wiki.xbmc.org/index.php?title=Install_XBMC_on_ATV2#Nightly
http://wiki.xbmc.org/index.php?title=XBMC_for_iOS_specific_FAQ#direct_boot
http://forum.xbmc.org/showthread.php?t=99315
http://support.firecore.com/entries/387605
http://wiki.xbmc.org/index.php?title=Install_XBMC_on_ATV2
http://wiki.xbmc.org/index.php?title=Install_XBMC_on_ATV2#Nightly
http://wiki.xbmc.org/index.php?title=XBMC_for_iOS_specific_FAQ#direct_boot
Pagefile Management for Windows Server Core
Posted by
DJ
on Friday, November 18, 2011
/
Labels:
core,
howto,
microsoft,
windows server
/
Comments: (0)
First you need to disable the automatic management:
wmic
>computersystem where name="hostname" set AutomaticManagedPagefile=False
Next, you select where to put the pagefile and how big it should be (expressed in MB)
wmic
>pagefileset where name=”C:\\pagefile.sys” set InitialSize=8192,MaximumSize=8192
More info : http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/12/27/page-files-in-server-core.aspx
wmic
>computersystem where name="hostname" set AutomaticManagedPagefile=False
Next, you select where to put the pagefile and how big it should be (expressed in MB)
wmic
>pagefileset where name=”C:\\pagefile.sys” set InitialSize=8192,MaximumSize=8192
More info : http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/12/27/page-files-in-server-core.aspx
Free eBook: TCP/IP Fundamentals for Microsoft Windows
This online book describes the fundamentals of TCP/IP in Windows Vista, Windows Server 2008, Windows XP, and Windows Server 2003.
http://blogs.technet.com/b/johnbaker/archive/2011/11/10/free-ebook-tcp-ip-fundamentals-for-microsoft-windows.aspx
http://blogs.technet.com/b/johnbaker/archive/2011/11/10/free-ebook-tcp-ip-fundamentals-for-microsoft-windows.aspx
