How To Create Multiboot USB On Linux | Put Multiple ISO In One Bootable USB
👉 Read More...
@linuxiha | لینوکسیها 🐧
👉 Read More...
@linuxiha | لینوکسیها 🐧
لیست گرفتن از دایرکتوری به صورت خودکار بعد از cd
اگه دوست دارید بعد از اینکه داخل یک دایرکتوری میشوید، به صورت خودکار لیست دایرکتوری/فایلها رو بهتون نمایش بده، خطهای زیر رو بذارید داخل فایل
نکته: اگر این فایل رو ندارید ابتدا بسازید.
حال کافیه از دستور cd طبق معمول استفاده کنید. میبینید که وارد هر دایرکتوری که میشید، به صورت خودکار ls هم اجرا میشود. 😉
@linuxiha | لینوکسیها 🐧
اگه دوست دارید بعد از اینکه داخل یک دایرکتوری میشوید، به صورت خودکار لیست دایرکتوری/فایلها رو بهتون نمایش بده، خطهای زیر رو بذارید داخل فایل
bash_aliases. در شاخهٔ هوم.نکته: اگر این فایل رو ندارید ابتدا بسازید.
touch ~/.bash_aliases
سپس خطهای زیر را داخل فایل بنویسید و ذخیره کنید:CDLS (){
cd "$@" || return
STATUS_CD="$?"
if [[ "$STATUS_CD" == "0" ]];then
ls
fi
}
alias cd='CDLS'
در نهایت، ترمینال را ببندید و دوباره باز کنید. و یا اینکه از دستورsource ~/.bash_aliases
استفاده کنید.حال کافیه از دستور cd طبق معمول استفاده کنید. میبینید که وارد هر دایرکتوری که میشید، به صورت خودکار ls هم اجرا میشود. 😉
@linuxiha | لینوکسیها 🐧
CentOS 8.2.2004
Last Update: 2020-06-16
@linuxiha | لینوکسیها 🐧
OS Type: Linux
Based on: Fedora, Red Hat
Origin: USA
Architecture: aarch64, ppc64le, x86_64
Desktop: GNOME, KDE
Category: Desktop, Live Medium, Server
Status: Active
https://www.centos.org/
@linuxiha | لینوکسیها 🐧
Last Update: 2020-06-16
@linuxiha | لینوکسیها 🐧
OS Type: Linux
Based on: Fedora, Red Hat
Origin: USA
Architecture: aarch64, ppc64le, x86_64
Desktop: GNOME, KDE
Category: Desktop, Live Medium, Server
Status: Active
https://www.centos.org/
@linuxiha | لینوکسیها 🐧
Linuxiha
Linux Mint 20 Ulyana ‘Stable’ Release https://www.linuxmint.com/ @linuxiha | لینوکسیها 🐧
@linuxiha | لینوکسیها 🐧
Linux Mint 20 "Ulyana" Cinnamon Edition, Full Rev…: https://youtu.be/jyCxjl9-nqM
Linux Mint 20 "Ulyana" Cinnamon Edition, Full Rev…: https://youtu.be/jyCxjl9-nqM
YouTube
Linux Mint 20 "Ulyana" Cinnamon Edition, Full Review
Linux Mint 20 "Ulyana" was recently released, and in this video we'll explore some of the highlights and even some of the controversial changes as well. The installation process, Warpinator, and the anti-snap changes are explored, and more.
🙌 Support me…
🙌 Support me…
OPSEC Fail!
Iranian APT35 hackers accidentally exposed 40 GB worth of sensitive data online, containing hacking training videos that revealed they managed to hack a member of the U.S. Navy, and a Greek naval officer.
@linuxiha | لینوکسیها 🐧
Read Details — https://thehackernews.com/2020/07/iranian-hacking-training-videos.html
Iranian APT35 hackers accidentally exposed 40 GB worth of sensitive data online, containing hacking training videos that revealed they managed to hack a member of the U.S. Navy, and a Greek naval officer.
@linuxiha | لینوکسیها 🐧
Read Details — https://thehackernews.com/2020/07/iranian-hacking-training-videos.html
https://www.bleepingcomputer.com/news/security/kde-archive-tool-flaw-let-hackers-take-over-linux-accounts/amp/
@linuxiha | لینوکسیها 🐧
@linuxiha | لینوکسیها 🐧
BleepingComputer
KDE archive tool flaw let hackers take over Linux accounts
A vulnerability exists in the default KDE extraction utility called ARK that allows attackers to overwrite files or execute code on victim's computers simply by tricking them into downloading an archive and extracting it.