About 90 results found. (Query 0.06000 seconds)
. $ sudo apt-get install libboost-all-dev openssl $ git clone https://github.com/tevador/RandomX.git $ cd RandomX $ mkdir build $ cd build $ cmake -DARCH=native .. $ make $ sudo make install $ cd ../.. $ git clone https://github.com/XDagger/XdagRandomxMiner.git $ cd XdagRandomxMiner $ mkdir build $ cd build $ vi ..
/setup.py install Install vanitygen (optional): $ sudo apt-get install libpcre3-dev $ git clone https://github.com/samr7/vanitygen.git $ cd vanitygen; make (copy the "keyconv" executable to your execution path) Install bitcoind: To install prebuilt binaries, click here .
$ docker run -v .:/app -h alpine -it alpine:latest / # cd app /app # ./a.out Hello, World! /app # Works great! Okay, then the greatest challenge, NixOS, which shouldn’t be able to run normal Linux binaries, and… $ .
Source code | Download (coming eventually) | Contact Compiling the program is super easy (ensure you have JDK installed, and git is configured to use I2P): git clone http://74f5ydnjsrizxzjux3ivt5qt2epgzvq2pfipttdpjblyqcx7i4sq.b32.i2p/chat98/chat98.git cd chat98 ./pkg.sh cd Chat98/bin ./Chat98 Message me! (I may be offline sometimes) PubKey: aZHPkKhjWHi/4UgaAdWA9hSUMg0DyQUp4vynATCgej0= Donate:...
/yggdrasil.conf rm -rf /tmp/yggdrasil Windows git clone https://github.com/yggdrasil-network/yggdrasil-go.git C:/temp/yggdrasil cd C:/temp/yggdrasil set GOOS=linux set GOARCH=arm64 mkdir C:\temp\ygg_build cd C:/temp/yggdrasil/cmd/yggdrasil go build copy yggdrasil C:\temp\ygg_build\ cd C:/temp/yggdrasil/cmd/yggdrasilctl go build copy yggdrasilctl C:\temp\ygg_build\ И конфиг сгенерировать уже используя yggdrasil на...
/KERNEL.BIN    kernel/kernel.bin: ${KERNEL_OBJ}    kernel/kernel.bin: ${KERNEL_OBJ} -       $( LD)  -o $@ -T kernel/linker.ld ${KERNEL_OBJ} +       $( CC) -ffreestanding -nostdlib  -o $@ -T kernel/linker.ld ${KERNEL_OBJ}    kernel/entry.o: kernel/entry.s         $(AS) -f elf kernel/entry.s -o $@      kernel/entry.o: kernel/entry.s         $(AS) -f elf kernel/entry.s -o $@   -kernel/arch/x86/tty/tty.o: kernel/arch/x86/tty/tty.c - -kernel/drivers/irq/i8259a.o: kernel/drivers/irq/i8259a.c -...
Opensolaris:2009.06 1) downloaded the i2p installer 2) java -jar i2pinstall-0.7.6.exe -success jack@opensolaris:~/Downloads$ ls i2pinstall-0.7.6.exe jack@opensolaris:~/Downloads$ java -jar i2pinstall-0.7.6.exe jack@opensolaris:~/Downloads$ cd jack@opensolaris:~$ cd i2p/ jack@opensolaris:~/i2p$ ./i2prouter start Starting I2P Service... ./i2prouter[155]: exec: i2psvc: cannot execute [Invalid argument] jack@opensolaris:~/i2p$ .
And also correct the server name, port, world name and login password as desired. for run steamcmd you must install glibc-32bit (example for opensuse): zypper in -y glibc-32bit steamcmd from repo don't work correctly useradd valheim mkdir /opt/{Steam,vh_srv} cd /opt/Steam curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf - . / steamcmd.sh valheim systemd service file /etc/systemd/system/valheim.service [Unit] Description =Valheim dedicated server...
This commit is contained in: Arya Kiran 2022-09-12 22:05:36 +05:30 parent bc5ccad1a3 commit 3c410a2119 No known key found for this signature in database GPG key ID: 3A6EA2D0EE314EEF 1 changed files with 1 additions and 1 deletions Show all changes Ignore whitespace when comparing lines Ignore changes in amount of whitespace Ignore changes in whitespace at EOL Download patch file Download diff file Expand all files Collapse all files 2 .woodpecker.yml Unescape Escape View file @ -4,5 +4,5 @@ pipeline:...
. # We change directory so pip uninstall will run, it'll fail otherwise. @cd ~/ @cd ~/ Write Preview Loading… x Add Cancel Save Reference in New Issue Repository Arav/ScrapTheChan Title Body Create Issue Block a user Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
.) # you should be able to do all this whether i2p is running or not, # except for downloading the test jbigi.jar # cd to install dir cd $I2P # check for processor capabilities java -Djava.library.path=. -jar lib/i2p.jar cpuid # Note that not all "Broadwell" and "Lake" processors # will show "true".
Here's to those nights. https://youtu.be/2SLo8GWQVPY nostalgia music 39 34 Comments (17) NordicusMaximus That CD friggin was awesome when it came out, and still is. 2 years ago | 2 0 LlamaCheese1 I would swallow my pride.. 2 years ago | 14 1 vladimirtheliberator I would choke on the rinds.. 2 years ago | 7 0 letthereberock But the lack there of would leave me empty inside. 2 years ago | 6 0 SanshinDojo I would swallow my doubt, turn it inside out… 2 years ago | 3 0 strikt9 Find nothing but...
Releases can be made on business needs, instead of according to a rigid schedule. What CI/CD pipeline do you use? Referenced by: P145029 P145096 P145126 P145023 Fri 2025-01-10 19:39:30 link reply >[italic: all] fagmin is a faggot Referenced by: P145065 P145126 P145290 P145024 Fri 2025-01-10 20:07:04 link reply bla bla bla faggot no one cares Referenced by: P145027 P145126 P145543 P145029 Fri 2025-01-10 21:22:49 link reply 23274bc18516e0bd8844fe68ddad403c0344f7e1ca9b1d3544d3f223b27a7bf8.png...
Recommended workflow using GitHub CLI: gh repo fork daviduhden/cypherpunk-handbook --clone=true cd cypherpunk-handbook git switch -c my-article git add articles/my-article.html data/articles.json git commit -m "Add article: My Article" git push --set-upstream origin my-article gh pr create --fill Alternative workflow using plain Git: git clone https://github.com/daviduhden/cypherpunk-handbook.git cd cypherpunk-handbook git switch -c my-article git add...
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 ...)
acetone user: в лучшие годы я бы написал тебе баш скрипт, но сейчас сходу не осилю) loaded acetone, маразм не радость ) user если шо вкдладываю весь скрип целиком user files=$(find /папка/папка моя -name "*.doc") user for f in $files; do user echo "Compressing $f" user (cd $(dirname $f) && zip $(basename $f.zip) $(basename $f)) user done; user for f in $files; do user echo "remove $f" user (cd $(dirname $f) && rm $(basename $f)) user done user заменил только разширение и...
Quick download links USB stick installation images: 64-bit x86 , 32-bit x86 SD card live images: 64-bit ARM , ARMv7 (most 32-bit boards), ARMv6 (Raspberry Pi 1 only) CD installation images: 64-bit x86 , 32-bit x86 , 64-bit SPARC Other images and distribution files The CD images support booting from an actual CD/DVD or virtual machine only , for everything else use the other images.
Jeśli dystrybucja docelowa zgadza się z dystrybucją systemu kompilacji, można wtedy zbudować bezpośrednio na wbudowanym systemie, używając dpkg-buildpackage (dostarczanego przez pakiet dpkg-dev ) : 151 $ cd live-boot $ dpkg-buildpackage -b -uc -us $ cd ../live-config $ dpkg-buildpackage -b -uc -us 152 Użyj mających wygenerowanych plików .deb 153 Przez to, że live-boot i live-config są instalowane przez system live-build , instalacji pakietów w systemie gospodarza nie jest...
◾️コミックス ・2023年1月:ぼくのパパとパパの話 (ぼくパパ) ・2023年7月:親友の「同棲して」に「うん」て言うまで (同棲まで) ・2023年8月:青と碧 ・2024年8月:ぼくのパパとパパの話2 ・2024年12月:何それ愛かよ ・2025年10月:できれば愛をつづりたい (でき愛) ◾️連載中 ・青と碧 2 ※準備中 ・親友の「同棲して」に「うん」て言うまで 2 ※準備中 ◾️ドラマCD ・BLCDコレクション 青と碧 ・何それ愛かよ ミニドラマCD(アニメイト有償特典) ◾️TVドラマ ・親友の「同棲して」に「うん」て言うまで Socials Twitter / X https://twitter.com/tarodatoomou Home Illustrations Manga Novels Bookmarks Illustrations and Manga 23 【創作BL】何それ愛かよ2 5 ドラマ同棲まで1〜5話感想絵 10 【Web再録】SUNDAY AFTERNOON...