Re: Useful Unix compatible commands

2024-02-26 Thread Will Mengarini
le software please indicate the commands in your reply. This is a decent introduction to the important commands: https://www.freecodecamp.org/news/the-linux-commands-handbook/

Re: Useful Unix compatible commands

2024-02-26 Thread Byunghee HWANG
Hellow Jonathan, Jonathan Matthew Gresham writes: > > ps -e > ls -R > ls -F Thanks, Byunghee from South Korea -- ^고맙습니다 _布德天下_ 감사합니다_^))//

Re: Useful Unix compatible commands

2024-02-25 Thread Dan Ritter
Jonathan Matthew Gresham wrote: > If you know any more that can work on GNU compatible software or Unix > compatible software please indicate the commands in your reply. Perhaps you want to read the Debian Administrator's Handbook? https://www.debian.org/doc/manuals/debian-ha

Re: Useful Unix compatible commands

2024-02-25 Thread Michael Kjörling
On 25 Feb 2024 16:01 -0500, from m...@jmgresham.xyz (Jonathan Matthew Gresham): > ps -e > > This lists the processes > > In that display (if I'm correct) if you see a program that has > extremely high time, then you should kill the process. > > kill process _Definitely_ not blindly. For

Useful Unix compatible commands

2024-02-25 Thread Jonathan Matthew Gresham
ls -R This command lists the files in each subdirectory. If you know any more that can work on GNU compatible software or Unix compatible software please indicate the commands in your reply.

Request for output of commands [WAS Re: AW: AW: AW: su su- sudo dont work]

2024-02-07 Thread Andrew M.A. Cater
Im sure > > it is because of rescue mode. > > > Hi Sophie, > > Once again: we need to you to show us what commands you run. > > We need to see error messages. > > if you cannot run sudo or su, we need you to run the id command > as previously suggested. >

Re: [Solved] LXDE ― Autorun on Every Start up — Applications, Commands, Scripts

2023-05-25 Thread Vincent Lefevre
On 2023-05-18 16:53:39 +0700, Max Nikulin wrote: > On 18/05/2023 14:38, Susmita/Rajib wrote: > > Nearly none relevant on the internet: > > https://www.google.com/search?q=lxde+docu > > > > Forums isn't very informative: > > https://forum.lxde.org/ > > > > So much wasted efforts all around! > >

Re: [Solved] LXDE ― Autorun on Every Start up — Applications, Commands, Scripts

2023-05-18 Thread Max Nikulin
On 18/05/2023 14:38, Susmita/Rajib wrote: Nearly none relevant on the internet: https://www.google.com/search?q=lxde+docu Forums isn't very informative: https://forum.lxde.org/ So much wasted efforts all around! Your internet is rather useless. Mine is much better:

[Solved] LXDE ― Autorun on Every Start up — Applications, Commands, Scripts

2023-05-18 Thread Susmita/Rajib
Solution at: https://lists.debian.org/debian-user/2023/05/msg00789.html Nearly no documentation exists on LXDE: https://wiki.lxde.org/en/ Nearly none relevant on the internet: https://www.google.com/search?q=lxde+docu Forums isn't very informative: https://forum.lxde.org/ So much wasted

Re: Commands service and systemctl.

2023-04-16 Thread David Wright
On Sun 16 Apr 2023 at 10:47:21 (+0200), Michel Verdier wrote: > Le 16 avril 2023 David Wright a écrit : > > > systemd-sysv-install. AFAICT from ls, the only /e/i.d/ script I use > > is anacron, and I don't think systemd will ever write a unit for that. > > anacron is launched from systemd >

Re: Commands service and systemctl.

2023-04-16 Thread Brad Rogers
affected and the solution; To see if a system is affected you can use these commands: zgrep -i anacron.*2.3-33 /var/log/apt/history.log* systemctl status anacron.service anacron.timer To re-enable anacron you can use these commands: sudo systemctl enable anacron.service anac

Re: Commands service and systemctl.

2023-04-16 Thread Michel Verdier
Le 16 avril 2023 David Wright a écrit : > systemd-sysv-install. AFAICT from ls, the only /e/i.d/ script I use > is anacron, and I don't think systemd will ever write a unit for that. anacron is launched from systemd /lib/systemd/system/anacron.service /lib/systemd/system/anacron.timer

Re: Commands service and systemctl.

2023-04-15 Thread David Wright
On Fri 14 Apr 2023 at 21:01:30 (-0700), pe...@easthope.ca wrote: > From: David Wright > Date: Fri, 14 Apr 2023 11:12:18 -0500 > > man 8 service > > "SERVICE(8) ... > ... > service runs a System V init script or systemd unit ..." > > Initial release of System V was in 1983. Initial

Re: Commands service and systemctl.

2023-04-15 Thread Anssi Saari
pe...@easthope.ca writes: > Does the relationship between service and systemctl parallel that > between ifconfig and ip? service is a legacy command? I guess that's one way of putting it. Simply put, the systemctl command is for controlling systemd services. The service is for running SysV init

Re: Commands service and systemctl.

2023-04-15 Thread Max Nikulin
therefore introduced the invoke-rc.d program: this program must be used by maintainer scripts to run services initialization scripts and it will only execute the necessary commands. Note that, contrary to common usage, the .d suffix is used here in a program name, and not in a directory. A specific i

Re: Commands service and systemctl.

2023-04-14 Thread peter
To: debian-user@lists.debian.org In-reply-to: References: Subject: Re: Commands service and systemctl. From: David Wright Date: Fri, 14 Apr 2023 11:12:18 -0500 man 8 service "SERVICE(8) ... ... service runs a System V init script or systemd unit ..." Initi

Re: Commands service and systemctl.

2023-04-14 Thread davidson
On Fri, 14 Apr 2023 to...@tuxteam.de wrote: On Fri, Apr 14, 2023 at 11:12:18AM -0500, David Wright wrote: [...] How about consulting man 8 service rather than a wiki webpage. Reading man pages is cheating ;-) [Humor detected.] If that were so, then consulting the corresponding

Re: Commands service and systemctl.

2023-04-14 Thread tomas
On Fri, Apr 14, 2023 at 07:46:04PM +0100, Brian wrote: > On Fri 14 Apr 2023 at 18:25:43 +0200, to...@tuxteam.de wrote: > > > On Fri, Apr 14, 2023 at 11:12:18AM -0500, David Wright wrote: > > > > [...] > > > > > How about consulting man 8 service rather than a wiki webpage. > > > > Reading

Re: Commands service and systemctl.

2023-04-14 Thread davidson
On Fri, 14 Apr 2023 David Wright wrote: On Fri 14 Apr 2023 at 08:05:38 (-0700), pe...@easthope.ca wrote: https://en.wikipedia.org/wiki/Systemd has many occurrences of "service", none referring to the service command. For several somethings, the result of command, service something COMMAND

Re: Commands service and systemctl.

2023-04-14 Thread tomas
On Fri, Apr 14, 2023 at 11:12:18AM -0500, David Wright wrote: [...] > How about consulting man 8 service rather than a wiki webpage. Reading man pages is cheating ;-) Cheers -- t signature.asc Description: PGP signature

Re: Commands service and systemctl.

2023-04-14 Thread David Wright
On Fri 14 Apr 2023 at 08:05:38 (-0700), pe...@easthope.ca wrote: > > https://en.wikipedia.org/wiki/Systemd has many occurrences of > "service", none referring to the service command. > > For several somethings, the result of command, > service something COMMAND > approximates the result of >

Commands service and systemctl.

2023-04-14 Thread peter
Hi, https://en.wikipedia.org/wiki/Systemd has many occurrences of "service", none referring to the service command. For several somethings, the result of command, service something COMMAND approximates the result of systemctl COMMAND something.service although systemctl might be more powerful.

Re: Commands dont work

2023-04-02 Thread Andrew M.A. Cater
On Sun, Apr 02, 2023 at 11:27:15PM -0400, darryl bruton wrote: > I just rebooted my lenovo ideapad to debian 11 and no commands work or > cant get wifi working im stuck on terminal I've tried everything > (kenneth@debianspiderweb) First things first: Did this ideapad run Debian befo

Commands dont work

2023-04-02 Thread darryl bruton
I just rebooted my lenovo ideapad to debian 11 and no commands work or cant get wifi working im stuck on terminal I've tried everything (kenneth@debianspiderweb)

Re: use of awk instead of complex multielement commands (was Re: 'grep -o -m' (was Re: Can't mount CD image of Win95 game))

2022-12-20 Thread David
On Wed, 21 Dec 2022 at 04:18, Lee wrote: > On 12/20/22, David wrote: > > $ echo -e '100:CD001\nXXX\n200:CD001' | awk 'BEGIN { FS=":" ; done=0 } > > /CD001/ && done==0 { print $1 - 50 ; done=1 }' > > 50 > > You can do it without flags: > > $ echo -e '100:CD001\nXXX\n200:CD001' | awk -F: '/CD001/

Re: use of awk instead of complex multielement commands (was Re: 'grep -o -m' (was Re: Can't mount CD image of Win95 game))

2022-12-20 Thread Lee
On 12/20/22, David wrote: > On Tue, 20 Dec 2022 at 22:04, David wrote: >> On Tue, 20 Dec 2022 at 22:02, David wrote: > >> > $ echo -e '100:CD001\n200:CD001' | awk 'BEGIN { FS=":" } /CD001/ && >> > NR==1 { print $1 - 50 }' >> > 50 >> >> Oops, my mistake, that's not the solution. Give me another

Re: use of awk instead of complex multielement commands (was Re: 'grep -o -m' (was Re: Can't mount CD image of Win95 game))

2022-12-20 Thread Stefan Monnier
> Not that that is always important. But I just commented today > because so often 'awk' is ignored as if its only capability is 'print $1' > when in fact it is actually very powerful but neglected. FWIW, `sed` can also do that job. Tho the subtraction part would take a lot more work (`sed`

Re: use of awk instead of complex multielement commands (was Re: 'grep -o -m' (was Re: Can't mount CD image of Win95 game))

2022-12-20 Thread David
On Tue, 20 Dec 2022 at 22:04, David wrote: > On Tue, 20 Dec 2022 at 22:02, David wrote: > > $ echo -e '100:CD001\n200:CD001' | awk 'BEGIN { FS=":" } /CD001/ && > > NR==1 { print $1 - 50 }' > > 50 > > Oops, my mistake, that's not the solution. Give me another minute and I > will post a better

Re: use of awk instead of complex multielement commands (was Re: 'grep -o -m' (was Re: Can't mount CD image of Win95 game))

2022-12-20 Thread David
On Tue, 20 Dec 2022 at 22:02, David wrote: > $ echo -e '100:CD001\n200:CD001' | awk 'BEGIN { FS=":" } /CD001/ && > NR==1 { print $1 - 50 }' > 50 Oops, my mistake, that's not the solution. Give me another minute and I will post a better one one.

Re: use of awk instead of complex multielement commands (was Re: 'grep -o -m' (was Re: Can't mount CD image of Win95 game))

2022-12-20 Thread David
syntax is portable to all > shells, but it works in my version of bash), this does print '50' and > '150' on consecutive lines - which (if I'm not mistaken) matches the > behavior of the original pipeline, but is not what is actually desired > here. > > > I only write this because

use of awk instead of complex multielement commands (was Re: 'grep -o -m' (was Re: Can't mount CD image of Win95 game))

2022-12-20 Thread The Wanderer
behavior of the original pipeline, but is not what is actually desired here. > I only write this because I just magine how poor old 'awk' feels: > "don't embed me in this pipelines and subshells and unnecessary > commands, I can do all that stuff myself without any help!!". Beca

Re: Looking for a generic drag and drop gui for custom commands

2020-10-13 Thread Christoph K.
Am Tue, 08 Sep 2020 17:41:55 +0100 schrieb Tixy : > # > ~$ cat Desktop/test.desktop > [Desktop Entry] > Encoding=UTF-8 > Version=1.0 > Type=Application > Terminal=true > Exec=/home/tixy/test.sh %F > Name=Test launcher > Icon=/home/tixy/test.svg >

Re: Why does Debian not include POSIX-specified commands like bc and ed by default?

2020-09-16 Thread David Wright
On Sat 12 Sep 2020 at 07:41:19 (-0500), Nate Bargmann wrote: > * On 2020 12 Sep 02:06 -0500, Lone Learner wrote: > > POSIX.1-2001 Utilities[1] and POSIX.1-2008 Utilities[2] both list the > > commands "bc" and "ed" to be part of POSIX. > > > > Yet,

Re: Why does Debian not include POSIX-specified commands like bc and ed by default?

2020-09-12 Thread Nate Bargmann
* On 2020 12 Sep 02:06 -0500, Lone Learner wrote: > POSIX.1-2001 Utilities[1] and POSIX.1-2008 Utilities[2] both list the > commands "bc" and "ed" to be part of POSIX. > > Yet, in a brand new Debian installation (version 10 for example), > these commands are m

Re: Why does Debian not include POSIX-specified commands like bc and ed by default?

2020-09-12 Thread Alex Mestiashvili
On 9/12/20 9:05 AM, Lone Learner wrote: > POSIX.1-2001 Utilities[1] and POSIX.1-2008 Utilities[2] both list the > commands "bc" and "ed" to be part of POSIX. > > Yet, in a brand new Debian installation (version 10 for example), > these commands are missi

Re: Why does Debian not include POSIX-specified commands like bc and ed by default?

2020-09-12 Thread Fabrice Bauzac
12 sept. 2020 09:06:19 Lone Learner : > Why does Debian not include these [posix] commands by default? > I guess many debian users don't care about these commands, so it would be rude to impose something wanted by only a part of the users.  And there's the case of tiny embedded scarce s

Why does Debian not include POSIX-specified commands like bc and ed by default?

2020-09-12 Thread Lone Learner
POSIX.1-2001 Utilities[1] and POSIX.1-2008 Utilities[2] both list the commands "bc" and "ed" to be part of POSIX. Yet, in a brand new Debian installation (version 10 for example), these commands are missing by default: $ bc bash: bc: command not found $ ed bash: ed: command

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread David Christensen
On 2020-09-08 05:16, Christoph K. wrote: David Christensen wrote: I'll probably go with the QT GUI Framework with either C++ or Python as programming language. Those sound like plausible choices. Will the app include accessibility features? Privacy? Security? No. That response

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread Charles Curley
s(md5), > etc. > > I'm tired of typing the same long commands that I often need to look > up in my wiki and just replace one or two parameters, usually just > the file names. Is there any reason it has to be a GUI tool? Much of what you want is already in BASH. To retrieve past comm

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread Tixy
On Tue, 2020-09-08 at 17:41 +0100, Tixy wrote: [...] > You don't have to rely on the GUIs default terminal. If you set > "Terminal=false" in the .desktop file you can launch your script how > you want, e.g. I've used something... > > Exec=lxterminal --geometry=80x30 -e "sh -c /my/script" > I've

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread Tixy
On Tue, 2020-09-08 at 17:15 +0200, Christoph K. wrote: [...] > It doesn't work for me. Am I doing something wrong? > > Anyway, this wouldn't be an optimal solution. In some cases I need to > pass multiple arguments in a specific order. For example an audio and > video file that should be combined

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread Christoph K.
Am Tue, 08 Sep 2020 13:40:03 +0100 schrieb Tixy : > > Put the (ffmpeg) command in a script and run it with argument/s ? > > And run the script from a 'desktop entry' [1] and your desktop GUI may > let you run it with file arguments just by dropping files onto it. You > can put these 'desktop'

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread Tixy
On Tue, 2020-09-08 at 13:40 +0100, Tixy wrote: > And run the script from a 'desktop entry' [1] and your desktop GUI may > let you run it with file arguments just by dropping files onto it. You > can put these 'desktop' files on you desktop or in there own directory > you can open when you have

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread Tixy
deo files > > using > > ffmpeg, run backups with specific parameters, display > > checksums(md5), > > etc. > > > > I'm tired of typing the same long commands that I often need to > > look up > > in my wiki and just replace one or two parameters,

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread Christoph K.
s. Then I'll go for the argument replacement and with that in place, I have a working tool. Everything else will be "nice to have". But I'll soon figure out it's annoying to only have predefined commands, so I will add some configuration file whicht might be editable from the gui. That's my plan for now. Thanks for your support, Christoph

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread mick crane
of typing the same long commands that I often need to look up in my wiki and just replace one or two parameters, usually just the file names. Put the (ffmpeg) command in a script and run it with argument/s ? mick -- Key ID4BFEBB31

Re: Looking for a generic drag and drop gui for custom commands

2020-09-08 Thread David Christensen
On 9/7/20 1:43 PM, Christoph K. wrote: I'd like to "automate" a couple of tasks that I (until now) do on the command line manually. Examples include splitting of video files using ffmpeg, run backups with specific parameters, display checksums(md5), etc. My idea is that I'd start up the gui

Looking for a generic drag and drop gui for custom commands

2020-09-07 Thread Christoph K.
Dear all, I'd like to "automate" a couple of tasks that I (until now) do on the command line manually. Examples include splitting of video files using ffmpeg, run backups with specific parameters, display checksums(md5), etc. I'm tired of typing the same long commands that I often ne

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-18 Thread l0f4r0
Hi, 18 juin 2020 à 09:00 de david...@freevolt.org: > On Tue, 16 Jun 2020, l0f...@tuta.io wrote: > >> 16 juin 2020 à 10:47 de david...@freevolt.org: >> >>> I hear some people find bash-completion helpful. Personally, though, >>> no. Do not want. >>> >> Interesting/intriguing point of view. >> > I

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-18 Thread tomas
On Thu, Jun 18, 2020 at 07:25:40AM +, davidson wrote: > On Tue, 16 Jun 2020, l0f...@tuta.io wrote: [...] > >Maybe sometimes completion is not working as it should, nothing is > >perfect, but globally I think that it saves time more than its > >wastes. > > For those it suits, I am glad the

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-18 Thread davidson
On Tue, 16 Jun 2020, l0f...@tuta.io wrote: [dd] 16 juin 2020 à 13:23 de wool...@eeg.ccf.org It's flaky and full of errors. (Many of these errors end up on the bash mailing lists as bug reports in bash, but nope, they're from bash-completion.) It bloats bash, using a lot of memory, and taking

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-18 Thread davidson
On Tue, 16 Jun 2020, l0f...@tuta.io wrote: 16 juin 2020 à 10:47 de david...@freevolt.org: I hear some people find bash-completion helpful. Personally, though, no. Do not want. Interesting/intriguing point of view. I will remember this polite new way to call somebody a weirdo. Why would

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-16 Thread tomas
On Tue, Jun 16, 2020 at 01:53:59PM +0200, l0f...@tuta.io wrote: [...] > Maybe sometimes completion is not working as it should, nothing is perfect, > but globally I think that it saves time more than its wastes. Then just use it and be happy. And just accept that some (me, among others) are

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-16 Thread l0f4r0
Hi Greg, 16 juin 2020 à 13:23 de wool...@eeg.ccf.org > It's flaky and full of errors. (Many of these errors end up on the > bash mailing lists as bug reports in bash, but nope, they're from > bash-completion.) It bloats bash, using a lot of memory, and taking > extra CPU and wall-clock time

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-16 Thread Greg Wooledge
On Tue, Jun 16, 2020 at 12:54:58PM +0200, l0f...@tuta.io wrote: > Hi, > > 16 juin 2020 à 10:47 de david...@freevolt.org: > > > I hear some people find bash-completion helpful. Personally, though, > > no. Do not want. > > > Interesting/intriguing point of view. > Why would someone not be

Re: Need commands

2020-06-16 Thread mick crane
On 2020-06-16 09:47, davidson wrote: many thanks mick -- Key ID4BFEBB31

bash-completion pros/cons (was: Re: Need commands)

2020-06-16 Thread l0f4r0
Hi, 16 juin 2020 à 10:47 de david...@freevolt.org: > I hear some people find bash-completion helpful. Personally, though, > no. Do not want. > Interesting/intriguing point of view. Why would someone not be interested in autocompletion please?  Best regards, l0f4r0

Re: Need commands

2020-06-16 Thread davidson
On Sun, 14 Jun 2020, mick crane wrote: On 2020-06-14 12:42, to...@tuxteam.de wrote: On Sun, Jun 14, 2020 at 12:23:15PM +0100, mick crane wrote: On 2020-06-13 19:51, Darac Marjal wrote: ... >The full list of commands depends on what's installed, but you can >retrieve that list by o

Re: Need commands

2020-06-15 Thread tomas
On Mon, Jun 15, 2020 at 08:03:05AM -0400, Greg Wooledge wrote: > On Sun, Jun 14, 2020 at 03:48:19PM +0200, to...@tuxteam.de wrote: > > OK. My hunch [...] > Bear in mind that the OP was running Kali, not Debian. I don't know off > hand whether Kali makes changes to their bash-completion package,

Re: Need commands

2020-06-15 Thread Greg Wooledge
On Sun, Jun 14, 2020 at 03:48:19PM +0200, to...@tuxteam.de wrote: > OK. My hunch is that they have something to do with bash autocompletion. > Since they are functions, not files, it's hard to say which package > they come from (with on-board means, that is). > > But there are way more powerful

Re: Need commands

2020-06-14 Thread David Wright
On Sat 13 Jun 2020 at 21:23:51 (-0600), Charles Curley wrote: > -- > Does anybody read signatures any more? On Sat 13 Jun 2020 at 22:36:15 (-0700), Mike McClain wrote: > > -- > Always remember: > It is a mathematical certainty that half the people > in this country are below average

Re: Need commands

2020-06-14 Thread tomas
On Sun, Jun 14, 2020 at 01:38:29PM +0100, mick crane wrote: [...] > I wish I'd never looked now. Why? Granted, curiosity kills the cat, they say. But that's what we hackers and tinkerers thrive on, ain't it? What's a life without learning? > so they are functions defined in the actual bash

Re: Need commands

2020-06-14 Thread mick crane
On 2020-06-14 12:42, to...@tuxteam.de wrote: On Sun, Jun 14, 2020 at 12:23:15PM +0100, mick crane wrote: On 2020-06-13 19:51, Darac Marjal wrote: ... >The full list of commands depends on what's installed, but you can >retrieve that list by opening a terminal and typing: > >   

Re: Need commands

2020-06-14 Thread mick crane
On 2020-06-14 12:42, to...@tuxteam.de wrote: On Sun, Jun 14, 2020 at 12:23:15PM +0100, mick crane wrote: On 2020-06-13 19:51, Darac Marjal wrote: ... >The full list of commands depends on what's installed, but you can >retrieve that list by opening a terminal and typing: > >   

Re: Need commands

2020-06-14 Thread tomas
On Sun, Jun 14, 2020 at 12:23:15PM +0100, mick crane wrote: > On 2020-06-13 19:51, Darac Marjal wrote: > ... > >The full list of commands depends on what's installed, but you can > >retrieve that list by opening a terminal and typing: > > > >    compgen -ac >

Re: Need commands

2020-06-14 Thread mick crane
On 2020-06-13 19:51, Darac Marjal wrote: ... The full list of commands depends on what's installed, but you can retrieve that list by opening a terminal and typing:     compgen -ac what are these words that begin with the underscore ? __load_completion __ltrim_colon_completions

Re: Need commands

2020-06-13 Thread Mike McClain
On Sat, Jun 13, 2020 at 02:01:06PM +0300, Teemu Likonen wrote: > ROHIT SONI [2020-06-13T10:12:06+05:30] wrote: > > > I need full commands for 2020.2 gnu/linux rolling kali tty1 > > List all commands in a terminal program and Bash shell: > > ls -l {/usr,}/{s,}bin/;

Re: Need commands

2020-06-13 Thread Darac Marjal
On 13/06/2020 05:42, ROHIT SONI wrote: > Hello sir To whom are you addressing this message? Which particular "sir"? Would one of the https://www.debian.org/women/ not be suitable? > I need full commands for 2020.2 gnu/linux rolling kali tty1 The full list of commands depends on

Re: Need commands

2020-06-13 Thread Teemu Likonen
ROHIT SONI [2020-06-13T10:12:06+05:30] wrote: > I need full commands for 2020.2 gnu/linux rolling kali tty1 List all commands in a terminal program and Bash shell: ls -l {/usr,}/{s,}bin/; help -- /// Teemu Likonen - .-.. http://www.iki.fi/tlikonen/ // Open

Re: Need commands

2020-06-13 Thread Richard Owlett
On 06/12/2020 11:42 PM, ROHIT SONI wrote: Hello sir I need full commands for 2020.2 gnu/linux rolling kali tty1 Though Kali is derived from Debian, it is *NOT* Debian. [q.v. https://en.wikipedia.org/wiki/Kali_Linux ]

Re: Need commands

2020-06-13 Thread deloptes
ROHIT SONI wrote: > I need full commands for 2020.2 gnu/linux rolling kali tty1 I need 100,- €

Need commands

2020-06-12 Thread ROHIT SONI
Hello sir I need full commands for 2020.2 gnu/linux rolling kali tty1

Re: Searching for tutorials on ambiguous Debian commands

2020-02-19 Thread David Wright
On Wed 19 Feb 2020 at 07:24:06 (-0600), Richard Owlett wrote: > I'm looking for a tutorial covering > "cron(3tcl) cron" [.../tcllib/cron.3tcl.en.html] > NOT "CRON(8) System Manager's Manual" [.../cron/cron.8.en.html] > > Neither DuckDuckGo nor Google gave acceptable references. > Many were

Re: Searching for tutorials on ambiguous Debian commands

2020-02-19 Thread Greg Wooledge
On Wed, Feb 19, 2020 at 02:49:13PM +0100, to...@tuxteam.de wrote: > On Wed, Feb 19, 2020 at 07:24:06AM -0600, Richard Owlett wrote: > > I'm looking for a tutorial covering > > "cron(3tcl) cron" [.../tcllib/cron.3tcl.en.html] > > NOT "CRON(8) System Manager's Manual" [.../cron/cron.8.en.html] > >

Re: Searching for tutorials on ambiguous Debian commands

2020-02-19 Thread John Hasler
Have you looked at ? -- John Hasler jhas...@newsguy.com Elmwood, WI USA

Re: Searching for tutorials on ambiguous Debian commands

2020-02-19 Thread tomas
On Wed, Feb 19, 2020 at 07:24:06AM -0600, Richard Owlett wrote: > I'm looking for a tutorial covering > "cron(3tcl) cron" [.../tcllib/cron.3tcl.en.html] > NOT "CRON(8) System Manager's Manual" [.../cron/cron.8.en.html] cron(3tcl) is a Tcl library (or module or what it's ever called), not a

Searching for tutorials on ambiguous Debian commands

2020-02-19 Thread Richard Owlett
I'm looking for a tutorial covering "cron(3tcl) cron" [.../tcllib/cron.3tcl.en.html] NOT "CRON(8) System Manager's Manual" [.../cron/cron.8.en.html] Neither DuckDuckGo nor Google gave acceptable references. Many were references to cron(8) *NOT* cron(3tcl). A website of interest updates data

"/usr/bin/expect" -> check if login is required | speed up commands

2018-09-23 Thread Denny Fuchs
d than try to login again. My very first expect script looks like: == #!/usr/bin/expect -f ### Setting basics # Show commands and output log_user 1 # Set variable set user root set password testpass set name [ exec hostname -f] set prompt ": " spawn qm terminal 101 #expect_be

Remote Commands to mplayer Seem to Trigger Multiple Responses.

2018-02-16 Thread Martin McCormick
If I ssh from one jessie system to another, I am noticing that keyboard commands that should be received by the remote system seem to live on and cause secondary responses that generally do nothing but produce odd error messages but something is not quite normal. As an example, I use one

Re: Discovering alternative commands

2017-06-18 Thread Richard Owlett
On 06/17/2017 10:03 AM, Larry Dighera wrote: On Thu, Jun 01, 2017 at 07:22:36AM -0500, Richard Owlett wrote: 1. what other commands should I look at? Perhaps you'll find something useful in this little script I wrote: # show_drives.shDisplay Labels and UUIDs of media # LGD: Wed May 24 06

Re: Discovering alternative commands

2017-06-17 Thread Larry Dighera
On Thu, Jun 01, 2017 at 07:22:36AM -0500, Richard Owlett wrote: > 1. what other commands should I look at? Perhaps you'll find something useful in this little script I wrote: # show_drives.sh    Display Labels and UUIDs of media # LGD: Wed May 24 06:35:20 PDT 2017 # Re-write Fri Jun  9 04:31

Re: Discovering alternative commands

2017-06-02 Thread David Wright
ot a hint of what would be ideal. > > Context. I once had a boss who functioned as Richard does. He had > a very complicated context in his mind, and when posing a question, > he offered lots of hints, but with some regularity not those his > interlocutors needed. Once I got over that I le

Re: Discovering alternative commands

2017-06-01 Thread Richard Owlett
an_ supply the desired information. Neither is ideal for me. Two questions (one asking for fish, the other asking to be taught to fish): 1. what other commands should I look at? 2. is there some reference that groups commands/programs by similarity? A contrived example of the later, you've c

Re: Discovering alternative commands

2017-06-01 Thread Richard Owlett
y designed for different purposes. They both _can_ supply the desired information. Neither is ideal for me. Two questions (one asking for fish, the other asking to be taught to fish): 1. what other commands should I look at? Trivially, ls -al on /dev/disks/by* can show you a bunch of things. Started exp

Re: Discovering alternative commands

2017-06-01 Thread songbird
d information. > Neither is ideal for me. > > Two questions (one asking for fish, the other asking to be taught to fish): > 1. what other commands should I look at? > 2. is there some reference that groups commands/programs by similarity? > > A contrived example of th

Re: Discovering alternative commands

2017-06-01 Thread tomas
what would be ideal. Context. I once had a boss who functioned as Richard does. He had a very complicated context in his mind, and when posing a question, he offered lots of hints, but with some regularity not those his interlocutors needed. Once I got over that I learnt that this kind of interactio

Re: Discovering alternative commands

2017-06-01 Thread David Wright
igned for > >>different purposes. They both _can_ supply the desired information. > >>Neither is ideal for me. with not a hint of what would be ideal. > >Do those commands provide the information you need, albeit in a wrong > >format, or is anything truly amiss

Re: Discovering alternative commands

2017-06-01 Thread tomas
; My questions may be weird, obtuse, or convoluted. Rarely, if ever, > whimsical ;) > What people have said about my world view for >70 yrs best left ... > > > > >Do those commands provide the information you need, albeit in a wrong > >format, or is anything truly amiss

Re: Discovering alternative commands

2017-06-01 Thread Dan Ritter
purposes. They both _can_ supply the desired information. Neither is ideal > for me. > > Two questions (one asking for fish, the other asking to be taught to fish): > 1. what other commands should I look at? Trivially, ls -al on /dev/disks/by* can show you a bunch of things. You are p

Re: Discovering alternative commands

2017-06-01 Thread Richard Owlett
have said about my world view for >70 yrs best left ... Do those commands provide the information you need, albeit in a wrong format, or is anything truly amiss? Yes. Two questions (one asking for fish, the other asking to be taught to fish): 1. what other commands

Re: Discovering alternative commands

2017-06-01 Thread tomas
lk. They are obviously designed for > different purposes. They both _can_ supply the desired information. > Neither is ideal for me. You're always so whimsical :) Do those commands provide the information you need, albeit in a wrong format, or is anything truly amiss? > Two questions (one as

Discovering alternative commands

2017-06-01 Thread Richard Owlett
questions (one asking for fish, the other asking to be taught to fish): 1. what other commands should I look at? 2. is there some reference that groups commands/programs by similarity? A contrived example of the later, you've come across an unfamiliar word. Depending on your needs you mig

Re: grub rescue commands not working

2016-05-28 Thread Hans
> Obtain a netinst image. Boot it and choose rescue mode from the menu. > You will eventually get an option to 'Reinstall the GRUB boot loader'. You may also try super grub 2 disk. Google for it. Good luck! Best Hans

Re: grub rescue commands not working

2016-05-28 Thread Brian
On Fri 27 May 2016 at 21:05:11 -0400, Haines Brown wrote: > My main system cannot boot. No idea how to reinstall grub2 from Live > CD, and so look to see what I... Obtain a netinst image. Boot it and choose rescue mode from the menu. You will eventually get an option to 'Reinstall

grub rescue commands not working

2016-05-27 Thread Haines Brown
My main system cannot boot. No idea how to reinstall grub2 from Live CD, and so look to see what I can do at grub rescue> prompt. grub rescue> ls returns a big list of partitions. The only one I files from is: grub rescue> ls (hd1,1)/boot returns initrd.img, vmlinux, config, System.map

qdbus commands in 64-bit jessie?

2015-09-01 Thread D. R. Evans
such file or directory The reference to i386 is a bit puzzling, since this is a 64-bit system. Anyway, I discovered that all attempts to execute qdbus commands from the command line produce the same error :-( What do I need to do to get my qdbus commands working again? Doc -- Web: http://www.sff.

Some commands is not working in Linux server

2015-02-23 Thread Justinmp
Greetings to all.. Everything was working normally until last day.From today I am not able to execute few commands like ls in cent os machine.Interesting part is ls -al is working fine. When ever I issued ls , du -sh * ,yum update system got stuck and putty session freezes. Is this because

Commands not working in Live Server

2015-02-23 Thread Justinmp
Greetings to all... From today I am not able to execute few commands like ls in linux machine.Interesting part is ls -al is working fine. When ever I issued ls , du -sh * ,yum update system got stuck and putty session freezes. Is this because of any hardware issue ?This linux server

Re: Some commands is not working in Linux server

2015-02-23 Thread Karl E. Jorgensen
Hi On Mon, 2015-02-23 at 21:00 +0530, Justinmp wrote: Greetings to all.. Everything was working normally until last day.From today I am not able to execute few commands like ls in cent os machine.Interesting part is ls -al is working fine. When ever I issued ls , du -sh * ,yum update

RE: Some commands is not working in Linux server

2015-02-23 Thread Justinmp
Yes I know , Debian servers are working fine. Thanks Justin -Original Message- From: Karl E. Jorgensen k...@jorgensen.org.uk Sent: ‎23/‎02/‎2015 09:50 PM To: debian-user@lists.debian.org debian-user@lists.debian.org Subject: Re: Some commands is not working in Linux server Hi On Mon

  1   2   3   4   5   6   7   >