Skip to main content

Questions tagged [unix]

1 vote
0 answers
58 views

Command-line tool to change the "size" of an SVG file?

This question may seem like a misnomer, because SVG files contain vector graphics that can be scaled to any arbitrary size. You generally wouldn't say that an SVG has a resolution of 300x400 pixels, ...
Wowfunhappy's user avatar
1 vote
2 answers
86 views

When awk becomes too cumbersome, what is the next classic Unix tool to consider to deal with text transformation?

Awk is invaluable for many purposes where text filter logic spans multiple lines and you need to maintain state (unlike grep and sed), but as I'm finding lately there may be cases where you need ...
Sridhar Sarnobat's user avatar
1 vote
1 answer
214 views

Command-line tool for flattening directories

Examples: https://stackoverflow.com/questions/52366028/auto-overwrite-when-flattening-file-structure-in-osx https://stackoverflow.com/questions/20211911/find-all-files-and-copy-them-to-a-folder-...
Niklas Rosencrantz's user avatar
2 votes
1 answer
58 views

Workflow: git status & git diff in command-line

This question was rejected at in the Software Engineering StackExchange, I was pointed here. I use git entirely in the command-line and I look for ways to speed up my workflow. Many times a day, I ...
a1o's user avatar
  • 21
0 votes
0 answers
16 views

reverse inetd / netcat-exec

A neighbour is working on something with (in this case) embedded Linux systems that do large network transfers like: dst$ nc -l 12345 | lz4 -d | consumerprogram src$ producerprogram | lz4 -0 | nc fec0:...
mirabilos's user avatar
  • 1,001
1 vote
1 answer
131 views

Does anybody know of some data visualization packages for the Linux command line/terminal?

I am new to Linux and am also beginning to learn data science. I am playing around with Termgraph which is a package used with Python to visualize very simple bar charts in the command line. I am ...
Tyler Young's user avatar
0 votes
0 answers
18 views

Send messages between Uinx pc-s in different networks and access these by python

Is there a free (of cost) software (chat, some API etc.) which allows me to send non-encrypted text messages from one Unix pc to another and read in these messages by a python script? The 2 pc-s can ...
topkek's user avatar
  • 1
1 vote
0 answers
23 views

Is there a weather application that also shows the current season?

All I found never shows the season info. Also, of course, it must be to my location (it must consider latitude and longitude). I don't understand why they all don't have that simple information that I ...
VeganEye's user avatar
1 vote
2 answers
75 views

Free Golang IDE

Is there any good and free Golang IDE or Editor for MacOSX, Windows or Linux? Any help appreciated.
Gible's user avatar
  • 203
2 votes
2 answers
150 views

Linux console text editor with Windows/Mac style shift-arrow text selection, cut, quit and save

I have a terminal novice user-base who need to do some extremely light text editing from a console (authoring Git commits, etc.). I'd like to set EDITOR to something that keyboard binding-wise feels ...
Seth's user avatar
  • 121
1 vote
1 answer
140 views

Process manager in user space

As a developer I'm working on a multi-process/service application. I'm looking for a tool, that can start/stop, perhaps monitor my services in the user space. I found process monitoring tools, but ...
parszab's user avatar
  • 11
2 votes
2 answers
171 views

GUI for MongoDB in Unix

I need a GUI client that: Works on Unix Is free Supports documents editing Is there an app which satisfies these requirements?
Abhishek Sharma's user avatar
1 vote
0 answers
13 views

What web proxy software can add a certain attribute to all HTML tags of a certain type?

Specifically, I'm looking for a proxy (SOCKS or otherwise) that I can use from most browsers (Chrome on Windows, Safari on iOS) and that can accomplish the following with little configuration: In any ...
user137063's user avatar
1 vote
1 answer
38 views

make-like automated build tool for relational databases

Short Version Like the question title says, I want a tool like make which will take a recipe file and use it to automatically rebuild a collection of interdependent tables in a relational database. ...
igal's user avatar
  • 111
0 votes
1 answer
76 views

Open source automation tool which can control Linux desktop application

I got a requirement where we want to control Jmeter GUI which is installed in Linux Env so I need a tool which can fulfill my requirement.
Pritish Panda's user avatar

15 30 50 per page