System

16/06/2016
Print Friendly, PDF & Email

How to change the MAC address of an Ethernet interface

Change the MAC address of an Ethernet interface temporarily Check MAC addresses: $ ifconfig -a | awk '/HWaddr/ {print "Interface: ...

Clone Your Ubuntu installation

If you want to create a system that is similar to a different system you have already set up, it ...
Cluster ssh

cssh: un outil pour les paresseux…

Cluster ssh est un outil merveilleux ! Combien de fois ai-je du retaper les mêmes commandes dans deux fenêtres shell ...

15 Linux Find Command Examples (Part2)

Find Files Based on Access / Modification / Change Time You can find files based on following three file time ...

Zsync HTTP-based File Transfer Utility Transfers Large Files Efficiently

Zsync is an opensource file transfer utility built on top of rsync algorithm. This helps to download partial/differential files over ...

Removing those darn .DS_Store and .AppleDouble directories from shared network storage

.DS_Store Here is the command to stop the creation of .DS_Store Directories that pollute your network storage resources. For For Mac ...

15 Practical Linux Find Command Examples

Apart from the basic operation of looking for files under a directory structure, you can also perform several practical operations ...

15 Examples To Master Linux Command Line History

When you are using Linux command line frequently, using the history effectively can be a major productivity boost. In fact, ...

How to Setup Reverse SSH Tunnel on Linux

Reverse SSH is a technique that can be used to access systems (that are behind a firewall) from the outside ...

Watch iptables counters

How to check iptables traffic on the fly? Here are a few commands that can help: watch --interval 0 'iptables ...

Delete files by creation date

source: http://ubuntuforums.org/showthread.php?t=625132 On the command line, you can use the "find" command to select certain files, and then use the ...

dpkg –set-selections results in “warning: package not in database….”

When you want to restore your packages that you’ve backup-ed with : sudo dpkg --get_selections > selections.txt And when you ...

How to list all installed packages?

To get a list of packages installed locally do this in your terminal: dpkg --get-selections | grep -v deinstall To ...

Mcrypt : Installation

Vous devez compiler PHP avec l'option --with-mcrypt=[DIR] pour activer cette extension. DIR est le dossier d'installation de mcrypt. Assurez-vous de ...

How to enable alt+right click to resize window [duplicate]

Put this in a script and run it: #!/bin/bash gconftool-2 -s -t bool /apps/metacity/general/resize_with_right_button true gsettings set org.gnome.desktop.wm.preferences resize-with-right-button true ...

Basic .htaccess for New Projects

# allows php on html AddType application/x-httpd-php .html # Using this code, instead of having to type in http://mysite.com/contact.php, you ...
Les commentaires sont fermés.