Thursday, 19 December 2013
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
Subscribe to:
Posts (Atom)