Ubuntu :: SVN Browser Without Local Copy?
Apr 10, 2010
I am looking for a SVN repository browser which dosen't have a restriction of creating a local copymy problem is as listed.I use projectlocker.com for my svn repo'snow once repository is creted i want to create a truck i.e a folder named trunk.and then checkout the truck on my folder and keep updating it as normal.earlier i used to achieve all this by simply using Tortoise SVN Browser and creating a folder.can any one suggest me a replacement of tortoise svn's Browser feature.Note : i know replacement of Tortoise SVN, i ma currently using PAGEVCS. I want a replacement of Repository browser.
View 2 Replies
ADVERTISEMENT
Feb 26, 2011
I have a System with 3 raids and 11 hard drives
#1 Raid5: 6 * 1TB WD Green Power
#2 Raid1: 2 * 500GB WD Greem Power
#3 Raid1: 2 * 2TB Hitachi 24/7
[Code]....
i can't do the write test because it says: "the disk seems to ahve usage 'filesystem' ..." So I try copy via file browser.. From #1 to #3 i have an average write rate of 17 MB/s (one big file) When I do the same over GBit network, i get about 21 MB/s
I've got an X2 4200+ which is about 50% in use (both cores) in the worst case.
View 3 Replies
View Related
Dec 13, 2010
I'm trying to copy paste about 5k lines from a vi text file onto a website but obviously manually selecting the text from my screen and pasting it one page at a time is time consuming so I was wondering if there was an easier way to do this?
View 2 Replies
View Related
Feb 10, 2011
Why can't I copy from a web browser and paste into a shell?
Sometimes it works, other is does not.
I also used the right click menus to make 100% sure that COPY and then Paste were valid
View 12 Replies
View Related
Jun 24, 2010
i was trying to copy some files over my hdd using wget.this was the format of the command the catch is that there is a local website that is installed into directory heirarchy and i would like to use wget to make the html files link to each other in one directory level.the command didn't work inspite of trying different forms, so what's the mistake in this command or is there another way?
View 3 Replies
View Related
Nov 9, 2010
I'm trying to figure out if it's possible to configure apache or any other linux http server, to allow the visiting user to start applications installed locally on the http server and get the GUI of that application displayed in a java applet (or any other similar solution). In short, I'm looking for an alternative solution to proprietary technologies such as Citrix and Microsoft Remote Access Gateway.
View 3 Replies
View Related
Mar 20, 2011
Trying to watch videos for the first time using Fedora 13 there was just a black screen where the video play button should be, both on Firefox and Google Chrome, and the message: ?You need to upgrade your Adobe Flash Player to watch this video?. So I downloaded Flash Player 10.0 for x86_64 from Adobe Labs. They advised: To install it, copy libflashplayer.so to your 64 bit browser plugins directory (such as /usr/lib64/browser-plugins/). How do I do this? I know how to sign in as root, but don?t know how to go to /usr/lib64/browser-plugins/, nor do I know how to ?copy libflashplayer.so to your 64 bit browser plugins directory?
View 14 Replies
View Related
Feb 4, 2011
Does anyone know of an application for making copies of web sites that can be read offline? I've tried using wget, but with very mixed results. Something a bit more reliable would be useful
View 9 Replies
View Related
Jun 27, 2010
I figure it is better to ask something silly rather than do something silly.
How do i copy the OpenSuse 11.1 repos to a local disk to get faster access?
If i do copy them will i need to copy the oss and non-oss repos again? (I know i will for update and maybe for others)
Is there a current repo for somewhat older ATI video cards like X1300?
View 7 Replies
View Related
Jul 29, 2010
creating a small plug in capable of redirecting some application's output in the browser's window.
I intend to display some simple animation done by a local process in the Internet browser page.
View 1 Replies
View Related
Apr 16, 2010
if I can grab a copy of the Lucid packages that my laptop's downloading and dump them into a directory on the desktop computer, then upgrade the desktop in a way it makes use of the packages it wants and that I have to hand already.
View 2 Replies
View Related
Oct 28, 2010
In my network I only have one machine that is configured to send email outside the network. How do I instruct my local copy of sendmail to use that server as a relay?
View 3 Replies
View Related
Jan 8, 2010
I have installed quanta plus software as i fount on net that quanta plus is nearest to dreamweaver.But now i am facing a problem in it as it is not able to open any php files which are located on another PC. Although my PC is connected to that PC in the network but still i have to copy those files in my local system and then only it is opening. But i want it to open directly.Is there any solution?
View 4 Replies
View Related
Mar 7, 2010
my mail server [URL] is hosted abc@[URL] is a pop id below are alias:
user1@[URL]
user2@[URL]
user3@[URL]
fetchmail is configured to download all mail for alias email id on local linux server and distribute to local users.
fetchmailrc config:
[Code]....
everything works fine except bcc copy is not getting delivered to email alias (at local linux server). It is delivered to local postmaster account :abc@[URL] (in Linux server) I have tried all envelope option in fetchmailrc file, but it did not work.
View 1 Replies
View Related
Aug 19, 2010
I am new both here and in Linux. As the subject says, I would like to learn how to copy a directory (not a file) from terminal with progress bar showing. The copy is local, i.e., not to another computer. My distro is CentOS 5.5. I know that if I do it with nautilus I would see the progress, but I want to learn how to do it from the terminal. I know that PV command can show a progress bar, but from what I saw, it works well for files, but not for directories (recursive).
Is it possible to use PV for directories? If yes, could you please show me the syntax? I also saw that some people mentioned that rsync can also show a progress bar, I tried to do it, but it didn't work out - perhaps I got the syntax wrong. If rsync can really be used to copy directories with progress bar, show me the syntax? Any other ideas on how to do it? I would like ideas that do not involve using any script, i.e., just something that I can do using the regular commands.
View 6 Replies
View Related
May 14, 2011
when I installed 13.37 I created a local copy of the entire stable tree (source/ and all the rest) just to have all that stuff around to browse offline.
Now, to instruct myself, I'm trying to use rsync to keep this stuff up to date. But I seem either to have misread the rsync man page or ... well, I don't know. I am issuing the following command and getting the results seen below:
Code:
View 3 Replies
View Related
Aug 3, 2010
I have two servers. One of them has a svn server running and another hosting projects.
I have a daily cronjob updating the projects -- ie running svn update, rebuild etc.
Now, my cronjob on the remote server works.
However, a similar cronjob running on the local server for local projects (ie the same server as svn) is instead displaying a "svn: not working copy".
I double checked the paths, permissions and user info and if the script is launched manually, it works fine.
Deploying the same thing remotely works.
I even tried using file:/// (suggested here http://www.hightekhosting.com.au/myaccount/knowledgebase/90/Using-SubversionorSVN-on-cPanel-Servers.html) but still nothing.
View 1 Replies
View Related
Oct 8, 2010
For the life of me I can not figure out what I am doing wrong with scp to copy a directory and its contents from a remote machine to my local host. I have no issues with getting a single file but would like to just save time and get the whole folder in one command.
Here is what I have tried:
scp user AT remoteMachine:/home/username/folderIwant user AT localMachine:/folderIwant this gives me a permission denied error and try again and received disconnect from localHost to many authentication failures
scp user AT remoteMachine:home/username/folderIwant . says can not find file or folder
I am sure this is something easy that I cant remember, and searches gives me local to remote not remote to local and trying to make the local to remote suggestions I read to work remote to local have not worked.
View 2 Replies
View Related
Oct 15, 2010
i am using dolphin 1.5 in kde 4.5.2. whenever i try to access movie file from remote samba server. dolphin copies the movie file to somewhere in local hard disk. so, i have to wait until a big file transferring complete. i know that it happens when i open .avi using mplayer. if i open the same remote file with kmplayer, it will player immediately instead of making local copy first. however, kmplayer is very slow and sounds and video stream breaking up, (i am sorry i do not know right english expression for this) i suppose this is not related to mplayer configuration. this seems to be dolphin problem. can i make dolphin to stop copying samba share to local disk and play instantly? there is a video in videos. it is comparing how dolphin and nautilus act differently when i play remote samba share movies.
View 3 Replies
View Related
Jul 31, 2011
I am new to opensuse 11.4. I am trying to copy the flash 11 beta file (libflashplayer.so) into the lib64/browser-plugins folder but i get 'Access Denied. Could not write to (destination).
View 4 Replies
View Related
Nov 13, 2009
I'm managing a residential network. Each flat is its own subnet, and can only communicate with the other flats through a router (i.e. no broadcast). 95% of these 300 subnets only contains windows computers (from lambda users).
My final goal is to be able to browse the entire network from any computer.
I set up a samba server acting as a wins server, and every computer is aware of it because it is registered in the dhcp. So name resolution is working fine for everyone.
The same samba server is set to be the "Domain master browser":
workgroup = WORKGROUP
wins support = yes
prefered master = yes
local master = yes
domain master = yes
os level = 65
When I browse the network (using "net view" or "browstat view"), I can only see the servers which are in the same subnet as the domain master browser.
Now, when in a subnet the computers arrange themselves to find a "local master browser", the only visible computers are the one in that subnet.
What I don't understand is why all the local masters don't synchronize their lists with the domain master.
So, to sum up, every subnet get the following behaviour:
-if a local master is elected, the only visible computers are the one in the same subnet.
-if no local master is elected, the only visible computers are the one in the subnet of the domain master.
-if I add another samba, configured as a local master winning all elections, then the magic is working and the lists are synchronized.
What is expected:
-every computer can see all the computer from all the subnets.
View 1 Replies
View Related
Jul 9, 2010
Download firefox 4 from Index of /pub/mozilla.org/firefox/nightly/latest-trunk Unpack with ark to your home directry folder firefoxIn the folder firefox creat a new folder pluginscopy the contents from /usr/lib64/browser-plugins to the plugins folderStart firefox and there you go
View 9 Replies
View Related
Aug 17, 2015
There is this bug in the latest version of Ubuntu, which is also Jessie, which is:
Can't copy a file from SMB share to the local file system: Software caused connection abort
The problem, apparently, is that newer versions of Samba hit servers with multiple requests at the same time, and for some reason the Zyxel and Iomega boxes can't handle this. The best solution they've come up with is to modify the smb.conf file on your server to include this setting: "max mux = 1".
Here is the reference material on this bug: [URL] ....
People who develop samba have fixed it in the latest version but neither the ubuntu nor Debian have released the fixed version of nautilus, as of yet. Here, is the reference: [URL] ....
View 0 Replies
View Related
Dec 22, 2010
On Linux I do:
rdesktop remotepc
How do I copy and paste between my local system and the remote system?
View 1 Replies
View Related
Jun 17, 2011
I am using fedora 10 in two computers. Just for my own practice I sent a file to my second computer.
1st computer IP is 192.168.1.10
2nd computer IP is 192.168.1.20
[Code]....
The file has been successfully copied to the second computer but I again want to copy that file into my local computer by still sitting in my 1st computer.
[Code]....
View 1 Replies
View Related
Jun 20, 2011
I have two computers in my home running ferora . I want to copy a file from my 2nd computer to my local computer. Local PC:- 192.168.1.10
Remote PC:- 192.168.1.20
[root@localhost root]#scp 192.168.1.20:/home file1.txt
root@192.168.1.20s password:
scp: /home not a regular file
[root@localhost root]
View 3 Replies
View Related
Apr 18, 2011
Which is the default file browser(NOT web browser) of Ubuntu 10.10 Maverick Meerkat?Nautilus?Are there any others for Ubuntu?
View 7 Replies
View Related
Jul 26, 2011
I have a postfix mail server on ubuntu 10.04 lts behind a router. so all local users are fetching/sending mails through ms outlook using local IP. Sometimes when internet goes down and any mail send then it bounced back immediately saying domain not found. Can u please tell me how i configure to hold all mails in postfix server rather than bounce when internet fails and will pass through when restored the internet around 15-30 minutes?
View 2 Replies
View Related
May 16, 2010
I'd like a way to see all of the devices on my local network and what their local IP address is. I recall that I used wireshark to troubleshoot a similar problem a while back, but it doesn't seem to have a way to see all of the devices- only the traffic. (I'd like to do this without having to physically interface with my router if possible, and I am in an encrypted network if that matters)
View 6 Replies
View Related
Jun 28, 2011
I have installed a web server on my local network. Everything is well configured and web pages are shown correctly from Internet (outside the local network) using the domain or the public IP.The issue is if I try to see that web pages (using the domain or the public IP) from inside the local network. In that case the router config page (192.168.1.1) is shown instead of the web pages.From inside the local network I'm only able to see the web pages using the internal IP address (192.168.1.XX).
View 2 Replies
View Related