SELECT `COLUMN_NAME`
FROM `INFORMATION_SCHEMA`.`COLUMNS`
WHERE `TABLE_SCHEMA`='yourdatabasename'
AND `TABLE_NAME`='yourtablename';
K & M : IT
вторник, 1 декабря 2020 г.
MySQL query to get column names
четверг, 11 октября 2018 г.
Applications Don't Show Up in Spotlight
Applications Don't Show Up in Spotlight
- Go to System Preferences, Select Spotlight
- Go to the Privacy tab in the Spotlight system preferences
- Click the "+" button
- Press Shift-Command-C to reveal your hard drives (if they are not available otherwise), or simply navigate to your hard drive (most likely MacintoshHD)
- If you have more than one hard drive, hold the Command key and click your various drives to add them to your selection
- Click the “Choose” button to add them to the Privacy list
- Ignore the warning.
- Remove the hard drive by clicking the "-" sign.
- Have a nice day :)
вторник, 31 июля 2018 г.
Manual restart Philips Android Smart TV
Press Settings button
Select All settings -> Android Settings
Press OK
Select Device -> About -> Restart
Press OK
Select All settings -> Android Settings
Press OK
Select Device -> About -> Restart
Press OK
среда, 23 мая 2018 г.
Ubuntu 16.04 : Configure WOL
- Set in /etc/default/tlp
WOL_DISABLE=N
NETDOWN=no
sudo ethtool -s eth0 wol g
sudo ethtool eth0
Settings for eth0: ... Supports Wake-on: g Wake-on: g Link detected: yes
воскресенье, 10 января 2016 г.
serial console
Create /etc/init/ttyS0.conf
start on stopped rc RUNLEVEL=[12345]
stop on runlevel [!12345]
respawn
exec /sbin/getty -L 115200 ttyS0 vt102
Start:
sudo start ttyS0
FROM
Подписаться на:
Сообщения (Atom)