Configuration Common: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
 
(139 intermediate revisions by the same user not shown)
Line 3: Line 3:


== Linux ==
== Linux ==
Moved to [[Configuration Common Linux]].
To be completed
<source lang=bash>
sudo apt-get install opera
sudo apt-get install git gitk git-gui git-doc mc vim-gnome exuberant-ctags vim-gnome ruby cscope etckeeper mc ssh
sudo vi /etc/hosts
git clone git@griffin:repositories/home.git
mv home/.git .
rm -rf home
git reset --hard
git st
export PATH=$PATH:$HOME/bin
set-network.sh
mkdir tmp


== Common Issues ==
sudo vi /etc/etckeeper/etckeeper.conf
See [[Common Issues]].
sudo etckeeper init
sudo etckeeper commit "1st commit"
sudo vi .gitignore
sudo git rm --cached resolv.c*
sudo git st
sudo etckeeper commit "update .gitignore"
sudo apt-get install chromium-browser mc smbclient smbfs nfs-kernel-server nfs-common portmap autofs keepassx apt-file thunderbird meld
sudo apt-get install colordiff p7zip-full p7zip-rar dlocate ttf-mscorefonts-installer qiv gthumb gnupg-agent renameutils wine terminator
sudo apt-get install flashplugin-installer mplayer mplayer-doc mplayer-fonts gnome-mplayer gecko-mediaplayer gimp gdmap gnugo qgo uligo
sudo apt-get install quarry fdupes pgpgpg powertop gnome-tweak-tool
sudo apt-file update

scp griffin:tmp/autofs.tgz .
sudo tar -xvzf autofs.tgz
</source>


== Windows ==
== Windows ==
Moved to [[Configuration Common Windows]].

To be completed
To be completed

* Install [[CHM]] work-around.
* Set '''region locale''' to ''English (United States)'', and set date format to <code>yyyy-MM-dd</code> (some excel sheets depend on locale settings).

== Wine ==

=== Configuration ===

* Configure CD-ROM reader for audio cd extraction (see [[Wine]]).
:First insert a ''data'' CD, then run <code>winecfg</code>. In the popup, go to the ''drives'' tab, and click ''auto-detect''.

=== Applications ===

{| class="install_simple_log"
|-
|'''Exact Audio Copy 1.0 b3''' (<tt>eac-1.0beta3.exe</tt>)||
* Needs a [[Wine#Exact Audio Copy|workaround]] to install:
<source lang="bash">
cd ~/.wine/drive_c/Program\ Files\ \(x86\)/Exact\ Audio\ Copy/
regsvr32 sql*
</source>
* FreedB name set to ''ABBA - Number Ones \ 03 Dancing Queen - ABBA''
* FLAC &mdash; set compression to <tt>-8</tt>
|}

Latest revision as of 12:41, 9 July 2024

Any

To be completed

Linux

Moved to Configuration Common Linux.

Common Issues

See Common Issues.

Windows

Moved to Configuration Common Windows.

To be completed

  • Install CHM work-around.
  • Set region locale to English (United States), and set date format to yyyy-MM-dd (some excel sheets depend on locale settings).

Wine

Configuration

  • Configure CD-ROM reader for audio cd extraction (see Wine).
First insert a data CD, then run winecfg. In the popup, go to the drives tab, and click auto-detect.

Applications

Exact Audio Copy 1.0 b3 (eac-1.0beta3.exe)
cd ~/.wine/drive_c/Program\ Files\ \(x86\)/Exact\ Audio\ Copy/
regsvr32 sql*
  • FreedB name set to ABBA - Number Ones \ 03 Dancing Queen - ABBA
  • FLAC — set compression to -8