Firefox 16, a treat for developers http://t.co/cnd27CzT
Tag Archives: bash
Introduction to the Linux Command Line
My intent is to introduce new Linux users to the Linux command line shell and make them feel comfortable with the command line environment. What does it happen when you click a button with your mouse? When you click a … Continue reading
Read More 0 Comment(s)
Simple Bash Script for Pinging Hosts
This is a simple useful script which I learned from “Coding For Penetration Testers” book. It is used to check if a host is alive or not and echoes on user screen a message with the results of the ping … Continue reading
Read More 14 Comment(s)
Bash scripting – Statements and variables
Now that we know how to create a very basic script and run them its time to get started on learning how statements and variables work. Every language has its own way of using statements and variables, they might look … Continue reading
Read More 1 Comment(s)
Bash scripting – Basics- I
If you have been using computers for a while, whether you have been using Unix, Windows or Mac operating systems, you’re probably already familiar with the term shell. A shell is piece of software that is inbuilt into most operating … Continue reading
Read More 2 Comment(s)
Useful commands for daily use
“Under Linux there are graphical user interfaces (GUIs), where you can point and click and drag, and hopefully get work done without first reading lots of documentation. The traditional Unix environment is a CLI (command line interface), where you type … Continue reading
Read More 2 Comment(s)


















Brandon Hawkins
| #
thanks
Nova
| #
I wonder if there is a way to create your own themes.
Red Adaya
| #
Thank you! This worked for me!!!
SK
| #
Andrew look into your httpd.conf file at line no 350. There might be a syntax error.
andrew
| #
hello I have this error
[root@cloud html]# /etc/init.d/httpd restart
then this appears
Starting httpd: httpd: Syntax error on line 350 of /etc/httpd/conf/httpd.conf: without matching section.
plz tell how to fix this.