Saturday 30 December 2017

How to test my fax machine


It's not a good idea to find random fax number and send spam fax to it.
There is legal and moral way:
Send a one page black and white text fax to 1-888-hpfaxme (1-888-473-2963).
When your fax is received by the HP Test Fax Service, we will generate a return fax to you within five minutes confirming that we received your fax.
This verifies that you can both send and receive a fax with your fax machine.

Friday 29 December 2017

Low price cheap affordable cloud servers and hosting service


Low price cheap affordable cloud servers and hosting service:
http://cloudatcost.com

Saturday 2 December 2017

textnow desktop version

go to www.textnow.com, login with your user, you get textnow desktop version, you can text or call from computer.

Friday 27 October 2017

How to change CentOS 7 timezone

1. View current: timedatectl
2. List available: timedatectl list-timezones
3. Set timezone: timedatectl set-timezone America/Chicago

Thursday 26 October 2017

OSclass on CentOS 7 complains directory isn't writable


1. First try to disable SELinux on server:
change line in /etc/sysconfig/selinux to : SELINUX=permissive
reboot
2. if issue still there, run command as suggested by OSClass: chmod a+w directory

Wednesday 25 October 2017

How to save keep Windows 10 lock screen wallpaper background?

By default Windows 10 lock screen wallpaper use Windows spotlight, and it changes by itself from time to time. many pictures are very beautiful and nice you might want to save.

Here is how:
1. create a new folder wallpapers
2. copy and paste this string to file explorer: %userprofile%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
3. File explorer will change to a folder, copy all files to new folder wallpapers
4. In Cortana box, enter cmd and click Command prompt, go to the new folder wallpaper, run command: ren *.* *.jpg
5. go to folder wallpaper, change view to Large Icons, refresh the folder, delete any files that does not show a picture.

Sunday 8 October 2017

Google maps is too slow very slow unresponsive

click a lightning sign at bottom right corner of map > Switch to lite mode

Saturday 30 September 2017

Monday 18 September 2017

FireBug decommissioned, FireBug alternatives

FIreBug decommissioned, FireBug alternatives: FireFox Developer Edition, it is similar powerful as FireBug
just click the wrench button at top right of page, you can see all developer tools.

Monday 28 August 2017

How to install dig on CentOS

yum -y install bind-utils

How to find your public IP on Linux


Run command line:
dig TXT +short o-o.myaddr.l.google.com @ns1.google.com
or
dig +short myip.opendns.com @resolver1.opendns.com

Sunday 6 August 2017

How to Install ImageMagick on CentOS 7 & RHEL


1. Install Required Packages

# yum install gcc php-devel php-pear


2. Install ImageMagick
# yum install ImageMagick ImageMagick-devel


3. Install ImageMagick PHP Extension

# pecl install imagick
# echo "extension=imagick.so" > /etc/php.d/imagick.ini


4. Restart Apache and Check Extension

# systemctl restart httpd

Saturday 5 August 2017

OSCLASS 3.5.3 OC-ADMIN settings media HTTP error 500 on CENTOS 7 PHP 5.4.16


check if php-gd installed:(image support)
rpm -qa | grep php
if not:
yum install php-gd
then restart httpd:
systemctl restart httpd

Wednesday 2 August 2017

CentOS 7 dovecot 2.2.10 postfix 2.10.1 squirrel web mail problems and solutions


problems and solutions:
# dovecot --version
2.2.10
# postconf -d | grep mail_version
mail_version = 2.10.1
milter_macro_v = $mail_name $mail_version
# uname -a
Linux xxxxxx 3.10.0-514.26.2.el7.x86_64 #1 SMP Tue Jul 4 15:04:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

1. can not login to squirrel web mail: permission denied
error connecting to IMAP server: localhost. 13 : Permission denied
setsebool -P httpd_can_network_connect on #save change permanent
2. squirrel web mail can not send/receive email:
Aug 2 16:19:49 localhost postfix/smtpd[5959]: warning: SASL: Connect to private/auth failed: No such file or directory
Aug 2 16:19:49 localhost postfix/smtpd[5959]: fatal: no SASL authentication mechanisms

find this part(it is include in "service auth" block) in /etc/dovecot/conf.d/10-master.conf , uncomment the lines and change to the following.

unix_listener /var/spool/postfix/private/auth {
mode = 0666
user = postfix
group = postfix
}

in /etc/dovecot/conf.d/10-auth.conf:
change "auth_mechanisms = plain" to "auth_mechanisms = plain login external", to support SASL, we need to add external to supported auth_mechanisms

then restart dovecot: systemctl restart dovecot
3. still can not receive email to info@tradebay.ca:
in /etc/aliases

change "info: postmaster" to "info: info", then restart dovecot: systemctl restart dovecot

Wednesday 28 June 2017

Windows 10 too slow disk usage 100


Part one
MSI mode can be disabled for specific devices via the registry:

Check if you are running the inbox AHCI driver (StorAHCI.sys):

1)Open a command prompt with administrator privileges. Run in the command prompt window: devmgmt.msc
2)Under IDE ATA/ATAPI Controllers right-click on the AHCI controller node and select Properties. This node is usually called “Standard SATA AHCI Controller.”
3)Navigate to the driver tab and click Driver Details.
4)If you see “StorAHCI.sys” in the list, you are running the inbox driver.

Disable MSI for the controller in the registry:
5)In the same properties window opened in step 2, navigate to the Details tab and select Device instance path from the Property drop-down menu. Note this path.
6)Open the registry editor by typing regedit in the previously opened command prompt.
7)Navigate to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\ \Device Parameters\Interrupt Management\MessageSignaledInterruptProperties, where refers to the device instance path you noted in step 5.
8)Change the value of the MSISupported key from “1” to “0”.
If you don’t know which controller your boot device is attached to, repeat steps 5 through 8 for all AHCI controllers found under 2.

Reboot

Part two
Google Chrome:
In Google Chrome, go to Settings > Advanced > Privacy and security> use a prediction service to load pages more quickly
and untick it.

Part three
Skype:
Make sure you have exited Skype and it is not running in the taskbar (if it is running in the taskbar then quit it).
Open Windows Explorer and open the following folder:
"C:\Program Files (x86)\Skype\Phone\"
Now right click "Skype.exe" file and then click "Properties" and open the "Security" tab.
Click the "Edit" button and then highlight "ALL APPLICATION PACKAGES" and place a tick in the "Write" box.
Click "Apply" and then "OK" and then "OK" again

Wednesday 17 May 2017

Windows 10 There were some problems installing updates


1) Press Windows Key + X , select “Command Prompt (Admin)” from the menu.
2) run the following commands
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
3) Rename the SoftwareDistribution and Catroot2 folder.
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
4) Run the following commands in the Command Prompt.
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5) Type Exit in the Command Prompt to close it.

Friday 28 April 2017

How to enable Adobe Flash player in Chrome in Windows


1. type: chrome://settings/content in Chrome address bar
2. go to Flash section, select "Allow sites to run Flash", click Done.

Monday 24 April 2017

LG Stylo 2 Android 7.0 disable automatic system updates

Enable USB debug, then in "Developer options">"Automatic system updates" turn off

LG stylo 2 Android 7.0 enable USB debug mode

Settings > About phone > Software info>tap on "Build number" 7 times, you'll see "you are now developer"

Sunday 23 April 2017

How to Fix LG Stylo 2 “Unfortunately the Process.com.android.phone Has Stopped”


1. Turn the power off.
2. Press and hold the Power + Volume Down Key on the phone. until "Recovery Mode loading..." appears, let go buttons
3. do "wipe data/factory reset"
4.do "wipe cache partition"
5.do "reboot system now"

Monday 10 April 2017

LG Stylo 2 LS775 stuck at "configuring your phone"

1. leave it there 15 minutes
2. Push volume up and volume down button at same time and hold. screen will show up SKIP button.

Saturday 11 March 2017

How to claim Canada tax credits in StudioTax if my parents live with me in Canada

Schedule 1 line 315, double click the number of this line > Schedule 5 pops up,
in schedule 5, find a box for line 315, click "Pick name..." button, if the person is not in dependents List, click "Edit Dependents List" to add.
find another box for line 315 for additional dependent.

Friday 3 March 2017

How to find cheap smart phone unlock service

in ebay.com, search "make model unlock code", for example search "zte grand x3 unlock code" in ebay search bar.

Thursday 2 March 2017

Upgrade Microsoft Lumia to Windows 10

1. In store, find and install Windows 10 Mobile Upgrade Advisor app.
2. run Windows 10 Mobile Upgrade Advisor app. follow instructions.
3. if step 2 says upgrade available, Settings >phone update, it will download updates, preparing install, install, migrate app data, restart a few times during upgrade, takes about 80 minutes.
4. All pre-existing apps will start to update automatically, you can go to store app to monitor progress.
Found problems after upgrade:
HERE maps and HERE drive no longer work.
Contacts all gone -- fix: continue check and do updates in settings > update & security; then in settings >Accounts, add your previous account.

Friday 20 January 2017

Error reinstall windows 10: Windows Cannot Be Installed to This Disk. The Selected Disk Has an MBR Partition Table. On EFI Systems, Windows Can Only Be Installed to GPT.

Error: Windows Cannot Be Installed to This Disk. The Selected Disk Has an MBR Partition Table. On EFI Systems, Windows Can Only Be Installed to GPT.
Solution:
Temporarily disable the EFI Boot Sources setting in the BIOS:
Restart the computer, and then enter the BIOS settings.
usually in menu Boot Order or Start Up depending on hardware, disable the EFI Boot Sources.
Save Changes & Exit.
Install the Windows operating system.
Enable the EFI Boot Sources setting in the BIOS

Windows 10 Windows Media Creation Tool Error code: 0x80070456 - 0xA0019

I wanted to reinstall windows 10 on a laptop, following steps in a Microsoft link ,
I run Windows Media Creation Tool, choose USB, download Windows 10, it then verifies the download,
but at about 50% of Creating Windows 10 Media I receive this message:
There was a problem running this tool
We're not sure what happened, but we're unable to run this tool on your PC. If you continue experiencing problems,
reference the error code when contacting customer support. Error code: 0x80070456 - 0xA0019
Reason and solution:
Antivirus software blocked autorun when the tool is creating the bootable media.
so disable all antivirus, including windows built in defender before run the tool.

Search