Search Results

Search: Posts Made By: jtsmith90
6,671
Posted By Corona688
It's looking for a filename containing 'amd64' in...
It's looking for a filename containing 'amd64' in the ./packages/ folder and not finding it. What is in ./packages/ ?
6,671
Posted By rbatte1
:confused: Well, let's get tracing. The...
:confused: Well, let's get tracing.

The message is defined as variable L_INST_COM_01_03 so we should see where that is used and then we can try to look why. It's displayed in several places, so...
1,601
Posted By sea
There it is: alias la='ls -A' alias l='ls...
There it is:

alias la='ls -A'
alias l='ls -CF
Its missing a closing '.

Cheers
1,601
Posted By sea
There is a button on the right side below each...
There is a button on the right side below each post labeled "Thanks".
Its there to not have to post a simple "thank you", or just to indicate one likes that post ;)

Please dont forget to add the...
2,299
Posted By Habitual
Turn your computer into a digital radio alarm...
Turn your computer into a digital radio alarm clock (http://forums.linuxmint.com/viewtopic.php?f=188&t=77603)
1,123
Posted By yazu
% ls | wc -l 25 % echo $(ls | wc -l) 25 %...
% ls | wc -l
25
% echo $(ls | wc -l)
25
% echo $(($(ls | wc -l) + 1))
26
% echo $RANDOM
30363
% echo $RANDOM
23512
% echo $((RANDOM%$(ls | wc -l)+1))
2
% echo $((RANDOM%$(ls | wc -l)+1))...
2,299
Posted By itkamaraj
Read the below post and setup your cront entry. ...
Read the below post and setup your cront entry.

Linux Crontab: 15 Awesome Cron Job Examples (link removed)

Lot of Alarm softwares are available for linux. Just try that also.
914
Posted By dude2cool
where are you stuck, I am assuming you are...
where are you stuck, I am assuming you are getting the random filename from that sed command, if so, to play that through vlc, do this:

vlc `ls | sed -n "$((RANDOM%$(ls | wc -l)+1))p"`
Showing results 1 to 8 of 8

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