Skip to main content

Home/ Linux/ Group items tagged stack

Rss Feed Group items tagged

krowddigital

Full Stack Development: Why Its Right for Your Company - 2 views

  •  
    Full stack development is the latest trend among enterprises looking to reduce development costs
krowddigital

Become a Full Stack Salesforce Developer - 1 views

  •  
    A full-stack development technique is the latest trend in businesses looking to lower development costs.
Maluvia Haseltine

Is dd better than cat? - Stack Overflow - 6 views

  • fubar'd
  • 'cat' only knew
  • about character I/O
  • ...6 more annotations...
  • dd' was needed to interact with the block devices,
  • 0 down vote You want to use dd so that you can specify things like bsize
  • tuning this to some multiple of 4k is going to be much faster than cat
  • dd has a number of useful extra features for more complex data copies
  • 2 down vote If I remember correctly, dd is much more "low level" in is approach, skipping such fancy things as filesystems and all the bells and whistles :)
  • dd is problematic in the presence of disk errors, and can hang or more importantly ignore non readable data
  •  
    Fascinating discussion over at Stack Overflow. Elucidates some of the subtle differences between dd and cat, and when and why you might want to use one over the other.
krowddigital

Become a Full Stack Salesforce Developer- - 1 views

  •  
    Do you believe that being a full stack sales force developer covers more than just coding?
krowddigital

Full Stack Development: Why It's Right for Your Company - 0 views

  •  
    It is the latest trend among enterprises looking to reduce development costs to adopt full stack development.
krowddigital

Full Stack Development: Why It's Right for Your Company - 1 views

  •  
    Full stack development is the latest trend among companies seeking to reduce development costs.
krowddigital

Become a Full Stack Salesforce Developer- - 1 views

  •  
    Do full stack sales force developers do more than just code?
krowddigital

Full Stack Development: Why It's Right for Your Company - 1 views

  •  
    The full stack development method is the latest trend among companies looking for ways to cut development costs
krowddigital

Become a Full Stack Salesforce Developer- - 1 views

  •  
    The full stack development method is the latest trend among companies looking for ways to cut development costs
krowddigital

Full Stack Development: Why it's Right for Your Company - 1 views

  •  
    The full stack development method is the latest trend among companies looking for ways to cut development costs
Krizna G

How to install Lamp server on ubuntu 14.04 - 0 views

  •  
    How to install LAMP server on Ubuntu 14.04 LAMP stack is nothing but a combination of opensource softwares to make a webserver . LAMP refers to the first l
Sandra Nowakowski

Sugar CRM a new Roadmap to Commercial Open Source Technology - 0 views

  •  
    Sugar CRM is commercial Open Source Customer Relationship Management (CRM) software for companies of all sizes, based on LAMP stack (Linux-OS; Apache-Web Server; MySQL-Database Server; PHP-Programming Language). Its rich functionality and intuitive use...
krowddigital

Become a Full Stack Salesforce Developer- A Career That isn't Just About Code! - 3 views

  •  
    The customer relationship management business has been revolutionized by Salesforce today
Scott Beamer

Linux Today - Editor's Note: Ubuntu Is Not Our Savior - 0 views

  • And no matter how superior Ubuntu becomes, Gentoo, Slackware, Red Hat, Fedora, and Debian are more important because they are the primal Linuxes. Everything else flows from them. They are the progenitors, and are essential. Let's also remember non-Linux FOSS operating systems such as FreeBSD, NetBSD, and OpenBSD. From these also come herds of wonderful things such as routers, firewalls, drivers, network stacks, and stout high-demand servers. (Take a look at the top servers on Netcraft.)
  •  
    There is more to Linux then the almighty Ubuntu
Yi Wang

Castle: Reinventing Storage for Big Data: OSCON 2011 - O'Reilly Conferences, July 25 - ... - 0 views

  • The standard Linux storage stack wasn’t designed for write-heavy big data workloads, nor is it well-suited to modern hardware: large, slow SATA disks, SSDs or many cores. Castle, an open-source project, is a ground-up overhauling of RAID, file systems, and the POSIX interface. It is released under the GPL and runs as part of the Linux kernel. Our target is 1 million random inserts per second to disk on a $1,000 commodity box, and we’re nearly there. Castle is also the core of the Acunu Data Platform, which delivers up to 100x higher performance for applications written for Cassandra and other tools.
Chris Fung

[Fix Work] ubuntu - can't start x11vnc without attached monitor - Unix & Linux Stack Ex... - 0 views

  • apt-get install vnc4server x11-xserver-utils xserver-xorg-video-dummy xterm wm2
  • sudo apt-get install x11vnc xserver-xorg-video-dummy check /etc/defaults/grub that it includes nomodeset flag: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
  • /etc/X11/xorg.conf
  • ...4 more annotations...
  • Section "Monitor" Identifier "Monitor0" HorizSync 28.0-80.0 VertRefresh 48.0-75.0 # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync EndSection Section "Device" Identifier "Card0" Driver "dummy" EndSection Section "Screen" DefaultDepth 24 Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection
  • create service script in /etc/init.d/vncserver
  • your_username
  • 192.168.1.10
  •  
    Problem: VNC or Teamviewer can't start because no monitor is connected to Ubuntu. Solution: Installing a dummy video device to Xserver by following the instruction in this post.
1 - 16 of 16
Showing 20 items per page