PUBLIC   marks

PUBLIC MARKS with search ssh

Sponsorised links

October 2009

OpenOffice en mode serveur - Metal3d

by delavigne
e de vous connecter en SSH et de quitter les sessions pour vous reconnecter... Il est très important que vous fassiez cela et ne pas utiliser la commande "su - utilisateur". En fait, ce que je vous présente ici demande une véritable "reconnexion" à SSH dans la plupart des cas, notamment en ce qui conc

Visualize Your SSH & FTP Behaviour on Datavisualization.ch

by karlcow

Every time that you login into your local Unix-like machine or a remote hosting server through a FTP client to upload a file or use SSH to get your stuff done, you’re leaving behind a trail of evidence showing your online behaviour: where and when you log in, how often and how long your online sessions are, in short: your modus operandi. This visualization tool unveils this hidden data, which is gathered by running a few builtin UNIX commands and is analyzed onsite.

Sponsorised links

September 2009

serFISH.com

by jakamos
Web-Based SSH Client

Fabric — Fabric v0.9 beta 1 documentation

by karlcow & 1 other (via)

Fabric is a Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol. It provides tools for running arbitrary shell commands (either as a normal login user, or via sudo), uploading and downloading files, and so forth.

August 2009

André Gondim » Ubuntu 9.10 Karmic Koala Alpha 3

by tadeufilippini
André Gondim Aprendendo e Compartilhando no Ubuntu * home * Sobre o Autor * browse ↓ * admin (37) * AMsn (7) * Apache (2) * Atalhos Beryl (1) * Automatix (5) * Beryl (8) * codecs (4) * Compiz (12) * Evento (8) * FTP (2) * Gutsy (12) * Hardy (32) * Instalação (27) * Intrepid (16) * java (8) * LPI (2) * Mercury (4) * mplayer (2) * no-ip (4) * NTFS (2) * PHP (2) * python (2) * rede (2) * RMVB (3) * Server (2) * source.list (16) * ssh (3) * Tradução (27) * Ubuntu (253) * Windows (5) Tradução, Ubuntu Ubuntu 9.10 Karmic Koala Alpha 3 07.26.09 | 5 Comentários

July 2009

See who’s poking your Linux box | Tips4Linux.com

by oseres
If you’re using SSH and you have your ports wide open to the world, your best bet would be to install fail2ban. If you’re curious though as of whom is trying to get in by bruteforcing your SSH passwords, you might get a clear view with the following command: grep “POSSIBLE BREAK-IN ATTEMPT” /var/log/auth.log

June 2009

SVI-wiki: Scp Batch Mode

by eaque
done with a regular (with password) ssh connection, and accepting the host as known. Then, the host name should be the same as the one

DLFP: Découverte d'une faille de sécurité critique dans OpenSSL de Debian

by srcmax & 1 other , 1 comment
Le 13 mai, un message publié sur la liste de sécurité Debian identifiait une anomalie impactant le paquet openssl. Ce bug a été introduit par un mainteneur Debian, qui a eu la main lourde en voulant "corriger" des alertes remontées par Valgrind (un logiciel qui audite le code). Résultat des courses : le générateur de nombres aléatoires, composant critique de nombreux systèmes de chiffrements, n'est au final pas si aléatoire que ça, voire carrément prévisible. En conséquence, tous les certificats et clefs SSL/SSH générés sur une Debian (ou dérivée) depuis 2006 l'ont été à partir d'un univers des possibles très restreint (environ 250 000 clefs, à confirmer) et présentent donc un niveau de sécurité largement inférieur à celui estimé.

May 2009

Unison - Synchronisation de répertoires - un des plus formidables logiciels de synchronisation existants - gratuit

by decembre
Permet une synchronisation unidirectionnelle ou bidirectionnelle de répertoires, locaux ou distants (par ssh, ou simple socket). Donc vous pouvez modifier des fichiers dans les deux répertoires, Unison s'occupe de les synchroniser. Quand il ne parvient pas à résoudre les conflits, il vous propose des choix. En mode unidirectionnel, ça remplace sans problème rsync. Il est multiplateformes (on peut synchroniser entre Win/Linux/etc.), économe (ne transfers que les parties modifiées d'un fichier, et fait des transfers compressés), sûr (vous pouvez l'arrêter en plein milieu d'une synchro avec très peu de risques de perte). Fonctionne en ligne de commande ou avec une interface graphique (GTK). Même la version ligne de commande est claire et simple à utiliser. Si vous avez besoin d'autres logiciels de synchronisation, voir égalemenbt Wikipedia, DeltaCopy ou cwRsync.

March 2009

Arc's Soy Machine: git vs mercurial

by karlcow

In contrast with my earlier attempts at migrating to git, mercurial was actually a joy to setup on the server. WSGI, using our existing .htusers file from Trac, a small config script, done. This contrast to git which would require some funky SSH sandboxing and/or PAM setup - yes it can be done, but such hacks shouldn't be needed.

To all our surprise "hg clone" was extremely fast even compared to subversion and especially in comparison to git.

Gnu screen, ou comment rendre la console plus pratique

by sylvainulg & 2 others
Ayant un hébergeur avec un accès shell, j'effectue la plupart des développements directement dans mon vim par ssh. Seulement, il est souvent utile de faire des changements dans plusieurs fichiers en même temps, de se trimbaler dans plusieurs dossiers à la fois,... Gnu Screen est un logiciel rêvé pour cette utilisation. Voyons ensemble comment il fonctionne.

February 2009

VirtualBox Port Forwarding with Linux Host | Seth Keiper

by jey
VBoxManage setextradata "name of vm" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 2222

corkscrew

by Xavier Lacot & 4 others
Corkscrew is a tool for tunneling SSH through HTTP proxies. Usefull for cheating stupid proxies :-)

January 2009

December 2008

NASA Ames Open Source Software | Projects

by karlcow

Mesh Homepage Mesh is a secure, lightweight grid middleware that is based on the addition of a single sign-on capability to the built-in public key authentication mechanism of SSH using system call interposition. Each Mesh installation is dedicated to serving a particular virtual organization (VO), which is defined to be a dynamic collection of individuals, institutions, and resources.

November 2008

NoMachine NX

by rmaltete & 7 others
Desktop Virtualization and Remote Access Management Software. SSH + VNC

Execute commands simultaneously on multiple servers Using PSSH/Cluster SSH/Multixterm -- Ubuntu Geek

by camel
If you have multiple servers with similar or identical configurations (such as nodes in a cluster), it’s often difficult to make sure the contents and configuration of those servers are identical. It’s even more difficult when you need to make configuration modifications from the command line, knowing you’ll have to execute the exact same command on a large number of systems . In this tutorial we will see some tools to execute one command on multiple remote servers using ssh.First you need to make sure you have ssh installed in your machine or you can install using the following command

Synchronisation de deux répertoires avec rsync

by camel (via)
Rsync est un utilitaire présent sur tout les systèmes Unix (de Linux à FreeBSD en passant par Mac OS X et même sous Windows en passant par Cygwin) et ayant pour but la synchronisation de fichiers/répertoires. Cette synchronisation peut se faire soit de manière locale (par exemple deux répertoire d’un même disque) soit par le réseau (via le protocole SSH).

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links