Related news
-
databases/postgresql95-plpython - 9.5.16
Published: 15/02/2019The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21. This release changes the behavior in ... Read moreSource: www.freshports.org -
-
RHBA-2019:0351-1: new package: kmod-redhat-nfit
Published: 15/02/2019Red Hat Enterprise Linux: A new kmod-redhat-nfit package is now available for Red Hat Enterprise Linux 7. Read moreSource: rhn.redhat.com -
RHEA-2019:0352-2: rt-setup enhancement update
Published: 15/02/2019Red Hat Enterprise Linux: Updated Red Hat Enterprise MRG Realtime packages that add one enhancement are now available for Red Hat Enterprise MRG 2.5. Read moreSource: rhn.redhat.com
-
RHSA-2019:0349-2: Moderate: .NET Core on Red Hat Enterprise Linux security update for February 2019
Published: 15/02/2019Red Hat Enterprise Linux: Updates for rh-dotnetcore10-dotnetcore, rh-dotnetcore11-dotnetcore, rh-dotnet21-dotnet, and rh-dotnet22-dotnet are now available for .NET Core on Red Hat Enterprise Linux. Re ... Read moreSource: rhn.redhat.com -
IFS variable and filenames with spaces and newlines
Published: 15/02/2019(Using Bash 4.4 and 5.0) I am dealing with the issue of filenames that contain spaces, newlines and backslashes. I often read the suggestion to use code like this: oldIFS=$IFS IFS= while read -rd '' L ... Read moreSource: unix.stackexchange.com -
Hide client hostname (Docker container ID) in title bar with remote X server connection
Published: 15/02/2019When running a GUI app in a Docker container I'm mapping the X11 socket to give the application access to the X server on the host like so: docker run -v /tmp/.X11-unix:/tmp/.X11-unix my_image The iss ... Read moreSource: unix.stackexchange.com
-
How can I cross compile the dd linux tool for arm?
Published: 15/02/2019I need to cross-compile a full version of dd because my device only has a busybox one that doesn't support many options. Where do I get the source for it? I've been looking on the kernel repo online b ... Read moreSource: unix.stackexchange.com -
Diff of directory statistics sumarry (git diff --stat like for non-git repo)
Published: 15/02/2019Is there a tool (or diff option combination) which would produce output similar to git diff --stat ? I have two kernel sources and I would like to get general idea of what was changed in them. Display ... Read moreSource: unix.stackexchange.com -
How to access a device connected in local network with hostname?
Published: 15/02/2019I tried accessing a webpage in a server within the local network with the host name of the device followed by its folder path and the name of the file(it is a basic php file). In first system it worke ... Read moreSource: unix.stackexchange.com
-
Cron is not echoing correct value inside cron but outside works fine
Published: 15/02/2019for these last couple of days I am having this helpless situation with cron, I'v read many stack answers about sudo crontab -e /etc/crontab , none of them seems to be working out for me. I even includ ... Read moreSource: unix.stackexchange.com -
Merge 2 files based on the 2nd column of each and overwrite common lines in first file
Published: 15/02/2019I have a couple of CSVs'. file1 has a large number of URLs and file2 also has a URL field which have to be matched with file1. Now file1 has a couple of columns I need to add to file2. I have managed ... Read moreSource: unix.stackexchange.com -
Prevent Bash from removing zero-bytes in double-quoted string?
Published: 15/02/2019I need to supply arbitrary bytes for an argv argument of a C program. However, if the bytes are put within double-quotes, the zero-bytes are removed as can be seen below: v="$(python -c 'import sys; s ... Read moreSource: unix.stackexchange.com
-
Find a LibreOffice community member near you!
Published: 15/02/2019Hundreds of people around the world contribute to each new version of LibreOffice, and we’ve interviewed many of them on this blog. Now we’ve collected them together on a map (thanks to Op ... Read moreSource: blog.documentfoundation.org -
How can I delete all lines in a file using vi?
Published: 15/02/2019How can I delete all lines in a file using vi? At moment I do that using something like this to remove all lines in a file: echo > test.txt How can I delete all lines using vi ? Note: Using dd is n ... Read moreSource: unix.stackexchange.com -
Environment variable also getting printed
Published: 15/02/2019While typing any commands one of my environment variables also gets printed. [root@appdynamics home]# ls ls 192.168.71.2 192.168.71.50 karti lost+found postgres printf "\033]0;%s@%s:%s\007" "${USER}" ... Read moreSource: unix.stackexchange.com
-
Using vim in Linux to replace specific words
Published: 15/02/2019I have a .txt file with information as following: ... 353 48 338 48 338 9 353 9 **personperson走** 281 64 259 64 259 4 281 4 person 353 48 338 48 338 9 353 9 **personabc** 281 64 259 64 259 4 281 4 per ... Read moreSource: stackoverflow.com -
How to recursively add zeroes to a file name [duplicate]
Published: 15/02/2019This question already has an answer here: Rename Multiple files in unix 5 answers I have a folder with these files: 03.jpg 04.jpg 05.jpg 99.jpg I want to rename these files to 003.jpg 004.jpg 005.jpg ... Read moreSource: unix.stackexchange.com -
Did the pivot_root() documentation anticipate the feature of mount namespaces?
Published: 15/02/2019pivot_root() moves the root filesystem of the calling process to the directory put_old and makes new_root the new root filesystem of the calling process. The typical use of pivot_root() is during syst ... Read moreSource: unix.stackexchange.com
-
vim shortcut to open a file under cursor in an already opened window
Published: 15/02/2019In vim you can open a file under the cursor by using the gf command. One can also easily open that file in a new split window by hitting <c-w> f . This is a really nice and time saving feature. ... Read moreSource: unix.stackexchange.com -
Grab last youtube video index and re-download .description
Published: 15/02/2019after I had download youtube videos with youtube-dl -cit -f 140 ' , I forget to download the .description as well... so I have bunch of files without description, I want to redownload the description ... Read moreSource: unix.stackexchange.com -
VNC - Arch - Gnome; I can't type in the password on the login screen because it is cleared every second
Published: 15/02/2019I have an Arch linux box that is almost running perfectly but when i connect to the vncserver and the sreensaver turns the screen black, i am forced to reenter the password on the loginscreen of gnome ... Read moreSource: unix.stackexchange.com
Related Hashtags
FACEBOOK
Loading...