Parametric NEMA 17 Motor Storage Box with Cover
English Français
September 7, 2026
Antre du Tryphon
Search

Ubuntu 11.10

25 posts · Show all posts

How to Install libnfc for PN532 NFC Readers on Linux

How to Install libnfc for PN532 NFC Readers on Linux

February 25, 2015 · claude Ubuntu 11.10 Ubuntu 11.04 Ubuntu +5
Installing libnfc for PN532 based NFC reader is not exactly as described in the documentation. Some information is scattered in the documentation. This installation guide has been tested with the GO2NFC GO2NFC141U NFC Reader and the Adafruit PN532...

How To Setup an Internet Gateway using Ubuntu

How To Setup an Internet Gateway using Ubuntu

February 18, 2015 · claude Ubuntu 11.10 Ubuntu 11.04 Ubuntu +4
Setting up an Internet Gateway using Ubuntu is pretty straight forward. In order to do so, you will need:

Installing memcached to use it with php

Installing memcached to use it with php

February 13, 2015 · claude Ubuntu 11.10 Unix Ubuntu 11.04 +6
Installing Memcached with php support in Ubuntu is a matter of a few steps: sudo apt-get install memcached php5-memcached sudo service apache2 restart You can test if memcached is active by running this command: echo "stats settings" | nc localhost...

How to rename a user in Linux

How to rename a user in Linux

May 20, 2014 · claude Ubuntu 11.10 Unix Ubuntu 11.04 +4
Simply issue this command: usermod -m -d /home/new-account-name -l new-account-name old-account-name It creates the home directory if it does not exists. It also copy the stuff of the old user into the new user account.

How to display the version of Ubuntu you are running

How to display the version of Ubuntu you are running

April 18, 2014 · claude Ubuntu 11.10 Ubuntu 11.04 Ubuntu +1
From a terminal window, type in: lsb_release -a

How to use the command line to make the internal speaker beep

How to use the command line to make the internal speaker beep

March 1, 2014 · claude Ubuntu 11.10 Unix Ubuntu 11.04 +2
Two simple steps: Install the beep utility. Executing beep on the command line will make the internal speaker beep. apt-get install beep Add pcspkr to /etc/modules to load it at boot time. You can load it manually by executing modprobe pcspkr

How to prevent SSHD to listen on an address family

How to prevent SSHD to listen on an address family

March 1, 2014 · claude Ubuntu 11.10 Unix Ubuntu 11.04 +3
It is possible to control on which address family sshd will listen to. In /etc/ssh/sshd\_config, simply add AddressFamily any to listen to IPv4 and IPv6 addresses. This is the default. Alternatively, add one of these to listen only to IPv4 (inet) or...

How to assign a static IP address in Ubuntu

How to assign a static IP address in Ubuntu

February 22, 2014 · claude Ubuntu 11.10 Unix Ubuntu 11.04 +3
Setting a static IP address in Ubuntu involves editing /etc/network/interfaces. If the interface is currently using DHCP, you will find these lines in the file. auto lan iface lan inet dhcp You will have to replace the above lines with a section that...

How to find duplicate files on Linux?

How to find duplicate files on Linux?

August 18, 2013 · claude Ubuntu 11.10 Unix Ubuntu 11.04 +3
It is pretty straight forward in Linux, install fdupes. sudo apt-get install fdupes Type the following command to display the documentation man fdupes

Useful WiFi related commands

Useful WiFi related commands

July 29, 2013 · claude Ubuntu 11.10 Unix Ubuntu 11.04 +4
iwconfig wlan0 up iwconfig wlan0 channel 1 iw reg get iw reg set JP ifconfig wlan0 hw ether de:ad:be:ef:c0:fe macchanger -r wlan0