1,067 Recommended Topics

Remove Filter
Member Avatar for
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
Member Avatar for cereal
0
394
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
Member Avatar for Arch Stanton
0
363
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
Member Avatar for rch1231
0
219
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 ubuntu
0
302
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
623
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
Member Avatar for mike_2000_17
0
6K
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 shell-scripting
Member Avatar for Gribouillis
0
460
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 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
376
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
319
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
303
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
298
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 ubuntu
Member Avatar for jwenting
0
461
Member Avatar for SAMMY12345
Member Avatar for turboscrew
-2
289
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 c++
Member Avatar for mike_2000_17
0
408
Member Avatar for houndhen

I am using a bash script to toggle the touchpad on my laptop. I didn't write the script and know almost nothing about bash scripts. I have the script run when the laptop boots because I never want to use the touchpad and want it disabled. The script does the …

Linux and Unix
Member Avatar for Gribouillis
0
612
Member Avatar for lewashby

So I recently had a catastrophe with using the Mega cloud service with my Linux Mint desktop and I got my whole home directory wiped out. Everything got wiped out about an hour into syncing my 151 Gig home directory to the cloud so needless to say most of my …

Linux and Unix
Member Avatar for lewashby
0
392
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
278
Member Avatar for Makara

./standalone.sh: 1: eval: /opt/java/jdk1.7.0_21/bin/java: not found Someone assist on how to fix the above erro kindly. Am trying to run a ./standalone.sh command in the terminal but am getting the above error.

Linux and Unix ubuntu
Member Avatar for jwenting
0
247
Member Avatar for felton

Please provide some books for me to read.

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

There are some tutorials below, will it working for parked domain, or only for addon & subdomain? http://www.ndimensionz.com/kb/dedicated-ip-to-parked-addon-domain-in-cpanel/ http://www.prajith.in/how-to-assign-a-dedicated-ip-to-a-sub-domain-or-add-onpark-domain/ http://thelinuxfaq.com/183-assign-dedicated-ip-to-subdomain-parked-domain-addon-domain-in-whm there is also a thread asking this in 2008 https://forums.cpanel.net/threads/parked-domain-on-different-ip-address.93537/#post-424165 : The main domain does have its own IP Address, but I need the domain that is parked on the …

Linux and Unix cpanel lan-wan
Member Avatar for basketmen
0
347
Member Avatar for lewashby

I recently purchased a 200 GB cloud drive from http://mega.nz but now it's wrecked havoc on my local machine. To give you an idea of what happened I'll start by saying this, when I first purchased my cloud account I didn't realize that it was set to sync in both …

Linux and Unix
Member Avatar for Gribouillis
0
278
Member Avatar for micksulley

Running Linux Mint 17. I have setup smartmontools to monitor my hard drive, that seems to work OK but there is a feature to generate an email when it detects an error and I cannot get the email to work. I have found several hit for it but still cannot …

Linux and Unix
Member Avatar for cereal
1
1K
Member Avatar for Carlos U

Erle Robotics and Canonical combine forces once again to launch the "Internet of Toys" (IoT). Collaborating with the Hybrid Group, they will build the next generation of toys bringing together makers, hackers, DIY robot enthusiasts and developers. Toys are not just for kids: The IoT is fuelling the development of …

Linux and Unix ubuntu
Member Avatar for rubberman
0
184
Member Avatar for mizaza

Hello Everyone...Some might know by now Open Source Mail Server Zimbra but for those who does not know if you are looking for a free MAIL Server grab Zimbra it runs on Linux OS, web client for Smartphone is ready. ZImbra is FREE, Flexible and Powerful...Good luck to everyone

Linux and Unix client-server email
Member Avatar for DimaYasny
0
202
Member Avatar for amita_1

I want to restart Apache when I change configuration file on a web application which is I need to create a php file for restarting Apache but I dont want to give a permission to user apache in /etc/sudoers Can someone explain intensively to me ? Don't see this is …

Linux and Unix apache php
Member Avatar for WebHostingUAE
0
2K
Member Avatar for Athicom

#STEP 0 : Install Install program pdftk and imagemagick : > sudo apt-get install pdftk imagemagick #STEP 1 : Convert Input is : /image/topic-01/01-01.jpg /image/topic-02/02-01.jpg /image/topic-02/02-02.jpg /image/topic-03/03-01.jpg Output is : - topic-01.pdf (1 pages) - topic-02.pdf (2 pages) - topic-03.pdf (1 pages) Basic convert : > find /image -type d …

Linux and Unix pdf
Member Avatar for Gribouillis
0
662
Member Avatar for lewashby

I have recently installed LMDE (Linux Mint Debian Edition) onto my laptop but I can't isntall anything because it can't find the sources. I'm assuming I need to edit the /etc/apt/sources.list file but I'm not sure. And if so I don't know in what way I should edit the file.

Linux and Unix
Member Avatar for pritaeas
0
365
Member Avatar for rsleventhal

Hi, I'm in need of assistance with mod_rewrite. Currently, I've a folder at www.domain.com/folder. I need to leave the files where they are, but have the address bar in the browser appear as someothername.domain.com Any help would be greatly appreciated! I should mention that I've already got a few .htaccess …

Linux and Unix apache
Member Avatar for mcglk
0
236
Member Avatar for Stephen_10

Hello, I am pretty new to cron jobs, as i am sure you can tell. So.... Let me tell you a little about my project. I am trying to create an invoice reminder system. What i have so far is a form that you fill in and upload an invoice, …

Linux and Unix
Member Avatar for ShouldAt3
0
278
Member Avatar for JohnMcPherson

Hello, I am having a very strange problem. I am entering data in a file with the vi editor, and the data is to be read by a C program. Each line of data has to be 80 colums, with spaces to file out the line if there is no …

Linux and Unix
Member Avatar for rubberman
0
340
Member Avatar for JohnMcPherson

Hello, I am having a very strange problem. I am entering data in a file with the vi editor, and the data is to be read by a C program. Each line of data has to be 80 colums, with spaces to file out the line if there is no …

Linux and Unix
Member Avatar for rubberman
0
309
Member Avatar for basketmen

Hi guys, In WHM > Easyapache, there is this PHP extension : Safe PHP CGI - prevents users from overriding system php.ini my question, can i exclude a user from this, so the user can increase like memory_limit in they account? if not, is there alternative for this that allowed …

Linux and Unix apache php
Member Avatar for rubberman
0
263
Member Avatar for lewashby

Below is something like what I get when I try to install anything on my just installed OS Linux Mint Debian Edition. Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: apache2-data apache2-utils Suggested packages: apache2-doc apache2-suexec-pristine apache2-suexec-custom The following NEW packages will …

Linux and Unix
Member Avatar for Rakwl
0
295
Member Avatar for it@61@sec

I'm searching for a user-friendly tool (preferable with a GUI) which could help me convert my system partition (ext3/ext4) on my Linux Mint installation to a VirtualBox or VMWare HDD (VDI). It should run on Linux Mint 17, and be able to do the conversion while the system is running.. …

Linux and Unix
Member Avatar for CimmerianX
0
458
Member Avatar for lewashby

I just purchased an HP Envy 5642. I can print to it from Linux without a problem but I don't see a way to scan. When I hit scan on the printer it tells me to turn on the appropriate HP application in Windows which I am not running. I …

Linux and Unix email seo
Member Avatar for Gribouillis
0
561
Member Avatar for lewashby

Two of my USB sticks have stopped auto mounting. I can still mount them manually by running `mount | grep /dev/sd` and then looking for the device name to mount from but that's having to go a little out of the way. Not all USB stick have stopped auto mounting, …

Linux and Unix
Member Avatar for Gribouillis
0
102
Member Avatar for Slavi

Hello everyone! As some of you may know, Eclipse Luna appears to be broken for users of Kali Linux. There is a simple fix for that > Assuming that you have installed Eclipse Luna locate eclipse.ini `sudo nano eclipse.ini` add the following 2 lines before `--launcher.appendVmargs` --launcher.GTK_version 2 press `ctrl …

Linux and Unix ide
Member Avatar for zinist
2
3K
Member Avatar for lewashby

When I want to sync my music directory to my SDcard I use the command `rsync -a --delete /home/garrett/Music /media/garrett/6BF6-AC8A` and everything works just fine. I got tired of typing all that in every time so I placed that command in the script ~/bin/music-sync and this is what the file …

Linux and Unix file-system
Member Avatar for rch1231
0
480
Member Avatar for lml108

The 'perf stat' output for a certain executable is shown below. 2,207,929,785,602 cpu-cycles # 1.098 GHz [58.33%] 955,083,725,303 instructions # 0.43 insns per cycle [58.33%] 412,816,464,977 cache-references # 205.308 M/sec [58.33%] 38,645,898,456 cache-misses # 9.362 % of all cache refs [58.33%] 4,692,761,524 branch-misses # 2.334 M/sec [58.33%] 0 ref-cycles # …

Linux and Unix sql
Member Avatar for rubberman
0
285
Member Avatar for jkon

Hello, I made a WebSocket service in Apache under CentOs with PHP and JS that works great if the protocol is ws:// . The problem is that the site is served through https:// so I must use wss protocol (cause mixed content policy). I have tried many approaches to make …

Linux and Unix apache websocket
Member Avatar for jkon
0
1K
Member Avatar for clife

Hi , I would like to monitor upload and download datas of devices connected to the router. I am using the following iptables rules: sudo iptables -N DMon sudo iptables -A FORWARD sudo iptables -A FORWARD -d 70.70.70.1/26 -j DMon sudo iptables -A DMon -d 70.70.70.50 sudo iptables -A FORWARD …

Linux and Unix file-system
Member Avatar for clife
0
331
Member Avatar for Sgo_1

How do you create web server? I wan't install linux server run web wordpress?

Linux and Unix client-server wordpress
Member Avatar for rubberman
0
329
Member Avatar for Pavan_6

Hi I am trying to setup a multinode Hadoop cluster and I would like to know, how to install hadoop in all the slaves machine from the master machine itself. Ideally, all the slave machines should have same configuration, is there a way to provide instructions to all the slaves …

Linux and Unix
Member Avatar for Pavan_6
0
183
Member Avatar for lewashby

Take a look at the following lsit of files from my media server root@media-server:/home/garrett/Videos/Movies# ls -l total 16 lrwxrwxrwx 1 root root 46 Jun 27 22:17 Adventures In Babysitting.mkv -> ../Movies-Secure/Adventures In Babysitting.mkv lrwxrwxrwx 1 root root 36 Jun 27 22:17 A Far Off Place.mkv -> ../Movies-Secure/A Far Off Place.mkv …

Linux and Unix seo
Member Avatar for rch1231
0
334
Member Avatar for renato_francia

Hi, I've been having some issues with my server that at times it runs the application smoothly but lately there has been some irregularities in the performance. We run the server on Rackspace but they are telling us that the problem is in our end. Our site is running on …

Linux and Unix cybersecurity
Member Avatar for Kevin_18
0
207

The End.