I want to move my systemroot( C:\WINNT) to a different harddrive on the same system. What should I need to consider? What files do I need to change in order for this to reboot without any issues?
Thanks in advance
I am thinking of switching from Linux to FreeBSD. I know that Linux is currently implementing journaling in there latest file systems. Does anyone know if FreeBSD has a journaling file system?
thanks
Try putting a $ in front of the single quoted expresion.
E.G: echo $'Hello\nWorld'
This should print
Hello
World
From the bash man pages:
Words of the form $'string' are treated specially. The word expands to string, with backslash-escaped characters replaced as specifed by the ANSI C...
I just tested it and you can apply this to virtual interfaces. Simply do this.
cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:0
Then edit ifcfg-eth0:0 as needed. Make sure to have ONBOOT=yes in this file.
Then as root run:
service network restart...
you're not alone. just about everyone I have talked to has the same problem. I currently use opera - www.opera.com - and when I run into a site that does not seem to support it I use netscape. but opera seems to be faster and prone to less crashes. netscape has been like this for as long as...
ifconfig only works while your system is up. depending on your distro you need to edit find the startup files that run ifconfig at boot. you should start by looking in your /etc/init.d directory for any startup scripts that that configure your interface
(e.g. grep ifconfig /etc/init.d/*) then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.