Search results foreditor

How to set your default editor in Linux

H

How Can We Help? Search Print Edit the .bash_profile file in your home directory vi ~/.bash_profile Add the following lines to your .bash_profile file export VISUAL=vim export EDITOR="$VISUAL" Note: Replace vim with any other preferred editor such as nano Logout and login again for changes to take effect. If you want the changes to come into play immediately, execute the following command . ~/...

Senado Aprova Projeto Que Taxa Apostas Esportivas, Mas Deixa De Fora Jogos De Azar Virtuais Polític

S

Senado Aprova Projeto Que Taxa Apostas Esportivas, Mas Deixa De Fora Jogos De Azar Virtuais Política Projeto De Lei Que Regulamenta As Apostas Esportivas On-line É Aprovado Na Câmara Dos Deputados Ministério Do Esporte Content Galera – Melhor Site Para Apostas Em Ligas Virtuais Quais São As Modalidades De Apostas Esportivas? Melhores Sites De Apostas 2023 Como Fazer Uma Aposta Esportiva...

Visual Composer Review

V

Visual Composer is a drag-and-drop WordPress website builder that makes it easy for anyone to create beautiful layouts without touching any code. It’s perfect for people who want to design their own websites and don’t have the time, knowledge, or patience to learn how to use complicated website building tools. You can customize your site with Visual Composer in a few clicks or by...

Getting Started with Entity Modeling in OpenText AppWorks

G

This is post 4 of 4 in the series “OpenText AppWorks” A series of easy to follow articles introducing the AppWorks platform, standing up a local development environment, and developing within the low-code toolset. Standing up OpenText AppWorks 20.2 Docker Containers in 10 Minutes Setting up a Local SVN Container for your AppWorks Development Environment Low-Code Development with...

Up and Running in Node.js for Beginners

U

The word “Node.js” is very popular today in the web development community. Everyone is talking about Node.js. The IT giants, startups, everyone wants Node.js developers. But what is Node.js and why it is so popular? Simply put, Node.js is nothing but JavaScript outside the browser. Yes, you read it right. Node.js is JavaScript that runs outside the browser. Not much difference, right...

Standing up OpenText AppWorks 20.2 Docker Containers in 10 Minutes

S

This is post 1 of 4 in the series “OpenText AppWorks” A series of easy to follow articles introducing the AppWorks platform, standing up a local development environment, and developing within the low-code toolset. Standing up OpenText AppWorks 20.2 Docker Containers in 10 Minutes Setting up a Local SVN Container for your AppWorks Development Environment Low-Code Development with...

Top Ten Angular Extensions for Visual Studio Code

T

If you’ve been doing any development in Angular, the chances are you have been using Visual Studio Code (VS Code) for your editor. If you haven’t been using Visual Studio Code, I highly recommend checking it out. There are a number of extensions that I have come to rely on that greatly simplify my development workflow listed below. I’ve included my favorite top ten with their...

Learning to Program in TIC-80, a Fantasy Console

L

If you’re 40 years old or older, you might have learned how to use a computer on an old Commodore 64, Apple II or another computer about the same age. One of the things you probably learned about was the BASIC programming language. Maybe you were lucky enough to have a computer at home. One thing you probably learned was that if you wanted to play games, one way was to buy computer...

Web Development Tools for Beginners

W

So you are an individual with a passion for doing something big or someone who wants to share his ideas with the world. For both reasons the best way to make your name would be building a website. Perhaps, there could be many reasons you want a site. Maybe for your small business, an art website to lighten up the world with a fire inside your soul, create amazing ideas or just to spread...

Best IDE for PHP Web Development

B

PHP is a scripting language that powers over some of the busiest websites on the web. Several languages have been introduced since 2005. None of them have affected the popularity of PHP. Before IDEs were launched, seasoned developers and beginners used vi or notepad to write PHP code. Once the code was ready, developers moved the PHP file to the webapps folder of the web server to check whether...

Editing the pg_hba.conf file on a PostgreSQL database server so that a specific (other) server will be able to connect to the PostgreSQL database server

E

How Can We Help? Search Print Editing the pg_hba.conf file on a postgresql database server so that a specific (other) server will be able to connect to the postgresql database server. Example: Say I have a server where all of my postgresql databases are running and I have an application on another server that needs to access a database from the database server. To make this possible I need to...

How to setup Barracuda Networks Reputation Block List in Web Host Manager

H

How Can We Help? Search Print Login to WHM using your root username and password. Search and open Exim Configuration Manager Click on the RBLs tab under the Basic Editor tab Click on Manage Add Barracuda RBL under the Add a new RBL Section Rbl Name = Barracuda Rbl Info URL =  Dns List = b.barracudacentral.org Click on Add Return to the Exim Configuration Manager, and under the Basic Editor...

Receive a copy for Outgoing Emails from a specific address on a CPanel server with Exim

R

How Can We Help? Search Print Within Web Host Manager, go to Exim Configuration Manager then Advanced Editor, click on Save without changing anything in this section This should create a file named /etc/exim.conf.local Edit the above mentioned file and add some configurations to the @CONFIG@and @TRANSPORTSTART@ sections @CONFIG@ system_filter_directory_transport = local_copy_outgoing...

How to add the Trash Can Icon to your Ubuntu Desktop

H

How Can We Help? Search Print How to add the Trash Can Icon to your Ubuntu Desktop? Ubuntu has the ability for you to add the Trash Can to you’re Desktop. STEP 1 Press the Alt+F2 keys together to open the Run Application window. STEP 2 In the text field type in gconf-editor and hit the Run button.   STEP 3 Locate/browse to the following location apps->nautilus->desktop STEP 4...

How to search and replace text within a text file using the Command Line on Linux

H

How Can We Help? Search Print This can be accomplished by using the sed command. sed =  stream editor for filtering and transforming text   For this example we will have a file called test.txt that contains the following text “This is a test file with some test information, containing some test data.“ We want to replace all instances of test in the file with cool and save the...

How to iterate through an array in a Bash Shell Script

H

How Can We Help? Search Print Create a new Bash Shell Script eg. loopThroughArray.sh Open the Script with an Editor eg. GEdit Add the array definition through which the script should iterate array=( one two three four five ) The expression ${array[@]} contains all values within the array ${array[@]} Now we create a for loop to iterate through the array   for num in ${array[@]}   do   echo $num  ...

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me