I am working with a small debian linux server and was trying to set eth0 to a static IP address but it was getting reset after boot. I turns out, there's a daemon called ifplugd that automatically configures specified interfaces in which eth0 was specified.
To resolve this, remove all references to the interface from
/etc/default/ifplugd
To view and/or count the open files belonging to a process
List:
ls -l /proc/[pid]/fd
Count:
ls -l /proc/[pid]/fd | wc -l
I've been copying a lot of Ubuntu VMs around lately andam always annoyed to find that after copying, the new VM network setup is broken. After searching on and off for quite a while I discovered a solution. In /etc/udev/rules.d/
you will see a file named xx-persistent-net.rules
This file keeps track of what network devices get what name -in most cases, eth0. If you delete this file on the newly created machine, it will reset your network devices and rebuild this file.
I needed to add a style to every theme for a site (100s). I decided to go simple and just append to the file instead of inserting at a certain point since I didn't know what state any of the themes were in.
This was my solution:
sed -i '$adiv#shortcuts.span-18 a.email {color: #009;text-decoration: underline;}' `find /path/to/themes -name screen.css`
Tags
motorcycle (8) cars (4) work (11) web development (7) porsche (2) life (26) holidays (1) new year (1) photography (3) travel (3) london (1) ubuntu (12) linux (21) birthday (2) weather (1) bow island (2) parenthood (1) qos (1) firewall (1) css (3) fire (1) diy (3) laptop (2) chart (1) test (2) cooling (1) politics (2) harper (1) media (1) modx (1) development (18) pie (1) microsoft (3) sharepoint (1) wine (1) video editor (1) canada (1) abby (1) wii (1) parenting (3) shoelaces (1) christmas (1) pictures (2) unix (1) time (1) google (2) picasa (1) windows (2) joel (1) twitter (1) technology (1) deadline (1) triumph (3) tiger (1) holiday (1) apache (1) mysql (10) tip (1) mechanics (1) server (1) smartphone (1) android (7) vm (1) ted (1) music (1) sql (1) postgres (1) svn (1) vmware (1) house (2) camping (1) replication (2) mechanic (1) oracle (2) databases (1) debian (1) sqlserver (1) sql server (1) datapump (1) blog (1) C# (1) MVC (1)