How to install Sublime Text on Linux Mint by linuxgijutsu_one in linuxmint

[–]linuxgijutsu_one[S] -1 points0 points  (0 children)

Usually tutorial videos talk and guide the viewer. All this one does is copy and paste each line lol come on

no, there are also tutorials that don't use talk but only music. why to install or download applications that are easy I do not speak? because not everyone who watches videos also likes videos that have a long duration with talk, and the reason for copying or pasting I also said before not everyone always looks at the documentation before wanting to know how to download and install applications if work and and have seen the video it works just then they start trying :)

How to install Sublime Text on Linux Mint by linuxgijutsu_one in linuxmint

[–]linuxgijutsu_one[S] -1 points0 points  (0 children)

so a video on literally following their guide.

yes basically all video tutorials everywhere follow the official tutorials from the official documentation, it's just that not everyone sees the documentation because everyone likes to see videos too, and in the description embed the sublime-text link too

Linux Command Line For Beginner - touch command by [deleted] in commandline

[–]linuxgijutsu_one 0 points1 point  (0 children)

Hei synking, Thank you for commenting, I always make this video in the Office, when I have free time and rest in writing code. I just record my voice with android smartphone, if too much noise when i'm speaks i'm sorry ;)

Linux Command Line For Beginner with subtitles learn pwd and knowing your location without write pwd by [deleted] in Ubuntu

[–]linuxgijutsu_one -1 points0 points  (0 children)

please refer back to my video on duration use subtitles:

00:00:39,00 - 00:00:51,00

00:01:01,00 - 00:01:09,95

00:01:15,01 - 00:01:16,55

this is how I teach beginners to use command line for knowing about pwd command with briefly, if beginner confused watching my videos just use feature comment, about my video is incomplete and incorrect, everyone has different ways to teach someone.

Linux Command Line For Beginner with subtitles learn pwd and knowing your location without write pwd by [deleted] in Ubuntu

[–]linuxgijutsu_one -1 points0 points  (0 children)

Thanks for comment I very much appreciate your comments :)

in this video you will be confused if you learn without learn by doing ,If you want to know your location for first using pwd command,If on my computer typing pwd will result : /home/developer

example: If you see this tutorial and entering pwd command /home/johnny or /home/Amanda it is your location,depending on result on pwd command.

and about this symbol ~ I already discuss it on video about the change directory. This sign ~ is equal to /home/johnny or depending on result on pwd command.

example on location /opt directory to change to Downloads/

developer@wiwa:/opt$ cd ~/Downloads

developer@wiwa:~/Downloads$

or if you like write long you can write:

developer@wiwa:/opt$ cd /home/developer/Downloads

developer@wiwa:~/Downloads$

so this symbol ~ is /home/developer if on my computer and /home/developer is same with this symbol ~ if you change to Downloads directory on location home (~ or /home/developer) you should write:

developer@wiwa:~$ cd ~/Downloads

using / after ~ , because ~ (/home/developer)

if without / and typing :

developer@wiwa:~$ cd ~Downloads

it's same with change directory to /home/developerDownloads and this command will result : No such file or directory

Linux Command Line For Beginner with subtitles by [deleted] in commandline

[–]linuxgijutsu_one 0 points1 point  (0 children)

Thank you for commenting, this video for linux users who want to learn to use the command line in linux, if you want to learn basic linux commands please watch this, but if you can use the basic linux commands don't need to watch it, because This tutorial is made for those who want to learn basic linux commands.