Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

1 votes
2 answers
52 views
Photos Upload Online in Opposite Order (Firefox & Linux Mint)
I often upload groups of photos online, like product images or artworks. Recently I noticed that Firefox uploads a group of photos from a folder in the opposite order. Its happened on every website I've tried uploading photos to. **Example: In a folder on Linux, I have:** - Artwork 1.jpg - Artwork 2...
I often upload groups of photos online, like product images or artworks. Recently I noticed that Firefox uploads a group of photos from a folder in the opposite order. Its happened on every website I've tried uploading photos to. **Example: In a folder on Linux, I have:** - Artwork 1.jpg - Artwork 2.jpg - Artwork 3.jpg When I upload all the photos together, it uploads in this order: - Artwork 3.jpg - Artwork 2.jpg - Artwork 1.jpg This is frustrating because I have to manually re-order the photos every time I upload them. I don't remember this happening in the past, just recently. Since it happens on every website, I expect it has to do something with Linux Mint or Firefox. **What I've tried:** I've tried pressing Control A, to select all the photos, and then upload them, and I've also tried selecting the first photo, then holding down shift, and selecting the bottom photo, and then clicking on upload. I've also tried doing that but in the opposite direction, so holding shift, and selecting the last photo, and then the first. I've also tried arranging the photos in my fire browser by name, modification date, and reverse order, but the photos still upload in the opposite order. I've also tried renaming the photos to: - 001.jpg - 002.jpg - 003.jpg And that still doesn't fix the uploading order. It also happens with both PNG and JPG files.
Ryan King Art (127 rep)
Mar 13, 2025, 03:22 PM • Last activity: Mar 13, 2025, 09:52 PM
1 votes
1 answers
82 views
Does an echo to network command exist in debian?
Does some sort of command like: echotonet "this" or cat file.txt > echonet that could allow one to easily paste text document data to a service like **paste.debian.net** ? I often use paste.debian.net in order to retrieve on some machines pieces of scripts too long to be written in shell and edited...
Does some sort of command like: echotonet "this" or cat file.txt > echonet that could allow one to easily paste text document data to a service like **paste.debian.net** ? I often use paste.debian.net in order to retrieve on some machines pieces of scripts too long to be written in shell and edited in a visual environment like windows or ubuntu. I download them with a classic wget: wget -O namefile.sh https://paste.debian.net/some_path_to_the_paste_in_raw_format Very often, however, there's the need to retrieve data too, like for debugging purposes or when I have to paste lot of log lines on here or on boards. **A easy to post command that upload a full txt file or zip a directory and gives back a short url would be gold.** To my mind the wetransfer command could be maybe a solution but maybe there are other options like a proper debian package for it.
user3450548 (3094 rep)
Apr 30, 2024, 02:43 PM • Last activity: Jan 12, 2025, 09:01 AM
-1 votes
1 answers
75 views
Ubuntu 20.04 upload folder permissions
Server (Ubuntu 20.04) has UploadFolder, so anyone could upload. UploadFolder permissions are as follows drwxrwsr-x 4 root www-data While uploading, the script is creating sub-folder and sub-subfolder inside UploadFolder. The uploaded file should be landed in sub-subfolder. Everything is working as s...
Server (Ubuntu 20.04) has UploadFolder, so anyone could upload. UploadFolder permissions are as follows drwxrwsr-x 4 root www-data While uploading, the script is creating sub-folder and sub-subfolder inside UploadFolder. The uploaded file should be landed in sub-subfolder. Everything is working as supposed to be. As a result, on the uploading attempt, server receives subfolder and sub-subfolder with permissions as follows accordingly drwxrwxrwx 3 www-data www-data drwxrwxrwx 2 www-data www-data So, as far as I understand, file should be uploaded, but it's not. The script by itself is 100% good, since it does the job on the another server. What is wrong here? How to make upload works?
Mary N (1 rep)
Jul 8, 2024, 01:46 PM • Last activity: Jul 8, 2024, 02:15 PM
2 votes
2 answers
2379 views
Changing PHP's post_max_size and upload_max_filesize with Ansible
Is there a way to change the two famous PHP variables `post_max_size` and `upload_max_filesize` in `php.ini` in a version-agnostic way with Ansible? I didn't find any literature covering this and it seems wired to me because no company, let alone mega company will allow just the default `2M` limit v...
Is there a way to change the two famous PHP variables post_max_size and upload_max_filesize in php.ini in a version-agnostic way with Ansible? I didn't find any literature covering this and it seems wired to me because no company, let alone mega company will allow just the default 2M limit value of these two variables (which is prevalent since PHP was born, I think).
user149572
Dec 16, 2018, 09:33 AM • Last activity: Mar 15, 2024, 04:36 PM
0 votes
1 answers
66 views
Where does this feature request/fix of filtering when uploading files belong?
Using a R-shiny app in Ubuntu, with a field to upload an `.Rmd` file, that has a filter for file extension: ```R # R-shiny code fileInput("id", "label", accept = c( ".Rmd" # this fails the same way as: ".Rmd", ".rmd", ".RMD" ) ) ``` ```html # html produced by R ``` Ubuntu's Chrome file selector show...
Using a R-shiny app in Ubuntu, with a field to upload an .Rmd file, that has a filter for file extension:
# R-shiny code
fileInput("id",
  "label",
  accept = c(
    ".Rmd" # this fails the same way as: ".Rmd", ".rmd", ".RMD" 
  )
)
# html produced by R
Ubuntu's Chrome file selector shows only: .rmd, and .RMD files in the file selector window. enter image description here In Windows this problem does not happen for obvious reasons. In Mac Chrome, the problem does not happen .Rmd is the common way to write that extension, so, it would be desirable to show those files when filtering. This seems to depend on mimetypes, or nautilus (Gnome) Looking in https://mimetype.io/all-types , R-markdown, .Rmd is not defined. So, I wonder what could be a next step to allow linux to show/filter .Rmd files, in addition to .rmd and .RMD when uploading files to a site
Ferroao (333 rep)
Dec 16, 2023, 05:10 PM • Last activity: Dec 21, 2023, 10:27 PM
1 votes
0 answers
322 views
FTP & WGET remote file upload fail
I'm using virtualbox with kali linux installed. While on SSH shell, i used wget to upload resources from my host machine but it's failing, FTP put command fails too. The following are the command line snippet for FTP ftp> put rev2.exe local: rev2.exe remote: rev2.exe 229 Entering Extended Passive Mo...
I'm using virtualbox with kali linux installed. While on SSH shell, i used wget to upload resources from my host machine but it's failing, FTP put command fails too. The following are the command line snippet for FTP ftp> put rev2.exe local: rev2.exe remote: rev2.exe 229 Entering Extended Passive Mode (|||49196|) 150 Opening ASCII mode data connection. 100% |**********************************************************************************************************************************************************************| 74172 72.28 KiB/s --:-- ETA 421 Service not available, remote server timed out. Connection closed. 74172 bytes sent in 01:01 (1.18 KiB/s) ftp> bye The connection gets timed out before the file is fully uploaded The following are the command line snippet for WGET www-data@dmv:/var/www/html$ wget http://10.18.75.19/pspy64 wget http://10.18.75.19/pspy64 --2023-08-07 11:52:48-- http://10.18.75.19/pspy64 Connecting to 10.18.75.19:80... connected. HTTP request sent, awaiting response... 200 OK Length: 3104768 (3.0M) [application/octet-stream] Saving to: 'pspy64' Shell is stuck at "Saving to: 'pspy64'" I tried changing VM from Bridged to NAT and disabled passive mode on FTP. Firewall is disabled note: low-size files can be uploaded on both FTP and WGET.
Muath (19 rep)
Aug 7, 2023, 12:10 PM • Last activity: Aug 7, 2023, 05:17 PM
6 votes
2 answers
15693 views
How to block bittorent upload completely?
I'm running [Vuze][1] torrent client on Linux Mint and I am looking for a way to block upload completely. *** I am willing to change [Vuze][1] for something else if [Vuze][1] is not capable of achieving this goal. *** [Vuze][1] is only able to limit the upload to 5 Kbps, which is not 0! Another thin...
I'm running Vuze torrent client on Linux Mint and I am looking for a way to block upload completely. *** I am willing to change Vuze for something else if Vuze is not capable of achieving this goal. *** Vuze is only able to limit the upload to 5 Kbps, which is not 0! Another thing I would like to have, as I upload large amounts of legal Linux ISO torrents, is a way to easily switch between Enable upload and Disable upload mode. I can't seem to find any suitable plugin for Vuze. Something of this sort exists. It is named Auto Stopper. But it stops the upload after a certain ratio, it cannot be adjusted under 1.0. *** Rationale: I contribute to the network by uploading Linux ISOs. But movie uploads are prohibited in my country. And I won't risk prosecution. So: - I cannot upload movies (but can download them legally). - I contribute in other ways (uploading many Linux ISOs). *** Is there a way to achieve my goal? *** Update - I am aware the network needs seeders for the torrent network to function. This question is dated 2015. Many things changed, including the way I function in networking and systems. - I don't use Vuze anymore. It's too heavy, among other things. - I switched to self-compiled Transmission . - I use a PIA VPN on my machine with port forwarding and split-tunneling.
Vlastimil Burián (30505 rep)
Sep 7, 2015, 02:53 PM • Last activity: Mar 8, 2023, 03:06 AM
1 votes
1 answers
849 views
SCP not working with RegEx
I've been trying to copy some remote files to localhost using regex expression, but it reads the regex as if it would be a regular string and does not find any files matching that. Any ideas why? file-download ``` #!/bin/bash scp "student@172.18.186.10:/home/student/download-this/[a-zA-Z0-9]+\.tar\....
I've been trying to copy some remote files to localhost using regex expression, but it reads the regex as if it would be a regular string and does not find any files matching that. Any ideas why? file-download
#!/bin/bash

scp "student@172.18.186.10:/home/student/download-this/[a-zA-Z0-9]+\.tar\.gz" .
I have also tried copying from localhost to remote device, but still the regex won't work with scp file-upload
scp "/root/scripts/this[XYZ]_[0-9]{1,5}\.txt" fs@10.11.10.2:/home/fs/upload
Local host files Remote device files Error messages
Florin200217 (13 rep)
Jan 8, 2023, 02:57 PM • Last activity: Jan 8, 2023, 08:26 PM
1 votes
1 answers
757 views
Bash script to take a screenshot and upload it to a server every 1s
Operating system: Xubuntu I'm trying to create a bash script that takes a screenshot of my screen and uploads the resulting file to a server. I tried many ways and even asked ChatGPT but still can't find a working solution. Could you please point me to the right direction? Thanks This is the code I...
Operating system: Xubuntu I'm trying to create a bash script that takes a screenshot of my screen and uploads the resulting file to a server. I tried many ways and even asked ChatGPT but still can't find a working solution. Could you please point me to the right direction? Thanks This is the code I am using #!/bin/bash # Set the FTP server hostname or IP address FTP_SERVER=xxx # Set the FTP username and password FTP_USERNAME=xxx FTP_PASSWORD=xxx # Set the local and remote file paths LOCAL_FILE=/home/nicola/screenshot.png REMOTE_FILE=/public_html/screenshots/screenshot.png # Connect to the FTP server and log in ftp -inv $FTP_SERVER << EOF user $FTP_USERNAME $FTP_PASSWORD # Send the file put $LOCAL_FILE $REMOTE_FILE # Quit bye EOF The file is correctly sent, now I need to repeat the operation once every second but the connection to the server should not be repeated I guess, so it should stay outside the loop. The files will not be overwritten, I intend to use Date or Time and append it to the filename
Nicola (123 rep)
Dec 20, 2022, 11:38 PM • Last activity: Dec 21, 2022, 10:00 AM
2 votes
1 answers
555 views
strange issue, worst network speed and worst ping latency on linux
I cannot explain this, I will start by listing these speed test results this one is the linux host running mxlinux latest version [![linux host][1]][1] this one is the windows 10 running inside vmware **on the same computer** [![windows running inside a vm on the linux host][2]][2] I'm trying to fig...
I cannot explain this, I will start by listing these speed test results this one is the linux host running mxlinux latest version linux host this one is the windows 10 running inside vmware **on the same computer** windows running inside a vm on the linux host I'm trying to figure out why it's THAT bad on linux I have tried the web interface, I'm getting the same kind of result every single time I have tried different distribution (live usb) same thing I have tried different browser, again same thing I don't think it should matter but just in case; I have a gigabyte x570 aorus pro with amd 3900x, 32 gig ram and linux is installed on an nvme I wonder if it's something on my side or speedtest is that bad with linux or auto tunning of sysctl with tcp is the cause or some weird/obscure setting with the kernel. I don't know if it matter too, my router is a mikrotik hap ac2, the same cable is used on the linux host and the windows 10 vm I'm open to any suggestion, tweak, etc. it's really bad for no reason. **edit 1** I forgot to add that from my router with what is called btest, I was able to get the same speed and even faster than on windows 10 with a public server I have a NAS connected to the same router, I ran iperf and I'm getting my full 1gb speed between linux and my NAS **Edit 2** MTR **Edit 3** I think I found the culprit. with mikrotik router, there is a packet sniffer that show a lot of information and one of them is which cpu is used. the mikrotik that I have got 4 cpu under windows, it use multiple cpu while under linux it use only one cpu during the speedtest something under linux is making it use only one cpu **Edit 4** look like I need to upgrade the firmware of my router to the latest version 7.x I am using latest version of 6.x and they added a feature in 7.x where I can lower cpu usage while using vlan. I quickly tested and it look like it solve my issue, getting same speed under linux as windows screenshot and more, I will look at this more this weekend because I tested with a bare bone configuration, not my real one. **Edit 5** so it look like I had to upgrade to latest version 7.x to be able to get the maximum speed under linux... **Edit 6** I had to use the new feature fast track that work with vlan-filtering since 7.2 linux with 7.x
Fredou (131 rep)
Oct 26, 2022, 12:26 AM • Last activity: Nov 2, 2022, 11:43 AM
3 votes
1 answers
1808 views
Upload to youtube using shell script
I've searched the youtube API but still not clear whether this is possible. I have a shell script that uses FFMPEG to convert a video. After being converted I want to have the video automatically uploaded to a preauthorized youtube account. Can any shell script gurus tell me if this is possible?
I've searched the youtube API but still not clear whether this is possible.
I have a shell script that uses FFMPEG to convert a video. After being converted I want to have the video automatically uploaded to a preauthorized youtube account. Can any shell script gurus tell me if this is possible?
Bachalo (1181 rep)
Dec 19, 2016, 05:40 PM • Last activity: Jul 17, 2022, 05:01 PM
1 votes
0 answers
53 views
After updating to 21.10, upload always defaults to the Home folder
So, ever since I updated ubuntu to v21.10, no matter which browser I use, when I click on the attachment or upload buttons - anything - the "Open Files" window defaults to the Home folder. It used to stay in the folder that was used for the last upload. In the screenshot, you can also see that the "...
So, ever since I updated ubuntu to v21.10, no matter which browser I use, when I click on the attachment or upload buttons - anything - the "Open Files" window defaults to the Home folder. It used to stay in the folder that was used for the last upload. In the screenshot, you can also see that the "Open Files" is not in focus, as if it's in the "Always on top" state. Previously, it was in bright white letters, so you see it's the window that's on top. Now, it's grayed out until you start navigating through the file selection screen. grayed out when clicking on the And here's how it used to be (just notice the difference, it's kind of hard to explain): in focus upload modal screen Thank you in advance!
ljopi87 (11 rep)
Dec 10, 2021, 09:48 PM
0 votes
2 answers
1809 views
RHEL7 & PHP: File is not uploading (even into /tmp/)
After few days, since I asked this question: [LINK][1] [1]: https://unix.stackexchange.com/questions/369749/php-move-uploaded-file-permission-denied-only-on-rhel/369774 I realized, that maybe it's another problem. I used package `inotifywait` to check, is a temporary file generating after sending ht...
After few days, since I asked this question: LINK I realized, that maybe it's another problem. I used package inotifywait to check, is a temporary file generating after sending html form. Unfortunately temp file is not creating, after clicking "upload" button in my form, but I don't know why, because even I had turned off firewall (I thought that it is a problem - I was wrong). Maybe someone has this same problem? --- OS is newly installed, so I didn't change so much in httpd.conf and php.ini. Below is a list '**What I checked?**': 1. enctype='multipart/form-data' is set, 2. /tmp/ is a upload_tmp_dir, 3. file_uploads is **on**, 4. File size is in limit, which is set into upload_max_filesize (limit is 2MB, but file have 18KB), 5. I tried to use aboslute path, 6. /tmp/ and /var/www/html/upload have chmod set on ***777*** and upload owner and owner group is ***apache***, 7. I tried change upload_tmp_dir in php.ini, but it bring this same result.
KalikDev (131 rep)
Jun 12, 2017, 01:27 PM • Last activity: Aug 29, 2021, 02:01 AM
1 votes
2 answers
245 views
Record screen and upload on youtube
I'd like to record my screen and have the recorded video automatically uploaded on youtube. Is there any software that does this? I know there are screen recorders like Kazam that easily permit to record the screen but they do not automatically upload the video. Some time ago I tried to create a bat...
I'd like to record my screen and have the recorded video automatically uploaded on youtube. Is there any software that does this? I know there are screen recorders like Kazam that easily permit to record the screen but they do not automatically upload the video. Some time ago I tried to create a batch script that took a screenshot every 1 second (1 frame per second is enough for my needs here) but I'm no Linux programmer so I found it very difficult to do (if you can and want to contact me, please do). Thanks for your answers
Nicola (123 rep)
Jun 20, 2020, 11:47 AM • Last activity: Jun 24, 2020, 10:21 AM
0 votes
1 answers
52 views
Got Download Traffic While Uploading With High Speed
When I upload my backup using ftp to my backup server, my upload speed get to `1.5Gb/s` which is good! **BUT** I see strange things on download traffic!! When my upload speed get bigger than `1Gb/s` I see download traffic upto `10Mb/s`. I don't know whats really going on here!? there is no app which...
When I upload my backup using ftp to my backup server, my upload speed get to 1.5Gb/s which is good! **BUT** I see strange things on download traffic!! When my upload speed get bigger than 1Gb/s I see download traffic upto 10Mb/s. I don't know whats really going on here!? there is no app which cause this download traffic and they start together when ftp start tranfering! I use nload to see traffic Any explanation? enter image description here
Mohammad Amin (3 rep)
May 29, 2020, 04:40 PM • Last activity: May 29, 2020, 05:16 PM
-1 votes
1 answers
130 views
Debian 10 Upload speed issue
I am using a small Lenovo i5 PC as a server. for some odd reason it's upload speed is capped at around `4.03 Mbit/s` System: Debian GNU/Linux 10 (buster) x86_64 10E90002UK ThinkCentre M83 Kernel: 5.5.0-0.bpo.2-amd64 CPU: Intel i5-4590T (4) @ 3.000GHz Ethernet Card: (eno1) Ethernet Connection I217-LM...
I am using a small Lenovo i5 PC as a server. for some odd reason it's upload speed is capped at around 4.03 Mbit/s System: Debian GNU/Linux 10 (buster) x86_64 10E90002UK ThinkCentre M83 Kernel: 5.5.0-0.bpo.2-amd64 CPU: Intel i5-4590T (4) @ 3.000GHz Ethernet Card: (eno1) Ethernet Connection I217-LM Speed Test Result: Download: 923.60 Mbit/s Testing upload: 4.01 Mbit/s Raspberry Pi 3B+ on the same network has exactly the same issue. It's upload speed is caped at 4.03 Mbit/s I have two routers, with 1 gigabit ports support. Tried both. Same result. I have a Manjaro and another Debian 10 PC on the same network that do not have that problem. I am on a symmetrical 1 Gigabit connection and other machines can use it. I am suspecting Ethernet Card drivers. Any ideas?I217-LM UPDATE: downloading the driver for I217-LM from here and running sudo make install did build and install the driver but did not solve the issue.
rebelCoder (9 rep)
May 21, 2020, 05:53 AM • Last activity: May 22, 2020, 07:02 AM
0 votes
0 answers
878 views
bash script curl upload files to php page
I am not sure that I am posting on the correct forum. I am working with Linux Centos 7 and I write a bash script which take all files with txt extension from a directory to upload them to the server with php. The bash script seems to find all files inside the directory but it upload only one file an...
I am not sure that I am posting on the correct forum. I am working with Linux Centos 7 and I write a bash script which take all files with txt extension from a directory to upload them to the server with php. The bash script seems to find all files inside the directory but it upload only one file and at the end of the process my php page is deleted. My bash script: #!/bin/sh for filename in $(find /home/rico/mywebsite/ -maxdepth 1 -name \*.txt ) do echo ${filename} curl -O -X POST -F 'avatar=@'${filename} http://localhost/ions/uploadTXT.php done; and my php page is written like that:
user979974 (185 rep)
May 13, 2020, 09:51 AM
2 votes
1 answers
4323 views
How to upload a file using http PUT with httpie?
For some webserver testing, I use curl for file upload like this: $ curl --silent --digest --user user:pass --upload-file filename http://server/dir/ Now I tried to archive the same function but with usage of httpie. Tried something like: $ http --auth-type digest --auth user:pass PUT http://server/...
For some webserver testing, I use curl for file upload like this: $ curl --silent --digest --user user:pass --upload-file filename http://server/dir/ Now I tried to archive the same function but with usage of httpie. Tried something like: $ http --auth-type digest --auth user:pass PUT http://server/dir/ but cannot find a parameter to pass a filename for upload. Trying e.g. this $ http --auth-type digest --auth user:pass PUT http://server/dir/ A=B has the consequence that the content {"A": "B"} will be passed as http request body, but I want to pass the raw content of a (maybe binary) file as request body instead (like possible with curl). Might there be a way to do this also using httpie? (I'd tested with httpie 0.9.2 on Kubuntu 16.04 host.)
Joe (809 rep)
Sep 22, 2017, 12:36 AM • Last activity: Apr 22, 2020, 12:04 AM
0 votes
0 answers
533 views
Debian 10 Upload too Slow
Greetings I already found this Question here (https://unix.stackexchange.com/questions/536555/debian-10-very-slow-upload/543926#543926) but it didnt resolved my issue. For my Network the Uploadspeed is too slow. So I hope someone can help me please. cat /etc/debian_version 10.1 ethtool eth0 Settings...
Greetings I already found this Question here (https://unix.stackexchange.com/questions/536555/debian-10-very-slow-upload/543926#543926) but it didnt resolved my issue. For my Network the Uploadspeed is too slow. So I hope someone can help me please. cat /etc/debian_version 10.1 ethtool eth0 Settings for eth0: Supported ports: [ TP AUI BNC MII FIBRE ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supported pause frame use: Symmetric Receive-only Supports auto-negotiation: Yes Supported FEC modes: Not reported Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised pause frame use: Symmetric Receive-only Advertised auto-negotiation: No Advertised FEC modes: Not reported Speed: 1000Mb/s Duplex: Full Port: MII PHYAD: 0 Transceiver: internal Auto-negotiation: off Supports Wake-on: pumbg Wake-on: d Current message level: 0x00000033 (51) drv probe ifdown ifup Link detected: yes speedtest-cli Retrieving speedtest.net configuration... Testing from Internetprovider (xx.xxx.xxx.xxx)... (changed by Caaruzo) Retrieving speedtest.net server list... Selecting best server based on ping... Hosted by Company (City) [6.09 km]: 12.472 ms (changed by Caaruzo) Testing download speed................................................................................ Download: 91.21 Mbit/s Testing upload speed...................................................................................................... Upload: 3.70 Mbit/s 3.70 Mbit/s is very slow. when i try another machine on same network i get 34.05 Mbit/s Does someone have an idea what could cause this issue? I am Using onboard LAN. Mainboard is A320M-DGS done iperf3 test now iperf3 -c 192.168.178.32 Connecting to host 192.168.178.32, port 5201 [ 5] local 192.168.178.40 port 43810 connected to 192.168.178.32 port 5201 [ ID] Interval Transfer Bitrate Retr Cwnd [ 5] 0.00-1.00 sec 114 MBytes 952 Mbits/sec 0 3.01 MBytes [ 5] 1.00-2.00 sec 111 MBytes 933 Mbits/sec 0 3.01 MBytes [ 5] 2.00-3.00 sec 112 MBytes 943 Mbits/sec 0 3.01 MBytes [ 5] 3.00-4.00 sec 111 MBytes 934 Mbits/sec 0 3.01 MBytes [ 5] 4.00-5.00 sec 111 MBytes 933 Mbits/sec 0 3.01 MBytes [ 5] 5.00-6.00 sec 112 MBytes 944 Mbits/sec 0 3.01 MBytes [ 5] 6.00-7.00 sec 111 MBytes 933 Mbits/sec 0 3.01 MBytes [ 5] 7.00-8.00 sec 111 MBytes 933 Mbits/sec 0 3.01 MBytes [ 5] 8.00-9.00 sec 112 MBytes 942 Mbits/sec 0 3.01 MBytes [ 5] 9.00-10.00 sec 111 MBytes 935 Mbits/sec 0 3.01 MBytes - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bitrate Retr [ 5] 0.00-10.00 sec 1.09 GBytes 938 Mbits/sec 0 sender [ 5] 0.00-10.04 sec 1.09 GBytes 934 Mbits/sec receiver Ive also recognized, it happens to all my machines that run under Debian 10.1. Also Virtual ones. With machines with Version 9.11 this problem don't exist.
Caaruzo (9 rep)
Sep 26, 2019, 08:09 PM • Last activity: Mar 20, 2020, 03:45 PM
0 votes
1 answers
2371 views
Upload file to Google Docs with a script
I want to upload a file to Google Docs with a script, to avoid doing it manually over and over again. Is there a way to do that simpler than scripting this with a Selenium what would be really fragile? To avoid XY problem: I have an .ods file on my Lubuntu OS that I want to have regularly copied to...
I want to upload a file to Google Docs with a script, to avoid doing it manually over and over again. Is there a way to do that simpler than scripting this with a Selenium what would be really fragile? To avoid XY problem: I have an .ods file on my Lubuntu OS that I want to have regularly copied to my Android phone in human-readable format. I am not interested in mounting Google Drive - there is [a separate question for that](https://unix.stackexchange.com/questions/37234/mount-google-drive-in-linux) and accepted is not giving the ability to manipulate Google Docs.
reducing activity (732 rep)
Nov 11, 2018, 08:01 PM • Last activity: Nov 24, 2018, 04:17 PM
Showing page 1 of 20 total questions