I am new to Linux and I want to upload/update my local files to Google Drive automatically using the Linux command. Does someone have experience before? Appreciate it if someone can provide me with my resources/step by step to do it. Thanks.
I don't have experience with it but I found this article online that seems to do what you want.
Related
Does anyone know how to get Linux live kit to work on Ubuntu 20.04? I found a website that showed me how, but when I tried to build it, the file would not show up. I tried rebooting but it did nothing. I know that Tmp empties on reboot, but when I try to make a directory like /build it says access denied.
Does anyone know how to get a bootable ISO using Linux live kit on Ubuntu 20.04?
I know how to use systemback and other tools. Also when I asked on askubuntu they did not answer my question. I am trying to make a working linux distro.
I tried to put it in /srv but it did not work. also when i tried to put it in /tmp. It would not show up in /tmp. One issue I had was also making a new directory like /bluespace. Can anyone please help. Maby even go through the steps. Thanks! This distro is for education. It comes with website blocking its own search engine and so much more. P.s I am only in highschool. I am done customizing it but I need the file with linux live kit. I tried every option and it wont work. I tried pinguy, but it only makes a backup. I want linux live kit to work but it wont.
I'm trying to work on a project to automate the kickstart images however i'm stuck on my first subtask.
The download links for redhat downloads look something like the bellow:
https://access.cdn.redhat.com//content/origin/files/sha256/12/mkwosis89j9f8ef53ad7365f2997d42d4f83ccuwodjsl/rhel-server-7.3-x86_64-dvd.iso?auth=148102836_3974432975fa9f10e716c4a38928db
This becomes a problem because i can't know what the sha and the auth code are going to be before hand i can't just modify this url in bash, i need to have a way of going to the Latest downloads page and follow the link.
Anybody know how what i can use to achieve this?
Thanks.
It seems like you will be wasting a lot of bandwidth for each installation. Have you considered creating a local repository of ISO's? You would need to add the latest ISO when it is released. Check out this link for creating ISO repositories.
https://www.cyberciti.biz/tips/redhat-centos-fedora-linux-setup-repo.html
My specific problem is (and with it a lot of others).
I am trying to access: /etc/sysconfig/iptables-config
In my AWS Linux instance.
I'm using WinSCP and I was able to upload/download files in the home directory, but I can't seem to do so in any other directory. Something about not having permissions. I just don't know how to change permission settings in the Instance? Or if it's a key problem? Or something else?
Thanks for any help!
P.S. Any tips on how to get a text editor onto the instance would be appreciated as well.
It turns out, I just needed to add the word sudo. (Face palm)
I am trying to deploy an etherpad installation on a linux server. However I am unable to find ways to allow etherpad to save documents onto the server. I want to save the text files that I edit with etherpad to be available as a .txt file in a particular directory on the server.
Any suggestions as to how I can go about doing this? I did not find much documentation online to help me with this, hence resorting to this.
You can simply access the txt output of a pad by appending
/export/txt
to your Etherpad Pad URL
You should read the documentation.
I want to connect to a Linux server and read some logs from a folder located in the Linux server through a program written in VB.net.
Is it possible or do I need to have some extra tools or softwares to do the above. (not through Putty or anything similar to it)
Automation Requirements: Go to a folder located in Linux server. Check for a log file. If there are no log files created today then send a mail to me.
I need to write a vb program in VS-2005 to do the above task. Can someone give me a head start or how to go about it.
I am new to Vb programming so any help would be appreciated.
i can neither use SSH protocols nor sockets to do it.For both i would have to install something or the other for which i do not have privileges. Can anyone tell me how can i do it using putty or filezilla tools. I have both available but do not know how to access them through vb programming.
Thanks
You need to find a way to connect linux machine by SSH protocol Please refer this post for your reference executing commands on unix server via visual basic application