Hello Cogniscenti,
I am wanting to install Debian to a USB stick. Has anyone attempted
this, and what problems and special techniques are required? I have
UNetbootin, but might need to get on a later install, this IBM Thinkpad
is still running Hardy Heron, and I need to unjam the package
management, it is wedged with a removed older kernel, but the modules
not removed, they were removed in the wrong order. There should be a way
to force. Even then, with 256Mb of RAM, and limited HDD space, more to
the point to migrate to next PC.
On the latter point, I am wanting to transfer the contents of the home
directories to a 2TB Seagate external USB3 HDD. It appears to be NTFS,
and the Hardy Heron support is "flaky". I can attach to another later
laptop with Debian (Gnome3 and not preferred) or Knoppix on USB. Any
comments about resizing and repartitioning? I would like to retain a
NTFS stub with the Seagate software, which includes the serial number of
the drive.
Regards,
Mark Trickett
I have a rc.local script that runs fine in csh, but I'd like to change
it to sh, but I've had no success at it.
#! /usr/bin/tcsh
if `ping -w 1 -c 1 -n 192.168.1.3 | grep -o "1 packets"` == "1 packets"
mount /nfs/bulk2
While we are at it, is there a more elegant way of mounting the remote
partition only if that machine is on?
iptables-save on rhel5 outputs:
-A RH-Firewall-1-INPUT -s 12.3.4.5/255.255.0.0 -p tcp -m tcp -j ACCEPT
whereas rhel6 outputs
-A RH-Firewall-1-INPUT -s 12.3.4.5/16 -p tcp -m tcp -j ACCEPT
Wanting to normalise iptables-save to one form or the other (preferably
using the dotted quad netmask), the best I can come up with is a line by
line grep (for optimisation perhaps, since a match wont happen often) for
/<number> and then extract the number, pass to cidr2mask, and replace
/<number> in that line (this is part of a self contained shell script that
will be executed on the fly on another host, so I'd rather not rely on
anything that isn't already in RHEL, ie no writing a perl sript myself
unless it's a one liner perl -e thing).
What flag to iptables-save am I missing where it does this for me?
--
Tim Connors
I've been tinkering with gnucash, and the main limitation is that it doesn't support multiuser access.
Can anyone recommend an alternative open source accounting package with similar features (needs to support invoicing).
Thanks
James
I've just added 2 new disks to my HP server, expanded the array, and then expanded the volume.
IIRC the old cciss driver would notify Linux that the device had expanded, but the hpsa driver doesn't appear to be doing this - /dev/sda is still the same size in /proc/partitions?
Is there a way to force Linux to reprobe? I know Linux isn't Windows and I'll still need a reboot after expanding the partition (unless that's changed since I did it last?), but I still thought Linux could notice if a block device increased in size...
Thanks
James
http://www.spinellis.gr/blog/20131211/
Earlier today Stephen Johnson, in a mailing list run by the The Unix
Heritage Society <http://www.tuhs.org/>, described the birth of the
/standard error/ concept: the idea that a program's error output is sent
on a channel different from that of its normal output. Over the past
forty years, all major operating systems and language libraries have
embraced this concept. ...
On 13 December 2013 08:20, Matthew Cengia <mattcen(a)gmail.com> wrote:
> Craig, take a look at Owncloud as a calendar/contact/file server; I hook
> up DavDroid and CalDav Sync Adaptor to that (have had this set up for a
> month or so now since I wiped my phone, installed CM and shunned Google),
> with no significant issues so far. DavDroid does both contacts and
> calendars, but it displayed all my calendars in one colour (may've been
> fixed in a recent update) which is the only reason I grabbed CSA instead.
>
I got sick of Owncloud 5.x. It would transfer many files (when I only
updated one), come up with random transfer errors transferring the files,
retry, complain about conflicts with the files it just uploaded (as I only
had one client there should not be any conflicts), automatically retry
again, and eventually succeed.
I see that there is now Owncloud 6.x, so I should try it. It might have
improved now.
--
Brian May <brian(a)microcomaustralia.com.au>
Hi everyone,
My 2012 nexus 7 isn't turning on anymore but is still in warranty. I'll be
getting a refund for it pretty soon and may replace it.
I was mainly using it for uni stuff, so I'm not sure it's worth replacing
now I've finished. I need to think about it a bit more.
I liked my nexus 7 apart from it breaking. Something sturdier would be
ideal, I won't necessarily break another one with such good timing. Does
anyone have the 2013 nexus 7, how are you finding it? The price range I'm
looking at is $300ish.
Cheers,
Bianca
I have a server with 2 ADSL modems. The server does policy based routing and I do this with ip rule to divert the packets to different routing tables.
I'm adding a 4G card (25Mb down, 12Mb up vs 6Mb down and 800Kb up for ADSL) now, and bridging the wwan0 interface into a vlan from a separate device. I need to use DHCP to connect on the 4G card, but I want the default route added into a different routing table. Which of the various dhcp clients is most likely to offer this sort of flexibility? I've never done any more with Linux DHCP than to just configure it and use it...
Thanks
James