← prev | next →
swift_110 2022-07-29 12:02:06
Hey all
alexmb7 2022-07-29 13:44:19
.deb packages :
t=path/to/this.deb
mkdir t
cp “$t” t
cd t
ar x “$t”
ls
tar xfz data.tar.xz
mkdir t
cp control.tar.xz t
cd t
tar xfz control.tar.xz
ls
cd ..
cd t/t
tar cfJ control.tar.xz *files*
cp control.tar.xz ..
cd ..
tar cfJ data.tar.xz *dirs*
rm “$t”
ar r “$t” control.tar.xz data.tar.xz
thecatvoid 2022-07-29 14:29:23
Jojii2 2022-07-29 11:57:54
a kitty feature
thecatvoid 2022-07-29 14:29:28
you can turn it off
Jojii2 2022-07-29 14:29:29
“feature”
Jojii2 2022-07-29 14:29:35
do you know how to disable it?
alexmb7 2022-07-29 14:56:39
how to unpack and repack .deb s
owpoew 2022-07-29 15:47:43
ask
where can i learn complete C from the basic to expert?
Techie_03 2022-07-29 15:50:05
owpoew 2022-07-29 15:47:43
ask
where can i learn complete C from the basic to expert?
Yt
Techie_03 2022-07-29 15:50:14
alexmb7 2022-07-29 14:56:39
how to unpack and repack .deb s
Not trying to be rude but why?
igorbatista495 2022-07-29 15:52:59
hello, I can’t take screenshot with flameshot
igorbatista495 2022-07-29 15:53:07
flameshot error unable to capture screen
igorbatista495 2022-07-29 15:53:18
shows this
smol_mazunki 2022-07-29 16:07:54
Techie_03 2022-07-29 15:50:14
Not trying to be rude but why?
inspecting, for example
smol_mazunki 2022-07-29 16:08:01
igorbatista495 2022-07-29 15:52:59
hello, I can’t take screenshot with flameshot
is it Wayland.
smol_mazunki 2022-07-29 16:08:02
?*
Techie_03 2022-07-29 16:08:06
smol_mazunki 2022-07-29 16:07:54
inspecting, for example
I see btw hemlo
smol_mazunki 2022-07-29 16:08:10
owpoew 2022-07-29 15:47:43
ask
where can i learn complete C from the basic to expert?
practice, mostly
smol_mazunki 2022-07-29 16:08:34
learning C is… complicated
Techie_03 2022-07-29 16:08:41
Very
smol_mazunki 2022-07-29 16:08:48
start by simply trying to make some apps
thecatvoid 2022-07-29 16:08:49
alexmb7 2022-07-29 13:44:19
.deb packages :
t=path/to/this.deb
mkdir t
cp “$t” t
cd t
ar x “$t”
ls
tar xfz data.tar.xz
mkdir t
cp control.tar.xz t
cd t
tar xfz control.tar.xz
ls
cd ..
cd t/t
tar cfJ control.tar.xz *files*
cp control.tar.xz ..
cd ..
tar cfJ data.tar.xz *dirs*
rm “$t”
ar r “$t” control.tar.xz data.tar.xz
we can also use bsdtar for this
Techie_03 2022-07-29 16:09:03
I wonder if there is any like free lancing stuff for c
Techie_03 2022-07-29 16:09:09
thecatvoid 2022-07-29 16:08:49
we can also use bsdtar for this
Heyo void
thecatvoid 2022-07-29 16:09:09
bsdtar also supports unpacking normal zips
smol_mazunki 2022-07-29 16:09:14
Techie_03 2022-07-29 16:09:03
I wonder if there is any like free lancing stuff for c
yes, there are
Techie_03 2022-07-29 16:09:31
smol_mazunki 2022-07-29 16:09:14
yes, there are
Gayme development afaik
smol_mazunki 2022-07-29 16:09:33
a lot of embedded and electronics work is freelance
smol_mazunki 2022-07-29 16:09:41
Techie_03 2022-07-29 16:09:31
Gayme development afaik
in C? no
Techie_03 2022-07-29 16:09:44
How is everything going?
Techie_03 2022-07-29 16:09:49
smol_mazunki 2022-07-29 16:09:41
in C? no
Wait a sec
thecatvoid 2022-07-29 16:09:51
smol_mazunki 2022-07-29 16:09:41
in C? no
c++
smol_mazunki 2022-07-29 16:09:58
c++ there is game development opportunity
Techie_03 2022-07-29 16:09:58
It’s C#
smol_mazunki 2022-07-29 16:10:00
thecatvoid 2022-07-29 16:09:51
c++
yeah
← prev | next →