http://forums.fedoraforum.org/showthread.php?t=175650
$ gksudo gedit /etc/X11/gdm/Init/Default
exit 0
if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
xset b off xset b 0 0 0
sudo modprobe -r pcspkr
To re-enable
modprobe pcspkr
Add this line to the end of /etc/rc.local before the exit 0
modprobe -r pcspkr
Run this either/both to get info on the current processor and kernal
uname -a cat /proc/cpuinfo
Install a better processor
sudo apt-get install linux-686
$ sudo dpkg-reconfigure xserver-xorg
Reboot X server for all changes to take effect.
shopt -s nocaseglob
match filenames in a case-insensitive fashion when performing pathname expansion
Section "Screen"
...
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
SKIP_CHECKS=yes compiz
http://www.blog.arun-prabha.com/2007/12/11/yet-another-guide-for-compiz-ati-ubuntu-gutsy/
http://arichuang.wordpress.com/2007/12/11/gutsy-gibbon-710-xgl-ati-fglrx-compiz-fusion/
Note: Automatix has been proven to suck the big one. Latest Ubuntu releases has better handling for this anyway. EasyUbuntu should be used if using an older Ubuntu version.
deb http://www.getautomatix.com/apt dapper main ^ edgy, feisty
http://www.getautomatix.com/apt/key.gpg.asc
http://swiftweasel.tuxfamily.org/
System -> Preferences -> Preferred Applications
gnome-default-applications-properties
If that doesn't work, rename /usr/bin/firefox to something else, and rename /usr/local/bin/swiftweasel to firefox.
sudo update-alternatives --config x-www-browser
http://ubuntuforums.org/showthread.php?t=475172
Download the installnewfirefox_#.#.#.sh script from Ubuntuzilla http://sourceforge.net/project/showfiles.php?group_id=147501&package_id=231543
Just run it (./installnewfirefox...)
???
Beryl is no longer supported for Dapper. Best to quickly learn they should have emphasized that LTS only means for the lowest common denominator, and upgrade.
Add kde-desktop package. To change the default display manager, run this.
sudo dpkg-reconfigure kdm
sudo apt-get install nautilus-open-terminal
sudo apt-get install nautilus-actions
nautilus-actions-config (System -> Preferences -> Nautilus Actions Configuration)
| Start Menu -> Run... (Win+R) | Alt+F2 |
| Change terminals | ??? |
| Hard X server reboot (i.e. GNOME or KDE) | Ctrl+Alt+Bksp |
| dir | ls -l |
| dir /w | ls |
| dir /s *.* | ls -R |
| dir /s *linuxisdumb* | find <dir> -name '<wildcard>' -print
find / -name '*linuxisdumb*' -print |
| dir /ah (hidden) | ls -a |
| space remaining | df -h |
| cls | clear |
| PROMPT $p$g | export PS1='\h(\u)\W> ' |
| type | cat |
| rename | mv |
| Untar |
tar -zxvf file.tar.gz |
| Build from source |
|
| Hardware specs |
sudo lshw Specific details about whatever is after -C sudo lshw -C disk Output to a html file sudo lshw -html > your-file-name.html |
| /etc/apt/sources.list | The sexy time |
| /etc/X11/xorg.conf | xorg X Window System server configuration file |
| Agent ransack | |
| Windows Media Player | AmaroK |
| Excel | Calc falls terribly short |
| Autohotkey | |
| Open command prompt here | sudo apt-get install nautilus-open-terminal |
| HexSource | GHex falls short |
| The Regulator | Mono? |
| Yahoo Msngr | Wine? |
| MSN Messenger | Wine? aMSN? |
| AIM | Pidgin |
| CDisplay, Comical, CDisplayEx | qcomicbook is ok... GQview? |
| Noteworthy composer | |
| Macromedia Fireworks | |
| Macromedia Dreamweaver | Quanta? NVU? Bluefish? |
| SwiffPlayer | |
| MS Outlook | Thunderbird? |
| WinMerge | |
| uTorrent | |
| UltraVNC | |
| TortoiseSVN | |
| DeskTask | |
| Yahoo! Widgets | |
| PDF995 | |
| MS Money | KMyMoney? |
| HiddenMenu | |
| Free Download Manager | |
| Cobian Backup | |
| AvantGo | |
| CloneSpy | |
| Daemon Tools | |
| Process Explorer | |
| Notepad | Mouse pad |
| Notepad++ | Kate? |
| /bin | Where most of the executable files of applications are found. |
| /boot | This is the place where the files needed for booting Linux are placed. Windows equivalent files—command.com, io.sys and msdos.sys. |
| /dev | Contains files representing devices like hard disk and floppy drives. |
| /etc | Houses the configuration files for various applications and system daemons. Conventionally, to configure the applications or services, you have to manually edit these configuration files. |
| /home | Contains the home directories of the users. Same as Documents and Settings directory in Windows. |
| /lib | Contains modules (dynamically loaded libraries?) Similar to system or system32 directory in Windows. |
| /lost+found | Where unidentified and deleted fragments of files are stored. This directory can be used for undeleting deleted files. |
| /mnt | Contains the mount points. They represent CD and floppy drives. |
| /opt | This directory is used or can be used by third-party applications (not of the same distribution) as their installation directory. It’s not very commonly used as most such applications install themselves (by default) in the usr directory. |
| /proc | Contains files to interface with the Linux kernel. |
| /root | root user home directory. |
| /sbin | Linux segregates applications or commands used by the system administrator in this directory. Hence, files in this directory will be accessible only to the root user. |
| /tmp | Similar to windows\temp, the directory used for storing temporary files. |
| /usr | Most Linux applications usually get installed in this directory. So this is akin to the Program files directory in Windows. |
| /var | Used for storing printer spools, log files, cache files etc. This is similar to logfiles and spool subdirectories of system or system32 directory. |
2008-07-21
2008-05-14
2008-05-08
2008-04-23
2008-03-26
2008-03-11
2007-11-30
2007-11-22