Skip to main content

All Questions

Tagged with
0 votes
0 answers
207 views

NFS won't export /etc or /var (!?)

This is on Fedora Server 35, BUT, I'm pretty sure that's irrelevant: I have a whole environment that works great with nfs and various machines export to each other - been doing this for decades - and ...
Richard T's user avatar
  • 477
2 votes
2 answers
534 views

Windows equivalent of $ in unix commands

I am following a documentation and executing some commands in Windows 10 command prompt. I have executed the first two commands using setx, since setx is the Windows' equivalent for export and when I ...
chink's user avatar
  • 121
16 votes
4 answers
106k views

Equivalent of export command in Windows

I am following a documentation and executing some commands in Windows 10 command prompt: export OPENAI_LOG_FORMAT='stdout,log,csv,tensorboard' export OPENAI_LOGDIR=path/to/tensorboard/data ...
singh adi's user avatar
  • 171
0 votes
0 answers
886 views

bash: illegal character in an environment variable

According to man bash, bash identifiers may consist: "only of alphanumeric characters and underscores", however, bash seems to have been tolerant to this up until shellshock patch. Actually, it still ...
Ulrik's user avatar
  • 251
1 vote
1 answer
381 views

Asciio on Ubuntu, can't find export as .txt

I just downloaded Asciio to my workstation running Ubuntu 14.04. I created a pretty complex piece of ascii code in order to put as part of the documentation inside my code. I can save files and open ...
Thatkookooguy's user avatar
9 votes
2 answers
271k views

How can I export DISPLAY from a Linux terminal to a Windows PC?

Exporting display from a Linux terminal to a Linux desktop is easy; you do the following: On 192.168.90.121 (localPC): xhost + 192.168.10.164 On 192.168.10.164 (remotePC): export DISPLAY=192.168....
suppie's user avatar
  • 191
31 votes
4 answers
41k views

How can I change Inkscape's default export background color from yellow to white?

I am using export in 'Inkscape' to convert an SVG file to PNG. As I am using a transparent background, the colour of background is automatically set to yellow. I want to change this default colour to ...
Shan's user avatar
  • 413
53 votes
4 answers
49k views

How to extract text from pdf in script on Linux?

On Linux - How to extract text from a .pdf in which text really is text, not a scanned image? I want something I can use on the command line / in a script, not interactively. (I don't want to convert ...
RobM's user avatar
  • 531
0 votes
1 answer
5k views

Providing permission to specific user to access NFS share

I have two machines between which I need to share a folder. On server1, I have the user 'appuser' that needs to access (read/write/delete) on this share. On server2, 'root' accesses this share and ...
siliconpi's user avatar
  • 2,777
1 vote
1 answer
5k views

How to import/export iPhone addressbook on Linux?

Is there any way, and if yes - how, to export addressbook from iphone to Linux, and then import it back (after some modification)? The iphone in question is not jailbroken, and this is not an option ...
user avatar
1 vote
1 answer
1k views

How to export a VirtualBox appliance to a NAS?

I'm using VirtualBox 3.1.2 (r56127) on Linux (Ubuntu 9.10 64-bit). I'm trying to use Export Appliance utility to clone my virtual machines over local network using SMB protocol to NAS. I decided to ...
mloskot's user avatar
  • 260