Wednesday, 17 July 2013
Dell Optiplex 3010 - Multi-display
Default Bios setting --> Video - Multi-display - DISABLED
Setting up Dell Optiplex 3010 with dual Monitors
1. FIRSTLY enable "multi-video" in the Bios
(if you don't have this option, download the - Dell Client Configuration Toolkit - CCTK) to tweak your bios.
2. Enable the setting
3. Setup your new graphics card
4. Enjoy
Link to the tech guide
Tuesday, 16 July 2013
w32tm - windows 7 and srv 2008 r2
Server ahead by 5minutes
Changed time - updated my time from my windows machine but still I had the wrong time...
w32tm /config /update /syncfromflags:domhier (on windows 7) --> telling the workstation to get the time from a domain
w32tm /montior - view servers
net stop w32time
net start w32ime
w32tm /resync
To see when your PC will next automatically sync
- Control Panel - Task Scheduler - MS - Windows - Time Synchronization
NET TIME DOMAIN - -> Showed me getting my time from a different domain controller
Changed time on correct domain controller ---> from elevated cmd line
w32tm /resync
Monday, 15 July 2013
Python , modules & Pip (the easy way)
Install Python
From normal windows command line interface
" python distribute_setup.py" to update the distribution
" python get-pip.py" to install pip
To run pip
from normal windows cmd "pip"
Use pip as installer.
from command line
" pip install virtualenv"
" pip install virtualenvwrapper"
" pip install south"
" pip install MySQL-python"
" pip install Django"
" pip install SIT"
Using pip to upgrade
from command line
"pip install South --upgrade
To check what Python modules have been installed?
* from cmdline "python"
* Help ('modules')
Testing modules
virtualenv
from command line "vitualenv"
Friday, 5 July 2013
Subscribe to:
Posts (Atom)