And is a makefile specific to linux code?

|
Alex 2022-09-20 10:42:40
I like albania more than serbia but an albanian friend of mine says he doesn’t like kosovars
Alex 2022-09-20 10:43:39
Half of kosovo wanted to join serbia iirc 20 years ago
Alex 2022-09-20 10:43:56
the other half is the one that fights
qontinuum 2022-09-20 10:46:58
amazosie 2022-09-20 10:34:17
Hope it works out for me

As long as you are willing to learn and doing your own search before asking dumb questions it will

hp41c 2022-09-20 10:54:03
Alex 2022-09-20 10:42:40
I like albania more than serbia but an albanian friend of mine says he doesn’t like kosovars

i like serbia more because they have seselj

hp41c 2022-09-20 10:54:08
https://youtube.com/watch?v=F4B7dWsmdao

Seselj at the Hague [English subtitles]YouTube
Seselj defending himself against prosecutors and making fun of the judges with english subtitles.
hp41c 2022-09-20 10:54:17
https://youtube.com/watch?v=ISagcqENuG0

Seselj thug lifeYouTube
Alex 2022-09-20 10:57:01
hp41c 2022-09-20 10:54:08
https://youtube.com/watch?v=F4B7dWsmdao

chad

wardenunit 2022-09-20 11:01:11
amazosie 2022-09-20 10:24:53
So can anyone recommend me some utuber or some explanatory sites to refer for enhancing my knowledge so that my end goal is achieved

I recommend you read freebsd mailing lists

qontinuum 2022-09-20 11:01:42
wardenunit 2022-09-20 11:01:11
I recommend you read freebsd mailing lists

For?

wardenunit 2022-09-20 11:01:44
they’re extremely useful and the people are open-minded
qontinuum 2022-09-20 11:02:22
I guess Mac OS forums as well but not really useful to learn about Linux stuff
wardenunit 2022-09-20 11:02:39
qontinuum 2022-09-20 11:02:22
I guess Mac OS forums as well but not really useful to learn about Linux stuff

ah maybe

wardenunit 2022-09-20 11:02:58
they taught me how to fix broken partition when I was a macos user long ago
wardenunit 2022-09-20 11:03:20
tldr winbooze broke the table
wardenunit 2022-09-20 11:04:34
apple system utilities stuck on it
hp41c 2022-09-20 11:07:34
wardenunit 2022-09-20 11:01:11
I recommend you read freebsd mailing lists

no

hp41c 2022-09-20 11:07:45
wardenunit 2022-09-20 11:01:44
they’re extremely useful and the people are open-minded

kek

cfp_95 2022-09-20 11:17:03
Installed vanilla Fedora 36 on my institutional laptop, installed a bunch of software, rebooted the very first time and THIS happens 😂
RadiantKnight 2022-09-20 11:21:50
squashfs? a live system?
cfp_95 2022-09-20 11:23:46
Yes I was also shocked. I installed everything from the graphical installer with the default options. I presumed the default would have been ext4
amazosie 2022-09-20 13:43:58
How do u create a makefile for a code
amazosie 2022-09-20 13:44:11
And is a makefile specific to linux code?
hp41c 2022-09-20 14:10:44
amazosie 2022-09-20 13:44:11
And is a makefile specific to linux code?

there is BSD make and GNU make. there are some differences

amazosie 2022-09-20 14:11:10
for assembly code
ChrisCromer 2022-09-20 14:11:17
lanciagreggori 2022-09-20 08:39:12
@ChrisCromer BTW that -J wasn’t a port, it was an option given to agetty. from the manpage:

-J, –noclear
Do not clear the screen before prompting for the login name. By default the screen is cleared.

I also verified it when I managed to remove the -J from tty1 service file, the screen cleared

Yes I know what -J is. Read the manual again, it says after the “–” comes the port, which -J is not a port.

hp41c 2022-09-20 14:11:19
amazosie 2022-09-20 13:43:58
How do u create a makefile for a code

type in your terminal
$ man make

and

$ info make

ChrisCromer 2022-09-20 14:12:08
lanciagreggori 2022-09-20 07:23:46
So what identifies people across accounts so you know they’re the same person?

My criteria, I choose what factors.

herzeleid02 2022-09-20 14:12:38
amazosie 2022-09-20 10:24:52
The end goal is to learn and understand how does linux works its kernel operations and i myself should be able to run a distro installation on my own

install arch, artix manually

herzeleid02 2022-09-20 14:13:14
use different file systems and esp locations, try bios installation as well
herzeleid02 2022-09-20 14:13:36
try kvm-qemu to make practice vms
herzeleid02 2022-09-20 14:13:52
try to use vim (neovim), rsync, ssh
herzeleid02 2022-09-20 14:14:06
install debian, fedora, alpine
ChrisCromer 2022-09-20 14:14:15
ChrisCromer 2022-09-20 14:11:17
Yes I know what -J is. Read the manual again, it says after the “–” comes the port, which -J is not a port.

-J is a valid option, just isn’t supposed to be where it is, it should be before the “–” or at the end of all that other stuff.

ChrisCromer 2022-09-20 14:15:03
amazosie 2022-09-20 10:24:54
I m not a fan of books i prefer tutorials or explainatpry videos

You chose the wrong distro then, you will have problems if you can’t read the manuals and wiki.

|