Internet

Linux

MAC

PC General

Windows

NOTE! Before using any of those informations, be sure you read the Disclaimer! Thank you.

Home » Archive by Category

Articles in the Linux Category

Why Linux is faster than Windows

We present some of the reasons why a user of Windows will notice a difference in performance important your hardware when switching to Linux .It is not here to defend extreme positions, fanaticism or irrational. Instead, we present some of the issues …

Steam (final) comes to Linux with more games and discounts

They just announced the launch of the final version of Steam for Linux, the acclaimed platform games and software downloads for PC, Mac and Linux now.As if this were not enough, Valve and intends to …

Encoder with AviSynth Linux with WINE

For those who like me some time ago are tired of not being able to work for a Linux encoding turns, here is the solution!
Through WINE and two wonderful little tool called avs2yuv and WAVI …

Linux – Network Monitoring via SNMP

Distributions using Debian Kernel less than version 2.36are affected by this problem.
Because snmpd is not running with root user, it is not able to know the actual speed of the network interfaces.
Here are the results …

Configure an IP alias on loopback – Linux

This configuration may be useful in many cases.
On Debian-like:
Editing / etc / network / interfaces

auto lo: 0
iface lo: 0 inet static
address 192.168.3.1

Debian – Install h264 streaming module for Lighttpd

The aim of future orders is to recompile the modules for retrieving Lighttpd h264-streaming and copy them to the Lighttpd which is managed by your package manager.
Installing packages necessary to compile Lighttpd.

apt-get install …

Linux – Generate binary files

In the series of articles post-it, here’s how to create binary files of specific sizes.
A file 100MBytes.

dd if = / dev / zero of = 100MB bs = 100M count = 1

A file …

CentOS 6 – Install APC

After you install and configure your environment properly under CentOS LAMP 6 you want to install APC.
What you need before starting:
- PEAR,
- Development of interfaces PHP, Apache & PCRE,
- A C & Make tool.

yum …

Linux – Find files containing a string of character

Whenever I need to find a list file containing a string of character, I spend 15 minutes finding the right command.So here’s a reminder:

find. | Xargs grep ‘string’-sl

Simpler:

grep-lR “string” *

Pound HTTP HTTPS 2 – Certificate

In terms of configuration, Pound can take a file. pem certificates containing the servers and intermediate certificates until the CA ROOT.
What I did not know and I struggled to find is that it must include …