Link: Unchecky – A Freeware to Avoid Installing Junkware in Windows

It’s an annoying fact that some Windows freeware is bundled with terrible toolbars and sneaky software that does nothing but harm your system or your personal data. The worst thing is that getting rid of this junkware or crapware is a pain in the neck. If you are always facing this junkware problem, Unchecky is a useful freeware that can help you avoid unwanted junkware installations.

Full article here:
Unchecky – A Freeware to Avoid Installing Junkware in Windows (Make Tech Easier)

Link: Discourse [forum software review]

….. Although forum software often is reasonable, it doesn’t make me go, “wow”.  …..  So, it shouldn’t come as a surprise that when Jeff Atwood, cofounder of Stack Exchange and the author of the famous “Coding Horror” blog, announced he was going to make better Web-based forum software, I personally reacted with a shrug. After all, I’ve used and seen forum software for years. How much different or better could it be?

Well, I can report to you that even though Discourse, Atwood’s open-source forum software, is still somewhat unfinished, it already is head and shoulders above other forums I have used, as both a user and an administrator. The fact that it is open source, based on Ruby, PostgreSQL and Ember.js is icing on the cake, making what already was excellent software even better. …..

Full article here:
Discourse (Linux Journal)

Link: Reduce amount reserved free disk space with tune2fs

In Ubuntu/Debian by default while creating ext2/ext3/ext4 file system 5% of disk space is reserved for super user across each partition.

Except for root partition 5% reserved space is not required for other partitions. So we reuse that reserved space.

Full article here:
Reduce amount reserved free disk space with tune2fs (Sany’s Linux and Open Source Blog)
Related:
tune2fs – adjust tunable filesystem parameters (Unix Tutorial)

Link: How to remember ./configure script arguments a year later

Here’s a typical scenario – you install software from source, spend an hour figuring out the configure options ….. A year passes by, a new software version has come out, and you want to upgrade. ….. However you’ve forgotten what the configure flags were…..

Full article here:
How to remember ./configure script arguments a year later (good coders code, great reuse)

Link: LFCS: How to use GNU ‘sed’ Command [and other commands] to Create, Edit, and Manipulate files in Linux – Part 1

A Linux Foundation Certified System Administrator (LFCS) has the expertise to do basic to intermediate system administration from the command-line for systems running Linux. Linux Foundation Certified System Administrators are knowledgeable in the operational support of Linux systems and services. They are responsible for first line troubleshooting and analysis, and choose when to raise issues to engineering teams.

The series will be titled Preparation for the LFCS (Linux Foundation Certified Sysadmin) Parts 1 through 10 and cover the following topics for Ubuntu, CentOS, and openSUSE:

Part 1: How to use GNU ‘sed’ Command to Create, Edit, and Manipulate files in Linux

Note: This article also touches on the use of several other commands used for processing text streams in Linux, such as uniq, sort, grep, tr, and cut.

Full article here:
LFCS: How to use GNU ‘sed’ Command to Create, Edit, and Manipulate files in Linux – Part 1 (Tecmint)

Link: How to Setup Monitorix – Network and System Monitoring Tool for Linux

Monitorix is an open source and lightweight system monitoring tool designed to monitor network and system resources in linux/UNIX operating system. Monitorix can collects network and system performce and also resources and then display the informations into graphs. it will help system adn network administrator to detect abnormal activities and detecting bottlenecks. This post will show to setup Monitorix on linux centOS 6.5.

Full article here:
How to Setup Monitorix – Network and System Monitoring Tool for Linux (eHow Stuff)

Link: Configure “No Password SSH Keys Authentication” with PuTTY on Linux Servers

SSH (Secure SHELL) is one of the most used network protocol to connect and login to remote Linux servers, due to its increased security provided by its cryptographic secure channel established for data flow over insecure networks and its Public Key Authentication.

While using passwords to login to remote servers can provide a less secure to system security, because a password can be brute-force cracked, SSH Public Key Authentication provides the best secure method to perform distance logins, because it’s almost impossible to decipher the key and the private key guarantees that the sender it’s always who it claims to be.

This article will show you how you can generate and use SSH Keys from Windows based platforms using Putty client to automatically perform remote logins on Linux servers without the need to enter passwords.

Full article here:
Configure “No Password SSH Keys Authentication” with PuTTY on Linux Servers (Tecmint)

Link: How to Install and Configure Cygwin in Windows Environment

If you are a Linux or Unix user, I am sure you will miss the terminal (and all the wonderful things you can do with command lines) in a Windows environment. Most of the time you won’t need to use the command prompt in Windows, and its user-interface is not as friendly either. However, if you have the need to use a terminal, Cygwin is the best tool for you. Let us see how to install and configure Cygwin in the Windows environment.

Full article here:
How to Install and Configure Cygwin in Windows Environment (Make Tech Easier)

Link: How To Install Wine to Run Windows Software on Ubuntu

Wine is a free and open source application that aims to allow applications designed for Microsoft Windows to run on Unix-like operating systems. Wine also provides a software library, known as Winelib, against which developers can compile Windows applications to help port them to Unix-like systems.

Wine is a compatibility layer. It duplicates functions of Windows by providing alternative implementations of the DLLs that Windows programs call and a process to substitute for the Windows NT kernel. This method of duplication differs from other methods that might also be considered emulation, where Windows programs run in a virtual machine. In this article we are installing wine 1.7.25 version on Ubuntu 14.04.

Full article here:
How To Install Wine to Run Windows Software on Ubuntu (LinOxide)

Link: How to Encode H.265 Video Using ffmpeg on Linux

After H.264 came H.265. It also has a few other names, most commonly High Efficiency Video Coding (HEVC) or MPEG-H. H.265 doubles the data compression ratio compared to H.264 and can support resolutions up to 8192×4320. This means that video at the same quality needs only half of the bandwidth (or file size). Alternately, it means that the quality of the video can be substantially improved at the same bit rate, something very important for very high definition (i.e. 4K and 8K) displays.

Full article here:
How to Encode H.265 Video Using ffmpeg on Linux (Make Tech Easier)