About 80 results found. (Query 0.10800 seconds)
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...
#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.
# ls -l /etc/signify/openbsd-73-base.pub ls: /etc/signify/openbsd-73-base.pub: No such file or directory # cd /etc/signify/ # ftp https://cdn.openbsd.org/pub/OpenBSD/7.3/openbsd-73-base.pub 次に、sysupgrade コマンドのファイルを複製して編輯します。 # cp -p /usr/sbin/sysupgrade /root/sysupgrade.7.3 # vi /root/sysupgrade.7.3 變數「 NEXT_VERSION 」に「現在の版数 + 0.1」を代入する部分があります。これを探して '7.3' に固定します。
This is a mini list of what they host. ihave2pad.i2p : collaborative editing (etherpad and infinoted) ihave2paste.i2p : client-side encrypted pastebin (ZeroBin) ihave2play.i2p : all-gaming forum (an I2P first, AFAIK!) ihave2pr0n.i2p : pr0n-only (no CP!) open tracker for I2P ihave2proxy.i2p : non-default outproxies and inproxies Music stream.i2p Get links from this Open Music . Blogs Anongw blog Cripple Blog -- Blog of a disabled anon.
Створімо публічну теку: mkdir /var/www/pyseeder chown USER:GROUP /var/www/pyseeder USER:GROUP - ваше значення Копіюємо туди файл seed.html з теки yggdrasil : cp yggdrasil/seed.html /var/www/pyseeder Приклад налаштувань хосту Nginx можна знайти у файлі reseed_nginx.conf . Я організував свій хост наступним чином: limit_req_zone $binary_remote_addr zone=reseed:512k rate=10r/m; server { root /var/www/pyseeder; listen [302:68d0:f0d5:b88d::9216]:80; # на цьому сервері також прослуховується...
= /usr/bin/env python # set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local SYSCONFDIR = $( shell if [ $( PREFIX ) = /usr -o $( PREFIX ) = /usr/local ] ; then echo /etc ; else echo $( PREFIX ) /etc ; fi ) # set markdown input format to "markdown-smart" for pandoc version 2 and to "markdown" for pandoc prior to version 2 MARKDOWN = $( shell if [ ` pandoc -v | head -n1 | cut -d " " -f2 | head -c1 ` = "2" ] ; then echo markdown-smart ; else echo markdown ; fi ) install : youtube - dl youtube - dl .1...
Allowing minors into their [March for Australia] spaces to discuss inappropriate and sexual topics. Recruiting attempts made to people that are charged with CP possession. /social/ Comrade 2026-03-25 14:24:47 No. 1397 Hide Filter Name A summary of the NSN's heritage and idiocy, written by a nationalist. https://inkyaustralian.substack.com/p/in-memoriam-the-national-socialist Replies: >>1400 /social/ Comrade 2026-03-20 00:40:52 No. 1395 Hide Filter Name >>1394 They do look very similar.
This is the installation script. Then copy the configuration file for osu!, by running cp /etc/osu-wine.conf ~/.osu-wine.conf . Run osu-wine . You'll see the install window. Keep in mind that you might get stuck in a loop in the installer.
is_file($v) && is_dir($v)) { mkdir($tmp.'/'.$fix_name, 0777); system("cp {$v}/* {$tmp}/{$fix_name}/ -R -f"); } else { system("cp {$v} {$tmp}/{$fix_name} -f"); } } // Сохраняем БД system("mysqldump --all-databases --user 'root' --password='YOU_MYSQL_PASSWORD' --hex-blob > {$tmp}/DB/sqldump"); // Упаковываем, должен стоять пакет p7zip (yum search!)
File: 1773829138285.png –(674.36KB, 1536x1024, logo.png) %3Ca%20href%3D%22src%2F1773829138285.png%22%20onclick%3D%22return%20expandFile%28event%2C%20%2736%27%29%3B%22%3E%3Cimg%20src%3D%22src%2F1773829138285.png%22%20width%3D%221536%22%20style%3D%22min-width%3A%20250px%3Bmin-height%3A%20167px%3Bmax-width%3A%2085vw%3Bheight%3A%20auto%3B%22%3E%3C%2Fa%3E Welcome to AnonChan Anonymous ## Mod 26/03/18(Wed)10:18:58 No. 36  [ Reply ] Please follow the rules File: 1773823644765.jpg –(677.72KB, 1024x1024,...
To rebuild the /dev directory, you should first boot single-user (it should be possible to perform while multiuser, but this is not recommended), then: mkdir /newdev cd /newdev cp /dev/MAKEDEV /newdev/MAKEDEV sh MAKEDEV all cd / mv dev olddev; mv newdev dev rm -r olddev Contact | Disclaimer | Copyright © 1994-2021 The NetBSD Foundation, Inc.
Раньше были заголовки постов в отдельном поле, теперь они оставлены только для оп-постов. >>11322 > aaf5f40f > for cp in cp866 cp1251 koi8-r ; echo aaf5f40f | xxd -p -r | iconv -f $cp && echo кїЇ Єхф ╙У Что-то не очень очеловечивается. > только через Tor; из I2P не получается Повесил в конфиге nginx поддомен git на все адреса сервера (по wildcard).
- Why.ogg │   ├── [4.3M]     Alan Jackson - Freight Train.ogg │   ├── [3.9M]     Alan Tam - Wu Ye Qi Shi.ogg │   ├── [2.4M]     Aleksej Rybnikov - Poslednyaya poema (iz kf Vam i ne snilos) .ogg │   ├── [2.7M]     Alice et Moi - C'est toi qu elle préfère.ogg │   ├── [2.8M]     Allie X - Bitch.ogg │   ├── [1.7M]     AllINAll - The Wave Most Surfed (The Road Most Travelled Surf Version).ogg │   ├── [3.5M]     Alphaville - Big in Japan (Remaster; Single Version).ogg │   ├── [3.6M]    ...
{XwPRP-uTnp+WWwcUW42VmHIPF?rQ-gw*PB%Do+u0cb=&3# z^Pj*+X01X#T(J>l&(7}q-Zpdo{q^|_-z~~7looguO!Cp)Vb)ToKW7u`=ip^6|C4s4 zJ)Xj@`li(8X(#6%EteNIdcyxQQ 7HZk@kRXxD#T4)fcc{83Mg*PTfV z&ShHIcr|kyhwql0ZRwk*9lc$UbLBu?U}3hFY_#QpM8WkFm1V@=pOi-p-{3T^t4wSR z4C#Cf3~HFwG*bBbBPI2@VbSHnp%Ql|FPm#JGp=Jx=E9gKN|{d5TemD&dnZcoXxxQs zVqF}UQ+(K$%`}) L`gHS^Ar)9rIU z&n@1!