Skip to main content

Canon IP1200 and IP1600 Cartridge Not Recognized

· One min read
  1. Click Start
  2. Click Control Panel
  3. Click on Printers and Faxes
  4. Right click on your printer (Canon IP1600)
  5. Go down to properties
  6. Then click on maintenance
  7. Click on ‘View Printer Status…..
  8.  Click on Option
  9. Click on enable status monitor (This will turn off the monitor and allow you to use the refilled ink cartridges)
  10. If at any time you get the ‘Ink out’ message on your PC a light under your power button on the printer will flash.
  11. To **continue printing **press the button and click the close button on the warning (marked X). (You may need to do a few things)

 

 

Ejecting CD/DVD stuck in an iMac

· One min read

CD/DVD stuck in your iMac? Try the options below to force it to eject.

  1. Press Mouse Button at boot to force the CD/DVD to eject

If that doesn’t work, try the following below.

Hold down the C key during reboot (If the CD/DVD doesn’t have a Boot sector, the iMac will then eject your CD/DVD)

If that doesn’t work, try the following below.

  1. Open up a Terminal (Applications/Utilities/Terminal)
  2. Type: drutil tray eject & press Return
  3. Your CD/DVD should now eject.

 

 

 

Changing the Aion English Client to Korean

· 2 min read

Short fix:

  1.  Right-click on Aion in your Launcher game list
  2. Select Properties
  3. Change/update language

Long fix:

You are running a North American client from Europe and may need to reinstall the European client. Odds are you’ve been playing Aion since way back in the beginning. When you re-install, the version that gets installed is determined by your OS locale settings and Launcher Options. It will take a while, but you will need to remove Aion completely from the Launcher and from your PC and start from square one with the installation. If you have a decent speed internet, this shouldn’t take all too long unless you do it during prime time.

Remove English files fix:

  1. Delete the language files in your installation folder AionL10N
  2. Make sure your Launcher’s regional settings are correct
  3. Make sure that your Aion language settings in the Launcher are correct
  4. Restart the Launcher completely & let it patch the correct language files.

Re-install only in Launcher fix:

  1. Remove Aion from your launcher by right-clicking and choosing “Uninstall”. Do not remove your game files – only remove it from the Launcher.
  2. Restart the Launcher.
  3. Right-click on Aion (should now be displayed as “Not installed”) and choose “Install”.
  4. Customize the installation so that all language settings are correct and point it to your Aion game folder from the previous installation.
  5. The Launcher will now try to patch any missing language files & hopefully resolve your issue.

How to forcefully clear the Trash in Linux

· One min read

The Trash stores your recently deleted files and folders which you can usually Right click and clear to clear the Trash in Linux  – however I have ran into problems where even though you clear the Trash the files and folders you want deleted remain. Good news is that you can force the Trash to be cleared by using the Linux terminal.

  1. Open your Linux Terminal
  2. Copy these commands and paste them into the terminal and press Enter (this will clear the Trash completely – anything in the Trash is unable to be recovered)

 

rm -rf ~/.local/share/Trash

mkdir ~/.local/share/Trash

mkdir ~/.local/share/Trash/expunged

mkdir ~/.local/share/Trash/files

mkdir ~/.local/share/Trash/info

 

Note: Tested in Debian/Ubuntu variant – other Linux distributions may have the Trash location changed and you will need to find the Trash location on your Linux distribution.