My services
Project Engineering for E&I
I can share my various field experience to make a strong project design.
E&I System Commissioning & Inspection
High quality inspection and Commissioning for various systems.(VMS, PMS, F&G and etc)
System Maintenance
Rig maintenance experience will give you a practical solution.
What else I provide?
Precise Inspection & Reporting
Providing exact data to complete your project.
Good Communication
Open-mindedness communication will give you more strength.
Development
Keep developing of your working environment and system.

What my colleague say
Mr. Lee has demonstrated an exceptional knowledge of the instrumentation and
Kongsberg systems on the four deep-water drilling vessels. He is reliable, has a
good work ethic, organizational skills and combined with his technical ability is a star
performer in our team. Additionally he has an impressive ability in evaluating and
troubleshooting a system.

During his time with OOG, Mr. Lee has demonstrated that with his dedicated leadership and experience regarding the different disciplines and systems and their working relationship within the Drillships it has enabled the final commissioned outcome of the Drillships, using the rules and regulations relative to various stardards and classifications that the end user will be delivered quality DP-3 Drillships.

Gi Won is one of the senior lead engineers working in our team, and has the responsibility for several ongoing projets. He has a high level of knowledge and work capacity, and is and invaluable resource for other team members and myself.

My work
Who am I ?
Experience with Engineering & Commissioning for ICS (VMS) in Oil & Gas Company.
- Commissioning/Engineering
- Review & Approval FAT, CP, CAT procedures
- On board inspection
- Electrical / Automation system Maintenance on the rig
Various Experience with Kongsberg Integrated Control System
- S/W configuration experience for various Marine & Offshore Systems.
Machinery, PMS, Thruster, Ballast, Bilge, VFD, F&G, ESD, HVAC and etc.
- Expert with FIELDBUS Technology and Serial interface configuration.
- Expert with various systems integration.
- Good knowledge of Automation System
- Good knowledge of FIELDBUS Technology
- Good knowledge of Computer Serial Interface (MODBUS, PROFIBUS, NMEA and etc)
- Good knowledge of Network and Server administration Technology.
WANT TO KNOW MORE ABOUT ME? CURIOUS WHAT ELSE I DO?
About me
Hello! I’m Giwon
I’m an E&I engineering, commissioning and system maintenance specialist.
I’ve been working in many Marine and Oil & Gas projects since 2004.
Information of my qualification on this web are in keeping with your position requirement.
Latest news
How to install KDE Plasma 5 on FreeBSD
After pure FreeBSD installation # portsnap fetch # portsnap extract # portsnap fetch update # pkg upgrade # pkg install sudo vim xorg kde5 kdevelop sddm firefox libreoffice gimp vlc soundconverter lftp # sysrc dbus_enable=YES # sysrc ssddm_enable=YES # vim /etc/sysctl.conf net.local.stream.recvspace=65536 net.local.stream.sendspace=65536 :wq! # shutdown -r now
How to install starcraft remastered on MX linux 19
sudo dpkg –add-architecture i386 sudo cat >> /etc/apt/sourcelist.d/various.list # WineHQ deb https://dl.winehq.org/wine-builds/debian/ buster main ctrl + D sudo apt update sudo apt install libgnutls30:i386 libldap-2.4.2:i386 libgpg-error0:i386 wine-staging winetricks Download the Starcraft installer, then: WINEPREFIX=~/.wine WINEARCH=win32 winetricks corefonts WINEPREFIX=~/.wine wine StarCraft-Setup.exe
Orange Pi resize file system
Check partition name $ sudo fdisk -l Print partition information and Check first sector of second partition $ sudo fdisk -c /dev/mmcblk0 input “p” Delete target partition and Create partition based on before partition information input “d” – input “2” – input “n” – Input “p” – input “p” – input “2” – input “first […]
nohup
On Unix-like operating systems, the nohup command executes another command, and instructs the system to continue running it even if the session is disconnected. $ sudo nohup example-script.sh > log.out & Nohup is for a single use. Think of a script that will take a long time to run but will still ultimately finish. Maybe there’s a long and […]