Terminator is an Awesome Terminal Emulator

Posted on Oct 18, 2013 in Software • Tagged with software, terminal, tips, Linux, terminator

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

Hyper.js is a …


Continue reading

Docker on Windows

Posted on Jul 08, 2017 in Software • Tagged with Software, Docker, Widnows, Windows 10, Hyper-V, Virtualization

It is suggested that you use Docker in WSL rather than using Docker for Windows.

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

It is suggested that you use Docker on WSL 2.

While Docker …


Continue reading

Alternative to the rm Command in Linux

Posted on May 02, 2019 in OS • Tagged with Linux, Shell, rm, Trash, mv

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! **

As is know to all, it can be …


Continue reading

Tips on Dockerswarm

Posted on Oct 10, 2019 in Software • Tagged with Software, Docker, Docker Swarm

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

https://ender74.github.io/Sharing-Volumes-With-Docker-Swarm/

Volume

docker service create \
    --name nginx \
    --mount type=bind,source=`pwd`/static-site,target=/usr/share/nginx/html \
    -p 80:80 nginx
    https …

Continue reading

Syntax of Teradata SQL

Posted on Oct 15, 2014 in Computer Science • Tagged with programming, Teradata SQL, syntax, style, error

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

Syntax

  1. Each Teradata SQL …


Continue reading

Tips on Teradata SQL

Posted on May 15, 2014 in Computer Science • Tagged with programming, tips, Teradata SQL, database

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **


Continue reading