Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
8 results tagged line  ✕
How do I enable services on a Windows computer via a command line? - Super User https://superuser.com/questions/175077/how-do-i-enable-services-on-a-windows-computer-via-a-command-line
Mon Jun 25 15:33:53 2018 archive.org
QRCode
thumbnail

I believe the command you are looking for is:

sc config servicenamehere start= auto

You'll need to know the name of the service though - to view this from the command line, try this command - this will show all services:

sc query type= service state= all

If you want to see only stopped services, run this command:

sc query type= service state= inactive

The list of services output by the query can be quite long. You may filter it by using findstr (see post here) . For example

sc query type= service state= all | findstr "ssh"

Will select the output lines of the services list that contain the string "ssh"

Note: For some services you may need also administrator privileges, you will notice it on getting the message Access is denied after executing the sc command. In that case open the Command Prompt (Admin) by pressing 'Windows + X' keys.

windows service command line
Note: Installer le SDK Android sous linux en ligne de commande /index.php/shaare/bvoFQw
Fri May 15 15:16:11 2015 archive.org
QRCode

1) se rendre à l'adresse
http://developer.android.com/sdk/index.html?hl=sk#Other

2) récupérer l'url de la dernière version du SDK pour linux, actuellement:
android-sdk_r24.2-linux

3) faire en ligne de commande sur la machine cible
wget URL_RECUPEREE
( wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz )

4) décompresser l'archive récupérée
tar xf ARCHIVE
( tar xf android-sdk_r24.2-linux.tgz )

5) mettre à jour les sdk déjà présent (attention LONG) accepter les licences :
cd android-sk-linux
tools/android update sdk --no-ui

6) lister les packages pour installer les build tools:
android list sdk --all

7) installer les build tools (prend le numéro de paquet dont le numéro de build tools est le plus grand) accepter les licences
tools/android update sdk -u -a -t "num paquet"
( tools/android update sdk -u -a -t 3 )

VOILA ! dans le répertoire build-tools vous devriez avoir un répertoire du numéro de la version du build-tools qui contient tout les outils pour compiler et décompiler les applications android ;)

( build-tools/22.0.1 )

Fréd.
PS: testé sur un VPS :x

android sdk linux build tools vps command line
Synchronisation ftp / dossier local - Linux On The Root ! http://ubunteros.tuxfamily.org/spip.php?article196
Thu Mar 21 22:33:24 2013 archive.org
QRCode
thumbnail

Je sais RSync c'est plus performant mais parfois ftp fait l'affaire ;)

ftp backup command line update linux
Cool, but obscure unix tools :: KKovacs http://kkovacs.eu/cool-but-obscure-unix-tools
Mon May 14 17:21:08 2012 archive.org
QRCode
thumbnail

Un super site qui fournit des outils de gestion en ligne de commandes, vraiment sympa, a lire et a étudier

Merci Augustin pour le partage ;)

site command line utils test design
inotify-tools · rvoicilas/inotify-tools Wiki · GitHub https://github.com/rvoicilas/inotify-tools/wiki/#wiki-info
Thu Mar 15 22:28:04 2012 archive.org
QRCode
thumbnail

Une librairie et des outils en ligne de commande permettant d'avoir une interface a inotify du noyau linux.

inotify permet de voir les evenements interfenant sur le système de fichiers.
pour plus de renseignement :

http://fr.wikipedia.org/wiki/Inotify

inotify linux noyau command line tools
Apple iPod, iPhone (2g, 3g), iPad Dock connector pinout and wiring @ pinouts.ru http://pinouts.ru/PortableDevices/ipod_pinout.shtml
Thu Oct 20 07:11:25 2011 archive.org
QRCode
thumbnail
Pinout Apple iPod dock interface layout pin iPOD special connectorUsed 3rd later generation iPods for charging connecting PC via USB Firewire stereo line out serial device controlled Accessory Protocol connector exists most MP3 players 3G 4G 5G Video Nano 1G 2G Mini Classic Touch iPhone 3GS
Apple iPhone (1G, 3G, 3GS, 4) Dock connector pinout and wiring @ pinouts.ru http://pinouts.ru/CellularPhones-A-N/iPhone_connector_pinout.shtml
Thu Oct 20 07:11:05 2011 archive.org
QRCode
thumbnail
Pinout Apple iPod dock interface layout pin iPOD special connectorUsed iPhone 1G 3G 3GS for charging connecting PC via USB Firewire stereo line out serial device controlled Accessory Protocol
McAfee Free Scan - Antivirus gratuit en ligne http://assiste.com.free.fr/p/antivirus_gratuits_en_ligne/mcafee_free_scan_antivirus_gratuit_en_ligne.html
Thu Oct 20 07:09:27 2011 archive.org
QRCode
thumbnail

McAfee Free Scan Antivirus gratuit en ligne - McAfee, Free Scan, antivirus, anti-virus, en ligne, on line, online, gratuit, free, full scan, pc, entier

McAfee Free Scan antivirus anti virus gratuit free ligne on line online full scan pc entier Antivirus
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn