'IT/Tech'에 해당되는 글 163건
- 2012/04/17 ubuntu 12.04 mysql workbench install
- 2012/04/03 lenovo B570 wireless setting (2)
- 2012/01/31 iptable 포트포워딩
- 2012/01/17 Web application TEST
- 2011/11/25 window route 설정
- 2011/11/25 LAN에서 가상의 느린 네트워크 환경 구성하기
- 2011/11/16 window grep findstr (1)
- 2011/11/01 Bad Request Your browser sent a request that this server could not Understand
- 2011/10/04 linux /var/log/bandwidth bigfile 문제
- 2011/09/07 Redhat 4 에 yum install
ubuntu 12.04 mysql workbench install
참고 : Install MySQL Workbench on Ubuntu 12.04
libzip1 설치
32 bit version - https://launchpad.net/ubuntu/+archive/primary/+files/libzip1_0.9.3-1_i386.deb
libmysqlclient 설치
32 bit version - http://launchpadlibrarian.net/94563300/libmysqlclient16_5.1.58-1ubuntu5_i386.deb
64 bit version - http://launchpadlibrarian.net/94808408/libmysqlclient16_5.1.58-1ubuntu5_amd64.deb
간련 dpkg 설치
sudo apt-get install libzip1 python-paramiko python-pysqlite2 libctemplate0 libgtkmm-2.4-1c2a libmysqlclient16
workbench 설치
sudo dpkg -i mysql-workbench-gpl-5.2.38-1ubu1104-i386.deb
'IT > Tech' 카테고리의 다른 글
| ubuntu 12.04 mysql workbench install (0) | 2012/04/17 |
|---|---|
| lenovo B570 wireless setting (2) | 2012/04/03 |
| iptable 포트포워딩 (0) | 2012/01/31 |
| Web application TEST (0) | 2012/01/17 |
| window route 설정 (0) | 2011/11/25 |
| LAN에서 가상의 느린 네트워크 환경 구성하기 (0) | 2011/11/25 |
lenovo B570 wireless setting
[code shell]
sudo service network-manager stop
sudo rmmod acer_wmi
sudo modprobe acer_wmi
sudo rfkill unblock all
sudo service network-manager start
sudo rmmod -f acer_wmi
sudo su
echo "blacklist acer_wmi" >> /etc/modprobe.d/blacklist.conf
exit
[/code]
'IT > Tech' 카테고리의 다른 글
| ubuntu 12.04 mysql workbench install (0) | 2012/04/17 |
|---|---|
| lenovo B570 wireless setting (2) | 2012/04/03 |
| iptable 포트포워딩 (0) | 2012/01/31 |
| Web application TEST (0) | 2012/01/17 |
| window route 설정 (0) | 2011/11/25 |
| LAN에서 가상의 느린 네트워크 환경 구성하기 (0) | 2011/11/25 |
iptable 포트포워딩
'IT > Tech' 카테고리의 다른 글
| ubuntu 12.04 mysql workbench install (0) | 2012/04/17 |
|---|---|
| lenovo B570 wireless setting (2) | 2012/04/03 |
| iptable 포트포워딩 (0) | 2012/01/31 |
| Web application TEST (0) | 2012/01/17 |
| window route 설정 (0) | 2011/11/25 |
| LAN에서 가상의 느린 네트워크 환경 구성하기 (0) | 2011/11/25 |
Web application TEST
'IT > Tech' 카테고리의 다른 글
| lenovo B570 wireless setting (2) | 2012/04/03 |
|---|---|
| iptable 포트포워딩 (0) | 2012/01/31 |
| Web application TEST (0) | 2012/01/17 |
| window route 설정 (0) | 2011/11/25 |
| LAN에서 가상의 느린 네트워크 환경 구성하기 (0) | 2011/11/25 |
| window grep findstr (1) | 2011/11/16 |
window route 설정
routeSetting.bat
route print
'IT > Tech' 카테고리의 다른 글
| iptable 포트포워딩 (0) | 2012/01/31 |
|---|---|
| Web application TEST (0) | 2012/01/17 |
| window route 설정 (0) | 2011/11/25 |
| LAN에서 가상의 느린 네트워크 환경 구성하기 (0) | 2011/11/25 |
| window grep findstr (1) | 2011/11/16 |
| Bad Request Your browser sent a request that this server could not Understand (0) | 2011/11/01 |
LAN에서 가상의 느린 네트워크 환경 구성하기
localhost 보다는 mycomputer.local 처럼 컴퓨터의 호스트 이름이나 URL에 있는 외부 IP 주소를 사용.
http://lartc.org/howto/lartc.ratelimit.single.html
'IT > Tech' 카테고리의 다른 글
| Web application TEST (0) | 2012/01/17 |
|---|---|
| window route 설정 (0) | 2011/11/25 |
| LAN에서 가상의 느린 네트워크 환경 구성하기 (0) | 2011/11/25 |
| window grep findstr (1) | 2011/11/16 |
| Bad Request Your browser sent a request that this server could not Understand (0) | 2011/11/01 |
| linux /var/log/bandwidth bigfile 문제 (0) | 2011/10/04 |
window grep findstr
- 윈도우에서 grep 명령어 사용하기; Windows Win32 grep 명령
http://www.wingrep.com/
'IT > Tech' 카테고리의 다른 글
| window route 설정 (0) | 2011/11/25 |
|---|---|
| LAN에서 가상의 느린 네트워크 환경 구성하기 (0) | 2011/11/25 |
| window grep findstr (1) | 2011/11/16 |
| Bad Request Your browser sent a request that this server could not Understand (0) | 2011/11/01 |
| linux /var/log/bandwidth bigfile 문제 (0) | 2011/10/04 |
| Redhat 4 에 yum install (0) | 2011/09/07 |
Bad Request Your browser sent a request that this server could not Understand
- http://2u.lc/2ki7
헤더 구분자 ":" 가 빠져서 생기는 문제 - http://2u.lc/2khe
헤더 구성이 올바르지 않으니 올바로 구성하라는 내용 - http://2u.lc/2kla
쿠키에 많은 문자 값이 존재할 때 생기는 문제. 쿠키 값을 모두 제거
'IT > Tech' 카테고리의 다른 글
| LAN에서 가상의 느린 네트워크 환경 구성하기 (0) | 2011/11/25 |
|---|---|
| window grep findstr (1) | 2011/11/16 |
| Bad Request Your browser sent a request that this server could not Understand (0) | 2011/11/01 |
| linux /var/log/bandwidth bigfile 문제 (0) | 2011/10/04 |
| Redhat 4 에 yum install (0) | 2011/09/07 |
| java zip 파일 java.lang.IllegalArgumentException (0) | 2011/05/24 |
linux /var/log/bandwidth bigfile 문제
- sendmail 튜닝 종합정리 에서 마지막 log 부분
- 플레이톡 에서 ln -s /dev/null /var/log/bandwidth 명령으로 bandwidth 내용을 null 로 보냄
/etc/syslog.conf 설정 파일에서 bandwidth 로그 내요을 주석처리
/sbin/service syslog restart
'IT > Tech' 카테고리의 다른 글
| window grep findstr (1) | 2011/11/16 |
|---|---|
| Bad Request Your browser sent a request that this server could not Understand (0) | 2011/11/01 |
| linux /var/log/bandwidth bigfile 문제 (0) | 2011/10/04 |
| Redhat 4 에 yum install (0) | 2011/09/07 |
| java zip 파일 java.lang.IllegalArgumentException (0) | 2011/05/24 |
| PHP 5.3.x timezone 에러 (2) | 2011/03/14 |
Redhat 4 에 yum install
- ftp://fr2.rpmfind.net/linux/epel/4/i386/python-urlgrabber-2.9.8-0.3.el4.noarch.rpm
- ftp://fr2.rpmfind.net/linux/epel/4/i386/sqlite-3.3.6-0.3.el4.i386.rpm
- ftp://fr2.rpmfind.net/linux/epel/4/i386/python-sqlite-1.1.7-0.1.2.2.el4.i386.rpm
- ftp://fr2.rpmfind.net/linux/dag/redhat/el4/en/i386/dag/RPMS/python-elementtree-1.2.6-7.el4.rf.i386.rpm
- ftp://fr2.rpmfind.net/linux/epel/4/x86_64/yum-2.4.3-0.5.el4.noarch.rpm
참고
- http://blog.quenam.net/6685
- http://flashcafe.org/?mid=server_study&listStyle=webzine&page=2&document_srl=12366
'IT > Tech' 카테고리의 다른 글
| Bad Request Your browser sent a request that this server could not Understand (0) | 2011/11/01 |
|---|---|
| linux /var/log/bandwidth bigfile 문제 (0) | 2011/10/04 |
| Redhat 4 에 yum install (0) | 2011/09/07 |
| java zip 파일 java.lang.IllegalArgumentException (0) | 2011/05/24 |
| PHP 5.3.x timezone 에러 (2) | 2011/03/14 |
| OSPF ( Open Shortest Path First ) (0) | 2011/03/14 |


