Can you sync mutiple iPods with the sames iTunes library? I would like to keep just music on my iPod nano, but have both music and videos on my iPod touch. Is this even possible?
I would appreciate help on this. I tried myself, see below.
cp 40.129.98.db 40.234.173.db
nano 40.234.173.db
(modified IP in the file to reflect 173 IP, updated SERIAL)
named-checkzone /var/named/40.234.173.db
root@server [/var/named]# rndc reload 40.234.173.in-addr.arpa
rndc: 'reload' failed: not found
I am trying to get a simple script to run automatically at startup. A friend told me to do this but it did not work. Could someone take a look to see what it is missing?
*(Also I am brand new to linux, so this is pretty foreign to me)
Here is what I was told to do:
In terminal
sudo nano /etc/init.d/obabp.sh
Then enter this text:
…
How would one modify the following line in iptables file (debian)?
ACCEPT all -- XXX.XXX.XX.X anywhere PHYSDEV match --physdev-in vif3.1
TO
ACCEPT all -- YYY.YYY.YY.Y anywhere PHYSDEV match --physdev-in vif3.1
I looked up the https://wiki.debian.org/iptables
and I'm having hard…
This week we learned how to get started with the Linux command-line text editor Nano, “speed up Start Menu searching, halt auto-rotating Android screens, & set up Dropbox-powered torrenting”, change the default application for Android tasks, find great gift recommendations for Valentine’s Day using the How-To Geek Valentine’s Day…
I have booted from a live USB ("Try Ubuntu"), that also has a persistent option set (I used LiLi to create one) to do some tests for this pcie hotplug issue I'm having.
I'm trying to test some boot paramaters (like in this question) by doing this
sudo nano /etc/default/grub
sudo update-grub
The problem is that that last command…
I have a brand new ipod nano, and if I plug it in to my media center running Ubuntu 9.10, it gets mounted and I can see it in Nautilus.
Banshee, however, does not list it anywhere. Under preferences/extensions, I've checked that the ipod plugin is enabled.
Rhythmbox could see it okay. I found some forums suggesting uninstalling…
I believe that umask is something that controls file permissions, but do not fully understand it.
After running umask 0644 in a terminal, I cannot read the files I create with the command-line text editor nano. I noticed that the permissions of that file are set to 0022 instead of the default 0755.
How does umask work? I…
The formatting on the html version of the nano-services is a bit off (Word to HTML is so much fun) so I am also making it available as PDF.if you don’t rememberNonoservice is an Anti-pattern where a service is too fine grained. Nanoservice is a service whose overhead (communications, maintenance etc.) out-weights its…
The formatting on the html version of the nano-services is a bit off (Word to HTML is so much fun) so I am also making it available as PDF.if you don’t rememberNonoservice is an Anti-pattern where a service is too fine grained. Nanoservice is a service whose overhead (communications, maintenance etc.) out-weights its…
I've been using nano, make, gcc, and gdb for 6 months now and I've found it much easier than using VS or Codeblocks. But I'm wondering now:
Is development on a terminal more/less efficient that using an IDE?
In what situations is one preferred more sensible than the other?
I'm not asking about opinions, I want to…
I have a text file with a strange character encoding that I'd like to convert to standard UTF-8. I have managed to get part of the way:
$ file myfile.txt
myfile.txt: Non-ISO extended-ASCII text, with LF, NEL line endings
$ iconv -f ascii -t utf-8 myfile.txt > myfile.txt.utf8
$ file myfile.txt.utf8…
Recently reading the question What languages do you use without an IDE? One question asked in a few answers was "is Notepad++ and IDE?"
One answers to the original question said "None, I use vim...", implying that vim is an IDE. But then another answer suggested vim isn't an IDE.
So where is the line?
…
Tried Fprint, was stupid enough not to backup the common-auth file before changing it.
Somehow I'm locked out of the system, trying to fingerscan doesn't do any difference. Even when I've done it 5 times and it asks for password, when it asks for password and I write it in and it says that it's the wrong…
After installing Eclipse, I wanted to try to enable the global unity menu for Eclipse. Following a guide on the web, I was to make a change to:
sudo nano /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
by changing Eclipse to Xclipse.
After making that change, and then running sudo ldconfig.
and…
I am trying to make a multiple enemy array, where every 30 secods a new bullet comes from a random point. And if the bullet is clicked it should disapear and a pop like an explosion should appear. And if the bullet hits the ball then the ball pops.
so the bullet should change to a different sprite or…
I've formatted my USB and remade the live USB twice. I tried editing editing the commands (pressing the 'e' key while the command was highlighted on the GRUB menu) by 1. deleting quiet splash and replacing it with nomodeset 2. adding nomodeset right before quiet splash 3. deleting quiet splash and…
How can I rename my computer? Renaming it in /etc/hosts and /etc/hostname does something weird. Before renaming it, I am able to open these files via sublime using
sudo subl /etc/hosts
but when I rename my Computer (using nano) and open any of these files using subl, I get this message:
No…
I know nothing of game development/this site, so I apologise if this is completely foobar.
Today I experimented with building a small game loop for a network game (think MW3, CSGO etc). I was wondering why they do not build in automatic rate adjustment based on server performance? Would it…
I am on Ubuntu server and would like to send an email to myself every 10 minutes (as a test).
The code for that is in this file:
/var/www/cron-test.php
To set up the cron I typed:
crontab -e
and added this line to the bottom of the file using nano editor:
### email me every 10 min.…
I am attempting to create a virtual machine using libvirt that will have a GNOME GUI and remote accessibility. I have successfully set up the VM to run, but I am unable to access it remotely.
The command issued to build the VM:
sudo vmbuilder kvm ubuntu --suite=precise --flavour=generic…
Please, I have been dealing with the alt-tab problem for a long time. I have alreade check keyboard shortcuts in the configuration panel but it still doesn't work. (I already had this problem in ubuntu 12.04, but since I installed 14.04 another problem came arround. I can't add work…
Hello need help to get my wifi chipset working.I have brcmsmac driver and i would like to have brcm80211 chipset up and running. I have tried everything but nothing helped?
git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
Copy brcm/bcm43xx-0.fw and…
I hear all the flame wars about vi/vim and emacs and which is better etc but honestly, I just use sublime. When I have to edit from the CLI I use nano (it's simpler to use).
I'm wondering if I'm missing something. Should I put the time/effort into learning one of those…
I'm using Ubuntu 12.04 and grub selections appear each time I boot. This happens on both of my computers.
I have tried editing the /etc/defaults/grub to use default, to use the 0 entry, and ran the update on it. But nothing seems to solve the problem.
(showing…