Shell script fails: Syntax error: “(” unexpected
There’s one time I encountered this error when executing a bash code/script: install.sh: Syntax error: "(" unexpected The script does not begin with a shebang line, so the kernel executes…
There’s one time I encountered this error when executing a bash code/script: install.sh: Syntax error: "(" unexpected The script does not begin with a shebang line, so the kernel executes…
There is one time I see this kind of error: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL…
There is one time I tried to install some python package via pip install requirement. But I encountered some error like this: from pkg_resources import load_entry_pointImportError: No module named pkg_resources…
Recently, I saw this kind or error quite frequent. At first I thought that it was nothing.But eventually, it’s kinda bothering me when I see the error message :p Jul…
All reference is taken at here: https://github.com/simsong/bulk_extractor/wiki/Installing-bulk_extractor bulk_extractor is a computer forensics tool that scans a disk image, a file, or a directory of files and extracts useful information without…
If you encounter error something like this: Cannot find module (SNMPv2-MIB): At line 0 in (none)Cannot find module (SNMPv2-SMI): At line 0 in (none)Cannot find module (SNMP-NOTIFICATION-MIB): At line 0…