SULJE VALIKKO

avaa valikko

Ganesh Naik | Akateeminen Kirjakauppa

Haullasi löytyi yhteensä 28 tuotetta
Haluatko tarkentaa hakukriteerejä?



Learning Linux Shell Scripting - Leverage the power of shell scripts to solve real-world problems, 2nd Edition
Ganesh Naik
Packt Publishing Limited (2018)
Pehmeäkantinen kirja
60,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Blind Source Separation : Advances in Theory, Algorithms and Applications
Ganesh R. Naik (ed.); Wenwu Wang (ed.)
Springer (2014)
Kovakantinen kirja
97,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Signal Processing - New Research
Ganesh R Naik
Nova Science Publishers Inc (2013)
Kovakantinen kirja
217,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Non-negative Matrix Factorization Techniques : Advances in Theory and Applications
Ganesh R. Naik (ed.)
Springer (2015)
Kovakantinen kirja
49,60
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Emerging Theory and Practice in Neuroprosthetics
Ganesh R. Naik; Yina Guo
Idea Group,U.S. (2014)
Kovakantinen kirja
299,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Applications, Challenges, and Advancements in Electromyography Signal Processing
Ganesh R. Naik
Idea Group,U.S. (2014)
Kovakantinen kirja
265,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Learning Linux Shell Scripting
Ganesh Sanjiv Naik
Packt Publishing Limited (2015)
Pehmeäkantinen kirja
66,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Blind Source Separation - Advances in Theory, Algorithms and Applications
Ganesh R. Naik; Wenwu Wang
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG (2016)
Pehmeäkantinen kirja
97,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Advances in Principal Component Analysis : Research and Development
Ganesh R. Naik (ed.)
Springer (2018)
Kovakantinen kirja
117,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Non-negative Matrix Factorization Techniques - Advances in Theory and Applications
Ganesh R. Naik
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG (2016)
Pehmeäkantinen kirja
49,60
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Advances in Principal Component Analysis - Research and Development
Ganesh R. Naik
Springer Verlag, Singapore (2019)
Pehmeäkantinen kirja
117,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Mastering Python Scripting for System Administrators - Write scripts and automate them for real-world administration tasks using
Ganesh Naik
Packt Publishing Limited (2019)
Pehmeäkantinen kirja
59,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Biomedical Signal Processing - Advances in Theory, Algorithms and Applications
Ganesh Naik
Springer Verlag, Singapore (2019)
Kovakantinen kirja
138,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Biomedical Signal Processing - Advances in Theory, Algorithms and Applications
Ganesh Naik
Springer Verlag, Singapore (2020)
Pehmeäkantinen kirja
138,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Intelligent Mechatronics
Ganesh Naik
In Tech (2011)
Kovakantinen kirja
151,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Computational Intelligence in Electromyography Analysis - A Perspective on Current Applications and Future Challenges
Ganesh R. Naik
In Tech (2012)
Kovakantinen kirja
176,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Independent Component Analysis for Audio and Biosignal Applications
Ganesh R Naik
In Tech (2012)
Kovakantinen kirja
175,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Applied Biological Engineering - Principles and Practice
Ganesh R. Naik
In Tech (2012)
Kovakantinen kirja
203,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Antenna Design for Narrowband IoT: Design, Analysis, and Applications
Balachandra Pattanaik; M. Saravanan; U. Saravanakumar; T.T. Ganesh Babu
IGI Global (2022)
Pehmeäkantinen kirja
214,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Biomedical Signal Processing - A Modern Approach
Ganesh R. Naik; Wellington Pinheiro dos Santos
Taylor & Francis Ltd (2023)
Kovakantinen kirja
158,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Learning Linux Shell Scripting - Leverage the power of shell scripts to solve real-world problems, 2nd Edition
60,00 €
Packt Publishing Limited
Sivumäärä: 332 sivua
Asu: Pehmeäkantinen kirja
Painos: 2nd Revised edition
Julkaisuvuosi: 2018, 21.05.2018 (lisätietoa)
Kieli: Englanti
Break through the practice of writing tedious code with shell scripts

Key Features

Learn to impeccably build shell scripts and develop advanced applications
Create smart solutions by writing and debugging scripts
A step-by-step tutorial to automate routine tasks by developing scripts

Book DescriptionLinux is the most powerful and universally adopted OS. Shell is a program that gives the user direct interaction with the operating system. Scripts are collections of commands that are stored in a file. The shell reads this file and acts on commands as if they were typed on the keyboard.

Learning Linux Shell Scripting covers Bash, GNU Bourne Again Shell, preparing you to work in the exciting world of Linux shell scripting. CentOS is a popular rpm-based stable and secured Linux distribution. Therefore, we have used CentOS distribution instead of Ubuntu distribution. Linux Shell Scripting is independent of Linux distributions, but we have covered both types of distros. We start with an introduction to the Shell environment and basic commands used. Next, we explore process management in Linux OS, real-world essentials such as debugging and perform Shell arithmetic fluently. You'll then take a step ahead and learn new and advanced topics in Shell scripting, such as decision making, starting up a system, and customizing a Linux environment. You will also learn about grep, stream editor, and AWK, which are very powerful text filters and editors. Finally, you'll get to grips with taking backup, using other language scripts in Shell Scripts as well as automating database administration tasks for MySQL and Oracle.

By the end of this book, you will be able to confidently use your own shell scripts in the real world.

What you will learn

Familiarize yourself with the various text filtering tools available in Linux
Understand expressions and variables and how to use them practically
Automate decision-making and save a lot of time and effort of revisiting code
Get to grips with advanced functionality such as using traps, dialogs to develop screens & Database administration such as MySQL or Oracle
Start up a system and customize a Linux system
Taking backup of local or remote data or important files.
Use existing other language scripts such as Python, Perl & Ruby in Shell Scripts

Who this book is forLearning Linux Shell Scripting is ideal for those who are proficient at working with Linux and want to learn about shell scripting to improve their efficiency and practical skills.

Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
LISÄÄ OSTOSKORIIN
Tilaustuote | Arvioimme, että tuote lähetetään meiltä noin 4-5 viikossa | Tilaa jouluksi viimeistään 27.11.2024
Myymäläsaatavuus
Helsinki
Tapiola
Turku
Tampere
Learning Linux Shell Scripting - Leverage the power of shell scripts to solve real-world problems, 2nd Editionzoom
Näytä kaikki tuotetiedot
ISBN:
9781788993197
Sisäänkirjautuminen
Kirjaudu sisään
Rekisteröityminen
Oma tili
Omat tiedot
Omat tilaukset
Omat laskut
Lisätietoja
Asiakaspalvelu
Tietoa verkkokaupasta
Toimitusehdot
Tietosuojaseloste