Thursday 19 December 2013

Changing AD Password policy lockout

ON DC - Start - run - GPMC.MSC

Default domain Policy
- - Computer Policies
--- Policies
---- Windows Settings
----- Security Settings
------ 



"Do it, and then you will feel motivated to do it" 
~Zig Ziglar

Ipad "Unable to connect to Itunes"


Got this on a few of our school ipads after the summer holidays. Its a randaom problem,some are working some aren't.


"Do it, and then you will feel motivated to do it" 
~Zig Ziglar

Access denied for user 'root'@'localhost' (using password: NO)

AllowNOPassword=FALSE


    Edit:  /etc/phpmyadmin/config.inc.php  Not:  /usr/share/phpmyadmin/config.inc.php

Remove mysql purge & reinstall
    sudo apt-get --purge remove mysql-server mysql-common mysql-client

    sudo apt-get install mysql-server mysql-common mysql-client


Ubuntu

  • Update the Package Index: The APT package index is essentially a database of available packages from the repositories defined in the/etc/apt/sources.list file and in the /etc/apt/sources.list.d directory. To update the local package index with the latest changes made in the repositories, type the following:

        sudo apt-get update  

  • Upgrade Packages: Over time, updated versions of packages currently installed on your computer may become available from the package repositories (for example security updates). To upgrade your system, first update your package index as outlined above, and then type:

        sudo apt-get upgrade

Install python
sudo apt-get install python3
Check python version  python --version

FTP Server
 sudo apt-get install vsftpd

    sudo nano /etc/vsftpd.conf
    anonymous_enable=NO
Python Virtualenv
apt-get install python-virtualenv



Thursday 12 December 2013

ADD ROUTE in Ubuntu Server!

Finally I got it

sudo route add -net 172.16.7.0 netmask 255.255.255.0 gw 192.168.1.9

Wednesday 11 December 2013

Uninstall WSUS

http://blogs.technet.com/b/sus/archive/2008/11/05/how-to-manually-remove-all-of-wsus.aspx

Reinstall "unable to connect to network"

The server is pointing to itself for updates


just delete

It's a relatively quick fix though – Just delete "HKLMSoftwarePoliciesMicrosoftWindowsWindowsUpdate", restart the Windows Update service (wuauserv) and then you should be good to go.

net stop wuauserv
net start wuauserv