Re: Windows XP option not showing up after fresh install.

2013-03-03 Thread Hormatzhan Yiltiz
First, just curious why are you saying Debian 6 as "new"? It has been released several years ago. For your question, you may want to drop to root and run "grub-update" and "grub-install /dev/sdX" where sdX might be /dev/sda in your case. 祝好, He who is worthy to receive his

SSD Optimization in Wheezy

2013-02-17 Thread Hormatzhan Yiltiz
D ​ear fellas, Two issues here indicated from wiki.debian.org/SSDOptimization. One is about ramlog, another about asd. 1. I had 8G RAM x64 Debian testing on 120G SSD, and wanted to do some SSD optimization, and I came across http://www.tremende.com/ramlog/ from Debian Recommendation http://wiki.de

Re: Installing Debian on an SSD

2013-02-16 Thread Hormatzhan Yiltiz
Prophet, Gibran Kahlil Gibran On Tue, Jan 22, 2013 at 12:36 AM, Osamu Aoki wrote: > On Sun, Jan 13, 2013 at 05:05:12AM +0800, Hormatzhan Yiltiz wrote: > > On Wed, Jan 9, 2013 at 3:48 AM, Bob Proulx wrote: > > > > > > http://wiki.debian.org/SSDoptimization > > >

testing-USB NTFS mount:NTFS-3G problem

2013-02-14 Thread Hormatzhan Yiltiz
In a fresh installed Debain Weekly Build amd64 CD1 system leaving anything in the installer by default, when I plug in a 1T 3.5 USB 3.0 SATA HDD Drive formatted as NTFS, I got this warning: Error mounting: mount exited with exit code 1: helper failed with: Unprivileged user can not mount NTFS bloc

Re: Jigdo - was Re: ""

2013-01-17 Thread Hormatzhan Yiltiz
, 2013 at 2:16 AM, Ralf Mardorf wrote: > On Wed, 16 Jan 2013 18:57:34 +0100, Hormatzhan Yiltiz > wrote: > >> So that means for now Jigdo is not gonna support ipv6 connection? >> > > I don't know. Perhaps the mirrow doesn't? I don't remember the links you &g

Re: Download directly to outer media than local SSD

2013-01-17 Thread Hormatzhan Yiltiz
PM, Darac Marjal wrote: > On Thu, Jan 17, 2013 at 01:25:01AM +0800, Hormatzhan Yiltiz wrote: > >I'd like to download some big .iso files, and I use SSD drive. > >Some would recommend avoid writing big stuff (in this case, about > 40G!) to > >SSD if

Re: Jigdo - was Re: ""

2013-01-16 Thread Hormatzhan Yiltiz
, 2013 at 1:31 AM, Ralf Mardorf wrote: > On Wed, 16 Jan 2013 18:19:31 +0100, Hormatzhan Yiltiz > wrote: > >> Just like you, I am persuaded (by the powers of debian.org :-) in using * >> Jigdo* to download .iso images. >> > > I always downloaded by a browser or wget

Download directly to outer media than local SSD

2013-01-16 Thread Hormatzhan Yiltiz
I'd like to download some big *.iso *files, and I use SSD drive. Some would recommend avoid writing big stuff (in this case, about 40G!) to SSD if possible. I have other removable hard disk(s), and if I simply choose the target directory to the removable hard disk, can I assure myself I am not writ

Re: Installing Debian on an SSD

2013-01-12 Thread Hormatzhan Yiltiz
On Wed, Jan 9, 2013 at 3:48 AM, Bob Proulx wrote: > Grześ Andruszkiewicz wrote: > > Does the Debian installer work out of the box for SSDs? > > Wheezy 7.0, yes. Squeeze 6.0, no. > > > I.e. I heard that you need to align the partitions to 32bit virtual > > clusters (is it actually true?). > > The

Re: startup script

2012-07-01 Thread Hormatzhan Yiltiz
Put it in your $HOME, create the script with the first line: #! /bin/bash # This is your script called myScript echo "my script is running!" # you may not need this line! then put this line in your ~/.profile file: # include .bashrc if it exists if [ -f "$HOME/.myScript" ]; then . "$

Re: which tftp server supports IPv6

2012-06-27 Thread Hormatzhan Yiltiz
If you can access it, http://mirrors6.bjtu.edu.cn is ipv6 enabled Debian official mirror. On Wed, Jun 27, 2012 at 11:40 AM, Yuwen Dai wrote: > Dear all, > > Would you please recommend a tftp server that supports IPv6? I read > several server's document, tftp, atftp, tftp-hpa, they don't mentio