Ten step to Linux survival essentials for navigating the bash jungle

Linux systems are everywhere today, even in companies once considered "pure Windows." If you're a sysadmin, network administrator, or developer in a small Windows shop, you may have to jump in and fix a system problem when your site goes down. What if you have no Linux knowledge? This...

Full description

Bibliographic Details
Main Author: Lehmer, James
Format: eBook
Language:English
Published: Sebastopol, CA O'Reilly Media 2016
Edition:First edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02328nmm a2200301 u 4500
001 EB001947639
003 EBX01000000000000001110541
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
050 4 |a QA76.774.L46 
100 1 |a Lehmer, James 
245 0 0 |a Ten step to Linux survival  |b essentials for navigating the bash jungle  |c James Lehmer 
250 |a First edition 
260 |a Sebastopol, CA  |b O'Reilly Media  |c 2016 
300 |a 1 volume  |b illustrations 
653 |a Systèmes d'exploitation (Ordinateurs) 
653 |a Operating systems (Computers) / http://id.loc.gov/authorities/subjects/sh85094982 
653 |a Linux / http://id.loc.gov/authorities/names/n94087892 
653 |a operating systems / aat 
653 |a Linux / fast 
653 |a Operating systems (Computers) / fast 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 9781491959183 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781492042587/?ar  |x Verlag  |3 Volltext 
082 0 |a 000 
520 |a Linux systems are everywhere today, even in companies once considered "pure Windows." If you're a sysadmin, network administrator, or developer in a small Windows shop, you may have to jump in and fix a system problem when your site goes down. What if you have no Linux knowledge? This short guide provides tips to help you survive. Linux systems may appear in your shop as virtual machines or in the cloud, including web servers, databases, mobile device managers, version control, and monitoring systems. When one of them falters, this primer leads you through some diagnostic and recovery tasks so you can quickly get your site back up. Connect to a Linux system with OpenSSH and PuTTY secure shells List files and directories, and move around within the file system Safely inspect the file contents without changing them Narrow your search by using commands to locate specific files Use the grep command to search for error messages inside a file Determine real-time system state to find underlying problems Examine disk utilization and zero in on space-hogging files Transfer suspect files from Linux to Windows for later analysis Use commands to start, stop, restart, or even kill unresponsive services Know where to find help when troubleshooting isn't enough