General :: Add A Permanent Association To Links?
Feb 23, 2010
I'm using Links on a Ubuntu server, and to view images I'm using Asciiview, which works well, but the association is not retained whenever I close links. How can I retain this association?
View 1 Replies
ADVERTISEMENT
Mar 9, 2011
With a desktop environment, there are file associations that goes with it. I'm a minimalistic user, who doesn't use any of such, but still want some kind of file associations to ease my burden. So I'm searching for a program that does something like the following. open file.pdf this will look at the extension, and translate to okular file.pdf. Of course one can always write a bash script to do this. I wonder if there is something existing, so I don't reinvent the wheel.
View 2 Replies
View Related
Jan 21, 2010
I need to test linux group permissions on a repository. In one shell, how can I temporarily remove one of my group associations? e.g.If my groups are defined as:
% groups
foo bar baz
How can I make it so it only returns foo bar without baz?
View 2 Replies
View Related
Mar 30, 2010
I'm trying to manually connect my wireless adapter to my router using WPA. I'm using Madwifi drivers for my D-Link DWL-G630. I keep getting the same error " Association request to the driver failed". I can connect to my router using wep through the GUI. I can not connect using the terminal. I created my /etc/wpa_supplicant.conf file
ap_scan=1
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="NYNET"
scan_ssid=0
[code]....
I run these two commands
sudo ifconfig wlan3 down
sudo dhclient -r wlan3
the I run
sudo wpa_supplicant -Dwext -iwlan3 -c/etc/wpa_supplicant.conf -dd
jmorales@jmorales-laptop:~$ sudo ifconfig wlan3 up
jmorales@jmorales-laptop:~$ sudo dhclient -r wlan3
Internet Systems Consortium DHCP Client V3.1.2
[code].....
View 2 Replies
View Related
Dec 6, 2010
At my Uni, we use a web-based login for our internet connections. Its based off of Cisco, and every Wednesday night every computer on campus must re-enter their credentials to use the network.
Normally on my several computers I simply pull up the Terminal, point links to google.com using
Code:
And enter my credentials when Cisco redirects to the login page.
Literally, the process is
Code:
Then ENTER to accept the redirect, down arrow to skip over the logo image, USERNAME, ENTER, PASSWORD, ENTER, ENTER.
Naturally, this is EXTREMELY time consuming, as I have about 5 computers located around campus and must physically walk to the machines and login every single week.
My question is, How would I formulate a program that does the following;
1) checks for connectivity (i.e. is able to reach/resolve to the greater part of the internet) and
2) automatically fills in the credentials on the links login page?
View 2 Replies
View Related
Feb 3, 2009
I have a personal wiki of notes, with now thousands of links in markdown format:
[link text](http://example.com)
but now that fckeditor is available for mediawiki (very beta), it has become much better to just stick with wikitext format. There are only a few conversions to do: tables, links, and bulleted lists. The lists are a fairly simple regex and fckeditor magically reformats the tables, so all I'm left with is the links. But I'm not a regex master. How do I reformat code...
View 12 Replies
View Related
Oct 1, 2010
Ubuntu 10.04 64-bit
Partition on HD
/root
/home
[code]....
View 1 Replies
View Related
Nov 5, 2009
how to save alias permanent
View 4 Replies
View Related
Feb 15, 2010
I have a Finnix live CD. I can customize it by remastering it. When I boot with the live CD I need to make a little change in the boot profileThe boot profile before making the changes islinux apm=power-off vga=791 initrd=minirt quiethe boot profile after making the change become linux apm=power-off vga=791 initrd=minirt quiet root=/dev/sr0Now, I need to make this change (adding root=/dev/sr0) permanent. How can I do that?
View 1 Replies
View Related
May 2, 2011
I have just booted to Puppy (for the first time in my life) on a 6 y/o amd type with a 40Gb HD, Ram: 512.I would like to make a permanent install of puppy onto the HD, I have read various pieces on how to install, defraging, repartitioning, differing file systems. However, i am a bit lost. The computer will be used for e-mail, web browsing, and watching the odd film (films installed on the drive) - I am unsure as to the best combination of file types and partition in order to keep puppy happy and keep some compatibility with the world outside of linux.
For instance, could i have a small partition with the puppy install and setting, and the rest on a format that would be compatible with windows/mac/linux? If so, how do I do this, pls bare in mind that my windows install is running but incomplete. I have the feeling this will be a really simple problem for someone to help me with,
View 2 Replies
View Related
Jun 8, 2011
I have a c file, and I want to open it but not in the terminal. After changing the permission, I tried: vi, pico, ed and vim. But, all open it in the terminal. How can I change the permission of that file to be opened and edited not in the terminal? When I change the permission from the terminal, it only let me edit it through the terminal, and when I check the permission of the file I see it as was it (no change). I need a permanent permission. Although, I command as a root.
View 7 Replies
View Related
Jan 23, 2010
When I enter my bootloader Grub I have to go to the system I want to load and press e to edit. Then I add vga=792 in the end of one line to change the tty resolution. How can I make this change permanent? My distribution is Debian Squeeze and there is no menu.lst in squeeze.
View 6 Replies
View Related
Aug 9, 2011
I have a CentOS running. It is important to have my CentOS available when I am remotely connected to a VPN router. I tried to add a default gateway to the VPN router, but after reboot it goes away. How can i put this as permanent?
ip route add 192.168.2.3 via 10.0.0.1 dev eth0
View 2 Replies
View Related
Feb 15, 2011
I need to add rootdelay=130 to my grub menu every time I boot up. how to edting (which) appropriate file to make a permanent change?
View 2 Replies
View Related
Feb 2, 2010
I have a generic monitor which has problems with many Linux distros. We can boos Sugar on a Stick v2 by pressing <tab> at the Sugar splash screen and adding the boot parameter "nomodeset". I'm handy enough to do this, but my wife, well, not so much. So is there a way to make that boot parameter permanent?
View 1 Replies
View Related
Feb 20, 2011
I can see some soft links in /etc directory which are pointing to /etc/rc.d Directory contents.
Code:
lrwxrwxrwx. 1 root root 7 Jan 31 08:19 rc -> rc.d/rc
lrwxrwxrwx. 1 root root 10 Jan 31 08:19 rc0.d -> rc.d/rc0.d
lrwxrwxrwx. 1 root root 10 Jan 31 08:19 rc1.d -> rc.d/rc1.d
code....
Any body please tell me what is the purpose of these soft links in /etc directory ? I am using RHEL 5.4 ...
View 3 Replies
View Related
Jun 10, 2010
KDE 4.35 Thunderbird 3.0.4. Attached graphic files will only open with Gimp. Preferences allows me to delete an associated application but not to add one.
View 2 Replies
View Related
Aug 24, 2010
My firefox will not open a pdf (Adobe reader/acroread) directly. An error comes up that I need to change my preferences. I have gone into preferences, but there is no area for pdf reader in the preferences panel. I have tried reinstalling both acroread, and adobe reader bin file from adobe website, to no avail.
View 3 Replies
View Related
Sep 15, 2010
I have a Windows 7 partition, a fat32 partition that I use for moving data between Windows and Linux, and an Ubuntu partition. On the Ubuntu partition, I can right click on a text file and the top of the menu says "open with 'gedit'." On the fat32 partition, the same action says just "open," and the "open with" submenu doesn't include gedit.
If I right-click and choose properties on the same file, the "open with" tab shows gedit as the default file association. So that's weird... anyone else seen anything like this?
View 2 Replies
View Related
Sep 21, 2010
I am trying to use VLC playlists.
Either xspf or m3u.
Creating them is fine but the only they will launch is if I "Open With" VLC.
Having "Remember this application for "XSPF playlist" files." checked seems to make the assignment b/c when I right-click to get properties VLC is chosen under the "Open With" tab.
The icon doesn't change from the music note image either (I thought I'd get some VLC icon)
I understand this is a bug and you must edit ".local/share/applications/mimeapps.list"
But don't know what to enter there for XSPF or M3U files.
Ubuntu 10.04.1
VLC 1.2.2
View 8 Replies
View Related
Dec 14, 2010
I was having an issue with trying to create a zip file with ubuntu (10.10) after succeeding with that after missing the completely obvious for like an hour, I now have the following issue:If I select any folder from the "places" shortcut on the top panel, i.e. "home" or "downloads", instead of opening in what I believe to be nautilus, it opens in archive manager with the obvious error message "archive type not supported". How can I restore the function of "places" back to normal please?
View 2 Replies
View Related
Apr 9, 2011
is a file association to a program that will only run in it's own directory. (Arobas' Guitar Pro, if you're curious). The link created by the installer leads to a shell script, which cd's to /opt/GuitarPro6, then executes the program there. Attempting to call the program from outside that directory fails, as the program cannot find it's libraries. It starts normally otherwise.
Passing a file name to the program via the command line works fine, IF you start with the working directory as above. The question is, what can I do to pass the filename to the command line in the shell script, so that double-clicking in Nautilus brings up the program with the file? (Currently, just associating with the shell script gives me the program, with no loaded file).
Second issue is files with an .hjt extension. They're essentially text files, following a specific format used by Treepad. Nautilus recognizes them as text files. When I change their association to Treepad, regular .txt files follow this change, and when I change the .txt's back to Leafpad, the .hjt's follow. How can I separate the .hjt's from the .txt's?
View 9 Replies
View Related
Jan 14, 2011
why scp command not copy links from local copmuter to other ( how to copy the links)as scp -rp dir linux:/dir_targetremark in dir I have files and links
View 1 Replies
View Related
Jul 16, 2015
LXDE my desktop environment in Jessie.
Libreoffice is the program for default to open a file texts.
Evince: not open PDF
Image Viewer: not open photos.
How to change file association for leafpad, libreoffice and evince from console??
Where is the file configuration to association of program in LXDE??
View 4 Replies
View Related
Nov 13, 2010
Since I installed my new debian squeeze system with gnome 2.30.2 I got problems with totem and totem-xine application.
Problem 1: The file asociation for .avi does always open totem! I changed the .avi file asociation unter -> preferences -> "preferred applications" for example to vlc... but no chance it always open the totem player. I looked also in the gnome configuration tool (gconf) and there is the file asociaton set on vlc, but he still opens totem.
Problem 2: All .avi files with video content I cannot see the video and I hear only the audio stream. If I open the video I got a popup with the message that the codec is not installed, then I click on search codecs and totem search for it and does not found anything. I have the codec installed because I see it in avidemux...
- If I install only totem I install also all gstreamer packages ...
- If I install totem-xine I install all xine plugins packackages etc ...
- If I use vlc or mplayer all works fine ...
- If I start totem over a console shell and I open the video, I get no error message in the shell.
View 1 Replies
View Related
Jun 1, 2011
How can I change the MIME/application associations in KDE so that Firefox and other GTK apps see these settings. Right now in Firefox, PDFs open in GIMP and directories in easytag.
View 9 Replies
View Related
Apr 12, 2011
I somehow messed up the file association of the panels.... Alle Folders in the "places" are linked to vlc media player.... except the "Computer" icon If I drag a folder on the desktop it opens with nautilus as it should I remember that i wrote somewhere manually "vlc..." to associate a videodvd, that worked too well I deinstalled vlc, but i only get an errormessage then " cant execute child process" so its still linked to vlc.....
View 3 Replies
View Related
Jun 13, 2011
I'm writing an interpreter and it used simple association lists for mapping varaible names to their values. Here's the code:
Code:
#include "assoc_array.hpp"
#include <string.h>
using namespace LANG_NAMESPACE;
[code]....
I thought that I would replace it with a hash table to increase performance. Note that I decided to store linked lists in the buckets instead of the actual values, in case the hash function outputs the same index for multiple variable names:
Code:
#include "hash_table.hpp"
#include "assoc_array.hpp"
#include <string.h>
[code]....
It runs in about 0.333 seconds on my machine. Since I'm using git version control, I decided to bring back the old version that used association lists. To my amazement, it ran 3 times faster, completing in 0.116 seconds! Is my hash table implementaion really that bad, or is this a really poor benchmark (and real-world code actually will be faster using the hash table)?
View 7 Replies
View Related
May 7, 2010
I have directory that contains some symbolic links:
user@host:include$ find .. -type l -ls
4737414 0 lrwxrwxrwx 1 user group 13 Dec 9 13:47 ../k0607-lsi6/camac -> ../../include
4737415 0 lrwxrwxrwx 1 user group 14 Dec 9 13:49 ../k0607-lsi6/linux -> ../../../linux
[code]....
View 5 Replies
View Related
Jul 26, 2010
I work in a lab when all the guys use PCs with Windows and access the lab linux servers via ssh.
I prefer linux, so I have a local installation of ubuntu 10.4 on my PC. I mount the home of our lab server using mount server:/home /mnt/home/. I can then access the files on the server (I had to change my local UID to match the one assigned to me on our server in order to be able to write to my home dir).
The problem is all the (symbolic) links I have on the server don't work when I access them through the mounted location. I guess the system simply tries following the link in my local /home instead on server:/home.
View 1 Replies
View Related