class _MyHomePageState extends State { @override Widget build(BuildContext context) { return Scaffold( appBar: PreferredSize( preferredSize: Size.fromHeight(25.0), child: AppBar( title: Text(widget.title), ), ), body: WebView( initialUrl: 'https://freecatz.pe.kr', javascriptMode: JavascriptMode.unrestricted, ), ); } } PreferredSize
참고 : https://wiki.debianusers.or.kr/index.php?title=Update-rc.d /etc/init.d/ 아래 작성되는 스크립트는 리눅스 부팅시 서비스가 자동으로 시작 되도록 하기 위해 작성하는 스크립트. root@freecatz-web:~# cd /etc/init.d/ root@freecatz-web:~# vi testService ### BEGIN INIT INFO # Provides: # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # Default-Start: 3 4 5 # Default-Stop: 0 1 6 # Short-Description:..
root@freecatz-pe-kr:~# uname -a freecatz-pe-kr 3.2.0-6-amd64 #1 SMP Debian 3.2.101-1 x86_64 GNU/Linux root@freecatz-pe-kr:~# mysql --version mysql Ver 14.14 Distrib 5.5.47, for debian-linux-gnu (x86_64) using readline 6.2 root@freecatz-pe-kr:~# mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) root@freecatz-pe-kr:~# /etc/init.d/m..
일반 사용자 권한으로 spring 프로젝트를 구동 시켰는데, /tmp 에 권한이 없어 실행을 하지 못했다. root@freecatz-pe-kr:~# chmod 0777 /tmp 관리자 권한으로 위와 같이 해주면 해결 된다. 다른 방법으로는 freecatz@freecatz-pe-kr:~$ java -server -Dserver.port=8889 -Djava.io.tmpdir=/home/freecatz/tmp -jar freecatz.pe.kr-SNAPSHOT.jar 위와 같은 방법으로도 가능 하다. 패키지 관리자를 이용하여 mysql 설치 도중에도 /tmp 에 권한이 없어 진행 하지 못하는 경우도 /tmp 의 퍼미션을 조정 하여, 설치를 진행 했다. 요즘 이러한 문제를 자주 접하게 되는데, 리눅스에 손 놓..
출처 : 웃긴대학
- Total
- Today
- Yesterday
- samba
- Review
- Spring
- springboot
- JavaScript
- devtools
- TIP
- Mobile
- Flutter
- development
- SSL
- 엘리스센터
- Compile
- devel
- dart
- Fun
- kotlin
- HTTP
- place
- json parse
- ssh
- food
- Linux
- Android
- web
- MySQL
- 맛집
- Security
- gpkiapi
- Java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |