Skip to main content

Home/ Linux/ Group items matching "scripting" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
anonymous

Vim Plugins You Should Know About, Part VII: ragtag.vim (formerly allml.vim) - good coders code, great reuse - 0 views

  •  
    This is the seventh post in the article series "Vim Plugins You Should Know About". This time I am going to introduce you to a plugin called "ragtag.vim". A month ago it was still known as "allml.vim" but now it has been renamed to ragtag.vim. The best parts of RagTag are mappings for editing HTML tags. It has a mapping for quickly closing open HTML tags, a mapping for quickly turning the typed word into a pair of open/close HTML tags, several mappings for inserting HTML doctype, linking to CSS stylesheets, loading JavaScript and it includes mappings for wrapping the typed text in a pair of tags for PHP, or for ASP or eRuby, and {% .. %} for Django. RagTag is written by Tim Pope. He's the master of Vim plugin programming. I have already written about two of his plugins - surround.vim and repeat.vim and more articles about his plugins are coming!
Scott Beamer

Make Wine Apps Match Your GTK Theme with a Python Script - 4 views

  •  
    nice!! thanks
Rodolfo Arce

OOP in Bash - 0 views

  •  
    Object Oriented Programming in bash
Robin Dale

How to install PhpMyChat Script Manually? - 1 views

  •  
    PhpMyChat is a PHP based script, it is very easy-to-install and can create a multi-room chat system using a database as the content storage. Lets go through the steps, in order to install the PhpMyChat in very few steps:
yc c

IEs4Linux - 0 views

  • Internet Explorer running on Linux
  •  
    IEs4Linux is the simpler way to have Microsoft Internet Explorer running on Linux (or any OS running Wine).
  •  
    IEs4Linux is the simpler way to have Microsoft\nInternet Explorer running on Linux (or any OS running Wine).\n\nNo clicks needed. No boring setup processes. No Wine complications. Just one easy script and you'll get three IE versions to test your Sites. And it's free and open source.
Maluvia Haseltine

Linux tip: Creating a pixel ruler from the command line - 0 views

  •  
    How to draw lines and text on images with Bash scripting, shell arithmetic, and ImageMagick. This is so amazing and cool!
Maluvia Haseltine

khtml2png - Take Command Line Web Screenshots on Linux - 0 views

  •  
    Khtml2png is a helpful tool for capturing an image of a webpage with ease. It's nice to use because it will get the entire length of the site, no matter whether it is fully visible in the browser. And, it sure beats shell scripting Firefox to open on a different display and capturing an image with Imagemagick
yc c

Bluefish Editor : Home - 1 views

  •  
    Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites. See features for an extensive overview, take a look at the screenshots, or download it right away. Bluefish is an open source development project, released under the GNU GPL licence.
Robin Dale

Steps to Install WHMCS Billing Software using Softaculous - 0 views

  •  
    Softaculous is an auto installer tool same like Fantastico, but has around 176 ready Java and PHP based scripts to install within few clicks compare to Fantastico one-click installer. It allows you to install various scripts supported and build your own websites, blogs, forums, photo galleries and many more!
Robin Dale

Alternatives for MySQL Database - 1 views

  •  
    Almost all the websites on internet are built using the server-side scripting, hence, it is very much predicted for dedicated servers to have some form of database management system, either it can be a database server or a set of database libraries.
maxwux

Writing udev rules - 0 views

  • KERNELS - match against the kernel name for the device, or the kernel name for any of the parent devices SUBSYSTEMS - match against the subsystem of the device, or the subsystem of any of the parent devices DRIVERS - match against the name of the driver backing the device, or the name of the driver backing any of the parent devices ATTRS - match a sysfs attribute of the device, or a sysfs attribute of any of the parent devices
  • Rename a device node from the default name to something else Provide an alternative/persistent name for a device node by creating a symbolic link to the default device node Name a device node based on the output of a program Change permissions and ownership of a device node Launch a script when a device node is created or deleted (typically when a device is attached or unplugged) Rename network interfaces
  • KERNEL - match against the kernel name for the device SUBSYSTEM - match against the subsystem of the device DRIVER - match against the name of the driver backing the device
  • ...1 more annotation...
  • NAME - the name that shall be used for the device node SYMLINK - a list of symbolic links which act as alternative names for the device node
vas_kut

LINUX City. LINUCITY.COM. Ubuntu laptops and Mint LINUX computers. Buy LINUX pc Systems at Linucity.COM, the best online store for linux pc computers, edubuntu, mint 17, ubuntu 15, customized laptops and desktops - 0 views

  •  
    Customer Linux computer and tablet builds.
vas_kut

Who Hacked EC-Council? | r000t's Blag - 0 views

  •  
    Bill Strater's blog (r000t) concerning who hacked EC-Council
Chris Fung

[Fix Work] ubuntu - can't start x11vnc without attached monitor - Unix & Linux Stack Exchange - 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 - 20 of 20
Showing 20 items per page