This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PLAY RECAP ***************************************************************************************************************************************************************** | |
192.168.56.63 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 | |
aliqu.internal-mapping.com : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 | |
araphim.internal-mapping.com : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 | |
arganto.internal-mapping.com : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 | |
arimit.internal-mapping.com : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 | |
augue.internal-mapping.com : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 | |
bitaka.internal-mapping.com : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 | |
captarino-old.inter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: 192.168.56.237 | |
vars: | |
users: | |
- ralexandrov | |
- rmarinchev | |
- venzi | |
- joro | |
- iyovchev | |
tasks: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-05-16T14:34:29.783Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@vps-100 ~]# brl list | |
arch | |
bedrock | |
debian | |
exherbo | |
fedora | |
gentoo | |
ubuntu | |
[root@vps-100 ~]# strat debian apt update | |
Поп:1 http://deb.debian.org/debian stable InRelease |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# route ns1/scalahosting specific IP addresses over VPN. | |
ip route add 78.142.63.198 via 192.168.100.1 dev tun0 | |
ip route add 79.124.76.93 via 192.168.100.1 dev tun0 | |
ip route add 173.237.190.104 via 192.168.100.1 dev tun0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cp /etc/services . | |
grep "^#" services > services_comments.txt | |
cat services | sed '/^\(#\|[[:space:]]*$\)/d;s/#.*//g' > services_wo_comments.txt | |
cat services | sed '/^\(#\|[[:space:]]*$\)/d;s/#.*//g' | grep udp >> services_udp.txt | |
vi services_wo_comments.txt | |
/socks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. cp /etc/services . | |
2. grep "^#" services > services_comments.txt | |
3. cat services | sed '/^\(#\|[[:space:]]*$\)/d;s/#.*//g' > services_wo_comments.txt | |
4. cat services | sed '/^\(#\|[[:space:]]*$\)/d;s/#.*//g' | grep udp >> services_udp.txt | |
5. vi services_wo_comments.txt | |
6. /socks | |
7. :+,$d | |
8. :w well-known-ports.txt | |
9. sed -n 1,100p well-known-ports.txt | sed "s/\//-/" > 100-well-known-ports.txt | |
10. cat > doc1.txt << EOF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 tcpmux 1-tcp | |
2 tcpmux 1-udp | |
3 compressnet 2-tcp | |
4 compressnet 2-udp | |
5 compressnet 3-tcp | |
6 compressnet 3-udp | |
7 rje 5-tcp | |
8 rje 5-udp | |
9 echo 7-tcp | |
10 echo 7-udp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 2.108953] BTRFS: device fsid 83da43f1-2f54-4cb9-b99c-4b462b40b824 devid 1 transid 45 /dev/root | |
[ 2.109112] BTRFS info (device sda3): disk space caching is enabled | |
[ 2.109113] BTRFS info (device sda3): has skinny extents | |
[ 2.116593] BTRFS info (device sda3): enabling ssd optimizations | |
[ 2.340452] BTRFS info (device sda3): use zstd compression, level 3 | |
[ 2.340456] BTRFS info (device sda3): using spread ssd allocation scheme | |
[ 2.340460] BTRFS info (device sda3): disk space caching is enabled | |
[ 2.969245] BTRFS info (device sda3): device fsid 83da43f1-2f54-4cb9-b99c-4b462b40b824 devid 1 moved old:/dev/root new:/dev/sda3 | |
[ 2.973371] BTRFS: device fsid 6d4cebba-6667-429b-8f8f-8c579912d231 devid 1 transid 2714 /dev/sda4 | |
[ 3.412579] BTRFS: device fsid e14b5f30-b453-4b21-8e63-418acb062cf0 devid 1 transid 13342 /dev/sdb3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- mkstage4.sh.orig 2017-03-22 18:56:13.000000000 +0200 | |
+++ mkstage4.sh 2019-09-14 15:47:52.929409445 +0300 | |
@@ -7,6 +7,11 @@ | |
exit 1 | |
fi | |
+# checks if pbzip binary exist | |
+pbzip2=$(whereis pbzip2 | cut -d" " -f2) | |
+# if pbzip2 exist setting variable | |
+COMPRESSIONCOMMAND="--use-compress-program=pbzip2" |