Displaying 8 results from an estimated 8 matches for "kprasad".
Did you mean:
prasad
2014 Apr 25
0
Postdoctoral position at NIST
...will have the opportunity to collaborate within an inter-disciplinary team of scientists / engineers at various universities and research laboratories.
Interested applicants should submit a CV, a cover letter describing their research interests, and names of three references to Dr. Kuldeep Prasad (kprasad at nist.gov<mailto:kprasad at nist.gov>) or Dr. Israel Lopez-Coto (inl at nist.gov<mailto:inl at nist.gov>). We are accepting applications from US Citizens (post-doctoral position) as well as from foreign nationals (guest researcher position). Review of applications will begin immediate...
2018 Jun 14
2
Custom ISO With Post Installation Scripts
On 11 June 2018 at 01:57, Prasad K <email.kprasad at gmail.com> wrote:
> If your distro is using systemd then rc.local will not get executed by
> default.
> Enable rc-local.service : "systemctl enable rc-local.service".
>
>
Thanks, Prasad
I tried that and unfortunately, that service did not start after the server
was...
2018 Jun 14
0
Custom ISO With Post Installation Scripts
On 06/14/2018 01:24 PM, Earl A Ramirez wrote:
> On 11 June 2018 at 01:57, Prasad K <email.kprasad at gmail.com> wrote:
>
>> If your distro is using systemd then rc.local will not get executed by
>> default.
>> Enable rc-local.service : "systemctl enable rc-local.service".
>>
>>
> Thanks, Prasad
>
> I tried that and unfortunately, that serv...
2018 May 20
2
Performance of guest
I recently used Linux in VMware, but I discovered that kvm can replace it, so I created the kvm environment and then started a window on the host system.
But when I use it, I have a problem. My guest's performance is not very good.
For example, when I use Windows without kvm, the “lol” fps is 160, but my guest is only 135.
why? I only have one guest
what is the reason?
What can we do to
2018 Jun 09
4
Custom ISO With Post Installation Scripts
Dear All
I have been working on a custom ISO with kickstart and a couple of post
installation scripts and would like to have the script run before the
login prompt.
The custom ISO works; however, the scripts fails because some of the
services, e.g. mariadb does not start before the server installation
has been completed and rebooted; therefore, I have been putting the
scripts in /etc/profile.d/
2018 May 21
0
Re: Performance of guest
Have you tried installing lib-virt drivers for Windows guest ?
https://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers
Regards,
Prasad
On 20 May 2018 at 21:10, Allence <15700157322@163.com> wrote:
> I recently used Linux in VMware, but I discovered that kvm can replace it,
> so I created the kvm environment and then started a window on the host
> system.
> But when
2018 Jun 01
0
CentOS 7.5 gui login root only
I have seen similar issues when user shell profiles like .bash_profile or
.bashrc has some errors.
Are users invoking other shells from their default shell ? this usually
breaks X11 start-up scripts.
Regards,
Prasad
On 1 June 2018 at 01:04, isdtor <isdtor at gmail.com> wrote:
>
> > Sounds like an authorization issue. Have you checked both
> > /var/log/messages and
2018 Jun 11
0
Custom ISO With Post Installation Scripts
If your distro is using systemd then rc.local will not get executed by
default.
Enable rc-local.service : "systemctl enable rc-local.service".
Regards,
Prasad
On 9 June 2018 at 18:18, Earl Ramirez <earlaramirez at gmail.com> wrote:
> Dear All
>
> I have been working on a custom ISO with kickstart and a couple of post
> installation scripts and would like to have the