This is how I did it with Rsync and some other stuff.
http://crunchbanglinux.org/forums/topic
e-and-wol/
1 2012-05-17 06:07:54
Re: Incremental rsync backups to remote server? (19 replies, posted in Tips, Tricks & Scripts)
2 2012-05-16 20:32:39
Re: Waldorf development images ready for testing (338 replies, posted in News & Announcements)
Just joined the Waldorf party yesterday! Main reason was that my SSD is shuttding down after like 10 mins of uptime (yes, it's sandforce...). So I managed to put Waldorf on a SD card after some work. Main issue was to get the GRUB installation correctly. My old trick, running a live usb, mounting the CB install in /mnt and then running grub-install --root-directory=/mnt /dev/sdX didn't work this time. Got grub installed, but no auto generated menu. After some mounting and chrooting I got a proper grub2.
And now I'm sitting here wondering why I'm running Windows 7 on my computers. I realize now how much I have missed CB and linux. I moved away from using it daily since my netbook got replaced with something more powerful. Stupid decision.
3 2011-12-08 10:32:21
Re: PERL and BASH - Find packages utilizing apt-cache and dpkg-query (14 replies, posted in Tips, Tricks & Scripts)
Oh yeah, the B9 is a bit funny sometimes. Paths aren't set up the way that I'd like. Will investigate that.
The shell is Busybox 1.19.
The script was int he current directory when I tried to run it with ./
I guess this also has something to do with the paths.
4 2011-12-04 16:50:02
Re: PERL and BASH - Find packages utilizing apt-cache and dpkg-query (14 replies, posted in Tips, Tricks & Scripts)
Oh! Nice script. I tried the bash version, I'd like to run that on my Nokia N9, since it's a mess right now with loads of repos and deps.
Getting this error thoughm when running with sh apt-search
~ $ sh apt-search nano
apt-search: line 18: syntax error: unexpected "(" (expecting "done")
~ $ ./apt-search nano
-sh: ./apt-search: not foundedit: also added the ./apt-search, doesn't run the script at all, as you can see.
5 2011-12-04 13:53:29
Re: Moderator moving on (49 replies, posted in News & Announcements)
Sad t see you leave omns! But sometimes we have to walk down another path. Thanks for beeing here! It's always been a pleasure to read your posts. See you around the interwebz!
6 2011-12-04 13:48:46
Re: [Solved] Changing icons in Openbox theme (9 replies, posted in WM/DE Talk)
I think we're a little mixed up on terms here.
OpenBox theme: configured with settings > openbox > gui config tool. Affects borders (aka windows decorations) on windows, rollbars and openbox menu.
GTK theme: affects how GTK applications looks. Changed at settings > user interface settings
Icon theme: only affects icons, in best case system wide. Also changed at user interface settings, under the icons tab.
7 2011-12-04 11:39:23
Re: Tried to install new #! to USB and Grub2 didn't load correctly -SOLVED (7 replies, posted in Help & Support (Stable))
Ok, so my tell is that you want to be able to boot both the CB install on the black stick and your hdd from the grub install on the black stick. Here's how I would do it.
Boot the blue stick. Mount the black stick at /mnt/root. Run
grub-install --root-directory=/mnt/root /dev/sdXWhere sdX is the black stick.
Now boot the black stick CB install. Mount your hdd and then run
sudo update-grubGrub should now find the black stick install and the OS that's on your hdd.
8 2011-12-03 13:51:43
Re: Tried to install new #! to USB and Grub2 didn't load correctly -SOLVED (7 replies, posted in Help & Support (Stable))
Why do you want grub installed to your usb stick?
9 2011-12-03 13:06:08
Re: Nvidia driver messes up everything. (14 replies, posted in Help & Support (Stable))
Noveau is apparently a bitch to get rid of. I have always used the smxi scripts for my nvidia drivers installtions/changes. When you transfer from Noveau, smxi is doing a bunch of things to clean the driver up. How about trying that. To get smxi to really clean stuff up, I'd suggest first installing the noveau driver with smxi and then after that install the nvidia driver.
10 2011-11-24 09:55:45
Topic: Documentaries and educational tv-series (11 replies, posted in Off Topic / General Chat)
I really enjoy watching good documentaries. Also educational tv-shows. But right now I'm kind of running out of them, so guys, let's list some of your greatest documentaries, to give me something new to watch.
BBC makes great documentaries. I guess most of you people know Planet Earth, great series of documentaries about wild life. Definitely worth watching.
Soul Deep is also from BBC, a series of documentaries about the american soul history. About how the soul scene grew, beginning in the 60s.
Standing in the shadows of Motown is about a band called The Funk Brothers who played on most of the Motown records. About their life and how they tested grooves and harmonies at a local pub. They never really got any recognition.
Hak5 is an internet series from Revision3. It's only available on the internet at Hak5.org. It's a quite nerdy computers show, some stuff about security. Sometimes a little bit basic, but can be good educational aswell. They also quite often feature some linux stuff.
11 2011-11-23 18:01:16
Re: syncing Chromium in Statler? [broken] (8 replies, posted in Help & Support (Stable))
Google also has their own Debian repos. You'll find them with the repo generator at http://debgen.simplylinux.ch/
Here's the output for the Google repos
#### Google Linux Software Repositories - http://www.google.com
## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
deb http://dl.google.com/linux/deb/ stable non-free main
#### Google Linux Software Repositories (Testing) - http://www.google.com
## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
deb http://dl.google.com/linux/deb/ testing non-free 12 2011-11-23 17:57:50
Re: [Solved] HP and Beats by Dr Dre™ (24 replies, posted in Off Topic / General Chat)
I know the question is if it would work, but I'll give my two cents anyway.
Laptop speakers can never give a very good sound. It's just simple physics, you need that volume (as in space) of air to get a good sound. Not saying that bigger is better, but laptops are just too small.
A friend was about to buy an iphone dock, and we tested the Dr Dre dock from Monster. It was actually quite good. So everything isn't bad.
Think about having some kind of external speakers, at least for home use.
13 2011-11-23 17:52:18
Re: Idea: Directory Filter (10 replies, posted in Tips, Tricks & Scripts)
It's a bit tricky to handle the renaming. The script would have to be really smart to always get the album name, song name and track number. Or does all of your downloaded music contain proper id3-tags? Then you could probably read that info from the tag and then use the data to write the filename.
inotify could do the monitoring of changes to files and then trigger the script. But to have inotify running system-wide isn't a good idea. What about a directory where you drop your music. inotify monitors only that directory and then renames and moves the files for you.
14 2011-11-13 16:56:11
Re: My promise (on parenthood) (12 replies, posted in Off Topic / General Chat)
I have no illusions about myself, I am far from perfect, and will most certainly make mistakes.
We all have illusions of ourselves, we just don't realize them until someone points them out. But those lines there is probably what makes a good person, and what'll make you a great dad!
15 2011-11-13 16:48:51
Re: Good humour across the the pound :) (18 replies, posted in Off Topic / General Chat)
Ohh, I love Futurama. Recently watched the episode "Overclockwise" from the same season. The parallel to Apple is hilarious!
16 2011-11-12 12:40:01
Re: Plymouth pulsating crunchbang logo with boot messages and progress bar (46 replies, posted in Tips, Tricks & Scripts)
I used johnraffs version of this script. I get a slight halt after plymouth, with the normal TTY login (is it called that?). Then I get to the gdm login screen. I have set gdm to auto login (it's a htpc), but gdm doesn't want to auto login. Before gdm login screen launches, I see this error message at the TTY login screen.
process:339): GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0)
edit: oh yeah, this doesn't happen with for example the plymouth text theme
17 2011-11-10 11:57:19
Re: Run 2.0 (10 replies, posted in Tips, Tricks & Scripts)
Umm... I'm sorry, but I don't understand a word of what you're saying.
Oh, my bad. I must have been tired when I read your thread. I thought about the old C64 way to run programs, where you would issue those commands to start a program.
18 2011-11-01 22:43:15
Re: Random Funny Picture Thread (117 replies, posted in Off Topic / General Chat)
I think this one has been on the forum before, but anyway.
19 2011-11-01 17:53:39
Re: Run 2.0 (10 replies, posted in Tips, Tricks & Scripts)
what about load "programname" and then run? =o)
20 2011-10-30 22:19:24
Re: Audio Streaming delay with VLC (2 replies, posted in Help & Support (Stable))
Are you sure that the network isn't causing the problems?
If you hit ctl+n in vlc you'll see the network stream window. You can set pre-buffering here. 300ms is the default value.
21 2011-10-28 09:51:26
Topic: Nokia N9 (3 replies, posted in Off Topic / General Chat)
We are a few people here who own or at least owned the Nokia N900. A true linux phone with root access, not like the Google Android.
The N900 has now been succeeded by the Nokia N9 running MeeGo. Nokia kind of announced development of MeeGo to be canceled when they they are aiming for Windows Phone phones instead. But I went and bought a N9, of "religious" reasons anyway.
The N9 is really a step up from the N900 (except for the hw keyboard), smooth experience and not stuttering like the N900 can be from time to time. And better battery (thank god...). MeeGo Harmattan isn't as open as Maemo, there is something called Aegis which prevent some changes to system files. It's bitch, but there are speculations that Ageis will be possible to disable in developer mode, in the next core update. I really hope that this happens, or that someone finds a way to bypass Aegis.
So, anyone else who bought the N9? Or are you happy with you N900 or waiting for Tizen or Meltemi phones?
22 2011-10-28 09:06:01
Re: BSD impressions (153 replies, posted in Off Topic / General Chat)
@Psyduck9550
I was just about to say, what about OpenSolaris? But then I learned that Oracle killed OpenSolaris when they bought sun. Damn Oracle. Those guys are masturbating monkeys!
I installed OpenSolaris when it still was developed. It was a really short install, but I remember that it was very easy to install and set up. We're talking windows easy install here.
23 2011-10-27 15:05:25
Re: i5 2500k support? Nvidia support? (3 replies, posted in CrunchBang Talk)
Another way might be to install the liquorix kernel and then run the smxi scripts to install nvidia drivers. Imho, smxi scripts are great!
24 2011-10-23 09:17:04
Re: #! Music Hardware - Coloring Life with Sound Waves (42 replies, posted in Off Topic / General Chat)
+1 Here for Audio Technica.
A long time I was using the Sony Eggo headphones. Great for portability. But then I decided to go for noise canceling. Now I'm running a pair of Audio Techinca ATH-ANC7. Best headphones I have ever had. Comes with a nice case also. Noise canceling is great!
If you're looking for headphones not sold in your country, I'd recommend Bluetin.com. Site looks a bit crappy, but I have ordered from there twice. Got headphones at a good price both of the times. Or else Thomann, if you're in Europe.
25 2011-10-06 20:07:49
Re: (Solved) Issue with PulseAudio 1.0-4 - Info to solve if encountered (2 replies, posted in Help & Support (Testing/Unstable))
Thanks!
How come you are using PulseAudio? A dependency? Otherwise I'd go for alsa instead.