Sunday, November 26, 2023

The Best Paid Survey Sites, Jobs, Apps, and Cash Opportunities

The Best Paid Survey Sites, Jobs, Apps, and Cash Opportunities

In today's digital age, many people are looking for legitimate ways to earn extra income online. Paid surveys have emerged as a popular option, providing opportunities to earn rewards or cash by sharing your opinions. In this article, we will explore the top paid survey sites, jobs, apps, and cash opportunities available online.

  1. Paid Survey Sites:
    When it comes to paid survey sites, there are several reputable platforms that connect users with market research companies. These platforms act as intermediaries, offering various survey opportunities to their members. Some of the best paid survey sites include:

  2. a) Survey Junkie: Known for its easy-to-use interface and high-paying surveys, Survey Junkie provides a wide range of survey opportunities.

    b) Swagbucks: Not only does Swagbucks offer paid surveys, but it also allows users to earn rewards by watching videos, shopping online, and more.

    c) Vindale Research: Vindale Research is known for its generous compensation and frequent survey opportunities. They also offer product testing options.

  1. Paid Survey Jobs:
    If you prefer a more consistent and stable source of income, consider paid survey jobs. These jobs involve working for market research companies and participating in surveys on a regular basis. Here are some reliable platforms for finding paid survey jobs:

a) FlexJobs: FlexJobs is a trusted website that offers a wide range of remote jobs, including paid survey positions. They ensure that all job listings are legitimate and scam-free.

b) Upwork: Upwork is a popular freelancing platform where you can find paid survey jobs posted by various companies and individuals.

c) Amazon Mechanical Turk: This platform offers paid micro-tasks, including surveys, which can be completed for a small fee。

Friday, November 24, 2023

Ubuntu18.04安装Xfce桌面与vnc

Ubuntu18.04安装Xfce桌面与vnc

1: 安装前更新系统

sudo apt-get update


2: 安装Xfce

sudo apt-get install xfce4


3: 安装VNC前也更新一下系统

sudo apt-get update


4: 安装VNC Server

sudo apt-get install vnc4server


5: 启动VNC Server

vncserver


6: 修改xstartup文件

vim ~/.vnc/xstartup

将原内容修改为:


#!/bin/sh  

unset SESSION_MANAGER  

unset DBUS_SESSION_BUS_ADDRESS  

startxfce4 &


[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup  

[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources  

xsetroot -solid grey


7: 关闭VNC Server

vncserver -kill :1   


8: 启动VNC Server

vncserver


VNC Server在启动时还有其他参数可以配置(如分辨率),可用vncserver -h指令查看。

Trojan与Hysteria,BBR安装代码

Trojan代码:

第一条代码 wget -N --no-check-certificate "https://raw.githubusercontent.com/V2RaySSR/Trojansh/master/trojan1.sh" && chmod +x trojan1.sh && ./trojan1.sh


第二条代码 wget -N --no-check-certificate "https://raw.githubusercontent.com/V2RaySSR/Trojansh/master/trojan2.sh" && chmod +x trojan2.sh && ./trojan2.sh


第三条代码 wget -N --no-check-certificate "https://raw.githubusercontent.com/V2RaySSR/Trojansh/master/trojan3.sh" && chmod +x trojan3.sh && ./trojan3.sh 


hysteria协议代码:

wget -N https://gitlab.com/rwkgyg/hysteria-yg/raw/main/hysteria.sh && bash hysteria.sh


BBR加速代码:

wget --no-check-certificate -O tcp.sh https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh