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
page 3 / 5
81 results tagged windows  ✕
Résoudre les problèmes d’écran noir - Aide de Windows http://windows.microsoft.com/fr-fr/windows-10/troubleshoot-black-screen-problems
Sun Dec 13 00:52:02 2015 archive.org
QRCode
thumbnail

Découvrez comment résoudre des problèmes d'écran noir dans Windows 10 à l'aide des options de récupération Windows.

windows écran noir
Home - mupen64plus http://www.mupen64plus.org/
Thu Sep 3 18:20:19 2015 archive.org
QRCode

Comment émuler la nintendo 64 sur un PC récent ?

c'est ici que ça se passe !

mupen64 nintendo windows 8.1
Pioneer http://pioneerspacesim.net/
Thu May 28 20:15:37 2015 archive.org
QRCode

Un jeu dans le même style que vega strike

a tester

la page github: https://github.com/pioneerspacesim/pioneer

open-source space opera linux windows jeu
Vega Strike - Home http://vegastrike.sourceforge.net/
Thu May 28 20:12:50 2015 archive.org
QRCode
thumbnail

Vega Strike un jeu libre d'économie et exploration spatiale qui a l'air vraiment sympa d'après wikipédia :
http://fr.wikipedia.org/wiki/Vega_Strike

Vega Strike is an Open Source 3D Action-Space-Sim that lets you trade, fight, and explore in a vast universe.
Vega Strike is built on top of OpenGL and runs on Win/Lin/Mac platforms. Vega Strike (the game) is currently in a playable state, but both game engine and dataset are under continued development

via : http://linuxfr.org/users/chimrod/journaux/oolite-un-pare-feu-dans-l-espace#comment-1606213

jeu open-source linux windows space opera
Comment créé un raccourci pour changer mon Périphérique audio par défaut https://social.technet.microsoft.com/Forums/en-US/2144a8e5-c87c-4799-8c5f-35c4945328e6/comment-cr-un-raccourci-pour-changer-mon-priphrique-audio-par-dfaut?forum=win7fr
Thu May 21 16:42:44 2015 archive.org
QRCode
thumbnail

Comment changer son périphérique par défaut sous windows ?
et comment se faire un raccourci pour aller plus vite ?

Très utile quand on branche son portable en hdmi sur la télé pour jouer :x

Merci Technet.

windows jeu directx son périphérique
GrubEFIReinstall - Debian Wiki https://wiki.debian.org/GrubEFIReinstall
Fri May 15 17:12:03 2015 archive.org
QRCode

Réinstaller grub efi aprés une install débian foireuse...
0) récupérer refind et booter dessus (utiliser drivedroid si vous avez un android rooté :x )
http://www.rodsbooks.com/refind/getting.html

1)
[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"
should return "EFI boot on HDD".

2) en ligne de commande et en root (donc sudo -i)
(si sda1 est votre partition EFI)
mount /dev/sda1 /boot/efi

apt-get install --reinstall grub-efi

grub-install /dev/sda

update-grub

You should check afterwards that:

  1. the bootloader is existing in /boot/efi/EFI/debian/grubx64.efi and
    file /boot/efi/EFI/debian/grubx64.efi

/boot/efi/EFI/debian/grubx64.efi: PE32+ executable (EFI application) x86-64 (stripped to external PDB), for MS Windows

  1. the nvram entry was properly created.
    efibootmgr --verbose | grep debian

A TESTER D'URGENCE

refind linux debian uefi efi boot grub windows
[Résolu] Ecran Noir après ouverture de session sur Windows 8 http://www.numerama.com/f/124374-t-resolu-ecran-noir-apres-ouverture-de-session-sur-windows-8.html
Mon Apr 20 15:25:32 2015 archive.org
QRCode

Ce week end j'ai du corriger un souci sur le pc du fils d'un ami.

Windows 8.1 demandait de se connecter normalement puis écran noir... oO
J'ai réussi à lancer le gestionnaire des taches mais pas le bureau ...

j'ai trouvé ce sujet, qui parle de l'installation d'un programme non compatible windows 8.1 et qui installe un fichier "à lancer une fois" dans le répertoire:
c:/windows/System32

ce fichier commence par runonce...exe

il suffit de le supprimer pour que tout refonctionne normalement (j'en ai profiter pour faire un adwcleaner et un ccleaner...)

pour supprimer le fichier il faut s'en attribuer la paternité:
http://www.chantal11.com/2013/02/attribuer-les-droits-sur-un-fichier-dossier-systeme-sous-windows-8/

adwcleaner: https://toolslib.net/downloads/viewdownload/1-adwcleaner/
ccleaner:https://www.piriform.com/CCLEANER

Si ça peut aider quelqu'un...

windows 8.1 écran noir runonce
Replacing default git bash console with Console2 – BuildStarted.com http://buildstarted.com/2012/05/11/replacing-default-git-bash-console-with-console2/
Tue Mar 17 23:11:06 2015 archive.org
QRCode
thumbnail

Un meilleur shell sous windows pour gérer GIT ? oui parce que bon la console par défaut... :/

console2 shell git windows
Git - Configuration de Git http://git-scm.com/book/fr/v1/Personnalisation-de-Git-Configuration-de-Git
Wed Mar 4 20:24:40 2015 archive.org
QRCode
thumbnail

Merci pour la configuration :

Pour partager un repository Git entre Windows et Linux, j'utilise ces configurations dans mon ~/.gitconfig.

Pour Windows (on ne touche pas aux permissions des fichiers, on transforme les éventuels \r\n en \n à chaque commit mais sans les modifier dans notre workspace)
git config --global core.filemode false
git config --global core.autocrlf true

Pour Linux (on commit aussi les permissions des fichiers, et on transforme les éventuels \r\n en \n dans notre workspace)
git config --global core.filemode true
git config --global core.autocrlf input

Et je vérifie que ces paramètres ne sont pas présents dans les .git/config de chacun de mes projets.

Via : http://links.la-bnbox.fr/?2sRE4Q

git configuration windows linux
How to repair the EFI Bootloader in Windows 8 - fixedByVonnie http://www.fixedbyvonnie.com/2013/12/how-to-repair-the-efi-bootloader-in-windows-8/
Thu Dec 18 00:11:34 2014 archive.org
QRCode
thumbnail

Un article qui m'a bien aidé pour réparer le dual boot EFI Manjaro-Windows 8.1 ...

Merci pour ça ;)

windows dual boot manjaro EFI
Ant Commander - Free File Manager - Liens en vrac de sebsauvage http://sebsauvage.net/links/?8WSwVg
Wed Jun 19 22:28:57 2013 archive.org
QRCode
thumbnail

Bon j'ai testé de mon coté...

  • c'est en Java (je bosse sur des sites/applications en Java mais j'ai toujours du mal avec les logiciels en Java...)

  • j'ai pas mal de souci avec les proxy d'entreprises...

  • j'aime pas la police par défaut (mais on s'en fout un peu)

  • intègre "tout"

  • semble gérer les proxy (mais le mien est avec mot de passe... dommage)

  • pas lourd (si on enlève la vm java)

  • freeware

  • multi plateforme

ant commander midnight windows linux mac java
Rhhâââ.... Windows sale bouse puante - Liens en vrac de sebsauvage http://sebsauvage.net/links/?yDuWyA
Wed Jan 23 21:34:13 2013 archive.org
QRCode
thumbnail

Oui effectivement Windows est TRES long lorsqu'il n'est pas connecté au réseau ET qu'il a des ressources sur le réseau, icone, bureau, mes documents... du coup lorsqu'il n'a pas de réseau il essaye à CHAQUE affichage de se connecter au réseau avant d'échouer...

http://superuser.com/questions/131778/windows-explorer-slow-response-when-disconnect-from-the-network

et c'est aussi le cas SANS ressources sur le réseau pour peu que vous soyez sous windows XP SP2 ou moins ET que vous aillez au moins une fois récupérer un lecteur réseau...

réseau windows xp connection sp2 network slow long
ophcrack | Free Development software downloads at SourceForge.net http://sourceforge.net/projects/ophcrack/
Fri Dec 28 17:10:17 2012 archive.org
QRCode
thumbnail

un "crackeur" de mot de passe windows... utile lorsqu'un plaisantin arrive a changer les mots de passe d'ordinateur public...

mais bon le "mieux" est d'avoir une image ghost à redéployer car qui sait ce qui a été caché...

ghost image public computer windows password
ChiperSoft :: Testing websites in IE7 / IE8 / IE9 on a Mac http://chipersoft.com/p/Testing-websites-in-IE9-on-mac/
Fri Dec 28 00:52:51 2012 archive.org
QRCode

Testing websites in IE7 / IE8 / IE9 on a Mac

Went looking for information on this today to link to someone and couldn't find anything recent, so I figured I'd write one up myself. Here's a simple process for getting a 100% legal copy of IE9 running on your mac using disk images provided by Microsoft themselves.

Download and install a copy of virtualbox, it's a free virtualization program like VMWare or Parallels. Make sure you have the command line utilities checked in the installer.

Download the official Microsoft Application Compatibility Virtual PC Image for IE9. As of this writing the latest versions are as of August 16th, 2011. The IE9 image is a seven part self extracting RAR file. Images are also available for IE7 and IE8. This image contains a fully legal copy of Microsoft Windows 7, licensed for developer debugging use in a virtual machine only.

Use unrar (installed via macports or homebrew) or The Unarchiver to extra the multipart archive. This will result in two files: Windows 7.vhd and Windows 7.vmc. You can discard the vmc file.

Open the terminal and cd to the directory you extracted the vhd file into. Run the following command:

VBoxManage clonehd "Windows 7.vhd" Windows_7_IE9.vdi

Move the resulting .vdi file into a safe location. By default VirtualBox puts its disk images in a unique folder inside ~/VirtualBox VMs, but I prefer them to be on a separate disk partition.

Launch VirtualBox and click the New button on the toolbar (or select New... from the Machine menu). This will launch the new virtual machine wizard. Name the machine however you want and select Windows 7 from the Operating System Version menu.

VirtualBox will allocate 512MB by default, which in my experience is enough for basic web testing, you may wish to give it more.

When prompted for the hard disk, choose "Use existing hard disk" and click on the browse icon to the right of the menu. Find the Windows_7_IE9.vdi file that we created in step 4. Click through the remaining dialog panes and finish the wizard.

Due to an incompatibility with VirtualBox and VirtualPC, this disk image will Bluescreen when you attempt to launch it, so there is one more thing that has to be changed to get it working. Select the new virtual machine and click on the Settings button. Switch to the Storage tab. By default VirtualBox places the boot media on the SATA controller; you need to move it to the IDE controller.

Do this by selecting the IDE controller and choosing Add Hard Disk from the plus button menu. Select the .vdi file from the list and click OK. Now remove that same drive from the SATA Controller by selecting it and clicking the minus button. Click OK.

Select your newly made Windows 7 virtual machine and click Start.

When you get to the windows login screen, choose Administrator. The login password is "Password1"

Windows will tell you that the copy you are using is non-genuine. Microsoft does not issue valid keys with these images, as they are intended to be temporary, and their official stance is to just reset the disk image when the trial expires (seriously, it's in that link above).

Click cancel on the activation dialog box so it takes you to the desktop. Double click on the Command Prompt icon and type in the following:

slmgr –rearm

This command resets the genuine advantage countdown timer to 30 days so that it will stop bugging you every time you launch it. Unfortunately, Windows Security Essentials will continue to bug you about it, so feel free to disable that. A dialog will popup telling you to restart, but we don't want to do that yet.

Press the command key to get Windows to release your mouse, and choose "Install Guest Additions" from the Devices menu in Virtualbox. Windows will popup an AutoPlay confirmation, click "Run VBoxWindowsAdditions.exe". An installer will launch, click through all the dialogs. When Windows Security prompts for permission, click Install.

Finally, when it asks to restart, let it.

The final step is optional, and that's to enable to auto-login feature so you don't have to enter the password every time you launch the machine. This article on MSDN will show you how to do that.

Congratulations, you now have a 100% legal copy of IE9 on your Mac. These disk images are valid for 3 months from the date they were made (The August 2011 images expire November 17, 2011). You will need to repeat this process for the new images when they come out.

If you need to configure Windows for any local virtualhosts, the file you need is C:\Windows\System32\drivers\etc\hosts (note, you need to be an Administrator to save the file), and the IP to forward to is 10.0.2.2 (which is also localhost).

The August 2011 IE9 disk image also comes preinstalled with Google Chrome, Firefox 4, Adobe Flash 10.2, and a hand-full of other useful development tools.

http://www.microsoft.com/en-us/download/details.aspx?id=11575

windows vdi test web site
Créer un RamDisk, disque virtuel en RAM, avec IMDISK http://forums.cnetfrance.fr/topic/1173078-creer-un-ramdisk-disque-virtuel-en-ram-avec-imdisk/
Thu Oct 11 19:55:03 2012 archive.org
QRCode
thumbnail

créer un disque virtuel en ram afin d'améliorer les performances ?

ramdisk ram performance windows
Qemu On Windows http://lassauge.free.fr/qemu/
Wed Sep 5 16:09:11 2012 archive.org
QRCode
thumbnail

Qemu compilé pour windows

qemu windows compile
Windows 8 Release Preview ISO formats http://windows.microsoft.com/en-US/windows-8/iso
Thu Jul 12 20:40:41 2012 archive.org
QRCode
thumbnail

Les ISO de Windows 8 preview en différentes langue dont le francais

et aussi http://www.vincentabry.com/telecharger-windows-8-gratuitement-et-en-francais-15738
et http://www.papygeek.com/windows-8/telecharger-windows-8-beta-gratuitement-et-en-francais/

windows 8 iso previen francais langue english other language
Activation du commutateur 3GB sous Windows Vista™ ou Windows 7 http://www.autodesk.fr/adsk/servlet/ps/dl/item?siteID=458335&id=16895639&linkID=16886429
Wed May 30 21:05:34 2012 archive.org
QRCode
thumbnail

je ne savais pas qu'il fallait activer l'utilisation de plus de 2GB de ram sous windows 7 oO

MEME 64 bits oO :/

et ce lien d'un forum :
http://forums.cgarchitect.com/40834-3gb-switch-windows-7-a.html

3gb windows windows7 vista activation tips tricks astuce
Pas fan de la nouvelle interface de Windows 8 ? Voici la solution… | Korben http://korben.info/enlever-metro-ribbon-windows-8.html
Tue Apr 24 16:48:32 2012 archive.org
QRCode
thumbnail

windows 8, virer métro ?

voila comment faire par korben,

et pour garder une trace du logiciel voici le lien direct :
http://www.thewindowsclub.com/metro-ui-tweaker-windows-8-released

http://www.thewindowsclub.com/downloads/MUITW8.zip

windows 8 metro virer tweak
0 A.D. :: Wildfire Games http://wildfiregames.com/0ad/
Fri Mar 23 00:15:33 2012 archive.org
QRCode
thumbnail

Un jeu de strategie gratuit, open source, beau et en plus compatible Linux ET Windows / Mac ;)

cool !

linux mac windows rts jeu
page 3 / 5
4765 links, including 1679 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn