rpm -i softwarename(s)Erase
rpm -e softwarename(s)Query
rpm -q softwarenamerpm documentation
Software, web, and programming tips: C++, Java, C, Linux, Windows, Cygwin, Firefox, Vim, WWW, RSS
Usage | Effect |
---|---|
inside a function | remains even after the function call is long gone |
modify a global variable | private to a certain file |
modify a function | making those functions visible only to the file itself |
xorg-x11-f100: Cygwin/X 100 dpi fontsIn your C:\cygwin\usr\X11R6\bin\startxwin.bat, near the bottom of the file, append "-dpi 100" to this line:
%RUN% XWin -multiwindow -clipboard -silent-dup-error
xhost +You can add this to your .bashrc
C:\cygwin\usr\X11R6\bin\startxwin.batin your startup folder (e.g. Start->All Programs->Startup)
%RUN% xterm -e /usr/bin/bash -l
rm -rf dir_name
cscope -Rb
.vimrc
to" Recursively set the path of the project
set path=$PWD/**