background preloader

Nix

Facebook Twitter

Field Separators. 4.5 Specifying How Fields Are Separated The field separator, which is either a single character or a regular expression, controls the way awk splits an input record into fields. awk scans the input record for character sequences that match the separator; the fields themselves are the text between the matches.

Field Separators

In the examples that follow, we use the bullet symbol (•) to represent spaces in the output. If the field separator is ‘oo’, then the following line: AWK: Print Column - Change Field Separator - Linux Bash - ShellHacks. Bash - How to use 'find' to search for files created on a specific date?

OS

Crontab. Digging into your Linux system's hardware. Ever find yourself having to look into the particulars of your servers' hardware?

Digging into your Linux system's hardware

Maybe you go scrounging for the original invoice or for some email you were sent several years ago or the quote that was generated when you were about to purchase it? Well, stop. There's an alternative that you're probably going to like quite a bit. You can get your hardware to tell you about itself. Vala. Vala or VALA may refer to: Religion and mythology[edit] Fiction[edit]

Vala

Elementary OS. Design philosophy[edit] The Elementary OS project aims to solve a number of perceived deficiencies in the established desktop environments, namely: Although not contrary to the GNU philosophy,[4] these deliberate design choices diverge from what most GNU/Linux distributions opt for: a freedom to set up and customize one's own desktop environment.

Elementary OS

The Human Interface Guidelines of the Elementary OS project focus instead on immediate usability with a gentle learning curve,[5] rather than full-fledged customization. The three core rules the developers set for themselves were "concision", "avoid configuration" and "minimal documentation".[6] Since its inception, Elementary OS has received both praise and criticism for its design that closely resembles that of OS X — regarding both the visual design and the user experience.[7][8] Which Linux distribution do you use most frequently? Your Linux distribution of choice says a lot about you.

Which Linux distribution do you use most frequently?

Of course, one of the many great things about Linux is the diversity of options you have to choose between. Maybe you like a slimmed down minimalist option. Maybe having all of the bells and whistles is important to you. How to Fix 502 Bad Gateway on Nginx. Many times we can browse the web and find a 502 bad gateway error at Nginx.

How to Fix 502 Bad Gateway on Nginx

There are a few reasons why you will find this message in your webserver log, and here we will teach you how to fix it. When you will find 502 bad gateway error: Nginx running as proxy for Apache web server.Nginx running with PHP-FPM daemon.Nginx running with other services as gateway.Bad buffering/timeout configuration. Before getting deep into all of this options, you must understand what does the error message means.

So, the error it’s a 502 number and it’s happening at the gateway. Nginx. Everything you need to know about the Shellshock Bash bug. Remember Heartbleed?

Everything you need to know about the Shellshock Bash bug

If you believe the hype today, Shellshock is in that league and with an equally awesome name albeit bereft of a cool logo (someone in the marketing department of these vulns needs to get on that). But in all seriousness, it does have the potential to be a biggie and as I did with Heartbleed, I wanted to put together something definitive both for me to get to grips with the situation and for others to dissect the hype from the true underlying risk. To set the scene, let me share some content from Robert Graham’s blog post who has been doing some excellent analysis on this. Bourne Shell Tutorial. Last Updated: Wed Jun 5 22:28:58 EDT 2013 Check out my other tutorials on the Unix Page, and my blog Thanks to suggestions/correectons from: Ryan Penn Helmut Neujahr DJ Phasik Dustin King Table of Contents Copyright 1994, 1995 Bruce Barnett and General Electric Company Copyright 2001, 2005, 2013 Bruce Barnett.

Bourne Shell Tutorial