Hi, total newbie to Linux so please don't shout if I have posted this in the wrong place.
My son has an old iMac which he somehow managed to wipe the Mac software off and install a duel boot system of Ubuntu and CloudReady.
All worked good for a while until one day Grub wouldn’t allow a boot...
Hey Guys!
i made a wget with gui
You need:
zenity and wget
Installation:
$ wget https://raw.githubusercontent.com/NillyTheL0L/zget/main/zgetBuild
$ chmod +x zgetBuild
$ ./zgetBuild
Usage:
$ zget
Hey :)
I have a Gameserver on Linux and want to backup something every 3 hours.
A friends said, that I can use a Shellcommand with my Crontab file.
Now there is this in the crontab:
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to...
Hi All,
I've searched Google, and though I'm searching as to why my alias is not working in the bashrc, I'm getting results of alias not working in shell scripts.
I have a script that is called digCUST.sh, and I added an alias in my .bashrc file:
alias digh="digCUST.sh"
I sourced the bashrc...
Hi,
Is there any way to use zenity to create new user along with a password.
I would like to create a shell script of it. I know python very well but not much about shell scripting. My first try was (absolutely wrong):
$data=zenity --password
echo $data
useradd -m liveuser
passwd liveuser $data...
I am new to shell script. I want to parse log extract from swatch to another Linux machine(to append the iptables firewall script).
Could you please provide me the recommendation how to write a shell script to receive log from the machine running swatch including add the ip to iptables as...
I want to re-arrange the data (Header and Detail) in multiple pipe delimited text files, in the order specified in a reference master file and create a single output file, using shell script.
The order of the columns will be different in different input files. Data could be empty for the...
I have a directory containing files as given below
PALK.BHZ.2010.10.31.12.23.42.350.10.sac.
PALK.BHZ.2010.10.31.12.23.42.350.10.sac..dsp
PALK.BHZ.2010.11.08.07.37.10.140.00.sac...
Good day, I am trying to run the following command but it does not seem to work.
[[email protected] ]# mysql -pPassword asteriskcdrdb -s -b -e "select 'Account ID','Destination','Operator','Provider','Date','BillSec','Rate id','Cost' UNION select...
Hello everybody,
My name is Michael and I am new on this forum so if I made my Thread wrong of my question isn't clear enough, please tell me.(Also, I am from Belqium so my apologies if there are some faults in my tekst)
Thanks in advance
I have been working with Debian for a couple of months...