Search Results

Search: Posts Made By: majid.merkava
Forum: Hardware 10-22-2013
3,186
Posted By fpmurphy
More than likely it will use an Intel 82579LM...
More than likely it will use an Intel 82579LM chip. That is what the current generation of Lenovo laptops is using.
Forum: Hardware 10-22-2013
3,186
Posted By lupin..the..3rd
Your best bet is google, to find discussion...
Your best bet is google, to find discussion threads where others are using this same laptop. The 'lspci' output is what you're after.

This site used to compile such information:...
Forum: UNIX and Linux Applications 05-09-2012
1,400
Posted By Corona688
Is a relational database really what you need? ...
Is a relational database really what you need? When your records all end up in date order anyway, the index overhead is pointless... A binary search suffices.
6,876
Posted By galanom
First of all, I quite agree with the cluster...
First of all, I quite agree with the cluster idea.
If it is really of the question, put whatever distro you want and simple DON'T update kernel. You are not forced to apply each update of the...
6,876
Posted By Peasant
You will need a cluster for such actions. ...
You will need a cluster for such actions.

Think about it, you upgrade and something goes wrong ?
Your service will be down during the time you are restoring backup.

With cluster and proper...
18,822
Posted By radoulov
It happens because the redirection is performed...
It happens because the redirection is performed before the rest of the operations :)
18,822
Posted By radoulov
tr a-z A-Z < output.txt > _out && mv -- _out...
tr a-z A-Z < output.txt > _out &&
mv -- _out output.txt
6,876
Posted By solaris_1977
It is entirely depend on you and your...
It is entirely depend on you and your applications criticality and compatibility, if you want to have new kernel every time. In my environment, it is not so much required. If you can afford little...
6,876
Posted By pludi
As always: it depends. Information about security...
As always: it depends. Information about security updates is mostly relayed through special mailing (http://lists.centos.org/pipermail/centos-announce/) lists...
17,801
Posted By pileofrogs
Just kill the ssh process. What do you mean by...
Just kill the ssh process. What do you mean by "sleep option"?

Or maybe you want to open an ssh session to forward the vnc port and then you want the terminal window to go away?

Oh! I just...
Forum: Programming 04-11-2011
2,194
Posted By pflynn
The problem is that you can not initialize...
The problem is that you can not initialize members in a structure definition.
7,525
Posted By pileofrogs
Short Answer: Yup! That 'w' means...
Short Answer:

Yup! That 'w' means read/write. You might have read only drives, such as a CD. You can mount read-only drives on multiple DomUs and you can't do that (without major craziness or a...
5,310
Posted By pludi
No. New changes will be written to the master...
No. New changes will be written to the master volume right away. However, if data is changed that existed before the snapshot was taken, the old data is copied to the snapshot area, and only then the...
7,465
Posted By Corona688
-o is options. They're optional. You might do...
-o is options. They're optional. You might do -o ro to force it to mount read-only or something, or -o loop to mount a loop device. What options are available is frequently filesystem-dependent.
Forum: Programming 03-22-2011
2,380
Posted By Corona688
alloca memory's main advantage, and main problem,...
alloca memory's main advantage, and main problem, is that it's fairy gold -- it vanishes. When your function returns, anything it's allocated with alloca becomes invalid (and potentially overwritten...
Forum: Programming 03-22-2011
2,380
Posted By shamrock
This question about alloca can start a flame...
This question about alloca can start a flame war...some are proponents of it (i am not) but why would you want to allocate memory from the stack which to begin with is small...and the fact that...
Forum: Programming 03-22-2011
2,380
Posted By shamrock
No that will happen only when the program exits...
No that will happen only when the program exits otherwise all memory allocated is in use by the process.
Forum: Programming 03-17-2011
2,095
Posted By m1xram
More information on fflush...
More information on fflush (http://www.elook.org/programming/c/fflush.html)().
Forum: Programming 03-17-2011
2,095
Posted By Corona688
Again, that's because printf() buffers -- it...
Again, that's because printf() buffers -- it holds everything in memory until you print an \n (or until you quit) then prints it all.

If you print to standard error like fprintf(stderr, ...); that...
4,051
Posted By Corona688
This is because the lines below a rule aren't all...
This is because the lines below a rule aren't all one big shell script. Each line is executed individually, and seperately: a cd one line above has no effect on the line below it. (And any line...
11,786
Posted By otheus
Change this to smtpd_recipient_restrictions = ...
Change this to
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_non_fqdn_sender, ...
2,612
Posted By m.d.ludwig
I cannot respond to what firefox does or does...
I cannot respond to what firefox does or does show when displaying the contents of a directory. I have to admit that I normally use a command line ftp client. As far as "folder size", some ftp...
2,612
Posted By m.d.ludwig
Your ftp client displays icons, not vsftpd. ...
Your ftp client displays icons, not vsftpd.

For folder sizes -- are you referring to the sum of the sizes of the files contained in a folder? Or the size of the directory itself?
Forum: Cybersecurity 01-07-2011
3,297
Posted By TonyFullerMalv
The "per domain" certificate may be your root CA...
The "per domain" certificate may be your root CA certificate?
1. The certificate can be used for various services on the one server, with the proviso below.
2. The host name in the certificate...
Forum: Hardware 12-17-2010
2,457
Posted By mtomar
Raid 0 for database is not good option. if you...
Raid 0 for database is not good option.
if you have enough resources .. its always good to go with raid 1+0
or raid 5.
Showing results 1 to 25 of 53

 
All times are GMT -4. The time now is 01:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy