Showing headlines posted by linuxer

« Previous ( 1 ... 25 26 27 28 29 30 31 ... 32 ) Next »

Counting lines of code with cloc

Are you working on a project and need to submit your progress, statistics or perhaps you need to calculate a value of your code? cloc is a powerful tool that allows you to count all lines of your code, exclude comment lines and white space and even sort it by programming language.

How to blacklist a module on Ubuntu/Debian Linux

There maybe a time when you need to disable some modules from being loaded during your system's boot time. In this "how to" we will discus some of the few ways how to blacklist module including its dependencies, that is, disable permanently module from loading during the boot time.

Obtain Linux kernel module information with modinfo

Every time the Linux system is booted, number of kernel modules are loaded by the system and used to provide additional support for filesystem, new hardware etc. Obtaining an information about particular kernel module may a be an important troubleshooting skill. In this article we will explain how to obtain module information such as description, dependency, author or relevant object file name using modinfo command.

Puppet installation on Linux Ubuntu 14.04 Trusty Tahr

In this document we describe an installation of Puppet configuration manager on a Ubuntu Linux 14.04 Trusty Tahr. The installation will be followed by a simple puppet manifest example to make sure that installation was successful and puppet ready to use.

How to convert an EXT3 filesystem partition to EXT4

Ext4 fiflesystem includes multiple improvements in terms of filesystem performance. It this article we show how to convert an ext3 fileystem to ext4 and thus enabling some of the ext4 performance enhancement features.

How to Reduce hard drive's acoustic noise level

Most of the non-SSD hard drives allow for a noise reduction by decreasing head movement speed while accessing data. This ability is called Automatic Acoustic Management or AAM. This tutorial will show how to manipulate AAM values to reduce or increase head movement thus directly affect hard drive's noise level.

Retrieve hard drive's age and general health information using Linux

  • Linuxconfig.org (Posted by linuxer on Jun 30, 2014 3:49 AM EDT)
  • Story Type: Tutorial; Groups: Linux
To prevent disaster it is important to know details about system's storage device in terms of runtime, number of read and writes or bad blocks to determine the overall hard drive's health and aging. The most helpful tool for this task is smartctl command found and made available for installation via smartmontools package. What follows are few command examples on how to determine current hard drive's state and overall health.

Retrieve Weather information using Linux command line

Whether you are stubborn command line user or you wish to automate flower watering using your Linux system and cron, the inxi tool is here to accommodate your needs. Apart of a current outside temperature, inxi allows you to retrieve data such us wind, pressure, humidity, altitude and more directly from your Linux terminal.

Installation of KeePassX Password Manager on Fedora Linux

KeePassX is a cross platform password manager to allow users to store and organize password and keep them safe using advanced encryption techniques. This guide describes how to install KeePassX password manager on Fedora Linux.

Virtualbox Guest additions installation on Fedora Linux

In this tutorial we will describe how to install Virtualbox Guest additions on Fedora Linux virtual machine. The rule of thumb here is that the most recent Fedora Linux version requires up to date Vitualbox installation. Having said that, it is possible to install Virtualbox Guest additions for most recent Fedora Linux using outdated Virtualbox installation, however the process would not be that straight forward. Therefore, if possible, before you continue to read, see what version of Virtualbox you are running and compare it with the version found on the official Virtualbox website.

iTunes DAAP server setup on Debian Linux

DAAP server is an Apple Inc. propriatery protocol to share medai files over the newtok. DAAP server allows share media files among network connected devices where the central media share repository resides on main server. In this simple tutorial we will be installing and configuring DAAP server share using forked-daapd media server with support for RSP, DAAP, DACP and AirTunes.

Thank You LXer.com for your support

This is a LinuxConfig.org's last post ! Over 4 years I have been working on this project with a single aim and that is to deliver Linux Tutorials and Linux guidance to anyone who possess an Internet connection and thus promoting GNU/Linux as an Operating System of choice. I can say that my effort was quite successful as over this short time LinuxConfig.org served literally millions unique visitors. For this success my big thanks goes to you as a reader for your encouraging comments, to all GNU/Linux developers who made GNU/Linux possible, GNU project, lxer.com and tuxmachines.org.

Linux job portal launched: LinuxCareer.com

As a demand for Linux-related jobs has jumped unexpectedly high in the last couple of years. LinuxCareer.com as a new Linux related job portal attempts to compensate for this sudden surge in demand for Linux skilled professionals and will surely accommodate both employers and job seekers. LinuxCareer.com is not affiliated with any local or international company, nor is it a recruitment or employment agency and it is specialising only in Linux based careers and closely related Information Technology fields. LinuxCareer.com offers tools such as application tracking, job alerts, login and syncing resumes with facebook.com and linkedin.com accounts as well as screening questionnaires for employers and resume uploads for job seekers. Job seekers world wide can stay informed about new job listings using RSS feed or Twitter and search linuxcareer.com portal using their mobile by navigating to linuxcareer.com’s mobile version m.linuxcareer.com .

How To install Drupal 7 on Fedora Linux

This installation guide provides step-by-step instructions on how to install Drupal 7 on a Fedora Linux system. The guide consists of 6 easy to follow steps to conclude whole installation. If you are just little bit curious about the new Drupal 7 release it is time to see what it is about. Be aware that installation of web applications on Linux systems using SELinux such as Fedora or RedHat is now little bit more complicated since changing permissions with chmod command may not always solve the problem.

Mobile Broadband Internet connection and Sakis3G

This article is just a continuation of my first article about my experience with mobile broadband Internet on a Linux system. To cut the long story short a current network managers are trying to do a pretty good job by establishing a Mobile Broadband connection in a Plug & Play manner, however, they are not always successful to do so and user ends up with frustration and full hands of debugging and guessing what might went wrong instead of spending time with intended work.

List of RPM Linux configuration files

This list features all configuration files related to packages commonly found on RPM ( Redhat Package Management ) Linux systems. List was extracted from Fedora Linux, however it may also find its use by all Linux users running any RPM based Linux systems. To find configuration files open a search dialog of your browser ( CTRL + F ) and search for "Package:<package name>" . This list is based on Fedora 14 Linux and will be updated with every new Fedora stable version !

Avoiding tedious remote login ssh syntax

Although you have exchanged public keys with your remote server to avoid that boring bit of entering your super long secure user password everytime you are about to login, you still need to face ssh syntax in order get someting done. Yes, it is just single line command with few words but typing that line 30 times a day can take you at least 10 minutes of problem solving time, bore you and more iportatbly it may even give you a headache. This article outlines two alternative options on how to make ssh login procedure easier and thus keeping you sane longer.

A Practical Guide to Linux Commands

This article lists various practical Linux commands to be used only as a reference guide and by experienced Linux users. Not all Linux commands will be available on your system by default so consider install a relevant package before use. This Practical Guide to Linux Commands may list Linux commands you may already know but cannot remember usage syntax as well as it may introduce some new Linux commands to improve your Linux command line efficiency. Note, this guide will not teach you how to use Linux commands since it relies on your experience to alter Linux commands syntax below to fit your needs.

Get Started with Android application development using Linux and Android SDK

The purpose of this article is to get a reader started with an Android application development using an open source Android SDK on a Linux system. The main focus of the following lines will be concentrated on installation of Java based Eclipse IDE, Android SDK and Android Developer Tool (ADT) a special Eclipse plug-in on Ubuntu and Fedora Linux systems. The installation instructions will be followed by a simple Hello Android program example to test an entire installation. Since the combination of Eclipse and Android SDK provides a powerful Android Virtual Device emulator, a reader does not need to own any Android device to get started with the Android application development.

Collection of basic Linux Firewall iptables rules

  • linuxconfig.org (Posted by linuxer on Dec 7, 2010 6:37 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The following iptables rules should serve as a template for creating more customized iptables rules to fit desired network environment. This article is NOT a comprehensive guide to iptables. If you are new to iptables please familiarize your self with netfilter / iptables before you use some of the iptables rules described below. This is especially recommended if you are working on a production server.

« Previous ( 1 ... 25 26 27 28 29 30 31 ... 32 ) Next »