What kind of zip is it?

|
OxHellfire 2022-09-18 22:25:06
2022-09-18 19:40:54
I have problem with sudo
when I used sudo makepkg -si
it output: (user) is not in the sudoers file.

don’t run makepkg as root
run without sudo you will not get any error

cryptodanvr 2022-09-18 22:49:32
2022-09-18 19:40:54
I have problem with sudo
when I used sudo makepkg -si
it output: (user) is not in the sudoers file.

Type in id and share your results

FartingTyrant 2022-09-18 23:10:59
slow
Tabu 2022-09-19 02:03:39
Can somebody help me with my assignment .

You were given a task to write a script which has to do following:

1) Create new file inside a new Directory with content from /var/log/messages
and name that file as logcontent_todaysdate (Format: dd-mm-YYYY)
(Ex: logcontent_16-09-2022)

2) once executed shell file delete created directory and file inside it

smol_mazunki 2022-09-19 02:13:37
Tabu 2022-09-19 02:03:39
Can somebody help me with my assignment .

You were given a task to write a script which has to do following:

1) Create new file inside a new Directory with content from /var/log/messages
and name that file as logcontent_todaysdate (Format: dd-mm-YYYY)
(Ex: logcontent_16-09-2022)

2) once executed shell file delete created directory and file inside it

use date with the strftime specification

Tabu 2022-09-19 04:23:18
Thank you !
cryptodanvr 2022-09-19 04:34:46
Hope you get their degree too
Dio_GEN_2 2022-09-19 05:47:03
But seriously, if you give this kind of help you shouldn’t be the one to complain about bad code everywhere
kylepcondon 2022-09-19 05:57:58
Hey anybody familiar with tweaking WSA system.img files/settings?
mmmmmms0 2022-09-19 06:39:11
cryptodanvr 2022-09-19 04:34:46
Hope you get their degree too

Lmfao

mmmmmms0 2022-09-19 06:40:38
Tabu 2022-09-19 02:03:39
Can somebody help me with my assignment .

You were given a task to write a script which has to do following:

1) Create new file inside a new Directory with content from /var/log/messages
and name that file as logcontent_todaysdate (Format: dd-mm-YYYY)
(Ex: logcontent_16-09-2022)

2) once executed shell file delete created directory and file inside it

literally surface knowledge, maybe pay attention in class

Dio_GEN_2 2022-09-19 06:47:02
That’s like nepotism but worse because u don’t even know if he is a good person
ddhossein 2022-09-19 08:02:47
guys look at this 😐

How CharaChorder works! #charachorder #typing #keyboardYouTube
amazosie 2022-09-19 08:33:49
Hi does anyone know how to write programs in assembly language
amazosie 2022-09-19 08:33:52
X86
Mohammad Javad 2022-09-19 08:38:54
amazosie 2022-09-19 08:33:49
Hi does anyone know how to write programs in assembly language

Don’t ask to ask

OxHellfire 2022-09-19 08:48:44
Congratulations 🎉🥳 now he learned how to google things and how to create a bash script just seeing your answer -_-
ayyetism_luv 2022-09-19 09:00:06
would my bashrc work on zsh?
Sparkenstein 2022-09-19 09:00:32
No
Sparkenstein 2022-09-19 09:00:50
only sections like PATH and exports and few custom scripts
Sparkenstein 2022-09-19 09:01:08
but obv bash specific stuff will not be read by zsh as configuration
ayyetism_luv 2022-09-19 09:01:42
Sparkenstein 2022-09-19 09:00:50
only sections like PATH and exports and few custom scripts

its mostly aliases, functions and exports

ayyetism_luv 2022-09-19 09:02:07
Sparkenstein 2022-09-19 09:01:08
but obv bash specific stuff will not be read by zsh as configuration

like what

Sparkenstein 2022-09-19 09:02:12
yes that should work
Argus9447 2022-09-19 14:11:11
Hello
I downloaded the zip file in Linux, which is 19 GB, now I want to divide it into smaller parts so that I can transfer it to Windows.
Does anyone know a solution?
cryptodanvr 2022-09-19 14:14:50
Argus9447 2022-09-19 14:11:11
Hello
I downloaded the zip file in Linux, which is 19 GB, now I want to divide it into smaller parts so that I can transfer it to Windows.
Does anyone know a solution?

Should transfer fine the way it is

Argus9447 2022-09-19 14:17:08
cryptodanvr 2022-09-19 14:14:50
Should transfer fine the way it is

There is no way?

cryptodanvr 2022-09-19 14:22:05
Argus9447 2022-09-19 14:17:08
There is no way?

You shouldn’t need to break it up

Argus9447 2022-09-19 14:23:21
cryptodanvr 2022-09-19 14:22:05
You shouldn’t need to break it up

Thanks for your guidance

Sparkenstein 2022-09-19 14:23:26
Argus9447 2022-09-19 14:11:11
Hello
I downloaded the zip file in Linux, which is 19 GB, now I want to divide it into smaller parts so that I can transfer it to Windows.
Does anyone know a solution?

there’s a ‘split’ command

Sparkenstein 2022-09-19 14:23:48
split -b 10 input
etc
Sparkenstein 2022-09-19 14:23:55
Google for how to use
Argus9447 2022-09-19 14:24:44
Sparkenstein 2022-09-19 14:23:26
there’s a ‘split’ command

I could not extract it in Windows

cryptodanvr 2022-09-19 14:29:14
What kind of zip is it?
smol_mazunki 2022-09-19 14:30:49
ddhossein 2022-09-19 08:02:47
guys look at this 😐
https://youtube.com/shorts/1PhFvNDVEEk?feature=share

every other year someone reinvents stenography, and i am here for it

|