Ubuntu :: Saving Menu Format To Port It On Another Computer?
Jun 2, 2010Well I have a very custom menu and I want to save it to port it to other computer... so how do I do it? Without doing the whole thing over again if possible!
View 2 RepliesWell I have a very custom menu and I want to save it to port it to other computer... so how do I do it? Without doing the whole thing over again if possible!
View 2 RepliesI usually work with plain text files, and when moving them across platforms, the differing format creates problems. I want that whenever I save a file with extension *.txt, it be saved as DOS format, and all other extensions or without get saved as Unix format.
View 2 Replies View RelatedI keep all my documents on one hard drive of a wire network, on a Windows XP computer. To access a document to my Ubuntu 11.04 machine, I can't open LibreOffice and access it from there. I have to click on the doc in the file manager; then LibreOffice opens with it. Likewise, when I try to save to the net I get an in/out error message. I have to save to the desktop and then move the doc from the desktop to the XP machine.I'm sure I'm missing some procedure. Can someone tell me what it is?
View 2 Replies View RelatedIf I DL something from the Internet It askes were to save. This is normal however even though my 2 computers are nicely networked I can't seem to navigate to the network to save onto the other computer.
View 6 Replies View RelatedI need redirect serial port from ONE computer to ANOTHER computer, and at the another send this port to VirtualBox with WindowsXP.VB needed because i need to use software for windoze I do this:NE computer:socat tcp-l:54321,reuseaddr,fork file:/dev/ttyS0,nonblock,waitlock=/var/run/tty0.lock
ANOTHER computer:
socat pty,link=/tmp/ttyS0,waitslave tcp:ONE:54321
Now (at ANOTHER) i've set serial port in VirtualBox as
[code]...
I wanna find a way to change the Computer menu from Kickoff.
View 6 Replies View RelatedI managed to get the VGA port working ok, but for some reason the DVI port doesn't want to work. I downloaded new drivers for my graphics card, and although it helped fix a few glitches in the system It didn't fix the DVI problem. I am currently running Ubuntu 9.10 and have a Samsung 2443bw monitor with a 1920:1200 aspect ratio.
View 7 Replies View RelatedI am using Debian lenny (kernel 2.6.26-2-686).
I changed my menu.lst to use
root=UUID=<long uuid string>
instead of the good old
root=/dev/sd...
I did that because, if I boot with a usb drive attached to my computer, sda become sdb and therefor nothing works anymore since my friend Kernel can't mount it's root partition. BTW, it works wonders using the UUIDs. The story darkens each time there is a kernel update, dist-upgrade resets my menu.lst back using the /dev/sd... format. and BANG... no more booting again. I am good to change my menu.lst back each time.
I am using SSH forwarding for accessing particular ports of a distant computer no problem. I also want to access another computer`s ports as if they are local without individually forwarding ports. In a way this distant computer will become a local computer over the internet. So instead of having localforwarding in my SSH config I just want to be able to say that this IP adress will accept all the port connections, butall those connections will be forwarded to a distant computer over the internet.
View 1 Replies View Relatedi have just discoverd i can't enter my windows 7 via grub boot menu i get error 13 Invalid or unsupported executable format what can i do? # This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
[Code]...
I'm having trouble with Webmin. I got it up and running. However, I was changing the 'listen on port' to something other than port# 10000. I made sure ufw was open to the tcp requests on my new webmin port only. UDP has been disabled. I type in my browser my ip address with the new port, and I get 'problem loading page' now. How can I see the tcp port webmin is set from a terminal on the host computer? Do I goto a webmin folder and change a .conf file?
View 4 Replies View RelatedI'm trying to enable port forwarding so I can use my computer as an FTP server to some friends. Here's my setup:
CLEAR wireless modem <--> LAN port 4 on router (not WAN) and LAN port 1 on router <---> eth0 in Ubuntu 9.10
The modem acts as a DHCP server which successfully assigns an IP address to my desktop system. I can also go onto the internet just fine on my desktop, and any other computer that connects to the router.
I have enabled port forwarding on the modem (not the router because it's being used as a switch, and not using its WAN port) to forward ports 21 and 80 to my desktop. What I don't understand, though, is that when I try to FTP to the modem's WAN IP address, the connection is refused. However, when I use websites such as:
www.canyouseeme.org
www.yougetsignal.com/tools/open-ports/
They say ports 21 and 80 are open (and not other random ports like 22 or 23 which I tried to see if the site simply said everything was open) but I cannot access my site from a web browser.
I was wondering what it was that's stopping computers from the Internet from communicating with my computer? The modem? The router? Configs?
When one should try to connect to port 3306 of particular ip here e.g. 345.56.67.87 it should be redirected to port 3306 of internal machine. This is the scene : How can I access the particular port of the machine which is behind the router . i.e. From out side internet I would like to connect to the port 21 of the machine (192.168.5.8) which is behind router (345.56.67.87) . Here are the details I tried : both side linux (centos)
1.enabled ip forwarding of router (345.56.67.87)
2.enabled ip forwarding of machine (192.168.5.8)
3.implemented some iptable rules: /sbin/iptables -t nat -A OUTPUT --dst 345.56.67.87-p tcp --dport 3306 -j DNAT --to-destination 192.168.5.8:3306
4.iptables -t nat -A OUTPUT --dst 345.56.67.87 -p tcp --dport 3306 -j DNAT--to-destination 192.168.5.8:3306
I tried to google on it mainly it dealt with the iptable rules. of which i applied but error is" can not connect to the port 3306 of 192.168.5.8"
I have a need to displace a serial port from one Linux computer to another computer running Windows (XP.) I am running Heyu on a Linux machine in a closet. The power leg for that circuit cannot let the X10 communication reach most of the rest of the house. Where it does work, is from my office but there I am running XP computers only.
I would like to plug the CM11A into my XP computer, share it's serial port and have the home automation computer (running Heyu and Linux) use the LAN to get to the XP serial port without Heyu knowing it is not a local port. Has anyone done this? Can I share a serial port in XP? Can I get Linux to map a serial port to a virtual one on another machine?
I have a computer which has a public IP.My ISP has allowed only port 22 for my machine to be accessed outside from internet.I want rest of my computers which are connected to this machine be accessible via SSH on internet.I can configure IPTABLES to route different ports to internal machines but since ISP has given only one port for the gateway how can I go for it any guesses. I came across some thing reverse SSH tunneling but that has to keep the connection alive all the time at gateway I want my trusted people to be directly able to access the machines on LAN to which they have account to login in this scenario.
View 3 Replies View Relatedwhile my brother was browsing the web on my windows partition he had a blue screen pop up, one of the soft/hardware error ones, not a true BSOD, anyways, ever since my lan port on the computer seems to not be activiating as no wired connection is recognized. The lan port/card is directly attached to the Mother Board, it's a gigabyte motherboard in a self-build computer. I'm just wondering if there's anything I can do to troubleshoot this and see if it is truly a hardware problem or if its something else.
View 9 Replies View RelatedI notice that my bittorrent client is capable of automatically setting up port forwards with my router, and I want to know if I can do the same in a shell script. The reason is, that since my router is stupid and won't let me keep static IP addresses (it seems they forced a DHCP refresh every week to make me want to pay for a more expensive model which doesn't), I need to get my computer to change the port forward to follow my computer's changing internal network IP address. I have a couple of port forward manually entered into my router settings for web interfaces to bittorrent etc, but of course these have a good chance of being invalidated at each DHCP refresh cycle.
View 1 Replies View RelatedI have a computer with two interfaces eth0(LAN) and eth1(WAN).I have followed some guides on the internet and came up with this iptables configuration:
# Generated by iptables-save v1.4.4 on Wed Apr 20 09:43:12 2011
*nat
:OUTPUT ACCEPT [0:0]
[code].....
So I've been trying franticly to get a means of installing Global Menu on my computer (vr 10.04) and have had no success so far. I have downloaded the files, but at this point have no idea what to do with them.
View 2 Replies View Relatedi installed ubuntu 10.10 to my external HDD and it works. Recently, i reinstalled windows therefore, there is no more grub menu when my computer boots. I tried to reinstall grub to my external HDD but it doesn't work.
View 9 Replies View RelatedDoes anybody know, how can I get GNOME Computer Menu (kick-off menu) like openSUSE in Fedora?
View 4 Replies View RelatedI recently forced a reset on my applications menu, this system has been updated since at least Intrepid all the way through to Maverick and so I have decided to start having a bit of a clean up. Having deleted my ~/.config/menus directory and logged out/in, I noticed that I now have a menu for 'Other' within my applications menu, there must be around 200 entries in there, detailing every app I have ever installed through wine (whether they are still installed or not) along with a few others (VMWare player for one example).
Where are the files located that the computer probes to regenerate this menu? I'd like to clear the list as much as possible as the same list gets in the way when choosing what program a file should be opened with (it's far easier to choose from a list of currently installed apps than a list of 300 or so possibly installed apps).
I installed Ubuntu over my windows partition but kept the other NTFS partitions that I use for storage. For some reason GRUB shows up with the option to boot into XP (which isn't there). How do I get rid of the boot menu completely so my computer boots straight into Ubuntu?
View 2 Replies View RelatedI did a clean installation of Ubuntu 10.04 and I found that after the computer booted, the GRUB stopped by waiting for entering command -- "grub >". The GRUB version is 1.98. I want to go directly to the GRUB boot menu after computer booted.
View 9 Replies View RelatedI'm very new to Linux but when I first installed it, I downloaded the Start-Up Manager so I could change the boot order. I have a dual boot Windows-Linux, I set the default as Windows. Recently my computer started booting to the system memory test in the grub menu instead of Windows. When I try to open the Start-Up Manager now it asks me for the password as usual and then does not start. How I would change it back to windows for the default? I'm running Ubuntu 9.10.
View 2 Replies View RelatedI want to do a simple port redirect, i.e. whatever comes trough whatever interface on port AAAA will get redirected to port BBBBI thought that iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport AAAA -j REDIRECT --to-ports BBBBhowever it doesn't work, e.g. nc -v -w2 -z localhost AAAA gives:
nc: connect to localhost port AAAA (tcp) failed: Connection refused
while
nc -v -w2 -z localhost BBBB
[code]....
I have deleted menu.lst file by mistake.
Now i am afraid to restart my computer as i think This will not get the link for boot the system.
Please let me know how can i restart my computer after shut down.
Will it be a problem in starting of the system.
Having openSUSE 11.2, Firefox (latest release) is having some issues when comes to "saving image as", it fails to offer "saving window"? Konqueror works normal, what could be the problem with Firefox?
View 4 Replies View Relatedafter a successful installation of the latest debian testing amd64 kde CD-1 iso, the monitor shuts off about 2 seconds after passing the grub2 menu while computer remains powered.
View 7 Replies View RelatedI have a mail server i need it to send message via port 587 not port 25, i make some changes to my postfix server which i use and it is already successed making a telnet to 587 port like it :
[Code]....