ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Practical Linux System Administration

دانلود کتاب مدیریت عملی سیستم لینوکس

Practical Linux System Administration

مشخصات کتاب

Practical Linux System Administration

ویرایش: 7th early release 
نویسندگان:   
سری:  
ISBN (شابک) : 9781098109035 
ناشر: O'Reilly Media, Inc. 
سال نشر: 2023 
تعداد صفحات: 148 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 1 مگابایت 

قیمت کتاب (تومان) : 52,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 8


در صورت تبدیل فایل کتاب Practical Linux System Administration به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب مدیریت عملی سیستم لینوکس نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب مدیریت عملی سیستم لینوکس

این راهنمای ضروری همه جنبه‌های مدیریت سیستم لینوکس، از نگهداری کاربر، پشتیبان‌گیری، نگهداری از سیستم فایل، مدیریت ذخیره‌سازی، و راه‌اندازی شبکه گرفته تا عیب‌یابی سخت‌افزار و نرم‌افزار و برخی مدیریت برنامه‌ها را پوشش می‌دهد. این هم یک کتابچه راهنمای مرجع کاربردی روزانه برای sysadmin ها و متخصصان فناوری اطلاعات و هم یک راهنمای مطالعه مفید برای کسانی است که در امتحانات گواهینامه لینوکس شرکت می کنند. شما مکرراً به آن مراجعه خواهید کرد، نه تنها به دلیل حجم انبوه اطلاعات ارزشمندی که ارائه می‌کند، بلکه به دلیل مثال‌های واقعی در داخل و روش واضح و مفید ارائه اطلاعات. با این کتاب در کنار شما، می توانید لینوکس را نصب کنید و وظایف راه اندازی اولیه مانند اتصال به شبکه را انجام دهید از طریق خط فرمان در سیستم فایل لینوکس حرکت کنید نرم افزار را از مخازن و منبع نصب کنید و وابستگی ها را برآورده کنید مجوزها را بر روی فایل ها و دایرکتوری ها تنظیم کنید ایجاد، تغییر و حذف حساب های کاربری راه اندازی شبکه فایل سیستم ها را قالب بندی و نصب کنید عیب یابی اولیه را روی سخت افزار و نرم افزار انجام دهید


توضیحاتی درمورد کتاب به خارجی

This essential guide covers all aspects of Linux system administration, from user maintenance, backups, filesystem housekeeping, storage management, and network setup to hardware and software troubleshooting and some application management. It's both a practical daily reference manual for sysadmins and IT pros and a handy study guide for those taking Linux certification exams. You'll turn to it frequently, not only because of the sheer volume of valuable information it provides but because of the real-world examples within and the clear, useful way the information is presented. With this book at your side, you'll be able to Install Linux and perform initial setup duties, such as connecting to a network Navigate the Linux filesystem via the command line Install software from repositories and source and satisfy dependencies Set permissions on files and directories Create, modify, and remove user accounts Set up networking Format and mount filesystems Perform basic troubleshooting on hardware and software



فهرست مطالب

1. Getting Started with Linux
	Installing Linux
		Preparing Your System for Linux
		Downloading and Installing Linux
		Getting to Know Your New Linux System
	Learning the Command Line Interface
		Commands for Filesystem Navigation
	Starting, Rebooting, and Shutting Down a Linux System
		Starting a System
		Restarting a System
		Shutting Down a System
	Summary
2. Diving Deeper into the Command Line Interface
	Working as a Regular User
	Working as the Root User
		Login as Root
		su to Root
		Use the sudo Command
		Creating a sudoer
	Setting and Modifying Permissions
		Read, Write, and Execute
		Numerical Permission Values
		Group Permissions
		Bringing Permissions Settings All Together
	Changing File Permissions
		Symbolic Mode
		Numeric Mode
		Default Permissions Explained: umask
	Summary
3. Customizing the User Experience
	Altering Home Directory Options
		Login Versus Non-login Shells
		/etc/bashrc
		/etc/profile
		.bashrc
		.bash_profile
		.bash_logout
	The /etc/skel Directory
	Customizing the Shell Prompt
	Summary
4. Managing Users
	Creating User Accounts
		Adding Users with adduser
		Adding Users with useradd
	Modifying User Accounts
		Adding a Supplementary Group
		Changing the User Comments Field
		Setting an Expiration (Expiry) Date on an Account
		Changing a User’s Login Shell
		User and Group ID Numbering Conventions
	Removing User Accounts
	Forcing Password Changes
	Handling Service Accounts
	Managing Groups Rather Than Users
	Summary
5. Connecting to a Network
	Plugging into a Network
		Static IP Addressing
		Dynamic IP Addressing
	Networking and Security
		Preparing a System for Network Connectivity
		Pruning Your Systems
		Securing Network Daemons
	Summary
6. Installing and Uninstalling Software
	Updating Your System
		Applying Red Hat Enterprise Linux-Based System Updates
		Applying Debian-Based System Updates
	Installing Software from Repositories
		Installing an Application
		Uninstalling an Application
	Installing and Uninstalling Individual Software Packages
		Installing an Individual Software Package Manually
		Uninstalling Individual Software Packages
		Finding Package Dependencies
	Installing Software from Source Code
		Satisfying Prerequisites: Building a Development Environment
		Download, Extract, Compile, and Install Your Software
		Uninstalling a Source-Installed Software Package
	Summary
7. Managing Storage
	Administering Linux Storage
		Disks
		Filesystems
		Mounting and mount points
		Physical and logical volumes
		Checking space
		Swap space
		RAM-based temporary space (ramfs, tmpfs)
	Adding a New Disk to a System
		Installing the disk
		Prepping the disk for use
		Implementing Logical Volumes
	Decommissioning and Disk Disposal
		Notification
		Scream test
		Power down
		Disk wiping
		Unracking and palletizing
		Disposal
	Summary
8. Maintaining System Health
	Keeping your system clutter-free
		Cleaning the /tmp directory
		Making /home a livable space for everyone
	Decluttering shared directories
		Deduplicating files with fdupes
		Tackling /home file sprawl with quotas
	Patching your way to a healthy system
		Patching a Red Hat Enterprise Linux-based system
		Patching a Debian-based Linux system
	Securing your systems
	Maintaining user and group accounts
		Setting up a naming convention
		Creating account retention policies
		Retiring group accounts
	Monitoring system health
		Gathering system activity reports
		Formatting system activity reports
About the Author




نظرات کاربران