trik

chown :: Change User / Group Only

:: How to change user owner only using chown chown myuser: hello.txt hello/   :: How to change group owner only...
sysadmin.id
7 sec read

Linux :: Compiling MP4Box

:: How to compile MP4Box in Linux + download wget //sourceforge.net/projects/gpac/files/GPAC/GPAC%200.5.0/gpac-0.5.0.tar.gz/download wget //sourceforge.net/projects/gpac/files/GPAC%20extra%20libs/GPAC%20extra%20libs%200.4.5/gpac_extra_libs-0.4.5.tar.gz/download + extract and compiling tar -xzf gpac-0.5.0.tar.gz tar...
sysadmin.id
20 sec read

WordPress :: Using OS cron job

:: How to change wp cron to os cron job + add cron job on os cron crontab -e # add...
sysadmin.id
12 sec read

:: WP MU :: Slow After Upgrade

:: How to fix WordPress MU slowly after upgrade try to upgrade database table for wordpress using this url: //domainname.tld/wp-admin/upgrade.php  ...
sysadmin.id
6 sec read

:: Sudo without password

:: How to setup sudo without password prompt visudo add this line for setup sudoer without password your_username ALL=(ALL) NOPASSWD: ALL...
sysadmin.id
5 sec read

:: phpMyAdmin : Enabe / Disable Root Login

:: How to enable root login in phpMyAdmin vi config.inc.php on /* Authentication type */ add this line: $cfg = TRUE;...
sysadmin.id
10 sec read

:: Cron: Auto restart daemon if it down

:: How to create script for auto restart daemon if it down + create auto restart daemon script (nginx) cat >...
sysadmin.id
16 sec read