I. How to use GitLab Go to website GitLab (https://gitlab.com) Step 1: We have to add SSH key to your profile Step 2: Right click on any directories on your local computer Step 3:Please follow this step after you signup on Gitlab: Generate key on Git Bash: ssh-keygen -t rsa -C “your.email@example.com” -b 4096…
នេះជាបញ្ហាធម្មតា និងដំបូងចំពោះអ្នកមិនធ្លាប់សរសេរឯកសារលើកម្មវិធី Microsoft Word ដែលមានខ្មែរផង អង់គ្លេសផង ប្តូរចុះប្តូរឡើងធ្វើអោយទម្រង់អក្សរមិនស្អាត។ Just a quick tip for those who start to write Khmer document which is mostly mixed with English word, it makes you hard to see the doc messup with different font face and not fast enough to write it. But here easy steps or remind you the ways.…
Thanks for another question on StackOverflow and the answer of user dada67, told us that Jasper added Khmer Unicode supports since version 6.2. I tested now on JasperReport 6.3 library with its existing sample in folder: jasperreports-6.3.0\demo\samples\unicode And now I could see it’s working good enough for Khmer rendering, just still one issue: When we…
Open your Google Play Store and got this annoy message: Authentication is required. You need to sign into your google account or Error while retrieving information from servers. It’s on my Xiaomi phone using MIUI 8 (latest), I frequently got this error, and of course searching the whole Internet just to find a right solution…
You might try to open a CSV file and got error with some columns with error “#NAME?“, it is because of the excel formula conversion issue when there is an operator sign (+, -) in front of the value of the cell as following example: Some solutions may suggest you to put some few spaces…
I have already illustrated how we convert a MS Word document from Limon to Uniocde here but I haven’t tried out for case of MS Excel document once. As previously stated, it won’t have a straight way to do it without using some tricking steps. I’ll detail about it later… let me know if it…
Suppose you already know about ionic 2, typescript, nodejs, NPM related or Webpack. I’ll some day back on those topics whenever available, of course, I am also a learner with few tries. The subject of this guideline will be updated according to my real experiment, this is just a starter: 1st of March, 2017: Start…
Flow framework is a PHP framework from Typo3 community. I take a chance to try out how is the framework on Windows. Thanks to composer that makes more easier for PHP scripting language. Time by time, PHP is more better through different framework exists such as from CodeIgniter, Laravel, CakePHP or more … and Flow3…
On My SQL Workbench 5.x or 6.x, to manage the administration stuff such as import/export. Somehow, you could face an error when click on those admin tool: Current Profile Has no WMI enable Solution To solve this, it’s simply : On MySQL Workbench: Server Administration (on the right column) Click Manage Server Instances Select…
pgAdmin 4 is a new version of PostgreSQL administration tool. It’s interface looks so cool and of course, more features would come with that. Any way, here is the first error I faced and I think people might need to know it when such as we try to backup/restore from the pgAdmin 4 (rc1) received…