Tagged: Sociology Assignment Help
- This topic has 15 replies, 4 voices, and was last updated 3 months, 2 weeks ago by
English Assignment Help.
-
AuthorPosts
-
-
April 22, 2012 at 10:02 pm #7535
Flash13
ParticipantBeen wanting to mess around with pen testing sort of stuff for a while now with a possible look to trying to make a career from it in the future. So far I have got two books Grey Hat Hacking and Professional Penetration Testing.. one more to get a basic intro to the theory and one hopefully for more practical stuff. However though, there is one big gap in my knowledge which needs sorting.. LINUX!
All my life I’ve unfortunately been confined to Windows for convenience as I’m completely new to anything other than Windows. My friend lent me a book on Ubuntu but tbh it’s aimed at complete computer novices so isn’t of much use.
What books would people recommend to give me a solid foundation in Linux while at the same time allowing me to expand further on various areas if I so choose? I guess I’ll be getting Backtrack for pentesting and so far have a copy of Ubuntu I’m messing around with on my older computer so don’t know how much those will effect book choices.
So far the two books I’m looking at are Linux command line and shell scriptiong bible and Backtrack 4 assuring security through penetration testing. Are both good choices? Is it even worth getting the Backtrack 4 book when Backtrack 5 is out?
-
April 23, 2012 at 3:38 am #47063
ziggy_567
ParticipantIf you’re completely new to Linux, I wouldn’t worry too much with shell scripting just yet. I’d spend some time with your Ubuntu distro and on the support forums over there. What I love about Ubuntu is that there is SOOOOO much support right out of the box.
When you run into problems with a piece of software, try to fix it from the command line rather than through the GUI. Also, for everyday tasks such as moving files around, blahblah…use the command line. Just like anything new, it will just take time to get used to using a brand new OS.
Once you master the basics of Linux and want to move on to more advanced uses, I’d recommend picking up either the RedHat book meant for self-study for the RHCE or a self-study book for the LPI certifications. These will give you a little more in depth information about CLI use, and you’ll start to learn how to configure and use services. At this point, you’ll also want to start learning about shell scripting. There are a ton of books out there, but there are also a ton of free resources online. I’d say pick a shell (bash, ksh, csh, etc) and learn it first. Usually bash is the first shell. After that, you can branch out into other shells.
-
April 23, 2012 at 4:21 am #47064
rattis
ParticipantThe books I like for learning are:
Running Linux
Linux System Administration
Linux in a Nutshell
and
Unix and Linux System Administration Handbookreally learn the CLI, build a vm without a gui attached. Ubuntu Server LTS, Debian, CentOS (you’ll have to set it up that way).
-
April 23, 2012 at 2:03 pm #47065
Anonymous
Participantgoogle linux from scratch
-
April 23, 2012 at 2:11 pm #47066
sil
Participant@ziggy_567 wrote:
What I love about Ubuntu is that there is SOOOOO much support right out of the box.
And this happens to be one of my biggest pet peeves for someone looking to learn especially in this arena (security). The issue with “support” when learning in this environment is that the learner will learn to skip truly learning as support is readily available. That type of reliance is a moot point when faced with making mission critical and time sensitive decisions in the real world.
I think someone learning Linux should learn as much as they can by trial and error. You WILL NOT HAVE books in the field when performing penetration testing in say a client’s environment. So the best bet is to aim to learn it as best as one can understand it on their own accord. Avoid using package managers (yum, YaST, apt-get, pkg_add) and configure things from scratch. Get used to the commands, get used to trouble shooting based on what you see. Imagine NOT being able to connect to a support forum. What then?
Linux, BSD, Solaris, etc., are not difficult at all and too many people have used forums as a form of crutch. We all use forums but its better to learn it from the ground up. Make scenarios for yourself and understand what you are doing. E.g. week one create your own webserver. Do this without package managers. Week 2, make it a virtual hosting server (multiple domains), following week, add email, next add say monitoring. And so on and so on.
Get used to doing things on your own by setting up tasks. you end up familiarizing yourself with tips and tricks not often found in books and your reliance on forums and or books will diminish as experience grows
-
April 23, 2012 at 3:22 pm #47067
-
April 23, 2012 at 3:43 pm #47068
rattis
Participant@sil
For the most part I agree, but with ebook readers / tablets / laptops, and ebook versions, you may have the book with you.However the books I recommended, if you read through them, you’ll get an understanding not a cookie cutter approach (at east that was true with the last versions I read).
I could have recommend the Hacks series, but those are more reference on a regular basis book.
I agree though, people who want to learn linux need to get their hands dirty.
-
April 23, 2012 at 5:17 pm #47069
-
April 24, 2012 at 1:52 pm #47070
RichFalcon
ParticipantWanted to throw this one out there (Linux Administration: A Beginner’s Guide).
You can read about it here –>> http://www.linuxinsider.com/rsstory/74933.html
The writer assumes that the reader have a familiarity with Windows Servers.
I’ve added this one to my Amazon wish list.
Happy reading. -
April 26, 2012 at 12:43 am #47071
r2s
Participant@ajohnson wrote:
+1 on this book. Dynamik/AJ turned me onto this book when I was first starting out and it has literally changed my life. It has set a great foundation for me and I constantly use this as a go to reference for command switches and basic programming (man pages are only so exciting for so long ;D)
-
May 27, 2016 at 7:44 am #47072
montibasu
ParticipantIf you are complete beginner then “Linux by in easy step” would be really fit for you and for advance users “Linux kernel development” would be excellent.
-
June 23, 2016 at 10:49 am #47073
Securex
ParticipantMy favorite list of books for beginners:
Robin “Roblimo” Miller’s Point & Click Linux!
A Practical Guide to Ubuntu Linux
Ubuntu for Non-Geeks, 2nd Edition
Linux For Dummies 8th EditionBooks for Kali linux:
Basic Security Testing with Kali Linux
Mastering Kali Linux for Advanced Penetration Testing
Web Penetration Testing with Kali Linux
Kali Linux: Wireless Penetration Testing Beginner’s Guide
Intermediate Security Testing with Kali Linux
Hacking with Kali: Practical Penetration Testing Techniques
Kali Linux: Assuring Security By Penetration Testing
Kali Linux Network Scanning Cookbook -
December 26, 2019 at 1:31 am #174624
matthiew
ParticipantWhat I love about Ubuntu is that there is SOOOOO much support right out of the box.
And this happens to be one of my biggest pet peeves for someone looking to learn especially in this arena (security). The issue with “support” when learning in this environment is that the learner will learn to skip truly learning as support is readily available. That type of reliance is a moot point when faced with making mission critical and time sensitive decisions in the real world.
I think someone learning Linux should learn as much as they can by trial and error. You WILL NOT HAVE books in the field when performing penetration testing in say a client’s environment. So the best bet is to aim to learn it as best as one can understand it Rachat de crédit plus trésorerie on their own accord. Avoid using package managers (yum, YaST, apt-get, pkg_add) and configure things from scratch. Get used to the commands, get used to trouble shooting based on what you see. Imagine NOT being able to connect to a support forum. What then?
Linux, BSD, Solaris, etc., are not difficult at all and too many people have used forums as a form of crutch. We all use forums but its better to learn it from the ground up. Make scenarios for yourself and understand what you are doing. E.g. week one create your own webserver. Do this without package managers. Week 2, make it a virtual hosting server (multiple domains), following week, add email, next add say monitoring. And so on and so on.
Get used to doing things on your own by setting up tasks. you end up familiarizing yourself with tips and tricks not often found in books and your reliance on forums and or books will diminish as experience grows
Hi, yes you are right about saying that you have to get used to doing things by ourselves by setting up tasks.
-
September 10, 2020 at 8:27 am #176515
jamessssssmith
Participant+1
-
November 3, 2020 at 11:31 pm #178005
Evan John
ParticipantFree Assistance is providing you a platform where you can share your writing skills and your ideas with others on several topics. You can also share your views with others. You can pick any of the topics which are creative and unique and can submit your article on Assistance in UK.
-
November 15, 2020 at 12:21 am #178065
English Assignment Help
ParticipantAt greatassignmenthelp.com, we offer a seamless Sociology Assignment Help service that can help the students to thrive in their academics. The sociology assignment can be undertaken by aspirants from Class 12 to College level as we have professionals who can cater to the subject requirements at all levels. They offer an investigated and comprehensive assignment with source details and can be formulated in any source formats of MLA, APA, Harvard style, Oxford, or Chicago style.
-
-
AuthorPosts
- You must be logged in to reply to this topic.