Linux? ?????? ?? ??? ??? ?? ???? ?? ?? (OS)???. ??? ?? ?? ? ??? ??? ?? ? ?? ?????. CLI (Command Line Interface)? ?? ?? Linux ?? ??? ?? ? ? ??????. ?? ?? ??? ? ?? ???? ??? ??? ?? ? ? ????.
? ?????? ?? ? Sysadmin ?? ????? ??? ????? ???? ? ?? ??? ?? ?? ? ????. ? ???? ??? ???? Linux ???? ???? ???? ? ????.
? ?? ??? ??? ??? ?? ??? , ???? ? ??? ??? ? ?? ???? ??????.
Linux ?? ??? ??
? ????? Linux? ?? ? ????? ??? ??? ??? ?? ?????.
1. ??? ??
CAT ??? ?? ?? ??? ???? ? ?????. ??? ??? ?? ?? ?? (STDOUT)? ?????.
CAT ??? ???? ??? ??? ????.
$ cat [??] [file1] [file2] ...
CAT ??? ???? /etc /os ??? ??? ??? ???????.
$ cat /etc /os ???
?? ??? -n
??? ???? ? ??? ??? ?? ? ?? ????.
$ cat -n /etc /os ???
2. CP ??
CP ??? ??, ?? ?? ? ????? ???? ? ?????.
CP ??? ?? ??? ??? ????.
$ cp [??]
???, ???? ??? ([])
??? ??? ???? ? ??? ()
? ?? ??? ?????.
/etc /os ??? ??? /tmp ????? ???????.
$ cp /etc /os reelease /tmp/new-file.txt
?? ??? ??? ???? ??? ?????? ???????.
$ cat /tmp/new-file.txt
????? CP ??? ???? ????? ?? ? ? ????. /tmp ???? ???? /etc/cron.d ????? ???????.
$ cp -r /etc/cron.d /tmp
?? ??? ???? CP ??? ?? -r
??? ??????. ?? ? ?? ???? ???? ????? ?? ??? ?????.
?? ???? ????? ????? ?????? ???? ??? ? ? ????.
$ ls /tmp/cron.d $ ls -l /tmp/cron.d
3. ls ??
LS ??? ???? ???? ???? ??? ??? ???? ??? ?? ??? ?????? ???? ? ?????.
LS ??? ???? ??? ??? ????.
$ ls [??] [file1] [file2] ...
LS ??? ?? ??? ???? ??? ?? ????? ??? ?????.
$ ls
?? ???? /etc/cron.d ????? /tmp ????? ??????. ??? ???? ??? ??? ???? ??? ??? ???.
$ ls /tmp/cron.d
LS ??? ?? -l
??? ???? ?? ??, ???, ?? ???, ?? ?? ?? ??? ??? ?? ? ? ????.
/tmp/cron.d ??????? ??? ?? ??? ??? ??? ????.
$ ls -l /tmp/cron.d
4. mkdir ??
??? ?? ??? ???? ???? ??? ????. Linux??? mkdir ??? ???? ???? ?? ?? ????? ??? ????? ?? ??? ??? ??? ? ????.
mkdir ??? ???? ??? ??? ????.
$ mkdir [??]<directory1><directory2> ... </directory2></directory1>
/tmp ?????? Dir-1 ??? ??? ????? ??? ???.
$ mkdir /tmp /dir-1
?? ????? ??? ??? ??? ???.
$ ls /tmp /dir-1
???? LS ??? ????? ????? ??????? ??? ? ? ????.
??? ? ?? ??? ??? ?? ?? ???? ??? ???????. ? ?? ??? -p
??? ???? /tmp /dir -1 ???? ??? ?? ? ????? ?? ? ????.
$ MKDIR -P/TMP/DIR-1/DIR-2/DIR-3/DIR-4/DIR-5
?? ???? ?? ????? 4 ??? ??????. LS ??? ???? ??? ???.
$ ls -r /tmp /dir -1
???? ??? ?? -R
??? ???? ???? ??? ???? ???? ??????.
5. ?? ??
????? ?? ? ??? ????? ??? ???? ????? ?? ? ?? ??? ???? ???? ??? ??? ? ????.
$ ??
?? ???? ?? ??? ??? Bash History?? ?? ???? ???????.
$ histtimeformat = "%d/%m/%y%t"#Temporally ???? ?? ???? ????? $ export histtimeformat = "%d/%m/%y%t" #history timestamp? ?? ??? ?? $ ??
6. du ??
??? ??? ??? ?? 10 ? ??? ??? ?? ??????? DU ???? ?? ??? 1 ??? ????? ?? ?? ?? ??? ?????.
$ du -hsx * | Sort -rh | ?? -10
?? DU ?? ?? ? ???? ?? ??.
- DU - ?? ?? ???? ?????.
- -hsx -
(-h)
?? ?? ??? ??,(-s)
?? ??,(-x)
??? ?? ??, ?? ?? ??? ????? ?? ???. - ?? - ??? ?? ?? ?????.
- -rh -
(-r)
?? ??(-h)
? ??? ??? ??? ?? ??? ??? ?????. - ?? - ?? ? ?? ?? ??.
7. STAT ??
STAT ??? ?? ??, ??? ??, ??? ?? ? ??? ??? ID ? ?? ID? ?? ??? ?? ? ?????.
$ stat anaconda-ks.cfg
Linux ???? ??
? ????? ???? ???? ?? ??? ???? ? ??? ??? ???? ??? ?? ?? ? ????.
8. ? ??
?? ?????? ???? ?? ???? ?? ? ??? ?? ???? ?? ? ? ??? ???? ????. Ping ??? ???? ?? ????? ??? ??? ? ????.
Ping ??? ???? ??? ??? ????.
$ ping [??]<destination> </destination>
??? ??? Google.com ? ?? IP ?? ?? ??? ?? ??? ?? (FQDN) ? ? ????. ?? ???? Google? ?? ? ? ??? ??? ???.
$ ping -c 4 Google.com
?? ???,? ??? ???? ??? ?? ??? ?? ??, ?? ???? ?? (??) ??? ?? ??? ?????? ?????. ??? ??? ?? -c
??? ???? ?? ???? ?? ? ?? ?? ??????.
? ??? ?? ?? ??? ?? ? ?? ?? ?????.
? ????? ??????? ?? ?? ? ??? IP ??? ????????. ? ?? 192.168.10.100 ???.
$ ping -c 4 192.168.10.100
???? ???? ??? ?? ????? ???? ? ? ????. ??? ??? ?? - ?? ???? ?? ? ? ??? ?????.
9. ??? ??
??? ?? ???? IP ??? ??????. ?? ???? ?? DNS ??? ???? FQDN? IP ??? ???? ? ??? ?? ??? ??? ??? ? ????.
??? ??? ???? ??? ??? ????.
$ ??? [??]<destination> </destination>
??? ??? IP ?? ?? FQDN ? ? ????.
??? ??? ???? Google .com? IP ??? ?? ?????.
$ host google.com
10. Whois ??
?? ? ???? ?? ?? ?? ??? ?? ??????? ???? ?? ???? ?? ?? ??? ???? WHOIS ??? ???? ?? ? ? ??????.
Whois ??? ???? ??? ??? ????.
$ whois [??]<fqdn> </fqdn>
Google.com ? ??? ??? ?? ??? :
$ whois google.com
???? ??? ??/??/?? ??, ??? ?? ?? ?? ?? ??? ??? ? ? ????.
Whois ??? ?? ????? ????? ??? ??? ?? ????. ??? ??? ???? ???? ??? ? ????. ?? ??, ??? ?? ????? APT ??? ???? ???? ??? ? ????.
$ sudo apt install whois
Rhel ?? ? ?? ?????? ????? ??? ? ????.
$ sudo yum install whois [ <strong>rhel/centos/fedora</strong> and <strong>rocky linux/almalinux</strong> ] $ Sudo Emerge -A Net -Misc/Whois [ <strong>Gentoo Linux</strong> ??] $ sudo apk add whois [ <strong>Alpine Linux</strong> ] $ Sudo Pacman -S Whois [ <strong>Arch Linux</strong> ??] $ sudo zypper install whois [ <strong>OpenSuse</strong> ]
Linux ??? ?? ??
? ????? ?? ???? ?? ?? ??? ?? ? ??? ?? ??? ?? ?????.
11. ?? ?? ??
Uptime ??? ???? ???? ???? ??? ???? ?? ?? ?? ???? ?? ?????.
?? ???? ?? ??? ?? ???.
$ UPINGTIME -P <strong>12:10:57 UP 2:00, 1 ???, ?? ?? : 0.48, 0.60, 0.45</strong>
? ???? -p
??? ???? ??? ?? ??? ??????.
12. ?? ??
???? ?? ??, ?? ??? ? ?? ???? ?? ?? ??? ??????. ? ??? ?? ??? ???? ?? ??? ??????. ?? ??? ???? ???? ?? ?? ??? ?? ? ????.
$ ?? -M
???? Mebibytes? ??? ???? ??? ?? -m
??? ??????.
??? ????, ??? -g
, -t
? -p
??? ?? gibibytes, tebibytes ? pebibytes? ??? ?? ??? ? ????.
13. LSBLK ??
??? ???? ?? ??? ???? ?????. ?? ??? ??? ?? ??? ???? (HDD), ??? ???? ???? (SSD) ?? ????. LSBLK ??? ???? ?? ??? ?? ??? ??? ?? ? ? ????.
$ lsblk
? ???? ?? ??? ??? ?? ? ??? /dev /sda? ??? ? ? ????. ?? ?? ???? ? ?? ???? ?????.
? ????? Linux ????? ??? ?? ??? ?? ??????. ?? ?? ??? ??? ?? ??????. ?? ?? ???? ??? ?? ??????. ????? ?? ???? ?? ?? ??? ?? ? ?? ??? ?? ??????.
? ??? ?? ????? ???? Linux ??? ??????? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

DNS ??? ??? ? ?? /etc/resolv.conf ??? ???? ??? ?? ??? ???? ??? ??????. ??, ???? ?? 8.8.8.8? ?? ?? DNS? ???? ?? ? ? ????. ?? ?? NSLookup ? DIG ??? ???? DNS ???? ???? ??????. ??? ??? ???? ?? ?? ?? DNSUTILS ?? BAND-UTILS ???? ??? ? ????. ?? ?? SystemD-Resolved ??? ?? ? ?? ?? /etc/systemd/resolved.conf? ???? ??? ?? DNS ? FallbackDns? ???? ???? ?? ??????. ????? ???? ????? ?? ? ??? ??? ???? ?? 53?

??? ????? Windows? Linux? ???? ???? ?? (?? ?? ???)? ?? ? ? ????. ?? ???? Windows ???? ?? ?? ???? ????? ??????? ?? ??? ????.

Chrome? V8 ??? ?????? Node.js? ?? ??? ?? ???? ? ??? API? ???? ?? ?? ? ?? ?? ??? ??? JavaScript ??? ?????. Nodejs? ? ??? I/O ??? ?? ??? ???? ??? ??? ????.

Linux Systems?? 1. IPA ?? HostName-I ??? ???? ?? IP?????. 2. curlifconfig.me ?? curlipinfo.io/ip? ???? ?? IP? ????. 3. ???? ??? ??? ??? ?? ?? IP? ? ? ??? ????? ?? ? ???? ????? ?? IP? ? ? ????. 4. ?? ??? ?? ????? ???? ??? ? ????. ??? ??? ???? ????? ??? ?????? IP ?? ??? ?????.

LinuxCanRunonOnModestHardWareWithSpecificminIumpiRements.a1ghzprocessor (x86orx86_64)? withedual-corecperececended.r AMSHOUDDBEATLEAST512MBFORCOMMAND-LINEUSOR2GBFORDESKTOPENVIRONTMENTS.DISKSPACEREQUIRESAMINIMUMOF5–10GB, ??? 25GBISBETTERFORAD

C? ??? MySQL? ?? ??, ??? ??? ? ?? ?? ???? ??? ?????? ?? ??? (RDMS) ? ?????. ?? ??? ?? ???? ? ???, ??? ??, ???? ?????? ?? ??????.

???? ???? ??? ???? ???, ??? ? ?? ??? ??????. Codename“Plucky Puffin”Ubuntu 25.04? ????? Canonical? ?? ? ? ?????? ??? ???????.

MongoDB? ???? ??? ?? ???? ???? ?? ?? ? ???, ?? ??? ?? ?? NOSQL ?????????. MongoDB ?? ???? j? ?? ???? ??? ???? ?? SQL ??????? ??
