Pinjaman 8jt

2017-01-03 Thread Saputro YouDie
Beneran ini pinjaman? Bunga sudah sesuai seperti yg dijelaskan, situs resminya apa vanie hsbc itu?

Re: Duplicating a partition's directory structure - How?

2017-01-03 Thread Charlie
On Tue, 3 Jan 2017 14:22:51 +0100 hdv@gmail sent: > On 2017-01-03 12:13, Richard Owlett wrote: > > I wish to duplicate a partition's directory structure without any > > of the existing file contents. The immediate application is a > > heavily customized version of an installation DVD. There are tw

Re: Do have programs have poor documentation?

2017-01-03 Thread Xen
I am not subscribed and I don't actually have an email reader that can respond to mailto: links, but... Xen wrote: [...]; call it the Linux Support Arena, or the Linux Support Agenda even, people on the side take on the customer support role of filtering. They act like they try to get the com

Re: Who changed

2017-01-03 Thread Thomas Schmitt
Hi, Johan DS wrote: > NAME       LINE         TIME             IDLE          PID COMMENT  EXIT Looks like the effect of "who" options -a and -H. I installed the newest coreutils on my Sid VM. Output looks still like on Jessie: user pts/02016-12-29 12:24 (10.0.2.2) Do you get the old

Re: Duplicating a partition's directory structure - How?

2017-01-03 Thread Jörg-Volker Peetz
In order to separate reading from writing or to store the directory structure for several writings one can use find and tar: find PATH -xdev -type d -print0 \ | tar cf FILE --no-recursion --null --files-from - The directories will be stored in the file FILE. It can be extracted with tar

Re: Who changed

2017-01-03 Thread The Wanderer
On 2017-01-03 at 12:38, Johan DS wrote: > Hi > I use the who command in my .zlogin for counting how many times I'm logged > in. > who | awk '$1 == "'$USER'"' | wc -l > > previously the output was something like > user tty1 > user pts/2 > so user was 2 times logged in The output from which part o

Who changed

2017-01-03 Thread Johan DS
Hi I use the who command in my .zlogin for counting how many times I'm logged in. who | awk '$1 == "'$USER'"' | wc -l previously the output was something like user tty1 user pts/2 so user was 2 times logged in However the who output seems to be changed in: NAME LINE TIME

Re: two graphics cards and two monitors

2017-01-03 Thread Ric Moore
On 01/01/2017 04:03 PM, jurek wrote: How to use two graphics cards and two monitors on nouveau driver.I have Nvidia gtx 650 ti boost and Nvidia gt 240 card. I agree with the comment that you can use just one video card for two monitors. I run two IDENTICAL nvidia cards with 4 monitors, using

Re: ERROR! - was [Re: Quirks noted with install on new machine]

2017-01-03 Thread Greg Wooledge
On Mon, Jan 02, 2017 at 09:49:16AM -0600, David Wright wrote: > But did the settings stick? ie do they survive a reboot? > Typing: > > find . -type f -mmin -1440 -print | less # one day > > can also be useful in such situations. Obviously reduce 1440 to > some suitably small interval to find

Re: Duplicating a partition's directory structure - How?

2017-01-03 Thread Richard Owlett
On 1/3/2017 7:22 AM, hdv@gmail wrote: On 2017-01-03 12:13, Richard Owlett wrote: I wish to duplicate a partition's directory structure without any of the existing file contents. The immediate application is a heavily customized version of an installation DVD. There are two underlying goals. I wi

Re: Duplicating a partition's directory structure - How?

2017-01-03 Thread hdv
On 2017-01-03 12:13, Richard Owlett wrote: > I wish to duplicate a partition's directory structure without any of the > existing file contents. The immediate application is a heavily customized > version of an installation DVD. There are two underlying goals. I wish to > reuse > some existing util

Re: Duplicating a partition's directory structure - How?

2017-01-03 Thread hdv
On 2017-01-03 12:13, Richard Owlett wrote: > I wish to duplicate a partition's directory structure without any of the > existing file contents. The immediate application is a heavily customized > version of an installation DVD. There are two underlying goals. I wish to > reuse > some existing util

THANK YOU! - was [Re: Duplicating a partition's directory structure - How?]

2017-01-03 Thread Richard Owlett
On 1/3/2017 5:28 AM, Sven Joachim wrote: On 2017-01-03 05:13 -0600, Richard Owlett wrote: I wish to duplicate a partition's directory structure without any of the existing file contents. The immediate application is a heavily customized version of an installation DVD. There are two underlying g

Re: Duplicating a partition's directory structure - How?

2017-01-03 Thread Dan Ritter
On Tue, Jan 03, 2017 at 12:28:46PM +0100, Sven Joachim wrote: > On 2017-01-03 05:13 -0600, Richard Owlett wrote: > > > I wish to duplicate a partition's directory structure without any of > > the existing file contents. The immediate application is a heavily > > customized version of an installati

Re: Duplicating a partition's directory structure - How?

2017-01-03 Thread Sven Joachim
On 2017-01-03 05:13 -0600, Richard Owlett wrote: > I wish to duplicate a partition's directory structure without any of > the existing file contents. The immediate application is a heavily > customized version of an installation DVD. There are two underlying > goals. I wish to reuse some existing

Duplicating a partition's directory structure - How?

2017-01-03 Thread Richard Owlett
I wish to duplicate a partition's directory structure without any of the existing file contents. The immediate application is a heavily customized version of an installation DVD. There are two underlying goals. I wish to reuse some existing utilities which expect to find data in a particular br