About 78 results found. (Query 0.09600 seconds)
Parent Re: @AdStellas 2026-01-03 17:28 ID.19 Delete Reply Mental outlaw ...and cp
minetest installation zypper in minetestserver configure cp /etc/minetest/minetest.conf.example /etc/minetest/personal.conf nano /etc/minetest/personal.conf example config server_name = Minetest personal server server_description = MY PERSONAL MINETEST SERVER server_address = MNTST.EXAMPLE.DOMAIN server_url = https://EXAMPLE.DOMAIN motd = Велкам. enable_damage = true default_password = WeryStrongPass enable_pvp = false chat_message_format = <@name> (@timestamp) "@message" name = Player...
Like this     # date 201508151435     Let's check what we have     date   Fri Aug 15 14:35:00 UTC 2015     to change just the time, enter     date 1440     If you want to set seconds as well, do the following     date 1440.30     To set your time zone just copy your zone file from here /usr/share/zoneinfo to /etc/localtime     For example:     cp /usr/share/zoneinfo/Europe/Kiev/etc/localtime     Or     cp /usr/share/zoneinfo/Europe/Moscow/etc/localtime       That's it!...
I believe there are a lot of misconceptions about this that people have. One is that people think the adult would be in full control, two some think that it's manipulative, and the whole view on adults that like children is that they want to kill and rape the boys.
Uses of TrayManager in net.i2p.desktopgui Subclasses of TrayManager in net.i2p.desktopgui Modifier and Type Class Description (package private) class  ExternalTrayManager When started before the router, e.g. (package private) class  InternalTrayManager java -cp i2p.jar:router.jar:desktopgui.jar net.i2p.desktopgui.Main Full access to router context.
■Voltar ao keijiban■ Tudo 1- Mais novo 50 [PR] GitHub [PR]   Triste 1 : Anônimo :2025/06/28(土) 23:46:03.60 ID:kL7DujAM Queria que o único usuário desse chan não fosse o robô do CP e do estupro:( 10 : Ao mokoichannel, VIP deverá ser consultado :2025/07/01(火) 17:59:49.81 ID:l/1dLGXU Nunca me sensi em casa nesse pais... mas no mokoich, eu me sinto em casa 2KB Exibição de nova chegada Voltar ao keijiban Tudo Antes 100 Próximo 100 Mais novo 50 Nome: E-mail (opcional) : mokoichannel Ver. mokoich...
Details Language: Misc Snippet mvn assembly:assembly -DdescriptorId=jar-with-dependencies Usage Example mvn assembly:assembly -DdescriptorId=jar-with-dependencies java -cp target/exampletest-1.0-SNAPSHOT-jar-with-dependencies.jar com.example.exampleorg.ExampleTestApp build dependencies jar java maven misc Previous post Next post Contents © 2026 Ben Tasker | Privacy Policy Available at snippets.bentasker.co.uk , http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion and...
notazone comments content warning: the comments here are manually moderated by me and i will only remove stuff that is actually bad and offensive; there may be adult content. read at your own discretion also, please do keep your comments nice. let's all be friends username message history: nota: i want six or seven boyfriends and i need them to all compete for my attention nota: i'm gonna add a content warning now and it's all sexfreak's fault nota: but oranges are known for their vitamin...
Debugging lessons learned while fixing NetBSD About me [email protected] [email protected] NetBSD/pkgsrc for the last 3 years This talk Mix of a bunch of bugs Not solo work Thanks to riastradh, dholland, martin, kamil, many others Early attempts checkout the source code cvs [email protected]:/cvsroot co src ./build.sh -U -u -O ~/obj -m amd64 tools kernel=GENERIC cp /netbsd /onetbsd cp ~/obj/.../GENERIC/netbsd / 5-10 minutes round trip time to check (so slow that I...
Admins can do what they want on their own turf but they can't do shit about you doing your own thing. imo the free speech issue in i2p usually boils down to whether or not the admin wants CP on their site by lilly (administator) 4 months ago [reply] no cp and no violent content/calls to violence here please by lilly (administator) 4 months ago [reply] welcome to i2p!
Explore Help Sign In vvx / matel Watch 1 Star 0 Fork 0 You've already forked matel Code Issues Pull Requests Projects Releases Wiki Activity Files fd9cdaaaa542013bf0c1d412546c3cdf3a6a36f1 matel / Makefile Varik Valefor 8b34571441 Makefile: s/cabal build// 2021-08-30 20:17:37 -04:00 7 lines 161 B Makefile Raw Blame History install : cabal haddock --haddock-all cabal install --overwrite-policy = always cp matelcli.1 /usr/local/man/man1/ uninstall : rm /usr/local/man/man1/matelcli.1 Reference...
Установка root доступа в Termux: pkg install tsu Сборка бинарников под linux arm64 на компьютере: Linux git clone https://github.com/yggdrasil-network/yggdrasil-go.git /tmp/yggdrasil cd /tmp/yggdrasil GOOS=linux GOARCH=arm64 ./build mkdir ~/ygg_build cp ./yggdrasil ~/ygg_build/ cp ./yggdrasilctl ~/ygg_build/ cd ~/ygg_build ./yggdrasil -genconf > ./yggdrasil.conf rm -rf /tmp/yggdrasil Windows git clone...
Main Menu Main Menu Home Search The I2P Gun Forum ► Sign up Registration Agreement You agree, through your use of this forum, that you will not post any material which is false, defamatory, inaccurate, abusive, vulgar, hateful, harassing, obscene, profane, sexually oriented, threatening, invasive of a person's privacy, adult material, or otherwise in violation of any International or United States Federal law. You also agree not to post any copyrighted material unless you own the copyright...
#define NALLOC 1024 /* minimum #units to request */ /* morecore: ask system for more memory */ static Header *morecore(unsigned nu) { char *cp, *sbrk(int); Header *up; if (nu < NALLOC) nu = NALLOC; cp = sbrk(nu * sizeof(Header)); if (cp == (char *) -1) /* no space at all */ return NULL; up = (Header *) cp; up- > s.size = nu; free((void...
As already stated at Upload service 's page, file's content must comply with law of Russian Federation. Anything like extremist materials, CP, and so on is forbidden. RSS рус eng v25.27.1 © 2017—2024 Alexander ❝Arav❞ Andreev < [email protected] > Privacy statements
First, here’s a short overview of how one might have gone into this situation: mkdir monorepo cd monorepo cp ../frontend . ; rm -rf frontend/.git cp ../backend . ; rm -rf backend/.git git init # (edit, add, commit, push, repeat ...) The Solution In this guide, we’ll import a single repository history into another one, but you can repeat the process as needed for each history you wish to import.
Windows 7 C:/User/"Benutzername"/AppData/Roaming/I2P/i2pbote/ Linux home/"Benutzername"/.i2p/i2pbote/ Jetzt müsst ihr nur noch die Dateien adressBook und identities kopieren, I2P neustarten Fertig eepget nach oben Die Benutzung von EEPGET unter Windows mit der Eingabeaufforderung cd C:\Programme\i2p java -cp lib\i2p.jar net.i2p.util.EepGet -n 999 http://tutorials.i2p/dat/eepget_url.bat (the -n 999 means keep retrying for 999 times) oder alles in einer Zeile java -cp...
Seattle Computer Products decides to make their own disk operating system (DOS), due to delays by Digital Research in releasing a CP/M-86 operating system. August QDOS 0.10 (Quick and Dirty Operating System) is shipped by Seattle Computer Products. Even though it had been created in only two man-months, the DOS worked surprisingly well.
I do not work with computers professionally, computers to me are a topic of passion and I work with them as a hobby. Unix systems are rad, they are a technological wonder, CP/M is a toy operating system and DOS which derives from it sucks and Microsoft Windows NT inherits it's flaw, I despise Windows NT+ both technologically as well as because of my devotion to the Free Software Movement.