Search Results

Search: Posts Made By: leo_ultra_leo
5,074
Posted By Perderabo
The "let" command originated in ksh. Dave Korn...
The "let" command originated in ksh. Dave Korn considered it to be a mistake and very quickly developed the double parentheses notation to replace it. By the mid 1980's the advice was to not use...
Forum: Red Hat 08-30-2014
2,471
Posted By MadeInGermany
You can add a line to /etc/sysctl.conf, for...
You can add a line to /etc/sysctl.conf, for example
vm.swappiness=0
Forum: Red Hat 12-17-2013
1,012
Posted By chacko193
Try adding the required aliases to your...
Try adding the required aliases to your ~/.profile file.

If you want to add it to all the users, then you can add it in the /etc/profile file.
Forum: Web Development 11-03-2013
4,515
Posted By figaro
That changes the outlook entirely. Have you...
That changes the outlook entirely. Have you looked into Content management systems? Most run on MySQL and are open source: http://en.wikipedia.org/wiki/List_of_content_management_systems
Forum: Red Hat 09-29-2013
1,447
Posted By SilvesterJ
Hye leo, If you need Mmedia streaming with...
Hye leo,

If you need Mmedia streaming with good performance and speed... you may check for some streaming provider if you do not want to host it your own. Many of companies do offer the streaming...
Forum: Red Hat 09-25-2013
1,685
Posted By jim mcnamara
You can force a process to start out mostly in...
You can force a process to start out mostly in swap, but if the process runs at all it will wind up in RAM. Running something totally from swap is a bad idea, and if allowed, it results in a real...
Forum: Red Hat 09-23-2013
8,226
Posted By MadeInGermany
Yes I think this is your problem. Unfortunately...
Yes I think this is your problem.
Unfortunately I don't know if there is possibility to have a VMware guest act as an NTP server.
Google for: ntp server on vmware guest
The safest metod is to use...
Forum: Red Hat 09-17-2013
2,665
Posted By fpmurphy
Sure. Downgrading nss package to 3.13.6...
Sure. Downgrading nss package to 3.13.6 apparently resolves the issue
Forum: Red Hat 09-16-2013
10,426
Posted By Corona688
Depends what your /etc/profile and /etc/bashrc...
Depends what your /etc/profile and /etc/bashrc contain.

They are script files. What they do depends on what's been put in them. /etc/bashrc doesn't automatically get loaded by bash, but...
Forum: Red Hat 09-16-2013
10,426
Posted By Corona688
That depends on where it was set in the first...
That depends on where it was set in the first place, investigate the contents of your /etc/profile
Forum: Red Hat 08-12-2013
6,560
Posted By rbatte1
A few things to consider:- Is you script...
A few things to consider:-

Is you script executable?
Does your script run on the command line? Is the syntax correct?
Are the paths to commands correctly specified? Remember that cron does...
1,320
Posted By Yoda
I have 2 suggestions: locate command...
I have 2 suggestions:


locate command uses databases prepared by updatedb to search file. It is faster but the result can be sometime inaccurate. So I suggest using find command instead which is...
1,614
Posted By Arun_Linux
zenity or kdialogs are the best solution to get...
zenity or kdialogs are the best solution to get GUI in a shell script.

May be if you are looking a solution in command line then this should do the needful.

#!/bin/bash
echo "Press 1 to...
Showing results 1 to 13 of 13

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