Category: Linux

Link: Port knocking: Enhance Security Using knockd and/or Iptables From Basics

Before moving into the article, let me tell you how this article has been written. This article starts with the introduction to knockd, and proceeds with the implementation of port knocking by using iptables. Note that the same port knocking can be achieved using knockd, as well, which will be discussed in the upcoming article.

Full article here:
Port knocking: Enhance Security Using knockd and/or Iptables From Basics (Unixmen)

Link: How to Flash an SD Card for Raspberry Pi

The Raspberry Pi is an incredible little computer made up of a components and connectors on an unfeasibly small printed circuit board that is approximately the dimensions of a credit card. Depending upon your intended use, your Rasberry Pi may have a keyboard, monitor and mouse added. Regardless of your intended use, you are going to need an SD (Secure Digital) card on which to install an operating system.

This tutorial describes how to install an operating system onto an SD card for use in your Raspberry Pi.

Full article here:
How to Flash an SD Card for Raspberry Pi (Mactuts+)

Link: How to Clone Your Raspberry Pi SD Card for Super Easy Reinstallations

If you’ve ever turned a Raspberry Pi into a media center or retro gaming station, you know how frustrating it can be when it crashes and corrupts your SD card. Here’s a little trick to making that a little less painful.

Full article here:
How to Clone Your Raspberry Pi SD Card for Super Easy Reinstallations (Lifehacker)

Link: How To Change Desktop Environment On Ubuntu 13.10/13.04/12.10/12.04 & Linux Mint 13/14/15

In this post I will show you how to change your desktop environment. Once you install a new desktop you can change to it by logging out and then changing your session to your new desktop environment.

Full article here:
How To Change Desktop Environment On Ubuntu 13.10/13.04/12.10/12.04 & Linux Mint 13/14/15 (Hacker Paparazzi)

Featured site: Raspberry Web Server – A web site on a Raspberry Pi cluster

Setting up a Raspberry Pi as a home web server is a great way to learn about web design and server administration. A Raspberry Pi uses much less power than a PC, and takes up much less space. The fully featured Linux operating system comes with lots of software, including the Apache web server which is used to host some of the world’s biggest web sites.

Visit the site:
Raspberry Web Server

Link: How to Really Secure Your Linux VPS SSH Service (also works for non-VPS environments)

Let face it, the Secure Shell (SSH) daemon running on your VPS is the most sensitive service open to attack on your system. Any hacker worth their salt will first try to gain access to your VPS via SSH and 99.9% of all VPS connected to the internet run this service by default and on their public IP.

If somebody gains access to your VPS via the SSH service, you can kiss your data and entire VPS goodbye. This is the ultimate goal for any would-be hacker and as such, needs to be the first thing you secure as a VPS administrator.

In this article I’m going to show you how to take three simple precautions with the SSH service that will stop most hackers and script kiddies in their tracks.

Full article here:
How to Really Secure Your Linux VPS SSH Service (Linuxaria)

Note that while the article and title makes reference to a Virtual Private Server (VPN), there is no reason these techniques would not work with any version of Linux that offers SSH access.

Link: Autotrash – Purges files from your trash based on age and/or filename

Autotrash is a simple Python script which will purge files from your trash based on their age or the amount of free space left on the device. Using autotrash -d 30 will delete files which have been in the trash for more then 30 days. It uses the FreeDesktop.org Trash Info files included in the new GNOME system to find the correct files and the dates they where deleted.

Features:
Remove files that are older then a given number of days (see the -d option)
Purge older files to ensure a specific amount of disk space is free (see the –min-free option)
Check for remaining disk space, and only delete if you are running out (see the –max-free option)
Delete regex matching files first (see –delete-frist option)

Install autotrash on ubuntu

Full article here:
Autotrash – Purges files from your trash based on age and/or filename (Ubuntu Geek)

Link: Pipelight – Using Silverlight in Linux browsers

Pipelight, which allows to run your favorite Silverlight application directly inside your Linux browser. The project combines the effort by Erich E. Hoover with a new browser plugin that embeds Silverlight directly in any Linux browser supporting the Netscape Plugin API. He worked on a set of Wine patches to get Playready DRM protected content working inside Wine and afterwards created an Ubuntu package called Netflix Desktop. This package allows one to use Silverlight inside a Windows version of Firefox, which works as a temporary solution but is not really user-friendly and moreover requires Wine to translate all API calls of the browser. To solve this problem we created Pipelight.

Pipelight consists out of two parts: A Linux library which is loaded into the browser and a Windows program started in Wine. The Windows program, called pluginloader.exe, simply simulates a browser and loads the Silverlight DLLs. When you open a page with a Silverlight application the library will send all commands from the browser through a pipe to the Windows process and act like a bridge between your browser and Silverlight.

Full article here:
Pipelight – Using Silverlight in Linux browsers (Ubuntu Geek)

Link: HOWTO: Configure Ext4 to Enable TRIM Support for SSDs on Ubuntu and Other Distributions

Most current SSDs support the ATA_TRIM command for sustained long-term performance and wear-leveling. On Linux TRIM is supported by the Ext4 and Btrfs filesystems but the latter is out of the scope of this tutorial. We need two things in order to enable TRIM:

Having met the two requirements, all we need to do to enable TRIM is the following:

Full article here:
HOWTO: Configure Ext4 to Enable TRIM Support for SSDs on Ubuntu and Other Distributions (Forked by Nicolay)

Link: Block Geo-Region List of IPs with ufw in Linux

Say for instance you wish to block IP ranges by region such as blocking China. This is easy to do with one spiffy website and ufw in Ubuntu or other Linux distros. I’ll show you how!

Block Geo-Region List of IPs with ufw in Linux (scottlinux.com | Linux Blog)

Recent Posts

Recent Comments

Archives

Categories

Meta

GiottoPress by Enrique Chavez