-
Pirated Software in Indonesia【Types of License Authentication Methods】
2020/11/5
There are two types of license authentication: MAK authentication, where each PC is authenticated by requesting one PC at a time, and KMS authentication, where PCs connect to Microsoft's authentication site through an authentication server, but 83% of software in Indonesia is pirated using crack tools.
-
Common Unauthorized access in Indonesia【Crimes committed for profit or out of spite】
2021/1/9
The motive for planting a backdoor into a system is to continue to gain unauthorized access to the system without the owner being aware of it, or a phishing scam that directs visitors to a specific site with unauthorized redirects, or to continue to send spam emails from the site to an unspecified number of email addresses.
-
What to do when a website is infected with a virus (malware)
2020/4/17
I am ashamed to say that at the beginning of last month, when I opened this site, it opened an imif site from Russia or Eastern Europe in a separate tab and automatically created a new user with administrative privileges called wp-updates, and I felt that this was done by malware (malicious software = malicious and software).
-
Points to consider when purchasing a projector【Projection method, resolution and brightness】
2020/10/4
I've only met one person in rural Bali who calls a motorcycle a Honda, but there are plenty of people in urban Jakarta who call a projector an Infocus.
-
Business Environment Information
The more you go online, the more you can differentiate yourself offline.
2020/4/12
The reason why a product that just happens to be a hit doesn't last until later is because you don't know why it sold, so you can't keep up with the changes of the times and don't know how to sell it next.
-
What to do if the Sentinel Protector Driver is not recognized
2020/10/4
When you plug a new device into a USB port on your PC, such as an external hard drive, a USB stick, or a USB receiver for a wireless mouse, Windows will usually automatically recognize the device and try to install a matching device driver.
-
How to write a batch file was and still is the same
2020/10/4
A batch file is a text file with the bat extension, which has existed since the days of the old Dos, and it is used to call a batch file to run a process to be executed by the Windows shell (command prompt).
-
Open source and copyleft【modified source is distributed under the same terms as the original license】
2020/10/6
GNU stands for "GNU is Not Unix" and refers to a generic term for Unix and upwardly compatible fully free software development projects.
-
Copy/Merge Method in Version Control【Mechanism of exclusive control at checkout/in, diff control at down/upload and merge at next check-in】
2020/10/6
I use Evernote on my PC and my phone, and I often revise my notes at home on my PC and then revise them again while driving or at Starbucks, but the communication situation in Indonesia, which is entering the heyday of 4G, is still unstable, and if you revise a previous version of Evernote and then successfully sync it in a place with good signal, you will get "conflicting changes".
-
Offsetting issues with block elements above and below the margin property
2021/1/4
A block-level element will be placed within its parent element to fill the width if no width is specified, because essentially no other elements can be placed next to a block-level element in the same flow.
-
The relationship between relative and absolute in the position property
2021/1/4
You can move the position with position, top and left without using a float and margin-left (child boxes) or padding-left (parent boxes).
-
In Jakarta, the world's worst congested city, remote support is basic.
2020/10/7
The news that Jakarta was ranked as the world's worst congested city in 2015 by a British company is one of the irony stories among Japanese living in the country, and while it is certainly disgusting news, I assume it is being used as a supplementary information to help Japanese headquarters and their families understand how hard it is to work in Jakarta.
-
I have tried to explain the relationship between class and interface from the perspective of a manufacturing system.
2021/1/4
The production control department of a manufacturing company issues purchase orders and manufacturing instructions by developing the requirements from the bill of materials (BOM) based on unofficial and confirmed orders, but the items registered in the BOM are usually managed by inventory management based on the actual receipt or manufacturing results.
-
Elements and Property in Object Orientation
2021/1/4
システムは人間の言葉をそのままでは理解できないので、理解できるようにHTMLの開始タグと終了タグで囲んで範囲を明確にした後のカタマリが要素です。
-
Basic operations of the DOM
2020/10/4
Objects for operating the JavaScript DOM are managed in a hierarchical structure, and the object at the top of the hierarchy is the window object, which is automatically created when JavaScript is launched.
-
How to distribute the surveillance footage required by Indonesian Customs via the Internet
2020/10/9
As of September 2014, Indonesia's Customs has requested that a system be built to enable the customs to check the images from surveillance cameras at two locations in bonded factories, the entrance/exit of the warehouse and the container loading area, via the Internet.
-
Internal Control and IT Compliance
2020/4/6
In order to check the appropriateness of financial statements, it is essential to check the slips as evidence of business operation. However, it is not possible to check all the huge amount of slips, so it is good to be able to confirm that the data of the business system is flowing properly, and it is good to be able to confirm that the approval function of the system is functioning properly.
-
Summary of the Oracle 11g R2 installation process.
2020/10/9
These two DBs are like Musashi and Kojiro, and every time the version goes up, the function comparison has been done, but recently it seems that it is called "Oracle for search, SQLServer for update".
-
How to bubble sort a two-dimensional array
2020/10/11
What we want to do is to "store the format definition information stored in the table in a two-dimensional array in the output order", which is necessary to "generate only four fields as a fixed-length CSV format out of a large number of fields in the time and attendance data". We first store the table values in a two-dimensional array and then sort the two-dimensional array in the order of output.
-
Integrated management of project files through difference management
2020/10/11
In the file difference management system, the project file itself is under exclusive control at checkout/check-in, table data is managed by download/upload, and the data is merged at the next check-in timing.