SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#551 2014-05-03 18:08:16

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 13,408
Website

Re: Completely Off Topic Chat

CSCoder4ever wrote:

Well I've got nothing to lose now. might need to attempt it. tongue

I dual boot #! » SID and CB they both look identical, use the same conkys too, I have my all my personal stuff on /media/5 accessible by both.  If SID ever crashes I'll use CB until I get SID back up and running.  And since both have separate /home's I just need to

install and format / and
reuse /home and /media/5

When I add a personal app - I add it to my ~/bin/ainstall so anything that isn't OOTB is there (if I keep it updated):

ainstall

#!/bin/bash
# Sector11's list
#  With Debian SID:
#  dlume umplayer yad qasmixer ceni kernel-remover
#
echo 'apt get is about to install -- THE list! ---'
sudo apt-get install --no-install-recommends ack-grep apt-listbugs apt-rdepends alsa-base {snip snip snip} vnstat wbritish-insane wcanadian-insane weblint-perl wmctrl xfburn xsane dlume umplayer yad qasmixer ceni kernel-remover &&
echo ''
echo 'Press ANY key to create vnstat database (eth0)'
read key
sudo vnstat -u -i eth0 &&
echo ''
echo 'Press a key to continue with sensors-detect'
echo 'Answer YES to everything!'
echo ''
read key
sudo sensors-detect
echo ''
echo 'Press a key to configure hddtemp'
echo 'Answer: Yes, 0, Yes, OK, OK'
echo ''
read key
sudo dpkg-reconfigure hddtemp
echo ''
read key
echo 'crystalcursors: number 7'
echo ''
sudo update-alternatives --config x-cursor-theme
echo ''
echo 'Done'
echo 'Any key to exit'
read key
exit

makes it a little less painless.

Maybe I should rename that so s11-welcome because I got the idea from cb-welcome  cool

Offline

Help fund CrunchBang, donate to the project!

#552 2014-05-03 20:08:50

damo
#! gimpbanger
From: N51.5 W002.8 (mostly)
Registered: 2011-11-24
Posts: 4,441

Re: Completely Off Topic Chat

Turns out I borked my Debian Jessie install last night,

Having been known to do that quite a lot myself, FWIW here is my strategy:

1) Have a small partition with a vanilla waldorf (saves messing with a live disc), install fsarchiver and a script to do the cloning.
2) Boot to this spare partition, savefs my main installation with fsarchiver to another drive.
3) Create borkage as necessary.
4) Restore my main system by booting into the spare one and restfs

The beauty of this method is that it saves having to learn lots and lots about how everything works big_smile


Artwork at deviantArt;  Iceweasel Personas;  SLiM #! Themes;  Openbox themes

Online

#553 2014-05-03 20:47:21

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 13,408
Website

Re: Completely Off Topic Chat

damo wrote:

Having been known to do that quite a lot myself, FWIW here is my strategy:

1) Have a small partition with a vanilla waldorf (saves messing with a live disc), install fsarchiver and a script to do the cloning.
2) Boot to this spare partition, savefs my main installation with fsarchiver to another drive.
3) Create borkage as necessary.
4) Restore my main system by booting into the spare one and restfs

The beauty of this method is that it saves having to learn lots and lots about how everything works big_smile

I like learning how things work, mind you a lot of times I have to re-learn what I have re-learned and still say, " WoW, Nice I have to remember this." ... but a simple recovery sounds GOOD!

I have one HDD so booting to another disk isn't possible. I have been very leery of compressed archive files since I've had a few 'backup programs' that used compression fail on me.

a script to do the cloning can you share please. (maybe a new thread)

3) Create borkage as necessary. - totally lost me with this.

Offline

#554 2014-05-03 21:04:15

damo
#! gimpbanger
From: N51.5 W002.8 (mostly)
Registered: 2011-11-24
Posts: 4,441

Re: Completely Off Topic Chat

Sector11 wrote:

a script to do the cloning can you share please. (maybe a new thread)

Just a couple of lines to mount a drive and run the fsarchiver command

3) Create borkage as necessary. - totally lost me with this.

big_smile Do whatever you need to do to bork the installation, and have to reinstall the filesystem!


Artwork at deviantArt;  Iceweasel Personas;  SLiM #! Themes;  Openbox themes

Online

#555 2014-05-03 21:33:39

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 13,408
Website

Re: Completely Off Topic Chat

damo wrote:
Sector11 wrote:

3) Create borkage as necessary. - totally lost me with this.

big_smile Do whatever you need to do to bork the installation, and have to reinstall the filesystem!

You serious?  As in do it ¿on purpose?

Or are you saying accidentally as in a day to day "Oops!" I've been known do have a few of those.

can you not:

fsarchiver savefs /media/sector11/disk/M5.fsa /media/5

nope ...

 03 May 14 | 18:31:26 ~
    $ sudo fsarchiver savefs /media/sector11/disk/M5.fsa /media/5
[sudo] password for sector11: 
oper_save.c#1155,oper_save(): /media/5 is not a valid block device
 
 03 May 14 | 18:31:38 ~
    $ sudo fsarchiver savefs /media/sector11/disk/M5.fsa /dev/sda5
oper_save.c#939,filesystem_mount_partition(): partition [/dev/sda5] is mounted read/write. please mount it read-only 
and then try again. you can do "mount -o remount,ro /dev/sda5". you can 
also run fsarchiver with option '-A' if you know what you are doing.
removed /media/sector11/disk/M5.fsa
 
 03 May 14 | 18:31:58 ~
    $ 

Offline

#556 2014-05-03 23:37:11

CSCoder4ever
#! Keyboard Troll
From: /dev/zero
Registered: 2013-09-03
Posts: 2,068

Re: Completely Off Topic Chat

welp made matters worse for myself. lol ops

Still got 3 weeks of college though, so this fix will more than likely need to wait.  cry

lesson learned though.  glasses

Offline

#557 2014-05-04 04:11:28

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 13,408
Website

Re: Completely Off Topic Chat

CSCoder4ever wrote:

welp made matters worse for myself. lol ops

Still got 3 weeks of college though, so this fix will more than likely need to wait.  cry

lesson learned though.  glasses

Install #! beside #! and have a dual boot system one to use ... and one as a back up.  big_smile

Offline

#558 2014-05-04 04:19:19

CSCoder4ever
#! Keyboard Troll
From: /dev/zero
Registered: 2013-09-03
Posts: 2,068

Re: Completely Off Topic Chat

Sector11 wrote:

Install #! beside #! and have a dual boot system one to use ... and one as a back up.  big_smile

I sorta already do though, #! and Arch ( albiet not completely installed just yet ) monkey

For sure though, I'll definitely have a #! as backup tongue

Offline

#559 2014-05-04 09:14:11

damo
#! gimpbanger
From: N51.5 W002.8 (mostly)
Registered: 2011-11-24
Posts: 4,441

Re: Completely Off Topic Chat

@Sector11

No, of course I wasn't being serious about deliberately messing up my system big_smile

There is already a fsarchiver backup/restore HowTo, but do you think it's worth me posting another with the method I use?


Artwork at deviantArt;  Iceweasel Personas;  SLiM #! Themes;  Openbox themes

Online

#560 2014-05-04 14:46:47

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 13,408
Website

Re: Completely Off Topic Chat

damo wrote:

@Sector11

No, of course I wasn't being serious about deliberately messing up my system big_smile

There is already a fsarchiver backup/restore HowTo, but do you think it's worth me posting another with the method I use?

Honestly I didn't think so but it sounded like it might have been.  Something I'd do.  "Say, I wonder what would happen if ... ? ... OOPS!"

OK got it .. no, that's fine.  I now return you to your regular GIMPing session..  cool

Offline

#561 2014-05-04 15:15:26

jdonaghy
The Manatee Whisperer
Registered: 2014-03-12
Posts: 810

Re: Completely Off Topic Chat

I just ran the OpenIndiana LiveCD, and as it booted and reported on my CPU, it spouted "found 56 cores". That would be a little funnier if it weren't so mean.  tongue

Offline

#562 2014-05-04 15:20:29

damo
#! gimpbanger
From: N51.5 W002.8 (mostly)
Registered: 2011-11-24
Posts: 4,441

Re: Completely Off Topic Chat

My lunch box has 2 cores in it now


Artwork at deviantArt;  Iceweasel Personas;  SLiM #! Themes;  Openbox themes

Online

#563 2014-05-04 15:34:05

jdonaghy
The Manatee Whisperer
Registered: 2014-03-12
Posts: 810

Re: Completely Off Topic Chat

damo wrote:

My lunch box has 2 cores in it now

I prefer tangerines.

Offline

#564 2014-05-04 15:46:29

CSCoder4ever
#! Keyboard Troll
From: /dev/zero
Registered: 2013-09-03
Posts: 2,068

Re: Completely Off Topic Chat

4 of my boxes have 4 or more threads.

Offline

#565 2014-05-05 01:25:07

Alad
Software Satan
Registered: 2014-02-20
Posts: 1,511

Offline

#566 2014-05-05 15:08:08

#!_828
#! Tinfoil Hat
From: Ohio, U. S. of A.
Registered: 2013-09-19
Posts: 1,240

Re: Completely Off Topic Chat

jdonaghy wrote:
damo wrote:

My lunch box has 2 cores in it now

I prefer tangerines.

Oddly enough, I have two clementines in my lunch today  lol

@Alad, JUSTICE!


Those who would trade essential liberty for temporary security deserve neither
Member of the (Un)Official #! Emergency Tinfoil Hat Distribution Center
Emergency Tinfoil Hat Conky Alert System development team

Offline

#567 2014-05-06 10:38:53

twoion
Emerald Caffeine
From: 星界
Registered: 2012-05-11
Posts: 1,106

Re: Completely Off Topic Chat

I won't have time over the summer for my favourite hobby :-( The period of less coding always starts around May.

crop.jpg


あの日の魂は何処へ行ったのだろう

Offline

#568 2014-05-06 14:39:49

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 13,408
Website

Re: Completely Off Topic Chat

@ twoion

Maybe so, but think of the fresh ideas you'll have when you get back  to it.

Keep a small notebook and pencil handy.  wink

Offline

#569 2014-05-06 14:55:23

CSCoder4ever
#! Keyboard Troll
From: /dev/zero
Registered: 2013-09-03
Posts: 2,068

Re: Completely Off Topic Chat

Sector11 wrote:

@ twoion

Maybe so, but think of the fresh ideas you'll have when you get back  to it.

Keep a small netbook and pencil handy.  wink

Fixed that for you! devil

And I fixed that for you!   lol  lol  lol

Last edited by CSCoder4ever (2014-05-06 14:56:07)

Offline

#570 2014-05-07 09:43:03

jdonaghy
The Manatee Whisperer
Registered: 2014-03-12
Posts: 810

Re: Completely Off Topic Chat

Why do people feel the need to upload files with names like pfgroundhog_of_austria_theme_v2.48568686-revision3.5-4ab16byautomator101-automator101atgmaildotcom.tar.bz2 ?

Last edited by jdonaghy (2014-05-07 09:44:48)

Offline

#571 2014-05-07 11:46:36

Unia
#! Octo-portal-pussy
From: The Netherlands
Registered: 2010-07-17
Posts: 4,172

Re: Completely Off Topic Chat

jdonaghy wrote:

Why do people feel the need to upload files with names like pfgroundhog_of_austria_theme_v2.48568686-revision3.5-4ab16byautomator101-automator101atgmaildotcom.tar.bz2 ?

Because they are auto-generated?


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Github

I am a #! forum moderator. Feel free to send me a PM with any question you have!

Offline

#572 2014-05-07 11:55:09

gutterslob
#! Resident Bum
Registered: 2009-11-03
Posts: 3,137

Re: Completely Off Topic Chat

Austria has groundhogs?!


Point & Squirt

Offline

#573 2014-05-07 12:00:52

jdonaghy
The Manatee Whisperer
Registered: 2014-03-12
Posts: 810

Re: Completely Off Topic Chat

Lol. Both good answers. I honestly hadn't thought of them being auto-generated. Just so much to type at times.  neutral

Offline

#574 2014-05-07 19:36:21

boisei0
#! CrunchBanger
From: Gaanderen, Netherlands
Registered: 2013-07-16
Posts: 191

Re: Completely Off Topic Chat

Just finished the configuration of my new sound card (Sound Blaster X-Fi Titanium HD) on Gentoo. Windows was easy: insert cd, press install -> next -> next -> finish. Gentoo was reconfiguring/recompiling the kernel with support for extra modules, emerging some more alsa packages, a couple of reboots and lots of messing with alsamixer and pavucontrol. Did not change a single line of configuration to get it working smile I do only have a borked install of Waldorf installed, so I didn't try it there.


YAWS (cli weather script with conkyForecast syntax) | Bitbucket | Github | Blog
Member of the Unofficial #! Emergency Tinfoil Hat Distribution Center
Emergency Tinfoil Hat Conky Alert System development team

Offline

Be excellent to each other!

#575 2014-05-08 03:14:18

twoion
Emerald Caffeine
From: 星界
Registered: 2012-05-11
Posts: 1,106

Re: Completely Off Topic Chat

The new installment of the Firefox Developer Tools in Aurora adds, among many other things, an option to copy HTTP requests from the network monitor as a curl command! Scripting web pages using shell script instead of js (via GreaseMonkey) just became much more convenient. *feel good*


あの日の魂は何処へ行ったのだろう

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo