systemctl systemctl
@systemctl
I am an avid dev and tinkerer I love playing around with & making open source software and adding my own twist to it I am a Linux wizard
( if you can't tell i'm really excited)
for those of you who don't know..
Hacktoberfest is a month-long celebration of open source software run by Dipolygott
I need a little help here I'm making a chatbot in python using the Chatterbot library the error I'm getting can be seen by running it I've searched th
Python
un1 Idk if that library works on repl.it i tried something like this a while back and got the same error :/3 years ago
Happy birthday Linux
August 25, 1991
Linus Torvalds confirms the date of first Linux kernel release.
25 years later an here we are
It has sense then
Bash
CodeLongAndPros Happy birthday! Here's a makefile!
IDIR =../include
CC=gcc
CFLAGS=-I$(IDIR)
ODIR=obj
LDIR =../lib
LIBS=-lm
_DEPS = hellomake.h
DEPS = $(patsubst %,$(IDIR)/%,$(_DEPS))
_OBJ = hellomake.o hellofunc.o
OBJ = $(patsubst %,$(ODIR)/%,$(_OBJ))
$(ODIR)/%.o: %.c $(DEPS)
$(CC) -c -o [email protected] $< $(CFLAGS)
hellomake: $(OBJ)
$(CC) -o [email protected] $^ $(CFLAGS) $(LIBS)
.PHONY: clean
clean:
rm -f $(ODIR)/.o ~ core $(INCDIR)/*~
`3 years ago
PLEASE NOTE : i am not the creator of spiderfoot i just thought it was cool that i could run it on repl.it and wanted to share ( because I'm extremely
Bash
We all like free stuff right recently i was sitting around wondering "being a developer what can can I get for free ?" Well recently I discovered htt
Bash
MarcusWeinberger I just stumbled across your account, are you psy? The developer behind UFONet? I saw that your searx-1 repl it connected to that domain. There's no way to send a PM so I apologize for sending this here btw. Also, how the hell do you own the ftp.sh domain3 years ago