전체글 보기
- sample project 2025.04.30
- smbd service start 실패 시, 2019.06.20
- choose gcc and g version 2016.11.08
- chmod없이 퍼미션 바꾸기 2016.01.08
- Ed Sheeran - Thinking Out Loud 2014.12.14
- HDMI sound conf 2014.08.12
- synergy auto start at ubuntu 2014.08.07
- [스크랩] howto update time info.. at bootup time 2014.02.20
- [DIY][20131123] tow warning sticker / headlight protection with 3M PPF 2014.01.11
- [DIY] 20131116 trunk mat 2013.12.16
sample project
smbd service start 실패 시,
다음과 같이 service 통하지 않고 직접 호출해서 error msg를 보고 fix 한다.
sudo /sbin/smbd -i -F
sudo /sbin/nmbd -i -F
choose gcc and g version
설치된 gcc 버전 확인
dpkg -l | grep gcc | awk '{print $2}'
gcc
gcc-4.7
gcc-4.7-base:amd64
gcc-4.7-multilib
gcc-4.8
gcc-4.8-base:amd64
gcc-4.8-multilib
gcc-4.9
gcc-4.9-base:amd64
gcc-4.9-base:i386
gcc-4.9-multilib
gcc-6-base:amd64
gcc-6-base:i386
gcc-multilib
lib32gcc-4.7-dev
lib32gcc-4.8-dev
lib32gcc-4.9-dev
lib32gcc1
libgcc-4.7-dev:amd64
libgcc-4.8-dev:amd64
libgcc-4.9-dev:amd64
libgcc1:amd64
libgcc1:i386
libx32gcc-4.7-dev
libx32gcc-4.8-dev
libx32gcc-4.9-dev
libx32gcc1
multi lib 설치
sudo apt-get install gcc-4.x-multilib
http://askubuntu.com/questions/26498/choose-gcc-and-g-version
chmod없이 퍼미션 바꾸기
Pipe the contents of chmod into an already executable file
cp /usr/bin/executable_file ~/executable_file
cat /usr/bin/chmod > ~/executable_file
~/executable_file +x file_to_be_executed.shEd Sheeran - Thinking Out Loud
HDMI sound conf
synergy auto start at ubuntu
https://help.ubuntu.com/community/SynergyHowto
[스크랩] howto update time info.. at bootup time
/etc/init.d/ntp stop
until ping -nq -c3 8.8.8.8; do
echo "Waiting for network..."
done
#ntpdate -s time.nist.govsntp -s pool.ntp.org
/etc/init.d/ntp starthttp://askubuntu.com/questions/254826/how-to-force-a-clock-update-using-ntp