Let’s go!

  • 데이비드 하비의 맑스 자본 강의

    데이비드 하비의 맑스 자본 강의

    isbn: 9788936485696

    참 어려운 책이다. 맑스의 자본을 좀 쉽게 읽어보려고 선택한 책이 어려우니, 원본은 더 어렵겠다. 맑스도 생각을 명확하게 정리하지 않고 책을 쓴 듯하다.

    자본가는 “화폐 → 상품 → 화폐 + 증가되는 화폐”의 순환을 타지만, 노동자는 “상품 → 화폐 → 상품”의 순환으로 삶을 살아간다. 자본가의 순환을 타려면 시장이 원하는 제품을 만들어 내 이윤을 남겨야 한다. 게다가 그 상품을 만들기 위한 저가의 노동력이 필수이다. 그만큼 자본가의 이득으로 갈테니.

    노동만이 어떤 가치를 상품에 응집시킬 수 있기 때문에, 가장 중요하다.

    나머지는 제대로 안읽었는지, 저자가 문제인지 도통 알 수 없다. 언젠가 다시 읽어야 한다.

  • flatpak에 설치한 steam을 다른 파티션에 인식하기

    I need someone to explain Steam as flatpak to me
    by inlinux_gaming

    Is it possible to move one of your flatpak installs (example – Steam client) off your root/home partition?

    It could technically be possible as there are some env vars I believe but its not necessarily designed to run off a usb drive or such.

    Is it possible to install Steam app on root/home partition, but all the games on a separate partition?

    Yes you can grant Steam access to a directory:

    flatpak override –filesystem=/mnt/foo/bar com.valvesoftware.Steam and then in Steam configure a games library in that directory.

    flatpak override --filesystem=/mnt/foo/bar com.valvesoftware.Steam
  • bash 스크립트로 사진정보를 mysql로 업데이트(버전 업)

    기존 파일을 조금 업데이트 했다.

    카톡 등 다른 사람에게 받은 사진에서 정보를 추출할 수 없다. 아쉬운대로 기록한 날을 찾아 기록했다.

           date=$(eval "awk 'BEGIN{FS=\" \";}/DateTimeOriginal/{print \$4}' temp")
            time=$(eval "awk 'BEGIN{FS=\" \";}/DateTimeOriginal/{print \$5}' temp")
    
            #2018-9-29 삽입.
            #파일 중, null로 date가 입력되는 파일에 파일 생성 날자로 강제로 삽입.
            if [ -n $date]
            then
                date=$(ls $CMD -lh --full-time | awk '{print $6}')
                echo "date is", $date
            fi
    
    
            if [ -n $time]
            then
                time=$(ls $CMD -lh --full-time | awk '{print $7}'| cut -d "." -f 1)
            fi
    
            #
    
            #latitudeRef=$(eval "awk 'BEGIN{FS=\" \";}/GPSLatitudeRef/{print \$4}' temp")
            latitude=$(eval "awk 'BEGIN{FS=\" \";}/GPSLatitude/{print \$4}' temp")
            #longitudeRef=$(eval "awk 'BEGIN{FS=\" \";}/GPSLongitudeRef/{print \$4}' temp")
            longitude=$(eval "awk 'BEGIN{FS=\" \";}/GPSLongitude/{print \$4}' temp")
    
  • kbs 수원 방송국 견학

    kbs 수원 방송국 견학

    Sorry you have no rights to view this post!

  • wordprss jetpack의 self signed certification

    워드프레스가 제공하는 강력한 플러그인 중 하나가 jetpack이다. 설치하고 활성화하면 되는데, https를 야매로 사용하면서 잘 안됐다. 이런 현상이 2013년부터 나왔는데, 아직도 안된다니 한심하다.

    인터넷을 뒤지다 보니, 좋은 해결을 보게 되었다.
    plugin 디렉토리의 경로 하나만 고쳐주면 된다.