Other articles


  1. "Linux/RHEL - RHCSA Exam Objectives"

    Published: Fri 10 March 2023

    In content.

    # RHEL - RHCSA Exam Objectives

    RHCSA exam candidates should be able to accomplish the tasks below without assistance. These have been grouped into several categories.

    Understand and use essential tools

    - Access a shell prompt and issue commands with correct syntax - Use input-output redirection (>, >>, |, 2>, etc.) - Use grep and regular expressions to …

    read more
  2. "Linux/RHEL RHCSA Practice Tasks"

    Published: Fri 10 March 2023

    In content.

    ## RHEL TASKS

    Task 01: Assuming the root user password is lost, and your system is running in multi-user target with no current root session open. Reboot the system into an appropriate target level, and reset the root user password to root1234. (Exercise 11-2). After completing this task, log in as …

    read more
  3. "Telecommunication Notes"

    Published: Tue 20 December 2022

    In content.

    - "telecommunications"

    Circuit Switched Calls

    Question:

    Explain circuit switched Calls

    Answer:

    A circuit-switched call is a type of telephone call that is established by setting up a dedicated connection, or circuit, between the two parties for the duration of the call. In a circuit-switched call, the connection is maintained until the …

    read more
  4. "[FreeBSD] MySQL Backup"

    Published: Tue 28 June 2022

    In content.

    [FreeBSD] MySQL Backup

    This article is adapted from SpinupWP - How to Set Up MySQL Incremental Backups.

    By end of this article, you should be able to set up Incremental backup for your MySQL instance and restore the database. Please read aforementioned article on snapshot backup and incremental backup.

    This article …

    read more
  5. "RHEL RHCSA Container notes"

    Published: Sat 23 April 2022

    In content.

    This article will serve as notes on container management. This article will not delve into containers in RHEL-like systems as it is up to the reader to research about it. This article will see how to check container tools, inspect images, download and run. Also removing a container and images …

    read more
  6. "MySQL Master-Slave Replication"

    Published: Fri 18 February 2022

    In content.

    This article explores the opportunity of a Master-Slave replication on MySQL 8. The underlying OS is FreeBSD 13.

    On the Master server install and start the MySQL service. Log into MySQL as root and perform following steps:

    create user 'replicate'@'%' identified with mysql_native_password by 'tryhackme';

    grant replication slave, replication client …

    read more
  7. "[FreeBSD] SNMP & MRTG"

    Published: Fri 07 January 2022

    In content.

    [FreeBSD] SNMP & MRTG

    This article was written using FreeBSD 11.3-RELEASE. Assumption is made such that reader knows what is SNMP (Simple Network Management Protocol). At the end of the article, you should have working setup of SNMP & MRTG (Multi Router Traffic Graph) .

    There are two packages available for SNMP …

    read more
  8. "FreeBSD-SFTP"

    Published: Sun 26 September 2021

    In content.

    1. Update pkg to latest
    root@freebsd-sftp:~ # mkdir -p /usr/local/etc/pkg/repos
    root@freebsd-sftp:~ # vi /usr/local/etc/pkg/repos/FreeBSD.conf
    
    ```
    FreeBSD: {
      url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"
    }
    ```
    
    1. FreeBSD update
      freebsd-update fetch install
      pkg update
      pkg update -f && pkg upgrade -f
    2. Firewall Setup - PF …
    read more
  9. "Docker-Notes"

    Published: Sat 18 September 2021

    In content.

    Docker Notes

    Docker container is a running instance of Docker image.

    Commands

    $docker images For example, it shows available images in the local repo
    docker search <SEARCH_STRING> For example docker search ubuntu
    docker pull <IMAGE> For example docker pull ubuntu:latest
    docker run -i -t ubuntu To run the image …

    read more
  10. "dns-resolution"

    Published: Tue 03 August 2021

    In content.

    DNS Resolution Checking Script

    This script is meant to be used once you have delegated your nameservers to the ones you control. It will take a while to have it delegated so this small script is to help you check if the resolution is successful. The output of the script …

    read more
  11. "Go Programming - basics"

    Published: Mon 21 June 2021

    In content.

    Go Programming - basics

    golang Installation - Linux

    This guide/article was written for Debian 10 GNU/Linux running latest updates. Before you begin, run following command to update your system.

    • #apt update && apt upgrade -y

    Once you have completed above step, now it’s time to install Go Programming Language or …

    read more
  12. "Snort 3 on FreeBSD 11.4-RELEASE"

    Published: Sun 13 September 2020

    In content.

    • "blog-posts" tags:
    • "freebsd"
    • "ids"
    • "ips"
    • "snort3"

    SNORT 3 on FreeBSD 11.4-RELEASE

    note: This article was achieved on a FreeBSD 11.4-RELEASE host parked in the cloud. This guide should work for anyone who is willing to put in their commitment to work. Make sure your FreeBSD host is up …

    read more
  13. "iptables"

    Published: Mon 07 September 2020

    In content.

    - "blog-posts"

    iptables for GNU/Linux client machine

    Note: This article is written for fully patched Ubuntu 18.04 LTS GNU/Linux machine running latest kernel. The ruleset that comes with this article should work with other GNU/Linux derivatives.

    This article assumes reader has some knowledge in Firewalls and it …

    read more
  14. "metasploit"

    Published: Mon 07 September 2020

    In content.

    - "blog-posts"

    Metasploit Beginner Quick Start

    This article is for beginner pentesters who are struggling in getting their own Metasploit installation up and running. Also I realized some struggle when it comes to generating the payload or executing the exploit. This article will touch on the basics of working payload generation …

    read more
  15. "net-snmp-mrtg-freebsd"

    Published: Mon 07 September 2020

    In content.

    • "blog-posts" tags:
    • "freebsd"
    • "freebsd-jails"
    • "mrtg"
    • "net-snmp"
    • "network"
    • "network-monitoring"

    [FreeBSD] SNMP & MRTG

    This article was written using FreeBSD 11.3-RELEASE. Assumption is made such that reader knows what is SNMP (Simple Network Management Protocol). At the end of the article, you should have working setup of SNMP & MRTG (Multi Router Traffic …

    read more
  16. "RUN TOR BROWSER AS NON-ROOT USER IN KALI LINUX"

    Published: Mon 07 September 2020

    In content.

    • "blog-posts" tags:
    • "howto"
    • "kalilinux"
    • "kalilinuxhowto"
    • "tor"
    • "tor-browser"
    • "tor-kalilinux"
    • "torbrowser"

    This article is a simple trick to have Tor Browser running as non-root user in Kali Linux. A lot of programs in Kali Linux requires you to run as root user, and Tor Browser does not like it run with root …

    read more
  17. "CREATING FREEBSD JAILS THE FREEBSD WAY"

    Published: Sun 06 September 2020

    In content.

    • "blog-posts" tags:
    • "freebsd"
    • "freebsd-jails"
    • "jails"
    • "jails-networking"

    note: This guide would roughly give you idea setting up a proper jail with networking enabled.

    update: You can install jail packages from the host without having to download and install pkg for your jails.

    This article is written for people who would like …

    read more
  18. "Linux-Notes"

    Published: Tue 03 March 2020

    In content.

    Linux notes

    This note will be updated from time to time as I am currently in the process of self studying for RHEL RHCSA certification. The notes should be clear to understand. If you do not understand, contact me.

    Users & Groups

    /etc/passwd

    The password aka passwd file holds information …

    read more
  19. "Run latest pkg binaries #FreeBSD"

    Published: Wed 01 January 2020

    In content.

    This article is written for those who would like to switch from quarterly package management to latest package management in FreeBSD operating system.

    In order to do so, first you need to do the following:

    vim /usr/local/etc/pkg/repos/FreeBSD.conf

    Inside that file, enter following contents:

    FreeBSD …

    read more
  20. "Welcome file"

    Published: Sat 30 November 2019

    In content.

    Welcome to StackEdit!

    Hi! I’m your first Markdown file in StackEdit. If you want to learn about StackEdit, you can read me. If you want to play with Markdown, you can edit me. Once you have finished with me, you can create new files by opening the file explorer …

    read more
  21. "ipf & ipnat - freebsd"

    Published: Fri 22 March 2019

    In content.

    Following firewall rules work for a jailed environment . the rest is self explanatory for readers who have experience with ipf. If you would like to read more on ipf, follow this link.

    [code lang=text]
    pass in quick on lo0 all pass out quick on lo0 all

    # outbound connection pass …

    read more
  22. "ipfw - freebsd"

    Published: Mon 18 March 2019

    In content.

    following configurations should work with nat environment

    [code lang=text]
    #!/usr/local/bin/env sh #flush out the list before we begin ipfw -q -f flush

    set rules command prefix cmd="ipfw -q add" pif="vtnet0" # Interface name of NIC attached to Internet

    No restrictions on Loopback Interface $cmd 00010 …

    read more
  23. "GCC - Generate assembly and compile into program"

    Published: Mon 11 March 2019

    In content.

    To generate assembly code out of your C program, type following command:

    $gcc -S

    Then to generate object file out of the assembly file, type following command:

    $gcc -c .s -o .o

    Then to compile it into a program will be following:

    $gcc .o -o .exe

    read more
  24. "Update WordPress Unable To Locate WordPress Root Directory"

    Published: Tue 05 March 2019

    In content.

    If you encounter this issue after ftp connections working fine, you need to add following code into ​wp-config.php

    [code lang=text]

    if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
    [/code]

    Give appropriate permission to apache24 root folders and its subfolders by executing chown -R www:www …

    read more
  25. "PF Firewall Configuration - FreeBSD"

    Published: Tue 26 February 2019

    In content.

    pf.conf below allows NAT connection to jail if you have any. Below configuration worked for me. To monitor using pflog0, refer to the example below.

    Update

    PF is a good firewall solution for FreeBSD. It was first appeared in OpenBSD, then ported to FreeBSD and other platforms such as …

    read more
  26. "VirtualBox post-setup TrueOS/FreeBSD"

    Published: Sat 22 December 2018

    In content.

    Load VirtualBox:

    \==============

    You need to load the vboxdrv kernel module via /boot/loader.conf:

    vboxdrv_load="YES"

    You also have to add all users to your vboxusers group in order to use vbox.

    % pw groupmod vboxusers -m

    Reboot the machine to load the needed kernel modules.

    Bridging Support:

    \=================

    For bridged networking …

    read more
  27. "FEDORA/RHEL/CENTOS - some LVM command examples"

    Published: Mon 17 December 2018

    In content.

    NOTE: This guide serves as tutorial to claim free space in my machine. I will attempt to explain what I am doing. Assumption is made such that there are 5 partitions in /dev/sda at the time of writing. I was trying to claim /dev/sda2 to extend /dev/sda5 …

    read more
  28. "PF - FreeBSD, Solaris Firewall working configuration"

    Published: Sun 09 December 2018

    In content.

    PF is a complete, full-featured firewall that appeared since FreeBSD 5.3. It has optional support for ALTQ (Alternate Queuing) which provides QoS (Quality of Service). Visit here for more details.

    Below configuration should work for typical 2-NIC set up.

    #################################
    #### Packet Firewall Ruleset ####
    #################################
    
    ###################
    #### Variables ####
    ###################
    
    # External interface
    ext_if="CHANGEME"
    
    # Internal interface …
    read more
  29. "OpenVPN on FreeBSD 11.2-RELEASE"

    Published: Wed 05 December 2018

    In content.

    This guide was written based on result from a vps server. After following this guide, you should have working OpenVPN server and client.

    ### Update, Install & Copy OpenVPN configuration files

    First we need to update pkg manager and then install openvpn package.

    #sh

    #pkg update &amp;&amp; pkg install openvpn

    Next …

    read more
  30. "Run Linux® binaries in BSD"

    Published: Mon 19 November 2018

    In content.

    This guide was written to setup Linux® compatibility for FreeBSD. This guide was done in GhostBSD, should work for FreeBSD and other BSD derivatives.

    In order to load Linux kernel module, run the following command:

    #kldload linux # you can load linux64 kernel module as well

    To check if aforementioned module …

    read more
  31. "[DISKPART] CREATE & FORMAT PARITION - WINDOWS"

    Published: Sun 18 November 2018

    In content.

    This guide is written to assist users in creating partition for disk, usb drives etc. Assumption is made that you are comfortable in command-line tasks and roughly understand the process of identifying partition, deletion, create new partition and format the partition.

    Start command-prompt as Administrator.

    Type diskpart and you will …

    read more
  32. "# Gentoo x86 Linux Installation"

    Published: Fri 09 November 2018

    In content.

    Gentoo x86 Linux Installation

    This article will guide you on installing Gentoo GNU/Linux for x86 system. This guide was written based on official documentation available here. At the end of this guide, you should have working GNU/Linux operating system. For this installation, I have made several assumptions, which …

    read more
  33. "[UNIX/FreeBSD] Compile & Install kernel, @world (optional) - 11.2-RELEASE"

    Published: Fri 09 November 2018

    In content.

    GENERAL NOTE

    This article is written for 11.2-RELEASE. This is the production release. There are other releases such as -STABLE, -CURRENT. Kindly read through official documentation on the differences between these releases and how,where you can use these releases. This article also assumes that you have perquisite as …

    read more
  34. "hide files in .docx"

    Published: Thu 20 September 2018

    In content.

    You can try this too, intended for educational purposes only. I am not responsible for any damage caused.

    As per some documents online, you can extract contents of .docx file into a folder, add any file(I added 7-zip installer file) into it, and compress the file back to .docx …

    read more
  35. "Install pi-hole - raspberry pi 3"

    Published: Fri 07 September 2018

    In content.

    Install PiHole - Raspberry Pi 3 The installation may fail, work. Suppose it does not work, visit discource.pi-hole.net for troubleshooting by the devs. Update & Upgrade (if there is) $apt-get update $apt-get upgrade

    change raspi hostname $hostnamectl set-hostname

    ip command - set a default router $ip route add default via route …

    read more
  36. "Unetbootin not working, must be run as root"

    Published: Fri 31 August 2018

    In content.

    if you encounter problem while running Unetbootin, that an error will prompt you to run a piece of code. Run the code in su(sudo should work too), because it worked for me. This happens when you install Unetbootin from distribution's package. Compiling would work fine?

    dnf install unetbootin

    su …

    read more
  37. ""

    Published: Thu 30 August 2018

    In content.

    [gallery ids="911,912" type="rectangular"]

    read more
  38. "systemd-resolve"

    Published: Fri 27 July 2018

    In content.

    you may encounter systemd-resolve if you're using Ubuntu etc

    systemd-resolve --status

    *to retrieve information on systemd-resolve

    refer to following link on troubleshooting (un-tested) ->https://askubuntu.com/questions/907246/how-to-disable-systemd-resolved-in-ubuntu

    read more
  39. "ss - examples"

    Published: Fri 18 May 2018

    In content.

    it tells you domain

    ss -lp 'sport = :domain'

    expected output

    [code lang=text] Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port udp UNCONN 0 0 127.0.0.53%lo:domain 0.0.0.0:* users:(("systemd-resolve",pid=768,fd=12)) tcp LISTEN 0 128 127.0.0 …

    read more
  40. "Fix broken held packages (to completely remove kali-linux)"

    Published: Mon 14 May 2018

    In content.

    • Run

      gksu gedit /etc/*release

      Change the file like this (depending on your release):

      DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=Xenial Xerus DISTRIB_DESCRIPTION="Ubuntu 16.04"

      Save and close the file. - Run

      gksu gedit /etc/*issue

      Change the file like this (depending on your release):

      Ubuntu 16.04 \n \l …

    read more
  41. "change funny net name to eth-like -- linux| grub2 | fedora"

    Published: Thu 17 August 2017

    In content.

    update:

    5:03AM - adding note for fedora

    ORIGINAL: WRITTEN FOR UBUNTU/LINUX MINT

    suppose you encounter funny network interface names, such as:

    enp2s0 etc etc

    filename: grub2.cfg/grub.cfg

    you can change them by adding following

    GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
    

    Update:

    5:03AM - 28th August 2018 -

    • -  all …
    read more
  42. "Qemu kvm example - linux"

    Published: Fri 28 July 2017

    In content.

    To create virtual image with 20GB space: $ qemu-img create ubuntu.img 20G

    To boot created image with iso and 512mb ram $ qemu-system-i386 -drive format=raw,media=cdrom,file=ubuntu.img -cdrom ../Downloads/mini.iso -m 1024

    To boot image with 1GB ram: $ qemu-system-i386 -hda ubuntu.img -m 1024

    read more
  43. "Microsoft - Virtual Hard Disk attach/detach using powershell"

    Published: Fri 21 July 2017

    In content.

    You can create Virtual Hard Disk by accessing diskmgmt.msc and attach as if it is actual hard disk drive. Only difference is it is virtual. It should be easy to move those files around, from one computer to another.

    Note: Be sure to try this with appropriate user permissions …

    read more
  44. "Linux|.tar.gz related command examples"

    Published: Wed 19 July 2017

    In content.

    You can play following commands using URL: https://www.phrack.org/archives/tgz/

    To download archives, you can use download manager or following loop:

    [code lang=text] for i in {1..69}

    do

    wget http://phrack.org/archive/tgz/phrack$i.tar.gz

    done

    [/code]

    List contents of tar.gz …

    read more
  45. "Installing FreeBSD 11.0-RELEASE in virtual machine"

    Published: Mon 17 July 2017

    In content.

    This tutorial will guide you on how to install FreeBSD in virtual machine.

    You will be prompted with Keyboard Selection. Select your desired keyboard layout.

    Keyboard_selection

    Next you will be presented with Set Hostname. Set your hostname. You can follow mine for example.

    set_hostname

    Then you will be prompted with Distribution Select …

    read more
  46. "Windows - Create System Image Backup"

    Published: Sun 16 July 2017

    In content.

    This tutorial will explain how to create system image backup for Windows 10 in same hard disk. Before you begin, make sure I am no responsible if you lose your data in the process. Follow carefully and you should be able to reset Windows 10 installation with disk/usb installation …

    read more
  47. "Linux/FreeBSD Tips & Tricks"

    Published: Sat 15 July 2017

    In content.

    • FreeBSD is started up by the program 'init'. The first thing init does when starting multiuser mode (ie, starting the computer up for normal use) is to run the shell script /etc/rc. By reading /etc/rc and the /etc/rc.d/ scripts, you can learn a lot about how …
    read more
  48. "Compile & Install FreeBSD kernel"

    Published: Fri 14 July 2017

    In content.

    Compile & Installing your own kernel in FreeBSD is not that difficult, as long as you follow the process properly. I managed to compile and install my own kernel using DigitalOcean's kernel configuration example. I will most mine as an example as it was done in VMware. Following is the kernel …

    read more
  49. "Kali Linux - Foremost example"

    Published: Fri 14 July 2017

    In content.

    Foremost is a forensic tool used to recover lost files based on:

    • headers
    • footers
    • internal data structures

    Foremost can work with DD image type as well.

    Link: http://foremost.sourceforge.net

    Example command:

    foremost -t pdf,exe -i (/path/to/recover|image.dd)

    Source:https://tools.kali.org/forensics/foremost …

    read more
  50. "Maintaining Ports Tree - FreeBSD"

    Published: Fri 14 July 2017

    In content.

    FreeBSD has its own package management which is the ports tree. Ports tree has all the packages you need to build/run application such as subversion, git and others.

    To check when you last updated ports tree, execute following command:

    stat -x /usr/ports/UPDATING

    Output will show you the …

    read more
  51. "Recover from dirty boot - Kali Linux"

    Published: Thu 13 July 2017

    In content.

    Should you ever fall into initramfs after restarting from fresh kali linux installation,

    try cleaning boot partition,

    if it is not install in sda1, check in /dev

    and execute file cleaning fsck.ext4 -f /dev/sd{a,b}

    and reboot your machine/virtual machine.

    You should be able to boot …

    read more
  52. "Setup FreeBSD Virtual Machine Image"

    Published: Sun 09 July 2017

    In content.

    Setting up FreeBSD is fun, especially when you are performing clean installation. We are going to cover setting up FreeBSD virtual machine file download from this link.

    Take Note: If you are using Virtualbox to boot up FreeBSD, select NAT . I have not tried other network configuration options as of …

    read more
  53. "UNIX/LINUX FORMAT USB STICK TO FAT32"

    Published: Sat 08 July 2017

    In content.

    Following guide will teach you how to format your USB STICK.

    hit fdisk -l / fdisk -s to determine usb drive path.

    hit fdisk /dev/sdaX to enter fdisk program with device attached

    press d to delete existing partitions.

    press n to create new partition

    press p for primary partition

    Hit …

    read more
  54. "English Vocabulary (TBU)"

    Published: Mon 03 July 2017

    In content.

    This article to be updated from time to time.

    1)Unscrupulous

    Definition:

    • having/showing no moral principles
    • not honest or fair

    Synonym:

    • unethical
    • conscienceless

    2) Embolism (Medical Term)

    Definition:

    • obstruction of an artery, typically by a clot of blood or an air bubble
    • the periodic intercalation of days or a …
    read more
  55. "Miscellaneous Windows 10 One Liners ** to be updated from time 2 time"

    Published: Sat 24 June 2017

    In content.

    Miscellaneous Windows 10 One liners

    Note: This blog post was written using StackEdit (Online Markdown Editor). You may see some errors.

    ** if you do not get what you are looking for, kindly look at Microsoft Support Documents, also utilize powershell's built-in feature to spit some common examples which is super …

    read more
  56. "Command Prompt with Administrator shortcut"

    Published: Mon 23 January 2017

    In content.

    Command Prompt with Administrator privileges shortcut

    This quickstart shows you how to create a command prompt (cmd) with administrator privileges shortcut in your desktop.

    To create a shortcut, on your desktop, right click then, select new. It show expand to another view with bunch of options. Select Shortcut.

    You will …

    read more
  57. "[Tutorial]Building RPM package using GNU Hello - Fedora 23/24"

    Published: Mon 25 July 2016

    In content.

    [Tutorial]Building RPM package using GNU Hello - Fedora 23/24

    This tutorial was written to guide users in creating RPM package using GNU Hello source.

    • 1) run # dnf install fedora-packager @development-tools
    • 2) run # usermod -a -G mock
    • 3) run the command from user-space (hint: '$') $ rpmdev-setuptree
    • 4) change directory into ~/rpmbuild …
    read more
  58. "[Tutorial]Format USB Drive in Linux"

    Published: Wed 20 July 2016

    In content.

    [Tutorial]Format USB Drive in Linux

    To format your usb drive in linux, first you need to find out where the usb drive is mounted. To find out the device, type dmesg . At the very end of dmesg output, you will see some messages relating to the usb drive you …

    read more
  59. "[TUTORIAL] Install VNC Server - Fedora 23/24"

    Published: Tue 19 July 2016

    In content.

    This tutorial was written to guide users in installing VNC Server in their Fedora workstation.

    Install VNC Server

    • First, run dnf update
    • Second, run dnf install tigervnc-server

    Configuring VNC Server

    • Third, copy following files cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@.service Edit the file replacing `````` with …
    read more
  60. "[TUTORIAL] Install Xfce4 on Linux-Debian"

    Published: Sun 17 July 2016

    In content.

    Update

    Wrote this article when I was using Linux Mint


    This tutorial is written on how to remove existing desktop environment and install xfce4.

    Brief Introduction

    Xfce4 is a light weight desktop environment with low memory footprint. Using Xfce4 is somewhat like using a mac, just a little bit older …

    read more
  61. "[TUTORIAL]INSTALL DART_SDK ON LINUX-DEBIAN_LIKE_SYSTEMS"

    Published: Sun 17 July 2016

    In content.

    INSTALL DART_SDK ON LINUX-DEBIAN_LIKE_SYSTEMS

    This tutorial was written to guide users in installing dartlang in their linux workstation.

    • Update sudo apt-get update

    • Install apt-transport-https sudo apt-get install apt-transport-https

    • Get Google Linux package signing key sudo sh -c 'curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'

    • Set up the …

    read more
  62. "[TUTORIAL]Install Oracle JDK on Linux"

    Published: Sun 17 July 2016

    In content.

    Install Oracle JDK on Linux

    Most linux distributions come with OpenJDK installed. This tutorial was written to teach how to install Oracle JDK on Linux.

    1)Remove OpenJDK Installation apt-get update &amp;&amp; apt-get autoremove --purge openjdk*

    2)Download latest Oracle JDK. Look for linux version ending with tar.gz …

    read more
  63. "[TUTORIAL] Bash Examples"

    Published: Thu 14 July 2016

    In content.

    Bash Examples

    This tutorial was written for those who wish to get involved in Linux environment. This tutorial will be updated from time to time.

    • Show where you are Solution

      bash-2.03$ pwd tmp bash-2.03$ export PS1='[\u@\h \w]$ ' [jp@solaris8 /tmp]$

    • Need to find and run a …

    read more
  64. "Go Installation Script for Linux"

    Published: Tue 12 July 2016

    In content.

    Go Installation Script for Linux

    For: Mid-range Linux Users

    Written sh script for Debian-Linux to install Go language.

    To install the script, copy the code, save as anything you wish, give executable permission and feed it with latest Go insllation archive.

    script link: https://github.com/vgnshlvnz/installation-scripts/blob/master …

    read more
  65. "[TUTORIAL] Get list of installed softwares of Windows"

    Published: Tue 12 July 2016

    In content.

    Get Installed programs in Windows

    This tutorial should work on any windows from 7 and beyond.

    To start:

    • Open command prompt from Start Menu, right-click and run as Administrator

    • Once you're in command-prompt, type wmic /output:C:InstallList.txt product get name,version

    • Then go the directory and you should …

    read more
  66. "[QUICKSTART] Learn Node in no time"

    Published: Mon 11 July 2016

    In content.

    Question 1:

    Write a program that prints the text "HELLO WORLD" to the console (stdout).

    Hint:

    To make a Node.js program, create a new file with a .js extension and start writing JavaScript! Execute your program by running it with the node command. e.g.:

    $ node program.js

    You …

    read more
  67. "[Tutorial] Enable Autosave feature in Microsoft Word 2013"

    Published: Mon 11 July 2016

    In content.

    [Tutorial] Enable Autosave feature in Microsoft Word 2013

    This tutorial was written to ease problems faced by graduates losing their work. By enabling autosave feature in Word 2013, you will save your work incase your computer crash.

    • Start New Blank Document.
    • Click File -> Save -> Browse
    • You will see Tools near …
    read more
  68. "Google Compute Engine - Quickstart"

    Published: Mon 04 July 2016

    In content.

    Quickstart with MongoDB

    Once you have obtained your account with Google Cloud Console, proceed to do the following:

    [Create an Instance]

    • Name the instance. Name must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. In this case …
    read more
  69. "Quickstart - gcloud compute"

    Published: Mon 04 July 2016

    In content.

    Install Google Cloud SDK from [here].

    Make sure following are selected:

    • Start Google Cloud SDK Shell
    • Run 'gcloud init'

    Initialize the SDK

    Use the gcloud init command to perform several common SDK setup tasks. These include authorizing the SDK tools to access Google Cloud Platform using your user account credentials …

    read more
  70. "Quickstart - Google Cloud SQL instance"

    Published: Mon 04 July 2016

    In content.

    This page describes how to create a Google Cloud SQL instance (either First Generation or Second Generation). A Google Cloud SQL instance is a MySQL database hosted in Google's cloud.

    For information about installing and getting started with the Cloud SDK, see Google Cloud SDK. For information about the Cloud …

    read more
  71. "Quickstart - Python App Engine Standard Environment"

    Published: Mon 04 July 2016

    In content.

    This quickstart shows you how to create a small App Engine application that displays a short message.

    Download the Hello World app

    We've created a simple Hello World app for Python so you can quickly get a feel for deploying an app to Google Cloud Platform. Follow these steps to …

    read more
  72. "[tutorial] - Java OOP Basics"

    Published: Sat 02 July 2016

    In content.

    TL;DR:Following are characteristics of an object-oriented programming:

    • Everything is an object
    • A program is a bunch of objects telling each other what to do by sending messages
    • Each object has its own memory made up of other objects
    • Every object has a type.
    • All objects of a particular …
    read more
  73. "[PYTHON] Convert Uppercase to Lowercase"

    Published: Sat 11 June 2016

    In content.

    This post written for casual python users who have knowledge in [man]-handling python interpreter. Depending on your workstation operating system, enter python interpreter.

    Once you're in the interpreter, assign a variable to the content you want to convert.

    e.g:

    python>>>string = ""

    Then print the variable with lower function …

    read more
  74. "[GUIDE]LINUX 4 FIRST TIME USERS 101 // LINUX:4FTU101"

    Published: Sat 24 January 2015

    In content.

    "Any man who reads too much and uses his own brain too little falls into lazy habits of thinking - Albert Einstein"

    I am writing this guide to help those who are interested in trying Linux as a first time user. Assumption is made such that you're new to Linux and …

    read more
  75. "[TUTORIAL] HOW TO SET UP LAMP SERVER ON FEDORA 20"

    Published: Fri 18 July 2014

    In content.

    WHAT IS LAMP?

    LAMP is an acronym for Linux, Apache, MySQL (or MariaDB) and PHP/Perl/Python. It is a software bundle composed entirely of free and open source software used for building dynamic websites and acts as local web server on your PC. On Windows system, WAMP is used …

    read more
  76. "Squid [Optimizing Web Delivery] + [Sample Configuration]"

    Published: Fri 07 March 2014

    In content.

    SQUID

    Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and …

    read more
  77. "Install JDK7 with NetBeans [Linux]-[How-to]"

    Published: Mon 27 January 2014

    In content.

    This how-to going to teach you how to install Oracle Java JDK and NetBeans in single installer file in linux. This how-to is aimed for those who have average understanding on linux terminal such as setting file permission, downloading and etc.

    Steps:

    1)Download the file from this web site …

    read more
  78. "[EXAMPLE] MARKDOWN EXAMPLE - USE ANYWHERE"

    Published: Sat 07 December 2013

    In content.

    My First Post using StackEdit!

    I discovered this application that uses Markdown Syntax which is pretty helpful while writing a blog post or github post. You name it.


    StackEdit

    What is StackEdit? Check out the following and get yourself familiarized with StackEdit. I am sure most of you will be …

    read more
  79. "A brief Introduction on Unix"

    Published: Thu 28 November 2013

    In content.

    • "computer"
    • "information-technology"
    • "linux"
    • "self-effort"
    • "understanding"
    • "unix"

    What is Unix?

    UNIX is an operating system which was first developed in the 1960s, and has been under constant development ever since. By operating system, we mean the suite of programs which make the computer work. It is a stable, multi-user, multi-tasking system …

    read more
  80. "Raspberry Pi - Edible or Non-edible?"

    Published: Mon 05 August 2013

    In content.

    To be honest, Raspberry pie is edible.

    Raspberry Pie

    So which is the non-edible pie then? It's not pie but pi. Behold, Raspberry Pi, a credit-card sized computer aimed at hobbyist and hackers (not forgetting students) around the world. It's an ARM GNU/Linux box only at $25 (price may vary after …

    read more
  81. "How to enable auto-save function in Microsoft Word 2010[IMPORTANT]"

    Published: Wed 31 July 2013

    In content.

    If you're University student/college student, take note. This is important and eventually it saves you from HEART ATTACK.

    Crashes happen. Anywhere, anytime. Even your laptop or desktop may face crashes. While you're indulged with your work, computer goes off and all your work goes off with it. So, make …

    read more
  82. "Hello world!"

    Published: Tue 05 June 2012

    In content.

    Welcome to WordPress.com! This is your very first post. Click the Edit link to modify or delete it, or start a new post. If you like, use this post to tell readers why you started this blog and what you plan to do with it.

    Happy blogging!

    read more

social