4,675 Topics
![]() | |
Hey, can you help me with convert the web.config to a .htacces file? <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <defaultDocument> <files> <clear /> <add value="index.php" /> <add value="_seiten/index.html" /> <add value="seite.php" /> </files> </defaultDocument> </system.webServer> <system.webServer> <handlers> <clear /> <add name="PHP53_via_FastCGI" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\v5.3\php-cgi.exe" resourceType="Either" /> <add name="PHP54_via_FastCGI" … | |
So this is a new installation of Fedora. I'd not used Fedora in many months prior to this point. I had Fedora 25. However the Wifi on this machine is quite troublesome. There are times when the connection will stop completely. I will try to load a webpage and the … Linux and Unix | |
Hello , I am not Linux and Unix expert so maybe this is a simple question to be answered , I am just not sure. I have a sever with 8 cores (running CENTOS) that executes a batch job once a day for few minutes . I tried to monitor … Linux and Unix motherboards-cpu-ram unix | |
When I plug in AC to my old Toshiba laptop red and white LED comes on. If I press the power button to turn the PC on there will be a blinking white light in between the power and charging LED which red and white but not fan spin. Or … Linux and Unix laptop | |
I recently created a post thinking I had blown up my bootloader but I've actually narrowed the problem down to the SSD on which my home directory is mounted. The reason my computer has not been booting is because my system is not mounting my home directory's SSD. This started … Linux and Unix caching | |
Today I just put a new SSD in my desktop. I did have a little trouble booting up the OS because I had plugged the DVI into the wrong port, when I couldn't see the monitor I did end up turning off the computer several times before I finally found … Linux and Unix | |
I've been using rsync and or luckybackup for a while now to sync my desktop's music library to my micro sd card for my digital music player. Today I noticed that my music player wasn't showing one of my albums so I've started investigating and I've found that it's not … Linux and Unix | |
Hello, I am running a software on a Linux machine, I am synchronizing time via default ntpd configurations available in Linux (/etc/ntp.conf). I am connecting to the customer NTP server. Now i was requested to tell which synchronization type is used on my machine (Frequency Synchronization/ Time Synchronization or Time-of-day … Linux and Unix | |
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Redirection Https" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" pattern="^OFF$" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" /> </rule> <rule name="REWRITE_TO_HTML" stopProcessing="true"> <match url="^(.+).html$" /> <conditions logicalGrouping="MatchAll" /> <action type="Redirect" url="{R:1}.sn" /> </rule> <rule name="REWRITE_TO_PHP" stopProcessing="true"> <match url="^(.+).php$" /> <conditions logicalGrouping="MatchAll" /> <action type="Redirect" … Linux and Unix xml | |
I am trying to create databases in Ubuntu 14.04 running LibreOffice 4.4.3 and can not due to not connecting with JRE or JDK. Research carried out and things I have tried lead me to understand I need JDK-8 now instead of JRE. Is this accurate? JDK-8 and Java 8 are … | |
I'm having trouble mounting my android's micro sd card. When I run lsusb I see the entry for the card `lsusb` - > `Bus 001 Device 006: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader` I have also validated that the device is sdf. me@mothership ~ $ sudo mount … Linux and Unix android android-development | |
Can someone please tell me what version of software i have to use to build a kernel module. Kernel version 3.10.49 perf .....aarch64 Linux and Unix ubuntu | |
Hi. I wasn't sure which topic this falls under as it sort of concerns both OS and this is, I'm sure, a **really noob** (I want to start learning linux) question but can i use one pen drive between the 2 different OS's? Earlier I was using my pen drive … Linux and Unix ubuntu windows-vista-7-8 | |
Hello. I am a newcomer to Daniweb and need some advice. I've been using Ubuntu regularily on several PCs and note books installing without problems until now. I have just purchased an Acer Aspire ES 11 (ES1-132-CONU) that is using an Intel Celeron Quad Core 3450 processor launced Q3'16 possibly … Linux and Unix ubuntu windows-10 | |
I recently built a crypto currency miner and I'm using Linux Mint as my OS for the miner. I manually turn on the miner by navigating to ~/Desktop/claymore and running ./start_only_eth.bash and my miner starts mining. So i palced this line `./home/ethereum/Desktop/claymore/start_only_eth.bash` in the /etc/init.d/rc.local file but I don't think … Linux and Unix | |
A while back I built a computer with an Asus motherboard, a SSD, and two milk creates for a cheap case, and I had Xubuntu installed on it. I have tried to install Xubuntu on it again several times today but it always fails to create the partitions. I keep … | |
I want to use my Linux Mint 18 (kernel version 4.4.0-62) computer to record music/recordings from (old) cassette tapes to disk using Audacity version 2.1.2. I'm using a cable between the headphone output of the cassette recorder to the input line of my computer, and I want to be able … Linux and Unix linux-kernel | |
Hello Daniweb, As my title, I have a problem in my gnuplot. I can set the minimum range based on my file.. but doing the maximum range it give a wrong output for min and max yrange. I been searching for net and tried there solutions but it won't work … Linux and Unix | |
#SpaceVim - Like spacemacs, but for vim# [SpaceVim](https://spacevim.org) I am author of SpaceVim, I hope SpaceVim can help more people with using vim. Linux and Unix | |
How i can `sed` save pattern matches to variables and do something with it? eg $ echo "string_4.3.2" | sed 's/^string_\([0-9]\)\.\([0-9]\)\.\([0-9]\)$/\1 \2 \3/' output "4 3 2" but I want to pass variables to function eg do_something() { echo $1 echo $2 echo $3 # ..... # ..... } string="string_4.3.2" … Linux and Unix | |
I recent created a .vimrc file in my home directory because in addition to syntax highlighting and auto indention I also wanted my tabs to be four columns wide and to be tabs and not spaces but now that I have my file setup I am unable to use backspace … Linux and Unix debian | |
i use an image ??? application. I browse trough its folder but can not find a single image file yet. There are plenty Java serialization data file, in its folder. i guess its store image on that file. any ideas to view ? (file attached) thank you verymuch Linux and Unix file-system image java | |
` #include<stdio.h> #include<conio.h> #define max 25 void main() int frag[max],b[max],f[max],i,j,nb,nf,temp,highest=0; static int bf[max],ff[max]; clrscr(); printf("\n\tMemory Management Scheme - Worst Fit"); printf("\nEnter the number of blocks:"); scanf("%d",&nb); printf("Enter the number of files:"); scanf("%d",&nf); printf("\nEnter the size of the blocks:-\n"); for(i=1;i<=nb;i++) {printf("Block %d:",i);scanf("%d",&b[i]);} printf("Enter the size of the files :-\n"); for(i=1;i<=nf;i++) {printf("File … | |
What it says on the tin. When the system (without logging into X) detects a change in internet accessibility, I'd like to set a hook to execute a script. EDIT: Every single bloody time... So, [dhcpcd-run-hooks](http://roy.marples.name/man/html8/dhcpcd-run-hooks.html) exists... is that the preferred method or can anyone recommend something else that's - … Linux and Unix debian | |
What it says on the tin. I'm looking for a good voice/chat server I can run on a RasPi 3 running Raspbian Jessie. TeamSpeak is Intel only as best I can tell. EDIT: Dangit. Every single time I jump on this forum thinking "These guys will know, but let me … Linux and Unix client-server | |
I'm trying to reset my mariadb password following this site -> https://www.rosehosting.com/blog/how-to-reset-your-mariadb-root-password/ but when I enter `mysql -u root` I get the following error: `ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")` Any ideas? Thanks. | |
`grep -v "#EXTINF:" All.m3u | sed 's#../##'g` I'm using the line above to try and make the playlists that I export from Banshee compatible with my digital music player. When I run the sed portion of this script I'm trying to remove the portion of the path up to where … Linux and Unix | |
Hi all, I'm having a lot of trouble with building a network for my virtualised OS's. The server has two physical NICs for LAN and WAN. The host has IP 10.0.0.1. I use the following iptables to bridge them. iptables -t nat -A POSTROUTING -o wan -j MASQUERADE iptables -A … Linux and Unix lan-wan windows-server | |
I'm on latest Kubuntu. Here I am with English US keyboard input. But I'd like to install say Norwegian, Polish, Japanese, whatever. I decide the easiest step. Which is to search "input". "Input Method" sounds promising. I run it. Then I get window. That says: Current configuration for the input … Linux and Unix debian session window-manager | |
test.c void fun(){ printf("int main char"); } int main() { printf("int main int"); } Im giving the command like this "run.sh cpd --minimum-tokens 5 --files /opt/test.c --language c" and the output is as follows : Found a 2 line (5 tokens) duplication in the following files: Starting at line 1 … Linux and Unix | |
I just purchased an 240 GB SSD for my older Toshiba Satellite. I would rather not go through trying to save the files from the HDD and install the Linux Mint Debian Edition and then move all the files back, I would like to just be able to clone the … | |
Linux Mint (Ubuntu). I'm looking for a way to encrypt some of my external HDDs. I was looking this option over -> https://www.howtoforge.com/tutorial/encrypt-your-data-with-encfs-on-ubuntu/ but I'm not sure how well this would work. I read this on the top portion of the site -> "It is a pass-through filesystem, not an … Linux and Unix ubuntu | |
I have a machine, I have a hosting with FTP. On my venture I found out about `lftp`. And the instructions are here: http://www.dangibbs.co.uk/journal/ftp-sync-usin-linux Snippet is this: open ftp://username:password@website.com mirror -v --only-newer /home/local/path/ /website.com/public_html/ Do these things still work? Also, how do I loop it? I don't want to spam … Linux and Unix unix | |
(short version of the story) I'm using Kubuntu in BIOS Legacy State as this was the only way I could see USB option in Boot Menu (F12). And it was the only way I could install Kubuntu from USB, from boot. I "burned" USB using OEM Windows 10 and told … Linux and Unix operating-system pc-peripheral windows-10 | |
I have an older Toshiba Satellite laptop with Linux Mint OS installed. It pretty old and it's starting to show as it's getting slower. It's got a bigger screen and it's even got the num pad on the right of the keyboard in addetion to the numbers at the top. … Linux and Unix laptop linux-kernel | |
I installed windows 10 and it works good , then I installed kali-linux and that problem apears. when i open my computer it goes directly to windows not to dual boot (bootloader) to choose between the windows and kali .. I tried the live USB solution but nothing happen.. it … Linux and Unix windows-10 | |
Hello I want to resolve a lineare systeme n*m in the C language but i don't know which metod to use or which method is the best (easiest) (newton/gauss etc..). I want to write a programme in C which solve this problem but idk how to start. Thanks for helping … Linux and Unix | |
Hi.. Am currently working on TI DRA74x Jacinto 6 board. It has ARM core A15 and M4. and 1 DSP C66X. am working on image processing so I want to use both ARM A15+DSP C66x.Am running the code only on ARM A15.(ubuntu 12.04 with kernel 3.14) but processing speed is … Linux and Unix ubuntu | |
I'm not that new to computers. I know couple scripting languages (web, JavaScript, C#, C++). I know hardware terms. I had a taste of Mint, Ubuntu and others. I'm not a super-newbie, I understand how arguments work and on which base are they executed. I don't know bash. But I'd … Linux and Unix operating-system ubuntu | |
My daughter has a Samsun Android tablet that has ran out of space so I purchased an sd card. The card is mounting and I reformatted it from the Android device but the device is still claiming to be full when she tries to install new apps. I tried this … Linux and Unix android android-development storage tablet | |
After running rsync with the `-a --delete source dest` arguments on my music library to my sd card I am getting the following errors. default_perms_for_dir: sys_acl_get_file(Tears For Fears/Donnie Darko, ACL_TYPE_DEFAULT): No such file or directory, falling back on umask rsync: mkstemp "/media/garrett/MUSIC-SD/Tears For Fears/Donnie Darko/.Mad World.mp3.yr2Xyc" failed: No such file … Linux and Unix | |
0 down vote favorite Please, I am have been having problems installing NS2 and BonnMotion. I am running openSUSE Tumbleweed (20160812) (x86_64) and I keep running into the g++c++ error: CXX=g++-6.1: No such file or directory make: *** [Makefile:103: libotcl.so] Error 1 otcl-1.14 make failed! Exiting ...(after editing the makefile.in)I … Linux and Unix suse | |
![]() | Hello all, I listed several proxy IP'S in my proxy configuration in kali linux. One for http, another for https etc. These are all free proxies obtained at the hidemyass website. Question is, I keep pinging at the same location, does this only take a single proxy at the time? … Linux and Unix |
Is it possible to create our own hosting using a server computer with good hardware configuration. If we install Linux server or Microsoft server edition like OS inside a computer, will it turn into hosting Server like Hostgator, godaddy etc. For example, If we create a website inside a localhost, … Linux and Unix apache client-server | |
![]() | Hello everyone. I realize that this may be an elementary question, but all of my searches for answers have not given me a satisfactory result. In my ubuntu server machine, I typed in [after examining my stty settings] `werase='^I'` as I was configuring the terminal to my likings. All was … Linux and Unix shell-scripting ubuntu ![]() |
![]() | Hi everyone. I downloaded ubuntu server into a virtual machine on my mac so I can learn unix/linux. When I type commands it sometimes prints many pages worth of information, but the virtual machine does not allow me to scroll upwards (either with my mouse or with my arrow keys) … |
![]() | I have Kali live with persistence and quite a few hours worth of tweaks in a bulky 15Gb USB although I'm using less than 5Gb overall. I just got a tiny, 8Gb USB memory, is there a way to migrate it all to the 8Gb one? By that I mean … Linux and Unix operating-system ![]() |
Online file hosting. I click "Upload File". I select correct file. I click "Open". File gets uploaded. I log out. What else does hosting get to know? (besides name, modification timestamp, creation timestamp, content, extension and length of upload file etc.) Assuming running Linux Ubuntu/Arch/Whatever, on Mozilla Firefox or any … Linux and Unix file-system open-source ubuntu |
The End.