top of page

Blogs

Aug 31, 2023
You Can Modify the Message When You do SSH Login
Did you know that you can change the message you see when you do ssh connect? /etc/motd The contents of the /etc/motd file are output by...
![[Linux] What do “~”, “$” and “#” Mean at the End of the Command Line?](https://static.wixstatic.com/media/9cfabe_2288ed2c444f4bcbbb8504f60e2f33b8~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_auto/9cfabe_2288ed2c444f4bcbbb8504f60e2f33b8~mv2.webp)
Aug 25, 2023
[Linux] What do “~”, “$” and “#” Mean at the End of the Command Line?
Related terms and commands What do the symbols on the Linux command line mean? I’m going to explain each of the symbols' meanings....

Aug 17, 2023
Demystifying '...' in ES2015: Exploring the Newly Added Spread Syntax
Hello! I’m going to talk about the spread syntax that can be used to expand arrays, etc. that are added to ES2015. What’s spread syntax?...

Aug 10, 2023
I Asked ChatGPT to Make an Epic Python Turtle Race
I decided to play around with ChatGPT. So, I asked ChatGPT to make the Python turtle race I made last time more exciting. The environment...

Aug 3, 2023
Developed a Turtle Race with Python Library
I’m going to make turtles compete with each other by using the Python library turtle. You can do a lot of things with turtles like the...
bottom of page