https://news.itsfoss.com/clapgrep/
Are you interested in all things Gnu/Linux? Look no further than the official Telegram channel of Linuxiha! This channel is your go-to source for Gnu/Linux world news, introductions, and tutorials. Stay updated on the latest developments and learn valuable skills to enhance your Linux experience. Whether you're a seasoned Linux user or just starting out, Linuxiha has something for everyone. Connect with like-minded individuals, share knowledge, and expand your Gnu/Linux knowledge. Visit our website at www.linuxihaa.ir for more information. Follow us on Instagram at www.instagram.com/linuxiha for even more content. Have any questions or suggestions? Contact us at @linuxihadmin or email us at [email protected]. Join us in celebrating the creation of this channel on October 2, 2015. Embrace the power of Gnu/Linux with Linuxiha!
21 Oct, 04:10
17 Oct, 06:11
10 Oct, 20:18
06 Oct, 07:23
04 Oct, 04:47
21 Sep, 05:52
17 Sep, 08:34
17 Sep, 08:30
sudo apt install nvtop
nvtop
16 Sep, 07:21
16 Sep, 06:50
curl https://ident.me
ident.me
متصل میشود و آدرس IP عمومی شما را برمیگرداند. سایت ident.me
یک سرویس ساده است که آدرس IP عمومی شما را به شما نشان میدهد. curl
را اجرا میکنید، این فرمان به سایت ident.me
یک درخواست HTTP ارسال میکند. سایت ident.me
آدرس IP عمومی شما را از درخواست HTTP استخراج میکند و آن را به شما برمیگرداند.
dig +short myip.opendns.com @resolver1.opendns.com
15 Sep, 08:03
find directory options [expression]
find . -type f \( -name "*.sh" -o -name "*.txt" \)
find . -type f \( -name "*.sh" -o -name "*.txt" -o -name "*.c" \)
find /home/linuxiha/Documents/ -type f \( -name "*.png" -o -name "*.jpg" -o -name "*.deb" -o -name "*.pdf" \)
find . -type f -name "file.txt"
find . -type f -name "*.txt"
13 Sep, 10:20
11 Sep, 04:47
07 Sep, 19:13