Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Repair a broken Ext4 Superblock in Ubuntu

    This has happened to me a few times, and it’s not a nice problem to find yourself in. You computer won’t boot, all your filesystem checks tell you you’ve a bad superblock, but you cant seem to find ho…


    Continue reading → Post ID 754

    Posted on 2015-05-08 4:51 PM by andrew Comment
    📂This entry was posted in Linux 기술자료 참고를 위한 저장물
  • Linux: Recover Corrupted Partition From A Bad Superblock

    Q. How can I Recover a bad superblock from a corrupted ext3 partition to get back my data? I’m getting following error: /dev/sda2: Input/output error mount: /dev/sda2: can’t read superbloc…


    Continue reading → Post ID 752

    Posted on 2015-05-08 4:51 PM by andrew Comment
    📂This entry was posted in Linux 참고를 위한 저장물
  • NGINX: SELinux Changes when Upgrading to RHEL 6.6 / CentOS 6.6

    If you upgrade a running system to Red Hat Enterprise Linux (RHEL) 6.6 or CentOS 6.6, the Security Enhanced Linux (SELinux) security permissions that apply to NGINX are relabelled to a much stricter p…


    Continue reading → Post ID 750

    Posted on 2015-05-08 4:50 PM by andrew Comment
    📂This entry was posted in Linux 기술자료 참고를 위한 저장물
  • How to find MySQL binary logs, error logs, temporary files?

    Have you ever spent a lot of time trying to locate where MySQL keeps some file? Here is a quick way to find all this information in one place. The obvious way is through examining database options in …


    Continue reading → Post ID 746

    Posted on 2015-05-08 4:45 PM by andrew Comment
    📂This entry was posted in DB관련 기술자료
  • [DB2] how to use Sequence table

    1. describe sequence table describe table syscat.sequences; 2.  select sequence information SELECT * FROM syscat.sequences; 3. create sequence CREATE SEQUENCE seq_tab START WITH 1 INCREMENT BY 1 NOMAX…


    Continue reading → Post ID 741

    Posted on 2015-05-07 9:16 PM by andrew Comment
    📂This entry was posted in DB관련 기술자료
  • VSFTP install on CENTOS7

    1. using yum yum -y install vsftpd db4-utils 2. config vi /etc/vsftpd/vsftpd.conf We need to adjust some basic parameters in this file to increase security and establish our connection options. The fi…


    Continue reading → Post ID 736

    Posted on 2015-04-27 10:50 PM by andrew Comment
    📂This entry was posted in 기술 기술자료
  • install PostgreSQL on CentOS7

    1. Install (  2015-04-21 > 최신 버전은 9.4  ) [root@localhost ~]# rpm -Uvh http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-1.noarch.rpm http://yum.postgresql.org/9.4/redhat/rhel-7-x…


    Continue reading → Post ID 729

    Posted on 2015-04-21 2:37 AM by andrew Comment
    📂This entry was posted in 기술 기술자료
  • [펌]45 Useful JavaScript Tips, Tricks and Best Practices

    http://modernweb.com/2013/12/23/45-useful-javascript-tips-tricks-and-best-practices/   45 Useful JavaScript Tips, Tricks and Best Practices By Saad Mousliki As you know, JavaScript is the number…


    Continue reading → Post ID 724

    Posted on 2015-04-15 8:02 AM by andrew Comment
    📂This entry was posted in JAVA javascript 기술자료 참고를 위한 저장물
  • [펌]Maven을 넘어 Gradle로 가자.

    http://kwon37xi.egloos.com/4747016   Maven을 써 본 사람들은 대부분 느끼리라 생각하지만 매우 경직돼 있고 그로인해 무언가 Maven이 기본 지원하지 않는 빌드 과정을 추가해야 할 경우 고생이 이만 저만이 아니다. 이에, 요즘 Maven 대한 대안이 많이 나오고 있으며 그 중 가장 돋보이는 것이 Gradle(Groo…


    Continue reading → Post ID 722

    Posted on 2015-04-15 8:01 AM by andrew Comment
    📂This entry was posted in JAVA 참고를 위한 저장물
  • [펌]Java 에서 DataBase Replication Master/Slave (write/read) 분기 처리하기

    http://kwon37xi.egloos.com/ 대규모 서비스 개발시에 가장 기본적으로 하는 튜닝은 바로 데이터베이스에서 Write와 Read DB를 Replication(리플리케이션)하고 쓰기 작업은 Master(Write)로 보내고 읽기 작업은 Slave(Read)로 보내어 부하를 분산 시키는 것이다. 특히 대부분의 서비스는 읽기가 압도적으로 많기 때…


    Continue reading → Post ID 720

    Posted on 2015-04-15 8:00 AM by andrew Comment
    📂This entry was posted in JAVA 참고를 위한 저장물

Posts navigation

Previous 1 … 10 11 12 … 36 Next

  • Recent Posts

    • MySql 관리
    • Pair Programming Is Not Pair Coding
    • 기기 고유 식별(Identify) 얻기 device_info
    • QR 코드 스캔(QR Code Scan) 초간단 예제(Simple example)
    • 싱글톤(Singleton) 클래스
  • Recent Comments

    • Shela SchurShela Schur on RED5 & FFMPEG & FFserver 스트리밍 서버 구축하기
    • DeepsDeeps on [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!
    • IvanIvan on How to install openssl on windows with visual studio 2015
    • KeenanBoldKeenanBold on centos7] Adding to Firwwall rules
    • andrewandrew on How to install POCO C++ libraries on Windows with Visual studio 2015
  • Archives

    • December 2021
    • May 2021
    • January 2021
    • June 2020
    • August 2018
    • April 2017
    • March 2017
    • February 2017
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
  • Categories

    • C/C++
    • cmake/make
    • CUBE
    • DB관련
    • DIY & H/W
    • flutter
    • JAVA
    • javascript
    • jboss&tomcat
    • JEUS & WEBToB
    • Linux
    • Linux
    • MDX등
    • MFC & WINDOWS
    • OS tune
    • OSX
    • PDW
    • SVN
    • Uncategorized
    • UNITY3D/COCOS2D
    • VSC
    • WAS, Servet Containers
    • Webserver
    • 기술
    • 기술자료
    • 일반
    • 일상
    • 참고를 위한 저장물
    • 책
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • AdSense


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme