Thursday, 19 December 2013
Access denied for user 'root'@'localhost' (using password: NO)
Edit: /etc/phpmyadmin/config.inc.php Not: /usr/share/phpmyadmin/config.inc.php
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 nano /etc/vsftpd.conf
anonymous_enable=NO
Thursday, 12 December 2013
ADD ROUTE in Ubuntu Server!
Wednesday, 11 December 2013
Uninstall WSUS
Wednesday, 2 October 2013
Setting up an Itunes account without credit card details
Monday, 16 September 2013
Apple ID
goto Apple - My Apple ID
Tuesday, 3 September 2013
Friday, 23 August 2013
Project: Loading Linux on iMac G5
Wednesday, 17 July 2013
Dell Optiplex 3010 - Multi-display
Tuesday, 16 July 2013
w32tm - windows 7 and srv 2008 r2
Monday, 15 July 2013
Python , modules & Pip (the easy way)
Friday, 5 July 2013
Wednesday, 5 June 2013
Ruckus ZoneDirector & Ruckus Zoneflex 7343
Wednesday, 22 May 2013
ESET - how to push install to client from ESET Remote Administrator (KB)
ESET Knowledgebase
How do I push install to client workstations using ESET Remote Administrator? (5.x)
KB Solution ID: SOLN2982|Last Revised: April 09, 2013http://kb.eset.com/esetkb/SOLN2982
In order to complete the setup of ESET Remote Administrator and protect your network with your ESET security product, you will need to perform a four-part process:
- Download and install ESET Remote Administrator and ESET endpoint products
- Set up your Mirror server
- Create an installation package (containing your ESET security product and a configuration .xml file)
- Push installation package out to client workstations
NOTE:
This article outlines parts three and four. For detailed instructions on parts one and two, see the following Knowledgebase article:
Important!
Before attempting a push installation, please complete all of the items in our ESET Remote Administrator Push Installation Requirements and Checklist.
VIDEO: How do I push install to client workstations using ESET Remote Administrator? (5.x)
III. Create an installation package
- Open the ESET Remote Administrator Console (ERAC) by clicking Start All Programs ESET ESET Remote Administrator Console.
- Click the Remote Install tab, then click Actions Manage Packages.
- Click Add in the Installation Packages Editor window.
Figure 1-1
- Click Download From The Web and select the ESET security product that you wish to push install. Make sure that the version number is current and that you have the correct package selected. This information is displayed in the MSI File Descriptionfield. Click Create.
Figure 1-2
Click Save As and give your installation package a descriptive name, then click Save. Click Close to return to the ERAC window. You are now ready to continue to Part II.
NOTE:
Before saving the package, you have the option to either make changes to the configuration associated with this installation package, or to select a pre-configured ESET Configuration File (.xml) that you would like to associate with this installation package:
- Edit the configuration: Click Edit, make your desired changes and click Console. Save the file (as outlined in step 5 above) and proceed to step 6.
- Select an ESET Configuration File (.xml): Click Select, navigate to the ESET Configuration File, select it and click Open. Save the file (as outlined in step 5 above) and proceed to step.
To perform a silent installation (optional), run the file from the command line using the following switches:
/quiet REBOOT="ReallySuppress" (see Figure 1-3)
For example: C:\Users\UserName\Desktop\ESET32.exe /quiet REBOOT="ReallySuppress"
To display a progress bar during the installation, run the file from the command line using the following switches
/qb! for progress bar with no cancel option.
For example: C:\Users\UsersName\Desktop\ESET32.exe /qb REBOOT="REallySuppress"
Figure 1-3
IV. Push installation package out to client workstations
Important!
Before attempting a push installation, please complete all of the items in our ESET Remote Administrator Push Installation Requirements and Checklist.
- In the main program window of the ESET Remote Administrator Console, click the Remote Install tab.
- Select the client workstation(s) that you wish to push an installation package out to, right-click, and select either Windows Push Installation or Linux/Mac Push Installation based on the type of push installation.
Figure 2-1
Click the image to view larger in a new window
- If any of your clients are password protected, select that client and click Set. Enter the client's logon credentials in the Logon Information window and click OK (see Figure 2-2).
NOTE:
If the logon information is the same for all the clients involved in this push installation, you can click Set All so that you only have to enter logon information once.
- Click Next.
Figure 2-2
- Select the appropriate installation packaged from the Type drop-down menu. In this example, we are pushing out to client workstations running Microsoft Windows, so we will select ESET Security Products package. Then, select the installation package you created earlier from the Name drop-down menu. Click Next.
Figure 2-3
- Verify the Task Settings in the final window, including the name of your Remote Install task and the specific time at which it will be performed. If necessary, make changes to the settings here. Click Finish to complete the push installation task.
Figure 2-4
NOTE:
To check the status of your push installation task, click the Install Tasks tab, then double-click the entry that represents your current task. In the Properties window, the status of your push installation will be visible next to State.
Tuesday, 21 May 2013
Google Chrome - delete history via batch file
Google Chrome
Chrome stores history, cookies, cache and bookmarks in various databases and directories in the per-user application data directory at C:\Users\<username>\AppData\Local\Google\Chrome\User Data
. The easiest way to get rid of all this data is just to erase everything there. Chrome creates this directory anew if it finds it missing.
@echo off set ChromeDir=C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data del /q /s /f "%ChromeDir%" rd /s /q "%ChromeDir%"
IE Clear history by batch file
To use these commands, just run them from the command line, the start menu search box in vista, or a batch file.
Temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
Delete All – "Also delete files and settings stored by add-ons"
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
Monday, 29 April 2013
Friday, 26 April 2013
IPAD Roll-out program (at School)
Friday, 12 April 2013
Meet your new Best Friend "ADplus"
3. setup the symbol path ie:
I added the symbol path: srv*c:\symbols*http://msdl.microsoft.com/download/symbols
4. Install winDBG
Thursday, 11 April 2013
Windows 7 "Unable to add printer" (Network printer)
Memory diagnostic Tool (Build-in)
Diagnosing memory problems on your computer
If Windows detects possible problems with your computer's memory, it will prompt you to run the Memory Diagnostics Tool.
Running the Memory Diagnostics Tool
When you receive a notification about a possible memory problem, click the notification to choose between two options for when to run the Memory Diagnostics Tool.
If you choose to restart your computer and run the tool immediately, make sure that you save your work and close all of your running programs. The Memory Diagnostics Tool will run automatically when you restart Windows. It might take several minutes for the tool to finish checking your computer's memory. Once the test is completed, Windows will restart automatically. If the tool detects errors, you should contact your computer manufacturer for information about fixing them, since memory errors usually indicate a problem with the memory chips in your computer or other hardware problem.
Advanced options for running the Memory Diagnostics Tool
We recommend that you let the Memory Diagnostics Tool run automatically. However, advanced users might want to adjust the tool's settings. Here's how:
-
When the Memory Diagnostics Tool starts, press F1.
You can adjust the following settings:
-
Test mix. Choose what type of test you want to run: Basic, Standard, or Extended. The choices are described in the tool.
Cache. Choose the cache setting you want for each test: Default, On, or Off.
Pass count. Type the number of times you want to repeat the test.
-
Press F10 to start the test.
To run the Memory Diagnostics Tool manually
If the Windows Memory Diagnostics tool doesn't run automatically, you can run it manually.
-
Open Memory Diagnostics Tool by clicking the Start button , and then clicking Control Panel. In the search box, typeMemory, and then click Diagnose your computer's memory problems. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
Choose when to run the tool.
Wednesday, 10 April 2013
Error connecting to Printer (Windows 7) Error Code 0x00000003
Wednesday, 27 March 2013
Itunes backups
Where iTunes backups are stored on your computer
The folder where your backup data are stored varies depending on the computer's operating system. Make sure the backup folder is included in your periodic data-backup routine.
iTunes places the backup files in the following places:
- Mac: ~/Library/Application Support/MobileSync/Backup/
- Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
Note: To quickly access the Application Data folder, click Start, and choose Run. Type %appdata% and click OK. - Windows Vista and Windows 7: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
Note: To quickly access the AppData folder, click Start. In the search bar, type %appdata% and press theReturn key.
Ipad backups on a Mac
Where are iPad backup files stored on my Mac computer?
The location of the iPad backup files generated in iTunes is the following directory:
/Users/USERNAME/Library/Application Support/MobileSync/Backup/
Replace USERNAME with your personal account name. In the Finder, navigate to your home directory under PLACES and click Library -> Application Support -> MobileSync -> Backup
Wednesday, 13 March 2013
Windows 2008 R2, deleting Deployed printers
Open GP Manager - goto the specific GPO and delete the printer from there - mine was in -
Windows Server 2008 R2 - printer FLOP-UP
I deleted any .spl files in the c:\windows\system32\spool\
So I checked my Server - I removed the printer, reinstalled it and tried printing. Still didn't work.
I tried a different printer driver and tried printing - Now I got into a situation where my print spooler on my Server stopped everytime you trried printing to the printer in question. Little research and a chat with a buddy confirmed print spooler corruption.
On my windows 7 client I got no access to any printers, if you wanna print you get a box asking you to please install a printer... Normally a System Restore fixes this issue.
What helps? Delete the printer and reboot. Then re-add the printer.
PS: please do not use weird characters, - or / or \ in your printer names theres a bug in Win2008R2
Errors I got:
Wednesday, 20 February 2013
Reset MacMini Admin Pwd
To reset your OS X password without an OS X CD you need to enter terminal and create a new admin account:
- Reboot
- Hold apple + s down after you hear the chime.
- When you get text prompt enter in these terminal commands to create a brand new admin account (hitting return after each line):
- mount -uw /
- rm /var/db/.AppleSetupDone
- shutdown -h now
- After rebooting you should have a brand new admin account. When you login as the new admin you can simply delete the old one and you’re good to go again!
Tuesday, 19 February 2013
Event ID: 12294
Event Type: Error
Event Source: SAM
Event Category: None
Event ID: 12294
Date: 3/3/2003
Time: 9:42:55 AM
User: (USERNAME)
Computer: (COMPUTERNAME)
Description:
The SAM database was unable to lockout the account of ? due to a resource error, such as a hard disk write failure (the specific error code is in the error data) . Accounts are locked after a certain number of bad passwords are provided so please consider resetting the password of the account mentioned above.
Found one PC trying to reconnect to this Server (Below) and I get the event ID (above)
The computer BLOSSOM tried to connect to the server \\AISCTSRV02 using the trust relationship established by the AISCT domain. However, the computer lost the correct security identifier (SID) when the domain was reconfigured. Reestablish the trust relationship.