My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Monday, 7 February 2022
Running aws-cli in Docker container
›
Local host prerequisites: installed Docker (optional) installed AWS CLI (Amazon Web Service Command Line Interface) which is a command line ...
Friday, 4 February 2022
Running BOM-encoded .sql file in MySQL shell gives "ERROR: 1064 (42000): You have an error in your SQL syntax"
›
I wanted to import a Northwind DB into my local instance of MySQL and found on one Google Code page a file with all necessary commands: Nor...
How to remove BOM Unicode character from a file (Linux)
›
Example of file with Byte Order Mark (BOM) bytes which appear at the beginning of the file: $ xxd commands.sql 00000000: efbb bf73 656c 6...
How to use GNU Stream Editor (sed)
›
sed is a Unix tool, a GNU stream editor for filtering and transforming text. From its manual: Sed is a stream editor. A stream ed...
Monday, 31 January 2022
How to connect to MySQL database from Ubuntu command line
›
We first need to install MySQL shell . I'm running my test db from within a Docker container as: $ docker run \ --name my-mysql \ --...
‹
›
Home
View web version