전체 글 (27) 썸네일형 리스트형 Create flutter app with custom package name. Package name you're gonna create. => com.jeff.hello Android language => kotlin Command => flutter create --org com.jeff --platforms=android,ios -a kotlin hello Adjust console resolution on CentOS7 vi /etc/default/grub Add vga=792 on GRUB_CMDLINE_LINUX e.g. GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet vga=792" grub2-mkconfig -o /boot/grub2/grub.cfg reboot [Win10] 배경색 바꾸기 Win7 처럼 control /name Microsoft.Personalization /page pageWallpaper [firebirdsql] read script file isql -q -i filename [firebirdsql] Autostart firebirdsql on centos 6 # Prerequisite# Already installed firebirdsql on OS. # to AutoStartcp /opt/firebird/misc/firebird.init.d.mandrake /etc/init.d/firebirdchmod 755 /etc/init.d/firebird then add the following line in /etc/rc.d/rc.local file/etc/init.d/firebird start [CentOS] 6.4. When OS does not recognize NIC # Tried on CentOS 6.4 on VMWare# When the OS doesn't recognize NIC, even NIC installed already. vi /etc/sysconfig/network-scripts/ifcfg-eth0 chagne the value of ONBOOT to yes. ONBOOT=yes then /etc/init.d/network restart [centOS] 6.4 server console fix resolution on vmware vi /etc/grup.config Find kernel line.Then attach vga=791 end of the line then save and reboot https://en.wikipedia.org/wiki/VESA_BIOS_Extensions [centOS] MariaDB repo //*You can find out a repository infomation below page. https://downloads.mariadb.org/mariadb/repositories/#mirror=kaist*// /etc/yum.repos.d/MariaDB.repo # MariaDB 10.0 CentOS repository list - created 2015-08-07 00:08 UTC# http://mariadb.org/mariadb/repositories/[mariadb]name = MariaDBbaseurl = http://yum.mariadb.org/10.0/centos6-x86gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDBgpgcheck=1 이전 1 2 3 4 다음