Fork me on GitHub
Nation Pigeon

Viewing Tags Windows

Search for Files that Do NOT Contain a Certain Term

7th August 12 | Windows

Using Windows command line, to locate only the files you want.

[ Read More → ]

Restore GRUB after Windows install

18th July 12 | Linux, Windows

Boot up into a Live Linux Image. Mount your old Linux Install, and use chroot to take control of it. mount /dev/sdc1 /mnt chroot /mnt You will get grub-probe: error: cannot find a device for / (is /dev mounted?). if you don’t mount you devices, before attempting to install GRUB. So mount all devices. mount [...]

[ Read More → ]

Creating Windows 7 bootable USB from Linux

17th July 12 | Linux, Windows

Using GParted, or another tool, format the USB to NTFS and make the partition bootable. As root, mount your Windows ISO. mount /home/osaka/en_windows_7.iso /mnt -o loop Then copy the contents to the USB. cp -rv /mnt/* /media/USB sync # Flush file system buffers Install the Windows boot loader to the USB. ms-sys -7 /dev/sdX You [...]

[ Read More → ]

Synergy Config

27th July 11 | Linux

To get synergy working, both the client and the server need to have a /etc/synergy.conf file, like the one below. make sure to replace “server” and “client” with their respective hostnames: section: screens server: client: end section: aliases server: 10.0.0.2 end section: aliases client: 10.0.0.50 end section: links server: left = client client: right = [...]

[ Read More → ]

How to turn off CYGWIN MS-DOS style path warnings

29th June 10 | Linux, Programming

Add a new Windows system variable with a variable name of “CYGWIN” and variable value of “nodosfilewarning”. That should disable the very annoying error, or you could fix it by using correct UNIX pathnames.

[ Read More → ]

Copyright © 2007 ∞ Nation Pigeon - Designed by Peter Mayanrd
Theme Based on Black-Green - Fork it on GitHub