Linux - Views
Open in Telegram
┌Linux - Views ├Themes ├Icons ├Attractive System ├Open Source ├Basic Linux Commands └Admin = @Pouria_exe به خاطر" اشتباه شخصی" دسترسی اصلی کانال پریده و امکان باز کردن فروارد وجود نداره، اگه پستی مد نظرتون هست پیام بدید براتون ارسال میشه.
Show more462
Subscribers
No data24 hours
No data7 days
+530 days
Posts Archive
Ubuntu 20.04 + GNOME
Theme: SanDune-Dark
Icons: b-Summer
Shell: bash
Terminal: gnome-terminal
Repost from Computer MCH
❌ جادی دسترسی به کانال قدیمی شو از دست داده و یه کانال تلگرامی جدید زده.
✅ جادی : «ظاهرا سر ماجرای زندون، کانالهای قبلی تلگرامم رو از دست دادهام، پس تصمیم گرفتم اینجا رو درست کنم. نکته مثبتش چیه؟ بر خلاف سری قبلی که فقط مطالب خودم رو می ذاشتم توش، الان گاه گداری که چیز جالبی می بینم و به نظرم دیدنش برای بقیه هم مفیده رو هم اینجا خواهم گذاشت. شایدم در مورد زندگی خودم. نمی دونم هنوز»
❤️ این پست رو فوروارد و از جادی حمایت کنید.
#Jadi
🖥 @Computer_MCH
Ubuntu 20.04 + KDE Plasma
Theme: Layan
Icons: Tela-dark
Shell: bash
Terminal: Konsole
PACMAN Packages Commands
pacman -Syu : Upgrade everything.
pacman -Syu package_name : Install and update package list.
pacman -S package_name : Install the package.
pacman -Ss package_name : serch for package name in repositories.
pacman -Rs package_name : Uninstall the package.
pacman -Qe : list explictly installed packages.
pacman -Ql package_name : Display the files of a package.
pacman -Qii package_name : Displays the list of information on the package.
pacman -Qo package_name : Finds the owner of the file.Ubuntu 20.04 + LXQt
Theme: Arc-Darker
Icons: Papirus-Dark
Shell: bash
Terminal: qterminal
معرفی کتاب
این کتاب به نحوه نمایش ساختار فایل ها و فهرست ها سیستم فایل میپردازد.
یعنی استاندارد سلسله مراتبی سیستم فایل را نمایش میدهد ، این استاندارد برای این ارائه شده تا تعیین کند که ساختار فایل و فهرستها در لینوکس به چه صورت سازماندهی شود.
عنوان کتاب : ساختار سیستم فایل در لینوکس
نویسنده : استاد حسین سیلانی
تعداد صفحات : 35
زبان : فارسی
دانلود از کانال منبع : (نمایش و دنلود)
Parch Linux + Cutefish
Theme: Cutefish-dark
Icons: Crule
Shell: bash
Terminal: cutefish-termin
Channel: Parch Linux
RPM Packages Commands
rpm -F package.rpm : update an rpm package only if it is installed.
rpm -U package.rpm : update a rpm package without changing the configuration of the files.
rpm -ivh package.rpm : install an rpm package.
rpm -e package_name.rpm : remove a rpm package.
rpm -qa : show all rpm packages installed on the system.
rpm -ql package_name : show the list of files given by an installed rpm package.
rpm -q package_name –scripts : show scripts started during installation / removal.
rpm -Va : check all rpm packages installed on the system. Use with care.
rpm -V package_name : check file size, licenses, types, owner, group, MD5 summary check and last modification.Ubuntu 22.04 + KDE Plasma
Theme: McMojave-Light
Icons: Mojave-CT
Shell: bash
Terminal: konsole
DPKG Packages Commands
dpkg -i package.deb : install / update a deb package.
dpkg -r package_name : remove a deb package from the system.
dpkg -l : show all deb packages installed on the system.
dpkg -l | grep httpd : show all deb packages with the name “httpd”
dpkg -s package_name : get information on a specific package installed on the system.
dpkg -L package_name : show list of files given by a package installed on the system.
dpkg –contents package.deb : show list of files given by a package not installed yet.
dpkg -S /bin/ping : check which package belongs to a given file.Repost from Computer MCH
openSUSE Tumbleweed + KDE Plasma
Theme: ClassiK
Icons: Colloid
Shell: zsh
Terminal: konsole
Arch Linux + awesome
Theme: Cloud-Dark-Grey
Icons: Papirus-Dark-Grey
Shell: bash
Terminal: termite
YUM Package Commands
yum install package_name : download and install an rpm package.
yum update package_name : update a rpm package.
yum remove package_name : remove an rpm package.
yum search package_name : Find a package in the rpm repository.
yum localinstall package_name.rpm : this will install an RPM and try to resolve all dependencies for you, using your repositories.
yum clean packages : clean an rpm cache by deleting the downloaded packages.
yum list : list all packages installed on the system.
yum clean headers : remove all header files that the system uses to resolve the dependency.
yum clean all : remove from cache packages and header files.معرفی کتاب
کتاب گلچینی از 100 نکته و ترفندهای مفید و کاربردی در محیط های لینوکس می باشد.
این نکته و ترفندها برای کاربران تازه کار و هم برای کاربران سطح بالاتر مفید است.
عنوان کتاب : 100 نکته و ترفند لینوکس
نویسنده : استاد حسین سیلانی
تعداد صفحات : 108
زبان : فارسی
دانلود از لینک منبع : ( دانلود )
Debian 11 + KDE Plasma
Theme: Utterly-Nord
Icons: Papirus-Dark
Shell: zsh
Terminal: konsole
APT Package Commands
sudo apt update : update the package list.
sudo apt upgrade : upgrade all installed packages.
sudo apt install package_name : install a deb package , for example sudo apt install telegram-desktop .
sudo apt remove package_name : remove a deb package from the system.
apt check : verify the correct resolution of the dependencies.
apt clean : clear cache from downloaded packages.
apt-cache search searched-package : returns a list of packages that corresponds to the series “searched packages”.