Mechanical Keyboard Huoji CQ 63, user manual

I’m going to leave this entry as backup for the user manual of my keyboard.

Characteristic

  1. Support system: vs,rinXPI Win7/ Win81 Win10/Android/Apple all operating systems.
  2. Support the Apple system opening process, press ALT to enter the system selection interface.
  3. Bluetooth mode supports any 6 keys without conflict, USB mode supports all keyboards without conflict, and supports booting into BIOS.

FN combination key function

FN +KeysFunctionDescription
1=Fl
2F2
3F3
4F4
5F5
6F6
7F7
8F8
9F9
oF10
Ell
=+F12
ESC‘-
PPRINT
[{HOME
}]DELETE
LEFTspeed +five levels-default third level
RIGHTspeed –five levels-default third level
UPbrightness +five levels-the brightest by default
DOWNbrightness –five levels-the brightest by default
?/Floating with the flow, rippling, running away from the dust, stepping on the snow without a trace, grid, breathing, constant light, horse racing.
/ISwitch to custom mode
FN +CTRL_LCTRL_L CAP and CTRL_L interchange
SPACEpause modeLighting effect pause
ENTERcolor switch
Win LWindows locklock Win L . APP
ACustom recordingLong press 3S to start recording, Mashes; press A again, recording is complete
SCustom recording
QBluetooth device
connection, and device switching
Long press 3S to connection, short press to switch devices
WBluetooth device connection, device switchingLong press 3S to connection, short press to switch devices
EBluetooth device connection, device switchingLong press 3S to connection, short press to switch devices
RWorking mode switchSwitch to USB mode, Bluetooth mode
TBluetooth single carrier test modeLow frequency
YBluetooth single carrier test modeMedium frequency
UBluetooth single carrier test modeHigh frequency
ResetAt the same time ESC and BACKSPACE and CTRL_L+ and direction right 3S to open the reset

Increase FN+ M=Multimedia FN+<=Volume decrease FN+>=Volume increase

BLE Bluetooth mode

The keyboard supports a total of 3 host devices for connection, and the host device needs to support Bluetooth 4.0 or higher protocol, Switch to use by “device button FN+x” (x=CAW1E), the device names are HUOJI.

Charging instructions.

When the USB cable is plugged in, SPACE lights up in blue to remind the user that the battery is charging. (The bottom switch can be opened or closed)

References

QElectrotech Electric Diagram Editor

Well  this is a short entry for the blog. To create electric diagrams I’ve downloaded QElectrotech, is a free open source tool where you can make a multiple kind of electric diagrams, schemas, models, tables and other stuffs.

It’s a very complete tool and I surprise the many of symbols that it have. There are many options that I don’t understand yet but this is a excellent for my homework of electrical installations.

Here is my first diagram (unifilar diagram):

Screen Shot 2019-10-04 at 12.17.13 AM

I’m going to try to search another tools to compare between them.

Cheers!

Red Hat Application Migration Toolkit

Java_logo

Red Hat published a free application toolkit to analyse the java enterprise applications based on old Jboss to migrate or upgrade to newer versions like wildfly.

This tool can review the complexity for the migration, the issues to attend, the dependencies (shared and circular) and other interesting stuffs to give you important details for the upgrade or migration that you will must consider.

There a tree ways to install (described by self) and you can download from here:

  • Command Line Interface
  • Web console (you can deploy a war in a existing jboss server)
  • Eclipse Plugin
  • Maven Plugin (it’s not listed but is usefully option)

I’ve tested this toolkit for migration purposes with a few old web applications based on Jboss 5, the objective is migrate that apps to wildfly. Seguir leyendo

Source Tree resolve conflicts with an external tool

2018-05-21 12_55_29-Sourcetree-blue - Internet Explorer

Source Tree supports multiple external tools to compare differences and resolve conflicts between files. By default you can choose any of this:

Source tree tools

But In this entry I’m going to show how to use it with Meld. 

Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects.

In linux systems it’s very useful and it’s my preffered tool (only when I can’t use diff and merge tools from my IDE).

How to configure

For Windows

Go to main menu and select Tools > Options > Diff tab, into selection option External Diff  pick Custom and into field Diff Command set the path to your meld binary (on windows is Meld.exe),  into field Arguments set this:

\"$LOCAL\" \"$REMOTE\"

Now for Merge Tool, select the same binary (Meld.exe) and set this into filed Arguments:

--auto-merge \"$LOCAL\" \"$BASE\" \"$REMOTE\" --output=\"$MERGED\"

Now, if you choose any file in your project you can check the diff selecting External Diff or with shorcut CTRL+D over your file, and meld it’s executed:

extdifmeld

And it’s the same for files in conflict, select your file with the context menu Resolve conflicts > Launch External Merge Tool, now you can view side to side the differences between versions.

extmergemeld

For Mac OSX

Meld is available for OSX here, download and install it.

Select Sourcetree menu > Preferences > Diff tab, on Diff command and Merge command set this value:

open -W -a Meld

For Diff command set  this args:

 --args  $LOCAL $REMOTE

For  Merge command set  this:

--args --auto-merge $LOCAL $BASE $REMOTE --output=$MERGED

Note:If you want to disable auto backup files (with .orig extension) from git execute this command:

 git config --global mergetool.keepBackup false

And thats all, cheers

References

 

Connect to SMB1 from Windows 10

I had tried to connect from my windows 10 to shared folder over old Windows Server, but I received this message:

2018-05-07 11_52_03-_msg_

This explains the connection is using a protocol SMB1, in Win 10 it’s disbaled because is very old and insecure, the easy way to resolve it is enable it on windows features (into Panel Control, you need to reboot your system).

But I don’t wanna do that, I want to protect my system as far as posible, then googling on internet I found muCommander.

This is a ligth file manager (developed in java) with good support to connect with protocols like FTP, HDFS, HTTP, NFS, S3, SFTP, SMB and VSPHERE.

And now I can connect to older servers without expoes my system to some vulnerabilities.

http://www.mucommander.com/

2018-05-07 11_44_01-Acerca de muCommander