Search TekSocial
Stay Connected

Enter your email address:

(We respect your privacy!)

Or subscribe with your favorite RSS Reader

  

Entries in tools (5)

10:04AM

Journalling Ideas For Foreign Language Learners

As a foreign language learner, you're probably constantly on the lookout for effective ways to accelerate the language learning process and reach the desired level of the linguistic knowledge as soon as possible. Keeping a journal in your target language can help you achieve your linguistic goal(s) faster and with less effort.

Toolbox and resources:

If you are into learning languages, here are five types of linguistic journals you can start playing with today:

Click to read more ...

5:10PM

Cool Apps for Creating Color Schemes

Color schemes are a standard part of every designer's job. Whether you're working on a new website, making a logo or decorating a room, you will inevitably have to pay attention to colors. The three apps reviewed in this article are very practical for devising and manipulating color schemes, and you don't have to be a professional designer to use them, as they are highly user-friendly.

Color Schemes

Click to read more ...

10:29PM

Don't Be Awkward, Use AWK!

After providing a tutorial on grep and a brief peek into sed, we move on to another great Linux command-line utility, but one rarely used by beginners. Perhaps because it's really a full-blown programming language, which must bring images of impenetrable complexity to the minds of some?

Hopefully, this article will show you that AWK is not to be feared, but loved. It is extraordinarily useful, after all.

Click to read more ...

7:40PM

Linux Essentials: Sed (Stream Editor)

Linux terminalIt's sometimes said that find, sed and awk are all you need when it comes to Linux command-line utilities. The last two are Turing complete, just like any other programming language. Having already covered grep, we move on to its stream-wrangling cousin, sed. Its purpose is filtering and transforming streams of text, which is a very loose and general concept in Linux. However, some of its functionality might not be all that obvious without reading the entire manual, but that's where this article jumps into the picture. Fire up your terminal and type along.

Click to read more ...

12:17AM

Discover the Power of Grep

search

The simplest solutions are often the most powerful. Such is the case with grep, a small but mighty Linux command-line utility. It's incredibly useful when you want to search the contents of your files, and it does the job quickly and accurately. Its strength lies in the multitude of options which can be combined to suit your needs. Another advantage of grep is its portability – it works on any Linux distribution, and all you need to run it is a console. Even if you're a beginner, you won't have problems using grep, and if you're still afraid of using the command line, you won't be after reading this handy guide.

 

Click to read more ...