Slackware :: Make A Browser Distinguish Between Files And Folders?

Oct 22, 2010

I'm playing with apache (and to be quite honest have no idea what I'm doing at this stage!) and currently have a large number of files and folders on the sad little site. One thing that is really bothering me is that files and folders both appear the same. I'm not looking for anything fancy. Something like this is more than adequate. Right now there is simply a dot next to each item.

View 2 Replies


ADVERTISEMENT

Slackware :: Make Konqueror A Viable Web Browser?

Nov 12, 2010

I've finally got Konqueror working well enough to uninstall Firefox. The problem has been KHTML, which has big problems rendering modern web content with heavy scripting. a team of developers has been working on creating a webkit rendering engine as a modular Kpart for Konqueror. Kwebkit will probably be included with KDE 4.6, but for the moment it's something you have to install yourself. Here's what I did. First of all, these steps were all performed on a -current64 box with Alien Bob's KDE 4.5.3 package [URL] installed. I started out by installing kwebkitpart using the package available here: [URL]

At this point you can use kwebkit by launching Konqueror, going into View > View Mode and selecting Kwebkit. Trouble is, it's not going to be stable... Konqueror will crash constantly. In order to achieve stability you have to install QT4.7 or higher.

You can get the latest QT (4.7.1) here: [URL] You don't need the complete development environment; just get the framework. I'm assuming here that you have the Slackware source tree somewhere on your hard drive (mine is in /opt). You'll find QT in the /l directory. Save the existing source code somewhere else and put the code you just downloaded in it's place. Because the new source code has a different name you'll have to modify the script accordingly. I modified this line:

Code:

if [ -r $CWD/qt-$VERSION.tar.gz ]; then
tar xvf $CWD/qt-$VERSION.tar.gz || exit 1

Code:

if [ -r $CWD/qt-$VERSION-opensource-src-4.7.1.tar.gz ]; then
tar xvf $CWD/qt-$VERSION-opensource-src-4.7.1.tar.gz || exit 1

Code:

cd qt-$VERSION || exit 1

Code:

cd qt-$VERSION-opensource-src-4.7.1 || exit 1

By the way, I dropped into init 1 before performing the build:

Code:

init 1

I'm not sure that's really necessary, but I like to do that before doing anything that directly affects the GUI. Anyway, I then just ran the Slackbuild:

Code:

./qt.Slackbuild

It took a long time. After it builds you can go into pkgtool and uninstall the previous version of qt. Then reboot your box. I rebooted into init 3 so I'd have a working terminal if something went wrong with the new version of qt. But no prob; I booted into the terminal, logged in, startx and no sweat.

[code]....

View 14 Replies View Related

Ubuntu :: Make Files And Folders Hidden?

Oct 1, 2010

is there any way to make files and folders hidden?

View 3 Replies View Related

Ubuntu :: Make Certain Files/folders Invisible To Specific Users?

Jan 7, 2011

I've got a NAS running and I'd like to somehow make some of the folders and files invisible to certain users only. For example, if I 'ls' a directory, I want to see files 'a', 'b', and 'c'. But if another user does 'ls' in the same directory, I only want them to be able to see 'a' listed.I know I can use 'chmod +700' to make certain files not able to be read/written, but the filename would still appear in a 'ls'.I know I can put certain files inside of a '.hidden' file in the folder, but then it would be hiEdit : I'd also like to mention that the users that connect to the NAS could be coming from Windows or Mac operating systems. So hopefully the solution would work for users from those systems also..

View 5 Replies View Related

General :: Recursively Rename Files/folders To Make Their Names Windows-friendly?

Jan 29, 2011

I have a bunch of files on a Ubuntu box, which have various characters in their filenames that Windows doesn't accept (mostly ":" and "*", but possibly others).What's the simplest way to get these all renamed and moved to a Windows machine? It's OK to replace these characters with something like "[colon]" and "[asterisk]".

View 1 Replies View Related

Slackware :: Make K3b Write Files With Correct Mask

Jan 14, 2010

I've blown a couple of DVDs trying to burn them with correct file masks (directories and files are read-only). There doesn't seem to be any documentation for K3b (building the index doesn't do squat and the help says "The file or folder help:/k3b/index.html does not exist"). I can't seem to figure out a setting that simply copies everything the "way it is."

View 7 Replies View Related

Ubuntu :: Can't Open / Browser The Folders

May 1, 2010

I'm running Ubuntu 9.10, and I can't open any folders. Nor can I put any files onto my desktop. I read on another thread that you should try reinstalling Nautilus, so I did that, and nothing changed. I also tried to open a folder in the Terminal, in this case the downloads folder, and I got this.

(nautilus:2172): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed
Initializing nautilus-gdu extension
** (nautilus:2172): WARNING **: No marshaller for signature of signal 'UploadFinished'
** (nautilus:2172): WARNING **: No marshaller for signature of signal 'DownloadFinished'

[code]....

View 6 Replies View Related

OpenSUSE :: Dolphin Losing Files When Copying Many Files Or Large Folders?

Feb 14, 2010

I've discovered that Dolphin seems to lose random files when copying many large folders.

I first noticed this a few months ago when I tried to copy my music library from one folder to another on the same HDD. It consisted of around 600 folders and 6500 files. During the copy there were no errors but after the copy I found that some of the newly copied folders were missing files. I put it down to human error or a glitch.

Yesterday I tried to copy 13 folders containing rips of some of my DVDs. Each folder basically had one film of either 700MB or 1.4GB. Again no errors showed up during the copy but I found 3 of the newly copied folders were empty.

It's not so critical with music or films but I can't afford to lose work data like this.

Has anyone experienced or seen a similar problem with Dolphin? I'm going to have to do some more extensive testing but this is not good.

The first time I noticed the problem I was running KDE4.3.4 (I think) and now the latest was with KDE4.4.0.

View 9 Replies View Related

Ubuntu :: Unity Files And Folders Search Doesn't Show 'old' Files?

Jul 20, 2011

I have noticed that the files and folders search in Unity, only shows up those files which have been amended (or possibly just opened) since the install.

i was wondering if there was a way i could have the search index (or something vaguely equivalent) all the files on my machine. This is especially important given that i reinstall the OS every six months on a new distribution cycle, copying all my old files across.

Without being able to see my old files the search is pretty much reduced to a recent history search.

View 3 Replies View Related

Programming :: Command For Find/Replace In Text Files (inc. Files In Sub-folders)?

Oct 11, 2010

I found this command that works great finding and replacing a simple string to another in files located in that folder and all sub-folders.

Code: find . -name '*.php' | xargs perl -pi -e 's/OldText/NewText/g'

The problem I have is that I need to replace a more complex string, like this: Old string: /mnt/stor6-wc2-dfw1/627896/982574/ New string: /mnt/stor8-wc2-dfw1/369587/302589/ There I don't know how to do it... since the / is what separates the old from the new strings, and the strings that I want to replace have / in it. Also, I would like to know how to specify under what folder replace the files, for example, I want that it search/replaces all files under /var/www/mysite/htdocs folder.

View 1 Replies View Related

General :: Copy Files And Folder Except Some Files And Folders?

Jun 8, 2010

I have many files and folders in my source folder. I want to copy some files and folders from that source folder to destination folder. What should be require to given with the "cp" command?

View 1 Replies View Related

Ubuntu :: Make Install Instead It Has Two Folders?

May 2, 2010

im trying to install peazip and its different then the usual ./configure, make, make install instead it has two folders (please look at attachment)

View 3 Replies View Related

Ubuntu :: Way Can Make Wine Be Able To See Folders?

Aug 3, 2011

Does anyone know a way I can make Wine be able to see my Ubuntu folders? I want to be able to use iTunes with Wine but also be able to just use my home folder instead of putting music and stuff in the Wine folders.

View 2 Replies View Related

Fedora :: Swiftfox - Can't Make Default Browser

Dec 22, 2009

Just installed swiftfox on my Fedora 12. i open it and so no to make default browser, then it just closes.

View 9 Replies View Related

Ubuntu :: Make Apache Ask For Password In Certain Folders?

Apr 13, 2010

First off please don't say "go read the man page". I need instructions for newbies

I basically want certain folders to deny access to all clients exept those that supply the correct user name and password. I tried following the directions here (for the basic authentication), but its not working. Someone kind enough to help out a confused person like myself?

View 4 Replies View Related

Ubuntu Servers :: FTP Slow In Certain Folders / Make It Up?

Jul 21, 2010

I posted this yesterday, but my post completely disappeared (I looked high and low -- nothing.)
I am using Ubuntu Server 10.04, all the latests updates.
For an FTP Server, I use ProFTP.

One specific directory, and it's subdirectories on my server will not download at a reasonable rate. They move at about 17-50KBPS.
All other folders work fine, at around 1.5-2.5MBPS.

What is going on? I have no idea how to troubleshoot this. The files being transfered are in a directory under home. They should have no permissions issues (I reapplied the permissions I want already), I tried restarting ProFTP, the files vary in sizes (from a few kilobytes to about 120 megabytes).
I use Webmin for most web management.

I am not having overload issues with my network card or CPU utilization while downloading these files. They are being accessed from the local network.

This issue is taxing because the files in question are backup files.

View 9 Replies View Related

Ubuntu :: Make Folders Display As In Windows?

Sep 13, 2010

New ubuntu user here, and i feel 100% comfortable with it now other then command line

i love it, feels better then windows, and im in awe at how fast it boots

i have 2 gripes only, that im hoping can be fixed!

is there anyway to make ntfs hidden fils hidden again?

i have a storage partition that i use on windows, and now ubuntu, the problem is theres all sorts o wierd ****

like "system voume information, RECYCLEBIN-O1" and wierd crap like that

its usually hidden in windows, but visible and clickable in ubuntu

is there some way to hide these files and folders? i think windows needs them, but they look so bad and ruin my folder organization

and also, is there some way to have my storage partition always mounted? each time i restart i lose my music library in rhythembox, and have to redirect it to my music folder on my storage drive.

View 8 Replies View Related

Ubuntu :: Make Folders Windows Compatible?

Sep 19, 2010

I have an folder with different websites saved on it but when I'm about to extract it to an .zip and unextract it on Windows it says something like wrong name.What to do?DIT: Would it work if I installed VMware Workstation on my PC?

View 3 Replies View Related

General :: Distinguish Between SATA And ESATA?

Jul 20, 2011

In Linux is there a way to distinguish between two connected hard drives and tell which one is eSATA through shell or anyother way?

View 2 Replies View Related

Ubuntu :: Distinguish Between Tabs On Taskbar?

Oct 2, 2010

Currently the way tabs on the taskbar look (the bar at the bottom) make it a bit hard to distinguish between them. sometimes they all look like one big clump of text. its quite messy. when you look at something like the windows xp taskbar [URL] its much easier to see between them. I guess its also because the buttons look 3D in that they stick out a bit. Plus the choice of colours used for when you are on a tab helps.

How do I change/find a theme for this?

View 1 Replies View Related

General :: Distinguish Different Processes Of The Same Program?

May 22, 2010

First I create a named pipe at /tmp/.pipe by

Code:
mkfifo /tmp/.pipe
which is then used in a shell script called A.sh like this

[code]....

View 1 Replies View Related

General :: Distinguish Between Tab And Space In A File?

Mar 22, 2011

suppose in tab separated file with n columns and if in a column i put a value which is space separated .how can i able to find out a specific column..ie

NAME<TAB>ADDRESS<TAB>AGE
akhand jyoti<TAB>banglore<TAB>21
vijay<TAB>new delhi<TAB>22
ram kumar verma<TAB>ram nagar<TAB>43
..
..

now i want to print NAME column(or any column). how can i do that?

View 3 Replies View Related

CentOS 5 :: Distinguish Between What Caused A Shutdown?

May 8, 2010

I am running a server at home, and on rare occasion my server will shut down. Is there a logfile I can check to determine whether the server was shutdown due to a script on the computer, a power loss, or someone hitting the power button? I am not by any means a linux guru, but I know enough to get around.

View 9 Replies View Related

Ubuntu Installation :: Make Firefox Browser Before X Window?

Jan 23, 2010

I am newbie and i want to make firefox browser should come before x windows starts in linux system. so can anyone help me how to do that?

View 2 Replies View Related

Ubuntu :: Way To Make Disk That Will Have All Settings Browser Choices

May 2, 2011

So I have an external 100 gb drive which makes it easy to move all my files and folders etc.Is there a way to make a disk that will have all my settings browser choices etc?

View 6 Replies View Related

Ubuntu Servers :: Make Apache Ask For Password In Certain Folders?

Apr 13, 2010

I basicly want certian folders to deny access to all clients exept those that supply the correct user name and password. I tried following the directions here (for the basic authentication), but its not working.i have

Code:
Deny from all
AuthType Basic

[code]....

View 2 Replies View Related

General :: Delete The Folders And Make Space To Continue

Aug 29, 2010

i have been copying dvd's and now i do not have enough room in my temporary folder,but i cannot find out how to delete the folders and make space to continue

View 7 Replies View Related

Slackware :: No Sound In Any Web Browser?

Dec 7, 2010

This problem applies to Konqueror, Firefox, and Seamonkey. It applies equally to all forms of online sound content, from flash to yahoo media player. Yes, the sliders are up in my sound mixer! I have sound from all other apps, just not web browsers. It also applies to alluser accounts.

View 7 Replies View Related

Debian :: Make The File Browser Column Width Smaller?

Jul 1, 2010

I would like to know how to make the file browser column width smaller than I can normally adjust with the mouse. I have minimized with the mouse, it is still too wide. Is there a minimum column width setting I am supposed to specify somewhere?

View 2 Replies View Related

Fedora :: Make Mozilla Firefox Browser Work For Xampp?

Dec 23, 2010

I have installed Xampp on Fedora 11. After that I have gone to Mozilla Firefox Browser and wrote [URL].. on the address bar but it is not supporting Xampp, when I opened Konqueror Browser and wrote [URL].. on the address bar it is supporting Xampp and showing everything of Xampp. Now, is there any way to make Mozilla Firefox Browser work for Xampp?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved