Shaare your links...
78 links
Interesting Links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 3 / 4
Newer►
  • Example syntax for Secure Copy (scp)
    What is Secure Copy?

    scp allows files to be copied to, from, or between different hosts. It uses ssh for data transfer and provides the same authentication and same level of security as ssh.
    Examples
    ---------------------
    remote esume:
    # copy a single file to your server
    scp mylocalfile.html root@myserverip:/var/www/html/
    # copy a whole directory to your server
    scp -r mylocaldirectory root@myserverip:/var/www/html/
    -----------------------------------
    Copy the file "foobar.txt" from a remote host to the local host

       $ scp your_username@remotehost.edu:foobar.txt /some/local/directory

    Copy the file "foobar.txt" from the local host to a remote host

       $ scp foobar.txt your_username@remotehost.edu:/some/remote/directory

    Copy the directory "foo" from the local host to a remote host's directory "bar"

       $ scp -r foo your_username@remotehost.edu:/some/remote/directory/bar

    Copy the file "foobar.txt" from remote host "rh1.edu" to remote host "rh2.edu"

       $ scp your_username@rh1.edu:/some/remote/directory/foobar.txt \
       your_username@rh2.edu:/some/remote/directory/

    Copying the files "foo.txt" and "bar.txt" from the local host to your home directory on the remote host

       $ scp foo.txt bar.txt your_username@remotehost.edu:~

    Copy the file "foobar.txt" from the local host to a remote host using port 2264

       $ scp -P 2264 foobar.txt your_username@remotehost.edu:/some/remote/directory

    Copy multiple files from the remote host to your current directory on the local host

       $ scp your_username@remotehost.edu:/some/remote/directory/\{a,b,c\} .

       $ scp your_username@remotehost.edu:~/\{foo.txt,bar.txt\} .

    scp Performance

    By default scp uses the Triple-DES cipher to encrypt the data being sent. Using the Blowfish cipher has been shown to increase speed. This can be done by using option -c blowfish in the command line.

       $ scp -c blowfish some_file your_username@remotehost.edu:~

    It is often suggested that the -C option for compression should also be used to increase speed. The effect of compression, however, will only significantly increase speed if your connection is very slow. Otherwise it may just be adding extra burden to the CPU. An example of using blowfish and compression:

       $ scp -c blowfish -C local_file your_username@remotehost.edu:~

    source: http://www.hypexr.org/linux_scp_help.php
    Mon 14 Oct 2013 07:29:42 PM UTC - permalink -
    - ?UcyM2Q
    GNU/Linux Réseaux SSH Sécurité
  • Fun_Plug 0.7 on DNS-320
    un_plug is essentially a technique to stepwise turn a NAS with fixed out-of-the-box functionality into an open Linux machine on which you can install additional software packages and, if you want, learn a bit about Linux.
    Wed 02 Oct 2013 01:27:21 PM UTC - permalink -
    - http://nas-tweaks.net/371/hdd-installation-of-the-fun_plug-0-7-on-nas-devices/
    Bidouille GNU/Linux NAS Réseaux
  • ExplainShell
    This site contains 29761 parsed manpages from sections 1 and 8 found in Ubuntu's manpage repository. A lot of heuristics were used to extract the arguments of each program, and there are errors here and there, especially in manpages that have a non-standard layout.
    Thu 12 Sep 2013 11:37:18 AM UTC - permalink -
    - http://explainshell.com/
    Cheat GNU/Linux Informatique Terminal
  • SSID et base de registre windows
    Mon 26 Aug 2013 02:23:41 PM UTC - permalink -
    - http://www.forensicfocus.com/a-forensic-analysis-of-the-windows-registry
    Bidouille Informatique Windows
  • Script de copie automatique de carte SD.
    Copying photos from the SD card of my camera is a very common task. And always the same pattern. Take the card out of the camera, put it into the sd card reader, wait for the automount popup, browse to the picture directory, select all images, cut all images, browse to my photo directory, create a new folder, name the folder, move to the folder, paste the pictures into it, wait for the finished job.

    Sound boring? Sure, it is!

    Now, how to make this one a little smarter? Maybe scripting some of those steps is a cool idea. So how would this work in a perfect world?
    Mon 26 Aug 2013 08:41:48 AM UTC - permalink -
    - http://larsmichelsen.com/open-source/photo-autocopy-from-sd-card/
    Bidouille GNU/Linux Informatique Photo
  • MultiTouch sur linux avec un Dell Latitude e6530
    Download psmouse-alps-1.3: http://www.dahetral.com/public-download/alps-psmouse-dlkm-for-3-2-and-3-5/view Then (using sudo / root):

    Extract the folder psmouse-alps-1.3 to /usr/source
    cd to /usr/source
    dkms add psmouse-alps-1.3
    dkms autoinstall
    rmmod psmouse && modprobe psmouse

    Bam! Working multitouch! :-)

    (See also https://bugs.launchpad.net/ubuntu/+source/linux/+bug/606238/) - Tested on Dell M4700, Xubuntu 12.04

    source: http://askubuntu.com/questions/50491/detect-touchpad-as-touchpad/258513#258513
    Wed 21 Aug 2013 12:12:34 PM UTC - permalink -
    - ?ldDqzw
    Bidouille GNU/Linux Hardware Informatique
  • PinGuin.LU
    Wed 21 Aug 2013 11:54:13 AM UTC - permalink -
    - https://www.pinguin.lu/
  • Les données exif sous linux
    Utiliser le paquet: perl-image-exiftool (peut être aussi appelé: libimage-exiftool-perl sous ubuntu/debian par exemple)

    Pour voir toutes les données:
    Utiliser la commande: exiftool -a -u <fichier>.<ext>
    http://www.sno.phy.queensu.ca/~phil/exiftool/exiftool_pod.html#reading_examples

    Pour effacer toutes les données:
    Utiliser la commande une fois dans le dossier contenant l'image: exiftool -all= <fichier>.<ext>
    Pour plusieurs fichiers (exemple jpg): exiftool -all= *.jpg
    http://www.sno.phy.queensu.ca/~phil/exiftool/exiftool_pod.html#writing_examples

    Sources: http://www.sno.phy.queensu.ca/~phil/exiftool/
    Sat 10 Aug 2013 05:05:47 PM UTC - permalink -
    - ?zY6YDA
    Images Informatique Metadonnées
  • ISO officiels de Windows
    Windows 7: http://www.touspourun.org/besoin-dune-iso-officielle-de-windows-seven-7063#more-7063

    Windows XP: http://www.microsoft.com/fr-be/download/details.aspx?id=25129
    Tue 06 Aug 2013 06:33:02 AM UTC - permalink -
    - ?64r9Rw
    Informatique Microsoft Windows
  • How to Fix Google Play :Error RPC:S-5:AEC-0
    1) supprimer le compte google.
    2) effacer les données de l'application Google Play
    3) effacer les données de l'application Service Google Play
    4) (un redémarrage peut être envisager) allumer Play Store et réinsérer son compte.

    Normalement c'est ok.
    Mon 05 Aug 2013 04:14:12 PM UTC - permalink -
    - http://www.gottabemobile.com/2013/07/15/how-to-fix-google-play-apps-wont-download-error-rpcs-5aec-0/
    Android Bidouille GSM Informatique Smartphone Téléphone
  • Firmware DLINK DNS-320
    Comment connaitre sa version :

    http://forums.dlink.com/index.php?topic=50576.0

    Pack de langue francais:
    http://www.dlink.com/fr/fr/support/product/dns-320-2-bay-sharecenter-network-storage-enclosure?revision=fr_reva
    Tue 30 Jul 2013 11:55:02 AM UTC - permalink -
    - http://www.dlink.com/fr/fr/support/product/dns-320-2-bay-sharecenter-network-storage-enclosure
    Informatique Réseaux
  • Utilisation des disques, répertoires, fichiers
    Petit tutoriel linux avec les commandes pour savoir la taille occupées sur une partition par un dossier/fichier .
    Wed 24 Jul 2013 02:10:43 PM UTC - permalink -
    - http://www.tuteurs.ens.fr/unix/place_disque.html
    Bidouille GNU/Linux Informatique Terminal
  • RaspberryPI et Owncloud
    Transformer son RaspBerry PI en serveur Cloud
    Fri 19 Jul 2013 08:28:19 PM UTC - permalink -
    - http://maison-de-geek.com/2013/06/test-transformer-son-raspberry-pi-en-serveur-cloud/
    Bidouille GNU/Linux Informatique RPi
  • Application dont je ne peux me passer sous Windows
    SlickRun is a free floating command line utility for Windows. SlickRun gives you almost instant access to any program or website. SlickRun allows you to create command aliases (known as MagicWords), so C:\Program Files\Outlook Express\msimn.exe becomes MAIL.
    Wed 17 Jul 2013 08:16:43 PM UTC - permalink -
    - http://www.bayden.com/slickrun/
    Informatique Windows
  • Tuer un process sous windows en ligne de commande
    REM Tuer le process par son PID, ne fonctionne pas tout le temps allez savoir...
    for /f "tokens=2 delims= " %%i in ('tasklist ^| findstr /i /c:"firefox"') do taskill /f /p %%i

    REM Tuer le process par son nom, attention ne pas oublier les " " , fonctionne visiblement tout le temps.
    taskill /f /im "firefox.exe"
    Wed 17 Jul 2013 08:13:51 PM UTC - permalink -
    - ?U3a31Q
    Bidouille Informatique Windows
  • Fleurs sauvages dans les environs de Gilly
    Wed 17 Jul 2013 07:49:26 PM UTC - permalink -
    - http://fleurssauvagesgilly.blogspot.be/
    Bio Culture Nature Potager
  • Ecolo,bio,bobo,maman
    Wed 17 Jul 2013 07:42:20 PM UTC - permalink -
    - http://arialili.blogspot.be/
  • Ixquick Protège Votre Vie Privée!
    Le moteur de recherche Ixquick ne collecte ni ne partage AUCUNE donnée personnelle !
    Tue 16 Jul 2013 06:39:48 AM UTC - permalink -
    - https://ixquick.com/fra/?
    Anonymat Internet Moteur Recherche Réseaux
  • Raspberry Pi - Wiki
    Intégralité des infos à savoir sur un RPi !
    Mon 15 Jul 2013 09:02:57 PM UTC - permalink -
    - http://elinux.org/FR:RPi_Hub
    Bidouille GNU/Linux Informatique RPi
  • Wiki Archlinux - SSD
    Solid State Drives (SSDs) are not PnP devices. Special considerations such as partition alignment, choice of file system, TRIM support, etc. are needed to set up SSDs for optimal performance.
    Mon 15 Jul 2013 09:01:28 PM UTC - permalink -
    - https://wiki.archlinux.org/index.php/Solid_State_Drives
    Configuration GNU/Linux Informatique Libre SSD
Links per page: 20 50 100
◄Older
page 3 / 4
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.