ubuntu
-
disk full at /boot (Ubuntu)Computer/linux 2013. 6. 10. 10:20
Disk full at /boot of Ubuntu system after several months system update as followIt is really inconvenient to maintain this issue. Is Ubuntu default boot directory size 200MiB? Anyway, the following commands could remove unused linux-image at /boot # uname -r 3.2.0-40-generic # dpkg --list 'linux-image*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Hal..
-
Clean up old kernel in grub list (Ubuntu)Computer/linux 2011. 1. 28. 00:23
check the current kernel [] uname -a Linux coffee 2.6.32-27-generic #49-Ubuntu SMP ... [] cd boot [] ls vmlinuz-* vmlinuz-2.6.32-26-generic [] apt-get remove linux-image-2.6.32-26-generic I didn't try to run apt-get autoremove, but I don't know it works or not
-
gsview on Ubuntu Hardy (8.04.02)Computer/linux 2009. 3. 13. 22:43
Compilation To compile the sources of gsview-4.9, gtk-config is necessary. apt-get install libgtk1.2-dev wget -c http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsv49src.zip unzip -aa gsv49src.zip unzip -o gsv49src.zip "gsview-4.9/binary/*" cd gsview-4.9 cp srcunx/unx.mak Makefile make cd gsview-4.9/bin/ gsview* gvxct.htm gvxde.htm gvxen.htm gvxes.htm gvxfr.htm gvxgr.htm gvxit.htm gvxnl.htm..
-
wine에서 한글이 깨질때..Computer/linux 2009. 3. 2. 05:33
먼저 한글 윈도우 폰트를 리눅스에 등록한다. 2007/08/08 - [computer/linux] - How to use MS windows fonts and ttf in the Ubuntu Linux 그런후... cd ~/.wine/drive_c/windows/Fonts ln -s /usr/share/fonts/truetype/msttcorefonts/gulim.ttc gulim.ttc ln -s /usr/share/fonts/truetype/msttcorefonts/batang.ttc batang.ttc emacs ~/.wine/system.reg [Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1235907952 "Arial C..
-
ROOT system installation and updateComputer/linux 2008. 12. 20. 07:12
The ROOT system is an object-oriented Data Analysis Framework. http://root.cern.ch OS: Ubuntu 8.04 / RHEL 5.3 GCC : gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3) / gcc version 4.1.2 20080704 (Red Hat 4.1.2-44) Some useful reference is http://root.cern.ch/twiki/bin/view/ROOT/SubversionHowto 1. Check the web site of ROOT system http://root.cern.ch/svn/root/tags/ http://root.cern.ch/viewcvs/tags/ and d..
-
Inkscape 0.46 with latex formular errorComputer/linux 2008. 12. 18. 17:28
apt-get install pstoedit skencil inkscape and python-xml (not sure) Problem: Effects -> Render -> LaTeX formula returns nothing. Solution: Ubuntu 8.04 Hardy has a bug as https://bugs.launchpad.net/inkscape/+bug/55273 This bug can be fixed by cd /usr/share/inkscape/extensions sudo curl -s 'http://launchpadlibrarian.net/14090556/eqtexsvg.py_linux_shell_apply.patch' | sudo patch -p0 or wget -c http..
-
Keyboard doesnot work in the virtualbox.Computer/linux 2008. 7. 12. 04:55
After installing the VirtualBox OSE on the Ubuntu 8.04, I installed Windows xp. There is a keyboard issue. It can be solved by adding the follwoing lines in the /usr/bin/VBoxManage. GTK_IM_MODULE=none QT_IM_MODULE=none XMODIFIERS=none