similar to: bash on ubuntu (centos) on windows

Displaying 20 results from an estimated 70000 matches similar to: "bash on ubuntu (centos) on windows"

2016 Dec 08
1
bash on ubuntu (centos) on windows
On Dec 8, 2016, at 2:33 PM, Peter <peter at pajamian.dhs.org> wrote: > > Ubuntu on Windows is *not* Linux. No, but it does implement the kernel syscall interface and an ELF loader. Therefore, there is no reason, in principle, why you could not build a CentOS userland on top of the Windows Subsystem for Linux. It would be about as difficult as live-migrating a working Ubuntu box to
2018 Sep 28
4
Simple bash question
I am calling a bash script and passing in somestring that includes a "$" myscript "$plusmore" I want to assign in the myscript the $1 arg to something like MYTEXT="$1" when I do that I dont get what I'm expecting. if I do MYTEXT='$1' I still dont get what I'm expecting. On the first assignment of MYTEXT I do not want the "$" to be
2020 Jul 23
5
Off Topic bash question
I have a simple script: #!/bin/bash # index=0 total=0 names=() ip=() while read -r LINE do NODENAME=` echo $LINE | cut -f 1 -d ','` IP=` echo $LINE | cut -f 2 -d ','` names[index]="$NODENAME" ip[index]="$IP" index=`expr index+1` total=`expr total+1` done <<< $(cat list.txt) simple file: more list.txt name1,ip1 name2,ip2 name3,ip3 output when
2020 Jul 23
4
Off Topic bash question
Thanks, when I change it do the following I get a syntax error #!/bin/bash # while read LINE do echo $LINE done < cat list.txt ./test_bash.sh ./test_bash.sh: line 6: syntax error near unexpected token `list.txt' ./test_bash.sh: line 6: ` done < cat list.txt'
2017 Nov 19
4
skypeforlinux lacks dependencies, won't update
On 20/11/17 11:30, milos.blazevic wrote: > There's the unstable version that installs and works: > https://www.skype.com/en/insider/ Thanks for pointing this out, it looks like they removed the newer GLIBCXX requirement that was added for 8.10, possibly due to popular demand? Peter
2018 Nov 26
3
CentOS 7 bash perhaps off topic
hi all, I have a small script that seems to be exiting and hitting the sleep 60... The smwebsocket just connects to the web socket provided and outputs the data. This works manually. the myprogram just opens a database and writes the line... My desire is to run the smwebsocket, connect to the websocket and output the data (line by line) when we get a line that matches Location take that line
2017 Apr 11
3
2.2.29 failing tests (was: Re: v2.2.29 released)
On 11 Apr 2017, at 0.39, Peter <peter at pajamian.dhs.org> wrote: > > It's failing tests on CentOS 6, it looks like it's expecting the IMAP > server to be running when it isn't, perhaps this test should soft-fail? The test is itself running both the client and the server. Most of those errors are expected. Does it work if you run it a couple of times?
2016 Dec 12
2
Raspberry PI 3
Hi all I downloaded the RPI3 image: CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img.xz how do I resize the root FS? My Sd card is 32G and I am only using 2G of that. also I thought the RPI3 as was 64 bit. When I downloaded the aarch64.img and tried that it did not boot. I thought the RPI3 supported this image. perhaps not. Thannks, Jerry
2016 Aug 16
3
hfsplus on C7
It would seem kmod-hfsplus does not have a module for my kernel uname -r 3.10.0-327.28.2.el7.x86_64 yum provides "*/hfsplus.ko" Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirror.tzulo.com * elrepo: repos.ord.lax-noc.com * extras: mirrors.usinternet.com * updates: mirror.nexcess.net kmod-hfsplus-0.0-1.el7.elrepo.x86_64 : hfsplus
2015 Jul 30
3
why no recent bind update for CentOS 6?
> On Jul 28, 2015, at 18:48, Peter <peter at pajamian.dhs.org> wrote: > > On 07/29/2015 11:51 AM, Noam Bernstein wrote: >> Hi CentOS developers - I?ve been happily using CentOS for several >> years now, so thanks for all the good work. In the last week, >> however, I noticed that while the items in RHSA-2015:1443 has shown >> up as updates (and announced on
2016 Dec 08
0
bash on ubuntu (centos) on windows
On 09/12/16 10:17, Jerry Geis wrote: > HI All - I was searching for "bash on centos on windows" as opposed to > "bash on ubuntu on windows". > > Will there be or is there a centos on windows version? Ubuntu on Windows is a collaboration between Canonical and Microsoft. I highly doubt that Microsoft would make such a collaboration with CentOS. There is a minute
2017 Nov 21
2
skypeforlinux lacks dependencies, won't update
On 11/20/17 03:44, wwp wrote: > Hello, > > > On Mon, 20 Nov 2017 12:58:21 +1300 Peter <peter at pajamian.dhs.org> wrote: > >> On 20/11/17 11:30, milos.blazevic wrote: >>> There's the unstable version that installs and works: >>> https://www.skype.com/en/insider/ >> >> Thanks for pointing this out, it looks like they removed the
2020 Jan 22
3
[CentOS-announce] Release for CentOS Linux 8 (1911)
On 1/16/20 5:03 PM, Gianluca Cecchi wrote: > On Thu, Jan 16, 2020 at 11:08 PM Peter <peter at pajamian.dhs.org> wrote: > >> On 17/01/20 8:06 am, Lamar Owen wrote: >>> On 1/16/20 6:49 AM, Peter wrote: >>>> On 16/01/20 4:14 am, Brian Stinson wrote: >>>>> Release for CentOS Linux 8 (1911) >>>>> >>>>> We are pleased
2018 Jul 06
4
Bash question
Hi All, I am trying to build a command line with spaces in the argument. This demonstrates what I am trying to do. Clearly the first two commands work fine. However, the last 4 lines to not. /opt/libreoffice5.4/program/soffice.bin --headless --convert-to csv "/tmp/file.xlsx" /opt/libreoffice5.4/program/soffice.bin --headless --convert-to csv "/tmp/file 2.xlsx" MSG="file
2019 May 16
2
bash off topic
I have a simple bash script it will take arguments from a file that has quotes. my file arg.txt would be this -lt "*.txt" my script file would be LS_ARG=`cat arg.txt` ls $LS_ARG it does not run properly: sh -x ./arg.sh ++ cat arg.txt + LS_ARG='-lt "*.txt"' + ls -lt '"*.txt"' ls: cannot access "*.txt": No such file or directory How do I
2011 Sep 21
12
old RHEL3 domu kernel
Hi everyone, I need to port over an old RHEL3 box to a xen domU (just for a little while until I can transfer all of its services over to a new domain). I was hoping to get a domU supported kernel so I can run it as a PV guest and found this page: http://xen.org/download/dl_304guest_rhel3.html ...but the links to the actual kernels come up with 404 errors. Anyone know where I can get this
2011 Sep 21
12
old RHEL3 domu kernel
Hi everyone, I need to port over an old RHEL3 box to a xen domU (just for a little while until I can transfer all of its services over to a new domain). I was hoping to get a domU supported kernel so I can run it as a PV guest and found this page: http://xen.org/download/dl_304guest_rhel3.html ...but the links to the actual kernels come up with 404 errors. Anyone know where I can get this
2019 Dec 27
2
The case of the missing /boot/grub2/grub.cfg in centos8
On 27/12/19 7:36 pm, Nicolas Kovacs wrote: > Le 27/12/2019 ? 04:11, Mauricio Tavares a ?crit?: >> Why is it not there?? FYI, I did try 'yum reinstall grub2' and no >> /boot/grub2/grub.cfg for me. > > You're probably on an EFI system, and your grub.cfg is in a different > location. Can't remember it off the top of my head, but do /etc/grub2-efi.cfg ->
2017 Dec 29
2
dovecot-pigeonhole problems after upgrade to v2.3.0
Am 29.12.2017 um 15:08 schrieb Fabian A. Santiago: > December 28, 2017 6:38 PM, "Peter" <peter at pajamian.dhs.org> wrote: > >> On 29/12/17 10:00, Fabian A. Santiago wrote: >> >>> i've now completely uninstalled all traces of dovecot and reinstalled >>> from your repo and still the same issue persists with the same >>> errors.
2007 Dec 07
11
remote ssh to machine how display firefox
I can ssh into a remote machine. I can start X on that machine with startx How do I then start firefox on that machine (from the ssh prompt) and have it display on my machine in my office. So I want to be using firefox on the remote machine but displaying the screen output from firefox in my office. Both boxes are running centos 5. how is that done? Jerry