RSS

Permission User

Add permission data
chown -R www-data:www-data /image

routing gateway proxmox
root@stompr:~# ip route show
192.168.10.0/24 dev vlan10 proto kernel scope link src 192.168.10.10

root@stompr:~# ip route add default via 192.168.10.1 dev vlan10
root@stompr:~# ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=58 time=20.7 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=58 time=21.9 ms
^C
--- 1.1.1.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 3ms
rtt min/avg/max/mdev = 20.681/21.298/21.916/0.634 ms


To activate Windows 11 with CMD, follow these steps:

  • Open a CMD as administrator (Press Win+S to start searching, enter CMD, and run as administrator via the right button (see how it’s done).
  • slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX Copy and paste the command to install a new key. ( You can use this universal key, if this one is not suitable, then look at other Windows 11 activation keys for your edition on our website.) The result of the executed command should be a message about the successful installation of the product code.
  • slmgr /skms kms.digiboy.ir Copy and paste the following command to connect to the activation server. (You can also use kms.xspace.in or zh.us.to.
  • slmgr /ato Copy and paste the following command to activate Windows 11. (The result should be a successful activation message.)

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Config My.cnf Mysql 5.5


[client]

port = 3636
socket = /tmp/mysql.sock

[mysqld]
port = 3636
socket = /tmp/mysql.sock
skip-external-locking
key_buffer_size = 16M
max_allowed_packet = 1M
table_open_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M

#tambahan
skip-name-resolve
log_bin_trust_function_creators = 1

bind-address = xxx.xxx.xxx.xxx

log-bin=mysql-bin
binlog_format=mixed
server-id = 1

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash

[myisamchk]
key_buffer_size = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

innodb_force_recovery = 1

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS