Difference between revisions of "Linux"

From Ghoulwiki
Jump to: navigation, search
m (Reverted edits by BettyWeston (Talk); changed back to last version by Ghoulsblade)
 
(26 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
[[User:Ghoulsblade|Ghoulsblade]] 12:50, 25 September 2007 (CEST) : i use kubuntu feisty at the moment, planning to upgrade to gutsy soon.
 
[[User:Ghoulsblade|Ghoulsblade]] 12:50, 25 September 2007 (CEST) : i use kubuntu feisty at the moment, planning to upgrade to gutsy soon.
 
so far my external usb drive and my digicam works fine, but my scanner and my wlan are a pain in the ass.
 
so far my external usb drive and my digicam works fine, but my scanner and my wlan are a pain in the ass.
i only use win for scanning some warcraft3 gaming, but for the rest i use linux.
+
i only use win for scanning, some warcraft3 gaming, but for the rest i use linux.
  
  
Line 14: Line 14:
  
  
mount hd from rescue system, and chroot with rebind
+
== mount hd from rescue system, and chroot with rebind ==
 +
 
 
   mount /dev/sda3 /mnt
 
   mount /dev/sda3 /mnt
 
   mount --rbind /dev /mnt/dev
 
   mount --rbind /dev /mnt/dev
Line 21: Line 22:
 
   chroot /mnt
 
   chroot /mnt
  
fresh system setup
+
== fresh system setup ==
 +
(kubuntu 7.10)
 
<pre>
 
<pre>
 
apt-get install  
 
apt-get install  
 
feta synaptic firefox thunderbird gimp scite eclipse
 
feta synaptic firefox thunderbird gimp scite eclipse
apache2 mysql php5 scite tcsh
+
apache2 php5 php5-mysql mysql-common mysql-server
libgtk2.0-dev  
+
scite libgtk2.0-dev tcsh
 
wmnd wmtop wmbubble wmhdplop wmfsm
 
wmnd wmtop wmbubble wmhdplop wmfsm
 +
libalut-dev libopenal-dev libvorbisfile3 libvorbis-dev libogg-dev libboost-dev libboost-thread-dev libogre14 libogre-dev libois-dev g++ gcc
 +
k3b gwenview  imagemagick graphviz php5-cli ktorrent openssh-client openssh-server ssh pidgin xchat xmms gftp kteatime wine pump filelight
 +
autoconf automake libtool meld
 +
mplayer subversion liblua50-dev liblualib50-dev sun-java5-bin
 +
 +
usermod -s /bin/tcsh ghoul
 +
chsh -s /bin/tcsh ghoul
 +
 +
svn+ssh://ghoulsblade@zwischenwelt.org/var/svn/robscite/trunk
 +
svn+ssh://ghoulsblade@zwischenwelt.org/var/svn/wmluabutton/trunk
 +
 +
radio stream : space station soma : http://160.79.128.242:8000/
 +
 +
generate key
 +
ssh-keygen -t rsa  (empty passphrase)
 +
chmod 0644 ~/.ssh/id_rsa.pub
 +
scp -p ~/.ssh/id_rsa.pub user@server.org:~/.ssh/authorized_keys2
 +
 +
tcsh config : ~/.tcshrc*
 +
music,apachesetup(/var/www),wwwlinks,bookmarks,install(list on hp),ogresource,notesrepos,dockapps+winconf
 +
 +
amarok,eclipse,blender
 +
f,pidgin,xchat-conf,xmms playlist,wmfsm-exclude/include config,wmnd-fast config,
 +
klaptop,email-config(imap?),crypt-trio,truecrypt,
 +
 +
firefox addons : tab mix plus, adblock plus, download statusbar, video download, trackmenot
 
</pre>
 
</pre>

Latest revision as of 23:56, 10 July 2010

a few notes about linux (will be expanded as time goes by)

Ghoulsblade 12:50, 25 September 2007 (CEST) : i use kubuntu feisty at the moment, planning to upgrade to gutsy soon. so far my external usb drive and my digicam works fine, but my scanner and my wlan are a pain in the ass. i only use win for scanning, some warcraft3 gaming, but for the rest i use linux.



 echo hallo | sed  's/ll/gonzo/g'  # : g replace all instead of only the first
 ls -l | awk '{print $4}'   # tab and space : intelligent column search : column 4


mount hd from rescue system, and chroot with rebind

 mount /dev/sda3 /mnt
 mount --rbind /dev /mnt/dev
 mount --rbind /sys /mnt/sys
 mount --rbind /proc /mnt/proc
 chroot /mnt

fresh system setup

(kubuntu 7.10)

apt-get install 
feta synaptic firefox thunderbird gimp scite eclipse
apache2 php5 php5-mysql mysql-common mysql-server 
scite libgtk2.0-dev tcsh 
wmnd wmtop wmbubble wmhdplop wmfsm
libalut-dev libopenal-dev libvorbisfile3 libvorbis-dev libogg-dev libboost-dev libboost-thread-dev libogre14 libogre-dev libois-dev g++ gcc
k3b gwenview  imagemagick graphviz php5-cli ktorrent openssh-client openssh-server ssh pidgin xchat xmms gftp kteatime wine pump filelight
autoconf automake libtool meld
mplayer subversion liblua50-dev liblualib50-dev sun-java5-bin

usermod -s /bin/tcsh ghoul
chsh -s /bin/tcsh ghoul

svn+ssh://ghoulsblade@zwischenwelt.org/var/svn/robscite/trunk
svn+ssh://ghoulsblade@zwischenwelt.org/var/svn/wmluabutton/trunk

radio stream : space station soma : http://160.79.128.242:8000/

generate key
ssh-keygen -t rsa  (empty passphrase)
chmod 0644 ~/.ssh/id_rsa.pub
scp -p ~/.ssh/id_rsa.pub user@server.org:~/.ssh/authorized_keys2

tcsh config : ~/.tcshrc*
music,apachesetup(/var/www),wwwlinks,bookmarks,install(list on hp),ogresource,notesrepos,dockapps+winconf

amarok,eclipse,blender
f,pidgin,xchat-conf,xmms playlist,wmfsm-exclude/include config,wmnd-fast config,
klaptop,email-config(imap?),crypt-trio,truecrypt,

firefox addons : tab mix plus, adblock plus, download statusbar, video download, trackmenot