3,299 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for panduranga_1

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
Member Avatar for rubberman
0
449
Member Avatar for Nathan_6

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
Member Avatar for Nathan_6
0
2K
Member Avatar for Nathan_6

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) …

Linux and Unix ubuntu unix
Member Avatar for Gribouillis
0
1K
Member Avatar for Cristofer_2

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
Member Avatar for Cristofer_2
0
317
Member Avatar for A_6

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
Member Avatar for Reverend Jim
0
349
Member Avatar for Corey_3

I am attempting an extra credit assignment for a summer course. The question says : "Modify the client.c and server.c program from Assignment 1 to add the following function: when the client connects to the server, the client provides the name of a directory D to be retrieved in the …

Member Avatar for Gribouillis
0
712
Member Avatar for PercyCuted

please help ime highly infected with viruses on every device ive had or still have for 2 years plus with old versions of internet developer mode on all my tech uninvited VPN . Generic Phone networks forced upon me and my life is being run and manipulated by constant identity …

Linux and Unix
Member Avatar for rubberman
0
199
Member Avatar for zelrick

Hello DaniWeb Users, I need some help how I can change a file name but not the file extension. Doing it one by one is pain. mv file1.gr2 test1.gr2 doing this will need a lot of time. I been searching for an hour find . -name "*.gappedPeak" -exec sh -c …

Linux and Unix file-system ubuntu
Member Avatar for CimmerianX
0
479
Member Avatar for new_2_java

Hello everyone, I am trying to merge large number of CSV files into one, using the following "awk" command, but if I increase the number of files more than 10,000, it then gives me "argument too long" error. Can someone suggest how I can manage to go beyond the limit? …

Linux and Unix shell-scripting unix
Member Avatar for Gribouillis
0
1K
Member Avatar for rahulrevolution

Why is Kali linux used. How much it is different from Redhat.What is the scope for freelancers with kali linux.

Linux and Unix redhat
Member Avatar for caperjack
0
370
Member Avatar for reenabiew

hai am new to linux.i like to learn from this forum

Linux and Unix shell-scripting
Member Avatar for rubberman
0
261
Member Avatar for zelrick

Hello Daniweb Users, I just want to know when doing the command "df -lh" my /dev/sda1 got 100% I do transfer some of the files but still it can be full any moment. I have 438G size of hard disk. and 398G that has been used "said by the df …

Linux and Unix hard-drive
Member Avatar for Gribouillis
0
300
Member Avatar for zelrick

Good Day DaniWeb Users, I'm having hard time to mount my 3 TB External Hard Drive/Disk I do mount my external hd using this command.. sudo mount /dev/sdc1 /media/Archive/ I do df -lh and seen my mounted device. Here is my Problem: 1. When I enter fdisk -l ~ I …

Linux and Unix hard-drive redhat ubuntu
Member Avatar for zelrick
0
510
Member Avatar for pirulo64

Hello, I'm trying to get this piece of script working, but I'm having an issue on my script. The if [ $DEV_ORA -eq 0 ] is not get run when I run my script. I do not know what I'm doing wrong here. Basically I trying to run the second …

Linux and Unix oracle redhat
Member Avatar for pirulo64
0
291
Member Avatar for lewashby

I use firefox from Linux and Firefox keeps dropping my downloads, I don't know if this issue is specific to the Linux version or not. Is anyone else having this problem? Also, I looked through the settings but I don't see an option to limit the number of downloads that …

Linux and Unix web-browser
Member Avatar for nudy.budy
0
439
Member Avatar for infovirtualser
Member Avatar for Ritesh_4
0
264
Member Avatar for James_43

Hi all, I was recently reading an interesting article about setting up an SSH honeypot to track malicious activity (article avaliable here http://www.symantec.com/connect/articles/analyzing-malicious-ssh-login-attempts) The article mentions that after an attacker gained SSH access to a server, they installed an IRC bot. Now, my knowledge of IRC is very limited, but …

Linux and Unix client-server ubuntu
Member Avatar for James_43
0
322
Member Avatar for fo2sh

Hello Everybody, I am trying to run a simple script to monitor a log file, where I need to send an alarm every time specific line is being written into this log file, currently my script is working fine, the problem is with the miltiple lines that is being written …

Linux and Unix shell-scripting
Member Avatar for rproffitt
0
428
Member Avatar for ztdep

Dear friends: I want to install the Non-Uniform Rational B-Splines (NURBS) curves and surface packate NURBS++ in opensuse linux 13.1. The official web site of NURBS++ is http://libnurbs.sourceforge.net/old/documentation.shtml. and the packate is written based on the c++ template technique. The latest of the package is 3.0.11(2002), the help manual show …

Linux and Unix
Member Avatar for JasonHippy
0
399
Member Avatar for pirulo64

I'm trying to get python script to verify if the Linux server is the os release, 5,6 or 7 Can someone help me to guide me to the right direction. import os import platform import sys os_release = (str(platform.linux_distribution()[0])) if os_release == "5": os.system("df -h") elif os_release == "6": os.system("date") …

Linux and Unix
Member Avatar for pirulo64
0
256
Member Avatar for TonyTGI

Hello! How would you make an Operating System with COSMOS? Heres what I want: * A boot screen, showing a progress bar with the current OS loading status * A desktop with customizable wallpaper * Mouse * A taskbar that shows open programs, a start menu, the time, the sound …

Linux and Unix gui operating-system
Member Avatar for rproffitt
0
339
Member Avatar for Sphinx'LostNose

In Linux, what's the difference in a service and a daemon? I know a daemon is a long running process without a terminal, meant for servicing things such as requests from other processes or server type services such as a web server or dns server. I understand that you can …

Linux and Unix dns web-server
Member Avatar for rch1231
0
4K
Member Avatar for zelrick

Hello DaniWeb / Linux Users and Programmers, I am 90% new to the world of Linux. I was instructed to edit a running program. The purpose of editing this program was to follow the format of the other running program. But it is hard for me to understand because some …

Linux and Unix ubuntu
Member Avatar for zelrick
0
312
Member Avatar for WmRobt

When using openSUSE and opening Firefox the screen remains blank while the opened application appears to be off-screen. How can we cause the opened applications to open on-screen? --It is not only Firefox, but not all applications either.

Linux and Unix
Member Avatar for WmRobt
0
255
Member Avatar for lewashby

I'm trying to get my Mint desktop computer's home directory and my Debian media server's movies/shows directoiries backed up. When this is all said and done I'll be backing everything up to a 5 TB external USB HDD with it's own powers source connected to a Raspberry Pi 2 stored …

Linux and Unix debian raspberry-pi
Member Avatar for rereus
0
327
Member Avatar for Violet_82

Guys, I’m having a lot of problems with my 64GB usb stick. It worked fine till somehow I think I formatted in exFAT format (that happened in Ubuntu as I was trying to install something on it and I formatted it using I can’t quite remember which utility in Ubuntu), …

Linux and Unix microsoft pc-peripheral ubuntu
Member Avatar for Reverend Jim
0
2K
Member Avatar for Aeonix

I know that it's possible for speakers to repeat whatever sound comes into microphone. But, now I'm thinking. When I speak on Skype/TeamSpeak (VoIP software), would it be possible for me, to select audiofile and play it as if it was sent through microphone? To send music through my "microphone" …

Linux and Unix slackware ubuntu
0
204
Member Avatar for damijay

Hi guys, I'm trying to install a virtual machine; OS = kubuntu 14.04LTS using virtual machine manager on an external hard disk. My PC's OS is 12.04LTS(kubuntu) Precise Pangolin. Everything goes ahead (relatively) smoothly on VMM till its time to actually install the OS and create a domain. I then …

Linux and Unix peer-to-peer ubuntu
Member Avatar for rubberman
0
1K
Member Avatar for basketmen

I am using centos Please help what is SSH commands to do this: run a command 20 times, break 2 seconds, and repeated again so like this // run 20 times wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget …

Linux and Unix
Member Avatar for JeoSaurus
0
414
Member Avatar for cazlin

Good day All. I am a junoir server admin at an ISP in south Africa. We have a problem were one of our clients accounts on cpanel has been hacked. The scripts that were dropped on the server has cause the whole server to become unstable. I am looking for …

Linux and Unix cpanel
Member Avatar for rch1231
0
219
Member Avatar for lewashby

When I tried to start MongoDB with the `mongod` command I got the following. garrett@mint-desktop ~ $ mongod mongod --help for help and startup options Sun Jan 10 14:50:55.049 [initandlisten] MongoDB starting : pid=23327 port=27017 dbpath=/data/db/ 64-bit host=mint-desktop Sun Jan 10 14:50:55.050 [initandlisten] db version v2.4.9 Sun Jan 10 14:50:55.050 …

Linux and Unix mongodb ubuntu
Member Avatar for cereal
0
395
Member Avatar for LinuxGuy80

Can mkdosfs create bootable FAT like file system on linux? I don't know if mkfs.fat can create bootable a FAT file-system, but the man page says that can't. The plan is to create a small basic kernel with bootable FAT 12. The man page says for mkfs.fat: mkfs.fat can not …

Linux and Unix linux-kernel ubuntu
Member Avatar for rubberman
0
1K
Member Avatar for hell hansen

Hi Guys! i need some help, and look i'm not sure if this the best place for this question or no. I have dedicated server, and inside of my server im runing VM with KVM (Qemu libvirt). everything is working how suppose to be, without any problem. But i need …

Linux and Unix client-server dns tcp-udp
Member Avatar for Arch Stanton
0
365
Member Avatar for box5102

When I type `make` I get: Linking CXX executable ../../bin/MyProgram ../../lib/libMP.a(MPL.cpp.o): In function `_GLOBAL__sub_I_mult_fmm2': MPL.cpp:(.text.startup+0x15): undefined reference to `boost::system::generic_category()' MPL.cpp:(.text.startup+0x1a): undefined reference to `boost::system::generic_category()' MPL.cpp:(.text.startup+0x1f): undefined reference to `boost::system::system_category()' ../../lib/libThing.a(vases.cpp.o): In function `_GLOBAL__sub_I__ZN9Thing6VasesC2ERKN3Two9DimensionENS1_8DataTypeE': Vases.cpp:(.text.startup+0x15): undefined reference to `boost::system::generic_category()' Vases.cpp:(.text.startup+0x1a): undefined reference to `boost::system::generic_category()' Vases.cpp:(.text.startup+0x1f): undefined reference to `boost::system::system_category()' ... ../../lib/libThing.a(HDF5_IO.cpp.o): …

Linux and Unix
Member Avatar for box5102
0
3K
Member Avatar for bigtalk

Hello, I am trying to remove the www. at the beginning of our domain name via .htaccess. I'm doing it like this: [code]RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC] RewriteRule ^(.*)$ http://domain.com/$1 [R,NC][/code] It seems to word wonderfully. I would like to retain the www. when someone accesses the site securely with https. …

Linux and Unix apache
Member Avatar for bigtalk
0
332
Member Avatar for 9tontruck

Hi, I have a domain and DigitalOcean cloud ubuntu server, and I have been using the server as an email forwarding point. SImply, if someone sends an email to **info@domain.com**, the server forwards to **personal@gmail.com**. The beauty of this is that I don't need to spend my server space used …

Linux and Unix apache email ubuntu
0
304
Member Avatar for phpkoder

I'm working on a web application that will receive gps data and split received string to detailed information and then store it in some database tables. Every piece of application is ready, now I need to setup my **new** server to accept data from gps device. In my gps device, …

Linux and Unix apache client-server php
Member Avatar for rubberman
0
1K
Member Avatar for LinuxGuy80

How does VLAN work on Network Manager? I didn't installed the needed packages for network manager through apt-get and or configure the VLAN interface in the command line. The strange problem was that network manager crapped out after deleting the VLAN connection.

Linux and Unix ubuntu
Member Avatar for CimmerianX
0
625
Member Avatar for lewashby

garrett@mint-desktop /var/www/html/udemy/php-oop/gallery/backups $ tar --exclude-tag-all=backups -cf lesson20.tar ../* tar: Removing leading `../' from member names I have an empty file called backups in my backups directory to keep the tar file from trying to backup itself. Does anyone know why I'm getting this output? -> `tar: Removing leading ../' from …

Linux and Unix oop shell-scripting
Member Avatar for Gribouillis
0
463
Member Avatar for Borzoi

I have had a look online but can't seem to find what I want. I can find RDP clients for Linux but that is not what I want. I am looking for some software so that a Linux server can be used as a relay or proxy. The idea is …

Linux and Unix microsoft windows-server
Member Avatar for mike_2000_17
0
6K
Member Avatar for chaze

I want to do a /home search and remove for files named error_log that are over 5mb I use this now but it doesn't factor space: find /home -type f -name error_log -exec rm -f {} \; Any idea how to add the 5 mb limit here? Thanks!

Linux and Unix seo
Member Avatar for mouaadable
0
278
Member Avatar for MarkQ97

How do I sort a text file which has been listed already by size order, then take that list and put it into reverse alphabetical order?

Linux and Unix
Member Avatar for Gribouillis
0
3K
Member Avatar for Teddy112

Hi, I am accessing a FTP over SSL server with port no 990 in Implicit mode on Linux through File Zilla client on windows.It is connected successfully but it is not listing the directory there and giving an error in logs "226 Transfer done (but failed to open directory).". Can …

Linux and Unix
Member Avatar for Teddy112
0
299
Member Avatar for IntegratedTweak

Hi I'm new to Linux and it's great! I seen you on the Linux forums Rubberman, really weird though as I only stumbled upon it so I can find my two old friends. Cat1092 an NickAU from BleepingComputer. I don't know if they'd use any other forums, but looks like …

Linux and Unix
Member Avatar for rubberman
0
304
Member Avatar for lewashby

I need some suggestions on a good cloud server I could use to backup my computer. I want to backup my data (music, pictures, videos, etc...) and I also want to make it better and easier to sync between my desktop and laptop for my coding projects. I currently have …

Linux and Unix client-server
Member Avatar for eroux
0
321
Member Avatar for christine06

Hello I have a problem I order a ubuntu linux server with a dedicated server and wish to enter as root ssh but when I type the command sudo root it gives me an error ?

Linux and Unix ubuntu
Member Avatar for eroux
0
377
Member Avatar for Amr.Mohammad87

Greetings, I am a windows OS user, however, I installed a VMware and I need to install Linux OS on a virtual machine. I searched for Linux official website to download the lastest version of the OS from it and unfortunately I did not find, or I could not be …

Linux and Unix linux-kernel ubuntu
Member Avatar for jwenting
0
464
Member Avatar for lewashby

Linux Mint 17 I have recently download the SFML library but I don't know where to put the files. There is a lib directory and an include directory. The lib directory appears to have a lot of sym links in it. garrett@mint-desktop ~/Desktop/SFML-2.3.2/lib $ ls -l total 904 lrwxrwxrwx 1 …

Linux and Unix audio c++ opengl
Member Avatar for mike_2000_17
0
409
Member Avatar for felton

Please provide some books for me to read.

Linux and Unix
Member Avatar for rproffitt
0
146
Member Avatar for zelrick

Hello Linux Users, I'm a new user of Linux Can someone help me out how to add code to the button that I created? and how I code in here? For example: C2:J2 will be add How I will code it in the button I created? Thank you and God …

Linux and Unix
Member Avatar for rubberman
0
280

The End.